/*!
 * froala_editor v4.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element,
.fr-element:focus {
  outline: 0 solid rgba(0,0,0,0);
}

.fr-box.fr-basic {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-basic .fr-element {
  font-family: sans-serif;
  color: #414141;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
  box-sizing: border-box;
  overflow-x: auto;
  min-height: 60px;
  text-align: left;
}

.fr-box.fr-basic.fr-rtl .fr-element {
  text-align: right;
}

.fr-element {
  background: rgba(0,0,0,0);
  position: relative;
  z-index: 2;
  -webkit-user-select: auto;
}

.fr-element a {
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}

.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-element [contenteditable=true] {
  outline: 0 solid rgba(0,0,0,0);
}

.fr-box a.fr-floating-btn {
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  color: #333;
  -webkit-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  -moz-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  -ms-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  -o-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  outline: none;
  left: 0;
  top: 0;
  line-height: 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  box-sizing: border-box;
  border: none;
}

.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform .2s ease 0s;
  -moz-transition: transform .2s ease 0s;
  -ms-transition: transform .2s ease 0s;
  -o-transition: transform .2s ease 0s;
  fill: #333;
}

.fr-box a.fr-floating-btn i,
.fr-box a.fr-floating-btn svg {
  font-size: 14px;
  line-height: 40px;
}

.fr-box a.fr-floating-btn.fr-btn+.fr-btn {
  margin-left: 10px;
}

.fr-box a.fr-floating-btn:hover {
  background: #ebebeb;
  cursor: pointer;
}

.fr-box a.fr-floating-btn:hover svg {
  fill: #333;
}

.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

iframe.fr-iframe {
  width: 100%;
  border: none;
  position: relative;
  display: block;
  z-index: 2;
  box-sizing: border-box;
}

.fr-wrapper {
  position: relative;
  z-index: 1;
}

.fr-wrapper::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 14px;
  color: #aaa;
  font-family: sans-serif;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.fr-wrapper.show-placeholder .fr-placeholder {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fr-wrapper ::-moz-selection {
  background: rgba(181,214,253,.8);
  color: #000;
}

.fr-wrapper ::selection {
  background: rgba(181,214,253,.8);
  color: #000;
}

.fr-box.fr-basic .fr-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #efefef;
  top: 0;
  left: 0;
}

.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
}

.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

@media (min-width: 992px) {
  .fr-box.fr-document {
    min-width: 21cm;
  }

  .fr-box.fr-document .fr-wrapper {
    text-align: left;
    padding: 30px;
    min-width: 21cm;
    background: #efefef;
  }

  .fr-box.fr-document .fr-wrapper .fr-element {
    text-align: left;
    background: #fff;
    width: 21cm;
    margin: auto;
    min-height: 26cm !important;
    padding: 1cm 2cm;
    overflow: visible;
    z-index: auto;
  }

  .fr-box.fr-document .fr-wrapper .fr-element hr {
    margin-left: -2cm;
    margin-right: -2cm;
    background: #efefef;
    height: 1cm;
    outline: none;
    border: none;
  }

  .fr-box.fr-document .fr-wrapper .fr-element img {
    z-index: 1;
  }
}

.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #222;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial,Helvetica,sans-serif;
  -webkit-transition: opacity .2s ease 0s;
  -moz-transition: opacity .2s ease 0s;
  -ms-transition: opacity .2s ease 0s;
  -o-transition: opacity .2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 2147483647;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-toolbar .fr-btn-wrap,
.fr-popup .fr-btn-wrap,
.fr-modal .fr-btn-wrap {
  float: left;
  white-space: nowrap;
  position: relative;
}

.fr-toolbar .fr-btn-wrap.fr-hidden,
.fr-popup .fr-btn-wrap.fr-hidden,
.fr-modal .fr-btn-wrap.fr-hidden {
  display: none;
}

.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn,
.fr-modal .fr-command.fr-btn {
  background: rgba(0,0,0,0);
  color: #333;
  -moz-outline: 0;
  outline: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 4px 2px;
  padding: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  height: 40px;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar .fr-command.fr-btn.fr-btn-hover,
.fr-popup .fr-command.fr-btn.fr-btn-hover,
.fr-modal .fr-command.fr-btn.fr-btn-hover {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.fr-popup .fr-command.fr-btn::-moz-focus-inner,
.fr-modal .fr-command.fr-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.fr-popup .fr-command.fr-btn.fr-btn-text,
.fr-modal .fr-command.fr-btn.fr-btn-text {
  width: auto;
}

.fr-toolbar .fr-command.fr-btn i,
.fr-toolbar .fr-command.fr-btn svg,
.fr-popup .fr-command.fr-btn i,
.fr-popup .fr-command.fr-btn svg,
.fr-modal .fr-command.fr-btn i,
.fr-modal .fr-command.fr-btn svg {
  display: block;
  text-align: center;
  float: none;
  margin: 8px 7px;
  width: 24px;
}

.fr-toolbar .fr-command.fr-btn svg.fr-svg,
.fr-popup .fr-command.fr-btn svg.fr-svg,
.fr-modal .fr-command.fr-btn svg.fr-svg {
  height: 24px;
}

.fr-toolbar .fr-command.fr-btn svg path,
.fr-popup .fr-command.fr-btn svg path,
.fr-modal .fr-command.fr-btn svg path {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  fill: #333;
}

.fr-toolbar .fr-command.fr-btn span.fr-sr-only,
.fr-popup .fr-command.fr-btn span.fr-sr-only,
.fr-modal .fr-command.fr-btn span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-toolbar .fr-command.fr-btn span,
.fr-popup .fr-command.fr-btn span,
.fr-modal .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 17px;
  min-width: 30px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 17px;
  font-weight: bold;
  padding: 0 4px;
}

.fr-toolbar .fr-command.fr-btn img,
.fr-popup .fr-command.fr-btn img,
.fr-modal .fr-command.fr-btn img {
  margin: 8px 7px;
  width: 24px;
}

.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup,
.fr-popup .fr-command.fr-btn.fr-btn-active-popup,
.fr-modal .fr-command.fr-btn.fr-btn-active-popup {
  background: #d6d6d6;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span {
  font-weight: normal;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,
.fr-popup .fr-command.fr-btn.fr-dropdown i,
.fr-popup .fr-command.fr-btn.fr-dropdown span,
.fr-popup .fr-command.fr-btn.fr-dropdown img,
.fr-popup .fr-command.fr-btn.fr-dropdown svg,
.fr-modal .fr-command.fr-btn.fr-dropdown i,
.fr-modal .fr-command.fr-btn.fr-dropdown span,
.fr-modal .fr-command.fr-btn.fr-dropdown img,
.fr-modal .fr-command.fr-btn.fr-dropdown svg {
  margin-left: 3px;
  margin-right: 11px;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown:after,
.fr-popup .fr-command.fr-btn.fr-dropdown:after,
.fr-modal .fr-command.fr-btn.fr-dropdown:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0,0,0,0);
  border-right: 4px solid rgba(0,0,0,0);
  border-top: 4px solid #333;
  right: 2px;
  top: 18px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  content: "";
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active {
  fill: #333;
  background: #d6d6d6;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover {
  background: #ebebeb;
  fill: #333;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
  border-top-color: #333;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after {
  border-top: 0;
  border-bottom: 4px solid #222;
}

.fr-toolbar .fr-command.fr-btn.fr-disabled,
.fr-popup .fr-command.fr-btn.fr-disabled,
.fr-modal .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default;
  -webkit-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.fr-popup .fr-command.fr-btn.fr-disabled::after,
.fr-modal .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd;
}

.fr-toolbar .fr-command.fr-btn.fr-hidden,
.fr-popup .fr-command.fr-btn.fr-hidden,
.fr-modal .fr-command.fr-btn.fr-hidden {
  display: none;
}

.fr-toolbar .fr-tabs .fr-command.fr-btn,
.fr-popup .fr-tabs .fr-command.fr-btn,
.fr-modal .fr-tabs .fr-command.fr-btn {
  margin: 0;
  width: 46px;
  height: 40px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,
.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,
.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab {
  background: #fff;
}

.fr-toolbar .fr-tabs .fr-command.fr-btn span,
.fr-popup .fr-tabs .fr-command.fr-btn span,
.fr-modal .fr-tabs .fr-command.fr-btn span {
  height: 27px;
}

.fr-toolbar .fr-tabs .fr-command.fr-btn img,
.fr-toolbar .fr-tabs .fr-command.fr-btn svg,
.fr-popup .fr-tabs .fr-command.fr-btn img,
.fr-popup .fr-tabs .fr-command.fr-btn svg,
.fr-modal .fr-tabs .fr-command.fr-btn img,
.fr-modal .fr-tabs .fr-command.fr-btn svg {
  margin: 8px 11px;
  width: 24px;
  height: 24px;
}

.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
  fill: #0098f7;
}

.fr-toolbar.fr-disabled .fr-btn,
.fr-toolbar.fr-disabled .fr-btn.fr-active,
.fr-popup.fr-disabled .fr-btn,
.fr-popup.fr-disabled .fr-btn.fr-active,
.fr-modal.fr-disabled .fr-btn,
.fr-modal.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
  -webkit-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-modal.fr-disabled .fr-btn.fr-dropdown::after,
.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd;
}

.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left,
.fr-popup.fr-rtl .fr-btn-grp.fr-float-left,
.fr-modal.fr-rtl .fr-btn-grp.fr-float-left {
  float: right;
}

.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right,
.fr-popup.fr-rtl .fr-btn-grp.fr-float-right,
.fr-modal.fr-rtl .fr-btn-grp.fr-float-right {
  float: left;
}

.fr-toolbar.fr-rtl .fr-command.fr-btn,
.fr-toolbar.fr-rtl .fr-btn-wrap,
.fr-popup.fr-rtl .fr-command.fr-btn,
.fr-popup.fr-rtl .fr-btn-wrap,
.fr-modal.fr-rtl .fr-command.fr-btn,
.fr-modal.fr-rtl .fr-btn-wrap {
  float: right;
}

.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,
.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,
.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover,
.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover,
.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover,
.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover,
.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover,
.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-inline>.fr-command.fr-btn:not(.fr-hidden),
.fr-toolbar.fr-inline>.fr-btn-wrap:not(.fr-hidden) {
  display: inline-flex;
  float: none;
}

.fr-desktop .fr-command:hover,
.fr-desktop .fr-command:focus,
.fr-desktop .fr-command.fr-btn-hover,
.fr-desktop .fr-command.fr-expanded {
  outline: 0;
  color: #333;
}

.fr-desktop .fr-command:hover:not(.fr-table-cell),
.fr-desktop .fr-command:focus:not(.fr-table-cell),
.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),
.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
  background: #ebebeb;
}

.fr-desktop .fr-command:hover::after,
.fr-desktop .fr-command:focus::after,
.fr-desktop .fr-command.fr-btn-hover::after,
.fr-desktop .fr-command.fr-expanded::after {
  border-top-color: #333;
}

.fr-desktop .fr-command.fr-selected:not(.fr-table-cell),
.fr-desktop .fr-command:active {
  color: #333;
  background: #d6d6d6;
}

.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus,
.fr-desktop .fr-command.fr-active.fr-btn-hover,
.fr-desktop .fr-command.fr-active.fr-expanded {
  background: #ebebeb;
}

.fr-desktop .fr-command.fr-active:active {
  background: #d6d6d6;
}

.fr-desktop .fr-command.fr-disabled:hover,
.fr-desktop .fr-command.fr-disabled:focus,
.fr-desktop .fr-command.fr-disabled.fr-selected {
  background: rgba(0,0,0,0);
}

.fr-desktop.fr-disabled .fr-command:hover,
.fr-desktop.fr-disabled .fr-command:focus,
.fr-desktop.fr-disabled .fr-command.fr-selected {
  background: rgba(0,0,0,0);
}

.fr-toolbar.fr-mobile .fr-command.fr-blink,
.fr-popup.fr-mobile .fr-command.fr-blink {
  background: #d6d6d6;
}

.fr-command.fr-btn.fr-options {
  width: 16px;
  margin-left: -5px;
}

.fr-command.fr-btn.fr-options.fr-btn-hover,
.fr-command.fr-btn.fr-options:hover,
.fr-command.fr-btn.fr-options:focus {
  border-left: solid 1px #fafafa;
  -webkit-transition: border-left 0s,background-color .5s;
  -moz-transition: border-left 0s,background-color .5s;
  -ms-transition: border-left 0s,background-color .5s;
  -o-transition: border-left 0s,background-color .5s;
}

.fr-command.fr-btn+.fr-dropdown-menu {
  background: #fff;
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  z-index: 4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  zoom: 1;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}

.fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  height: auto;
  max-height: 275px;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper {
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
  margin-top: 0;
  float: left;
  height: 0;
  margin-top: 0 !important;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  position: relative;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
  min-width: 72px;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 20px;
  line-height: 200%;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg {
  width: 24px;
  height: 24px;
  margin: 3px 4px;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
  fill: #333;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut {
  margin-left: 20px;
  font-weight: bold;
  -webkit-opacity: .75;
  -moz-opacity: .75;
  opacity: .75;
}

.fr-command.fr-btn.fr-active+.fr-dropdown-menu {
  display: inline-block;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}

.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
.fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important;
}

body.fr-prevent-scroll {
  overflow: hidden;
}

body.fr-prevent-scroll.fr-mobile {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}

.fr-modal {
  color: #222;
  font-family: Arial,Helvetica,sans-serif;
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2147483640;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.2;
}

.fr-modal.fr-middle .fr-modal-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}

.fr-modal .fr-modal-wrapper {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto;
  display: inline-block;
  background: #fff;
  min-width: 300px;
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
  border: 0;
  overflow: hidden;
  width: 90%;
  position: relative;
}

@media (min-width: 768px)and (max-width: 991px) {
  .fr-modal .fr-modal-wrapper {
    margin: 30px auto;
    width: 70%;
  }
}

@media (min-width: 992px) {
  .fr-modal .fr-modal-wrapper {
    margin: 50px auto;
    width: 960px;
  }
}

.fr-modal .fr-modal-wrapper .fr-modal-head {
  background: #fff;
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-height: 42px;
  z-index: 3;
  border-bottom: solid #efefef 1px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
}

.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line {
  height: 56px;
  padding: 0 10px;
}

.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
  font-size: 20px;
  padding: 19px 10px;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  float: left;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body {
  height: 100%;
  min-height: 150px;
  overflow-y: auto;
  padding-bottom: 20px;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
  outline: 0;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command+button {
  margin-left: 24px;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
  background: #ebebeb;
  color: #0098f7;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
  background: #d6d6d6;
  color: #0098f7;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
  border: 0;
}

.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
  background: #ebebeb;
}

.fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 2147483639;
}

ol.decimal_type {
  counter-reset: item;
}

ol.decimal_type>li {
  display: block;
}

ol.decimal_type>li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.fr-popup {
  position: absolute;
  display: none;
  color: #222;
  background: #fff;
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
  font-family: Arial,Helvetica,sans-serif;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 2147483635;
  text-align: left;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}

.fr-popup .fr-icon {
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  font-weight: 400;
  box-sizing: content-box;
  padding: 6px;
}

.fr-popup .fr-icon-container {
  padding: 20px;
  max-height: 200px;
  overflow: auto;
  box-sizing: border-box;
}

@supports not (-ms-high-contrast: none) {
  .fr-popup .fr-icon-container {
    grid-template-columns: repeat(auto-fill, minmax(36px, 36px));
    display: grid;
  }
}

@media (min-width: 768px) {
  .fr-popup .fr-icon-container {
    min-width: 276px;
  }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .fr-popup .fr-icon-container {
    display: inline-flex;
  }
}

@media screen and (-ms-high-contrast: active)and (max-width: 768px),(-ms-high-contrast: none)and (max-width: 768px) {
  .fr-popup .fr-icon-container {
    width: 236px;
  }
}

.fr-popup .fr-input-focus {
  background: #f5f5f5;
}

.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
}

.fr-popup.fr-active {
  display: block;
}

.fr-popup.fr-hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-popup.fr-empty {
  display: none !important;
}

.fr-popup .fr-hs {
  display: block !important;
}

.fr-popup .fr-hs.fr-hidden {
  display: none !important;
}

.fr-popup .fr-input-line {
  position: relative;
  padding: 15px 0;
}

.fr-popup .fr-input-line input[type=text],
.fr-popup .fr-input-line textarea {
  width: 100%;
  margin-bottom: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 1px #999;
  color: #222;
  font-size: 14px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 4px 12px;
  box-sizing: border-box;
  -webkit-transition: border .5s,padding .5s;
  -moz-transition: border .5s,padding .5s;
  -ms-transition: border .5s,padding .5s;
  -o-transition: border .5s,padding .5s;
}

.fr-popup .fr-input-line input[type=text]:hover,
.fr-popup .fr-input-line textarea:hover {
  border: solid 1px #515151;
}

.fr-popup .fr-input-line input[type=text]:focus,
.fr-popup .fr-input-line textarea:focus {
  border: solid 2px #0098f7;
  padding: 3px 11px;
}

.fr-popup .fr-input-line input[type=text] {
  height: 46px;
}

.fr-popup .fr-input-line input+label,
.fr-popup .fr-input-line textarea+label {
  position: absolute;
  top: 29px;
  left: 12px;
  font-size: 14px;
  color: gray;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  z-index: 3;
  display: block;
  background: #fff;
  padding: 0;
  cursor: text;
}

.fr-popup .fr-input-line input.fr-not-empty+label,
.fr-popup .fr-input-line textarea.fr-not-empty+label {
  color: gray;
  width: auto;
  left: 4px;
  padding: 0 4px;
  font-size: 11px;
  top: 9px;
}

.fr-popup input,
.fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.fr-popup textarea {
  resize: none;
}

.fr-popup .fr-buttons {
  white-space: nowrap;
  line-height: 0;
}

.fr-popup .fr-buttons .fr-btn {
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  float: none;
}

.fr-popup .fr-buttons .fr-btn i {
  float: left;
}

.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none;
}

.fr-popup .fr-buttons.fr-tabs {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  overflow: hidden;
}

@media (max-width: 768px) {
  .fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll {
    overflow: scroll;
    overflow-y: hidden;
    width: 276px;
  }
}

.fr-popup .fr-buttons:not(.fr-tabs) {
  padding: 5px;
}

.fr-popup .fr-layer {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 195px;
  box-sizing: border-box;
  margin: 20px;
  display: none;
}

@media (min-width: 768px) {
  .fr-popup .fr-layer {
    width: 260px;
  }
}

.fr-popup .fr-layer.fr-active {
  display: inline-block;
}

.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}

.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-popup .fr-action-buttons button.fr-command+button {
  margin-left: 24px;
}

.fr-popup .fr-action-buttons button.fr-command:hover,
.fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #0098f7;
}

.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #0098f7;
}

.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}

.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 10px;
  border-radius: 100%;
  line-height: 1;
  box-sizing: content-box;
  vertical-align: middle;
}

.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}

.fr-popup .fr-checkbox span {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-transition: background .2s ease 0s,border-color .2s ease 0s;
  -moz-transition: background .2s ease 0s,border-color .2s ease 0s;
  -ms-transition: background .2s ease 0s,border-color .2s ease 0s;
  -o-transition: background .2s ease 0s,border-color .2s ease 0s;
}

.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
  top: 7px;
  left: 7px;
}

.fr-popup .fr-checkbox input:not(:checked)+span {
  border: solid 2px #999;
}

.fr-popup .fr-checkbox input:not(:checked):active+span {
  background-color: #f5f5f5;
}

.fr-popup .fr-checkbox input:not(:checked):focus+span,
.fr-popup .fr-checkbox input:not(:checked):hover+span {
  border-color: #515151;
}

.fr-popup .fr-checkbox input:checked+span {
  background: #0098f7;
  border: solid 2px #0098f7;
}

.fr-popup .fr-checkbox input:checked+span svg {
  display: block;
}

.fr-popup .fr-checkbox input:checked:active+span {
  background-color: #ecf5ff;
}

.fr-popup .fr-checkbox input:checked:focus+span,
.fr-popup .fr-checkbox input:checked:hover+span {
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px;
}

.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle;
}

.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right;
}

.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left;
}

.fr-popup.fr-rtl .fr-input-line input+label,
.fr-popup.fr-rtl .fr-input-line textarea+label {
  left: auto;
  right: 0;
}

.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
  float: right;
}

.fr-text-edit-layer {
  width: 250px;
  box-sizing: border-box;
  display: block !important;
}

.fr-toolbar {
  color: #222;
  background: #fff;
  position: relative;
  font-family: Arial,Helvetica,sans-serif;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  border: 1px solid #ccc;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  padding-bottom: 0;
  -webkit-transition: padding-bottom .5s;
  -moz-transition: padding-bottom .5s;
  -ms-transition: padding-bottom .5s;
  -o-transition: padding-bottom .5s;
}

.fr-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-toolbar::after {
  height: 0;
}

.fr-toolbar .fr-newline {
  clear: both;
  display: block;
  content: "";
  margin-left: 9px;
  margin-right: 9px;
  background: #efefef;
  height: 1px;
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
  -ms-transition: height .5s;
  -o-transition: height .5s;
}

.fr-toolbar.fr-toolbar-open .fr-newline {
  height: 0;
}

.fr-toolbar .fr-float-right {
  float: right;
}

.fr-toolbar .fr-float-left {
  float: left;
}

.fr-toolbar .fr-more-toolbar {
  float: left;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
  -ms-transition: height .5s;
  -o-transition: height .5s;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

.fr-toolbar .fr-more-toolbar.fr-expanded {
  height: 48px;
}

.fr-toolbar .fr-more-toolbar.fr-overflow-visible {
  overflow: visible;
}

.fr-toolbar .fr-more-toolbar>.fr-command.fr-btn {
  margin-left: 4px;
  margin-right: 4px;
}

.fr-toolbar .fr-btn-grp {
  display: inline-block;
  margin: 0 17px 0 12px;
}

@media (max-width: 768px) {
  .fr-toolbar .fr-btn-grp {
    margin: 0 7px 0 6px;
  }
}

.fr-toolbar .fr-command.fr-btn.fr-open {
  margin-top: 10px;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
  background: #f5f5f5;
}

.fr-toolbar.fr-rtl {
  text-align: right;
}

.fr-toolbar.fr-inline {
  display: none;
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
  border: 0;
  white-space: nowrap;
  position: absolute;
  margin-top: 5px;
  z-index: 2147483630;
}

.fr-toolbar.fr-inline.fr-above {
  margin-top: -10px;
  border-top: 0;
}

.fr-toolbar.fr-inline .fr-newline {
  height: 0;
}

.fr-toolbar.fr-top {
  top: 0;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-bottom {
  bottom: 0;
  border-top: 0;
  padding-bottom: 0;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-bottom .fr-newline {
  padding-top: 0;
  -webkit-transition: padding-top .5s;
  -moz-transition: padding-top .5s;
  -ms-transition: padding-top .5s;
  -o-transition: padding-top .5s;
}

.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline {
  padding-top: 48px;
  background: #fff;
}

.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open {
  margin-top: -1px;
  margin-bottom: 10px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-sticky-on {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left;
}

.fr-separator+.fr-separator {
  display: none;
}

.fr-separator.fr-vs {
  height: 32px;
  width: 1px;
  margin: 8px 4px;
}

.fr-separator.fr-hs {
  clear: both;
  width: calc(100% - 8px);
  margin: 0 4px;
  height: 1px;
}

.fr-separator.fr-hidden {
  display: none !important;
}

.fr-rtl .fr-separator {
  float: right;
}

.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none;
}

.fr-toolbar.fr-inline .fr-separator.fr-vs {
  float: none;
  display: inline-block;
}

.fr-second-toolbar {
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  line-height: 1.4;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-second-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-second-toolbar:empty {
  min-height: 10px;
  position: relative;
  margin-top: -1px;
  z-index: 2;
}

#fr-logo {
  float: left;
  outline: none;
}

#fr-logo>span {
  display: inline-block;
  float: left;
  font-family: sans-serif;
  padding: 11px 5px 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #b1b2b7;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
}

#fr-logo>svg {
  height: 20px;
  width: 47px;
  margin: 7px 0;
  cursor: pointer;
}

#fr-logo>svg * {
  -webkit-transition: fill .3s;
  -moz-transition: fill .3s;
  -ms-transition: fill .3s;
  -o-transition: fill .3s;
}

#fr-logo:hover>span,
#fr-logo:focus>span {
  color: #0098f7;
}

#fr-logo:hover>svg .fr-logo,
#fr-logo:focus>svg .fr-logo {
  fill: #0098f7;
}

.fr-visibility-helper {
  display: none;
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .fr-visibility-helper {
    margin-left: 1px !important;
  }
}

@media (min-width: 992px) {
  .fr-visibility-helper {
    margin-left: 2px !important;
  }
}

@media (min-width: 1200px) {
  .fr-visibility-helper {
    margin-left: 3px !important;
  }
}

.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-box {
  position: relative;
}

.fr-sticky {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

.fr-sticky-off {
  position: relative;
}

.fr-sticky-on {
  position: fixed;
  z-index: 10;
}

.fr-sticky-on.fr-sticky-ios {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important;
}

.fr-sticky-dummy {
  display: none;
}

.fr-sticky-on+.fr-sticky-dummy,
.fr-sticky-box>.fr-sticky-dummy {
  display: block;
}

span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-view .fr-highlight-change,
.fr-highlight-change>img,
.fr-highlight-change>.fr-video>video,
.fr-highlight-change>.fr-video>embed,
.fr-highlight-change>.fr-video>iframe,
.fr-highlight-change>.fr-embedly>.embedly-card>.embedly-card-hug>iframe,
.fr-highlight-change>p,
.fr-view .fr-highlight-change>span:not(.fr-tracking-deleted) {
  background-color: #f3eec3;
  opacity: .5;
}

.fr-highlight-change.fr-highlight-change>table td,
.fr-highlight-change.fr-highlight-change>hr {
  border-color: #f3eec3;
}

.fr-tracking-deleted.fr-tracking-deleted>table td,
.fr-tracking-deleted.fr-tracking-deleted>hr {
  border-color: #dc3545;
}

.fr-tracking-deleted img,
.fr-tracking-deleted>.fr-video>video,
.fr-tracking-deleted>.fr-video>iframe,
.fr-tracking-deleted>.fr-embedly>.embedly-card>.embedly-card-hug>iframe {
  opacity: .5;
  background-color: #dc3545;
}

.fr-view .fr-tracking-deleted {
  background-color: #dc3545;
  text-decoration: line-through;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 1;
}

.fr-highlight-change>.fr-video>iframe,
.fr-tracking-deleted>.fr-video>iframe,
.fr-highlight-change>.fr-video>video,
.fr-tracking-deleted>.fr-video>video,
.fr-highlight-change>.fr-video>embed,
.fr-highlight-change>.fr-embedly>.embedly-card>.embedly-card-hug>iframe,
.fr-tracking-deleted>.fr-embedly>.embedly-card>.embedly-card-hug>iframe {
  padding: 10px !important;
}

.fr-tracking-deleted img,
.fr-highlight-change img {
  border: 2px solid #f3eec3;
}

.fr-highlight-change #isPasted *:not(table):not(tbody):not(tr):not(td) {
  opacity: .5;
  background-color: #f3eec3;
}

.fr-highlight-change #isPasted>table td {
  opacity: .5;
  border-color: #f3eec3;
}

.fr-track-hide {
  display: none;
}

.fr-track-hide-mobile {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.fr-ios-mobile-disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.fr-bottom-extended {
  flex-wrap: wrap;
  display: flex;
  box-sizing: border-box;
}

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

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-box .fr-counter {
  padding: 10px;
  float: right;
  color: #999;
  content: attr(data-chars);
  font-size: 14px;
  font-family: sans-serif;
  z-index: 1;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-rtl .fr-counter {
  left: 0;
  right: auto;
  border-left: none;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-code-view .fr-counter {
  display: none;
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

textarea.fr-code {
  display: none;
  width: 100%;
  resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0;
  font-family: "Courier New",monospace;
  font-size: 14px;
  background: #fff;
  color: #000;
  outline: none;
}

.fr-box.fr-rtl textarea.fr-code {
  direction: rtl;
}

.fr-box .CodeMirror {
  display: none;
}

.fr-box.fr-code-view textarea.fr-code {
  display: block;
}

.fr-box.fr-code-view .fr-element,
.fr-box.fr-code-view .fr-placeholder,
.fr-box.fr-code-view .fr-iframe {
  display: none;
}

.fr-box.fr-code-view .CodeMirror {
  display: block;
}

.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
  display: block;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background: #fff;
  color: #333;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  padding: 8px 7px;
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 24px;
  width: 24px;
  text-align: center;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #ebebeb;
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-popup .fr-layer.fr-color-hex-layer {
  margin: 0;
  padding: 20px;
  padding-top: 0;
  float: left;
}

.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line {
  float: left;
  width: calc(100% - 50px);
  padding: 15px 0 0;
}

.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
  float: right;
  width: 38px;
  height: 40px;
  padding: 17px 0 0;
  margin: 0;
}

.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  height: 40px;
  width: 38px;
}

.fr-popup .fr-separator+.fr-colors-tabs {
  margin-left: 2px;
  margin-right: 2px;
}

.fr-popup .fr-color-set {
  line-height: 0;
  display: none;
}

.fr-popup .fr-color-set.fr-selected-set {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}

.fr-popup .fr-color-set>span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}

.fr-popup .fr-color-set>span>i,
.fr-popup .fr-color-set>span>svg {
  text-align: center;
  line-height: 32px;
  height: 24px;
  width: 24px;
  margin: 4px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}

.fr-popup .fr-color-set>span>i path,
.fr-popup .fr-color-set>span>svg path {
  fill: #222;
}

.fr-popup .fr-color-set>span .fr-selected-color {
  color: #fff;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: default;
}

.fr-popup .fr-color-set>span:hover,
.fr-popup .fr-color-set>span:focus {
  outline: 1px solid #222;
  z-index: 2;
}

.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-drag-helper {
  background: #0098f7;
  height: 2px;
  margin-top: -1px;
  -webkit-opacity: .2;
  -moz-opacity: .2;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  z-index: 2147483640;
  display: none;
}

.fr-drag-helper.fr-visible {
  display: block;
}

.fr-dragging {
  -webkit-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-popup .fr-emoticon {
  width: 24px;
  height: 24px;
  font-family: "Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;
}

.fr-popup .fr-emoticon img {
  height: 24px;
  width: 24px;
}

.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
  padding: 0 0 0 14px;
}

@media screen and (-ms-high-contrast: active)and (min-width: 768px),(-ms-high-contrast: none)and (min-width: 768px) {
  .fr-popup .fr-icon-container.fr-emoticon-container {
    width: 368px;
  }
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-popup .fr-file-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  box-sizing: border-box;
  text-align: center;
}

.fr-popup .fr-file-upload-layer:hover {
  background: #ebebeb;
}

.fr-popup .fr-file-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

.fr-popup .fr-file-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fr-popup .fr-file-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

.fr-popup .fr-file-progress-bar-layer {
  box-sizing: border-box;
}

.fr-popup .fr-file-progress-bar-layer>h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

.fr-popup .fr-file-progress-bar-layer>div.fr-action-buttons {
  display: none;
}

.fr-popup .fr-file-progress-bar-layer>div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.fr-popup .fr-file-progress-bar-layer>div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width .2s ease 0s;
  -moz-transition: width .2s ease 0s;
  -ms-transition: width .2s ease 0s;
  -o-transition: width .2s ease 0s;
}

.fr-popup .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  animation: loading 2s linear infinite;
}

.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-loader {
  display: none;
}

.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-action-buttons {
  display: block;
}

@keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element img {
  cursor: pointer;
  padding: 0 1px;
}

.fr-height-auto {
  height: auto !important;
}

.fr-file-loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #53777a;
  display: inline-block !important;
  animation: spin 2s linear infinite;
  width: 20px;
  height: 20px;
  display: block !important;
  align-items: center;
}

.fr-trim-button {
  margin-top: 5px;
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  border-radius: 5px;
  background-color: #eff5fa;
  outline: none;
}

.fr-trim-button:hover {
  background: #ebebeb;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fr-image-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-sizing: content-box;
}

.fr-image-resizer.fr-active {
  display: block;
}

.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 4;
  box-sizing: border-box;
}

.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }

  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }

  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }

  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }

  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}

.fr-by-url-padding {
  padding: 11.5px 0;
}

.fr-popup .fr-upload-progress-layer {
  border-radius: 0;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 15px;
  margin: auto !important;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100% !important;
  overscroll-behavior: contain;
}

.fr-popup .fr-files-by-url-layer {
  width: calc(100% - 40px) !important;
}

.fr-popup .fr-files-embed-layer {
  width: calc(100% - 40px) !important;
}

.fr-popup .fr-files-upload-layer {
  border: dashed 2px #bdbdbd;
  margin: 20px;
  position: relative;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
  width: calc(100% - 40px) !important;
}

.fr-popup .fr-files-upload-layer:hover {
  background: #ebebeb;
}

.fr-popup .fr-files-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

.fr-popup .fr-files-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fr-popup .fr-files-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

.fr-popup .fr-files-progress-bar-layer {
  width: calc(100% - 40px);
  width: -moz-available;
  width: -webkit-stretch;
  width: -webkit-fill-available;
  width: stretch;
}

.fr-popup .fr-files-progress-bar-layer>h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

.fr-popup .fr-files-progress-bar-layer>div.fr-action-buttons {
  display: none;
}

.fr-popup .fr-files-progress-bar-layer>div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.fr-popup .fr-files-progress-bar-layer>div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width .2s ease 0s;
  -moz-transition: width .2s ease 0s;
  -ms-transition: width .2s ease 0s;
  -o-transition: width .2s ease 0s;
}

.fr-popup .fr-files-progress-bar-layer>div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  animation: loading 2s linear infinite;
}

.fr-popup .fr-files-progress-bar-layer.fr-error>div.fr-loader {
  display: none;
}

.fr-popup .fr-files-progress-bar-layer.fr-error>div.fr-action-buttons {
  display: block;
}

.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line {
  margin-left: 10px;
}

.fr-progress-bar-style {
  width: calc(100% - 40px);
}

.fr-progress-bar {
  position: relative;
  background-color: #4caf50;
  height: 8px;
  margin-bottom: 8px;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
  width: -moz-available;
  width: -webkit-stretch;
  width: -webkit-fill-available;
  width: stretch;
}

.fr-uploading {
  -webkit-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

.fr-pull-left {
  float: left;
}

.fr-pull-right {
  float: right;
}

.fr-icons {
  padding: 10px 20px 0;
  display: inline;
}

.fr-transform-135 {
  transform: rotate(135deg);
}

.fr-icons i {
  margin: 4px;
  padding: 2px;
  cursor: pointer;
  color: #999588;
  font-size: 20px;
}

.fr-blue-decorator {
  background: #4a7fba;
  color: #fff;
  display: grid;
  padding: 5px;
}

.fr-upload-progress {
  padding: 1px;
}

.fr-upload-section {
  position: relative;
  width: 100%;
  width: -moz-available;
  width: -webkit-stretch;
  width: -webkit-fill-available;
  width: stretch;
}

@media screen and (max-width: 399px) {
  .fr-upload-section {
    margin-left: 7px;
    margin-right: 7px;
  }

  .fr-files-upload-layer {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 400px)and (max-width: 469px) {
  .fr-upload-section {
    margin-left: 7px;
    margin-right: 7px;
  }

  .fr-files-upload-layer {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 470px)and (max-width: 680px) {
  .fr-upload-section {
    margin-left: 7px;
    margin-right: 7px;
  }

  .fr-files-upload-layer {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 681px) {
  .fr-upload-section {
    margin-left: 35px;
    margin-right: 35px;
  }

  .fr-files-upload-layer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.half-circle {
  width: 60px;
  height: 25px;
  background-color: #fff;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  transform: rotate(180deg);
  border-bottom: 0;
  position: relative;
  left: 50%;
  z-index: 1;
  left: 50%;
  margin-top: -1px;
  margin-left: -25px;
}

.decorated {
  overflow: hidden;
  text-align: center;
}

.decorated>span {
  position: relative;
  display: inline-block;
}

.decorated>span:before,
.decorated>span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 2px solid #fff;
  width: 100%;
  margin: 0 20px;
}

.decorated>span:before {
  right: 100%;
}

.decorated>span:after {
  left: 100%;
}

.fr-align-right {
  float: right;
}

.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fr-files-checkbox-line {
  display: flex;
  align-items: center;
  font-size: 10px;
}

.fr-files-checkbox-line label {
  cursor: pointer;
  vertical-align: middle;
}

.fr-insert-checkbox input {
  height: 13px !important;
  width: 13px !important;
}

.fr-autoplay-checkbox input {
  height: 13px !important;
  width: 13px !important;
}

button[data-cmd=insertFiles] {
  padding-left: 2px !important;
  padding-top: 2.7px !important;
}

button[data-cmd=autoplay] svg {
  position: relative !important;
  top: 3.2px !important;
}

button[data-cmd=insertAll] {
  padding-left: 4px !important;
}

button[data-cmd=insertAll] svg {
  position: relative !important;
  top: 3.2px !important;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

.fr-file-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 7px;
  flex-wrap: wrap;
  position: relative;
  top: -20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}

.fr-file-item-left {
  display: flex;
  flex-wrap: wrap;
}

.fr-file-item-icon {
  display: flex;
  align-items: center;
  padding-left: 7px;
}

.fr-file-item-description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  margin-left: 5px;
}

.fr-cloud-icon {
  height: 30px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}

.fr-files-checkbox {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  padding-right: 5px;
  border-radius: 100%;
  line-height: 1;
  box-sizing: content-box;
  vertical-align: middle;
}

.fr-files-checkbox svg {
  margin-left: 0px;
  margin-top: 0px;
  display: none;
  width: 10px;
  height: 10px;
}

.fr-files-checkbox span {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-transition: background .2s ease 0s,border-color .2s ease 0s;
  -moz-transition: background .2s ease 0s,border-color .2s ease 0s;
  -ms-transition: background .2s ease 0s,border-color .2s ease 0s;
  -o-transition: background .2s ease 0s,border-color .2s ease 0s;
}

.fr-files-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
}

.fr-files-checkbox input:not(:checked)+span {
  border: solid 2px #999;
}

.fr-files-checkbox input:not(:checked):active+span {
  background-color: #f5f5f5;
}

.fr-files-checkbox input:not(:checked):focus+span,
.fr-files-checkbox input:not(:checked):hover+span {
  border-color: #515151;
}

.fr-files-checkbox input:checked+span {
  background: #0098f7;
  border: solid 2px #0098f7;
}

.fr-files-checkbox input:checked+span svg {
  display: block;
}

.fr-files-checkbox input:checked:active+span {
  background-color: #ecf5ff;
}

.fr-files-checkbox input:checked:focus+span,
.fr-files-checkbox input:checked:hover+span {
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-checkbox-disabled {
  opacity: .4;
  position: relative;
  display: inline-block;
  width: 13px !important;
  height: 13px !important;
  padding-right: 5px;
  border-radius: 100%;
  line-height: 1;
  box-sizing: content-box;
  vertical-align: middle;
}

.fr-checkbox-disabled svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}

.fr-checkbox-disabled span {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-transition: background .2s ease 0s,border-color .2s ease 0s;
  -moz-transition: background .2s ease 0s,border-color .2s ease 0s;
  -ms-transition: background .2s ease 0s,border-color .2s ease 0s;
  -o-transition: background .2s ease 0s,border-color .2s ease 0s;
}

.fr-checkbox-disabled input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: default;
  height: 13px !important;
  margin: 0;
  padding: 0;
  width: 13px !important;
  top: 7px;
  left: 7px;
}

.fr-checkbox-disabled input:not(:checked)+span {
  border: solid 2px #999;
}

.fr-checkbox-disabled input:not(:checked):active+span {
  background-color: #f5f5f5;
}

.fr-checkbox-disabled input:checked+span {
  background: #0098f7;
  border: solid 2px #0098f7;
}

.fr-checkbox-disabled input:checked+span svg {
  display: block;
}

.fr-checkbox-disabled input:checked:active+span {
  background-color: #ecf5ff;
}

.fr-file-view {
  position: absolute;
  max-width: 60%;
  right: 10%;
  z-index: 2147483642;
}

.file-item-thumbnail-hover {
  transition: transform .2s;
}

.file-item-thumbnail-hover:hover {
  transform: scale(1.3);
}

.fr-file-name {
  padding-top: 5px;
  font-size: 12px;
  font-weight: bold;
}

.fr-margin-16 {
  margin-bottom: 16px;
}

.fr-none {
  display: none;
}

.fr-display-block {
  display: block;
}

.fr-files-manager-tooltip {
  position: relative;
}

.padding-top-15 {
  padding-top: 15px !important;
  padding-bottom: 0px !important;
}

.fr-files-manager-tooltip .tooltiptext {
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  word-break: break-word;
  word-wrap: break-word;
  background-color: #000;
  color: #fff;
  text-align: left;
  padding: 4px;
  border-radius: 2px;
  font-weight: 100;
  font-size: 10px;
  position: absolute;
  top: 80%;
  left: 50%;
  z-index: 2147483647;
}

.fr-files-manager-tooltip:hover .tooltiptext {
  visibility: visible;
}

.fr-file-details {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
}

.fr-file-date {
  word-break: break-word;
  word-wrap: break-word;
  max-width: 110px;
  color: #444;
  padding-top: 2px;
  padding-bottom: 2px;
}

.fr-file-size {
  color: #444;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dot {
  width: 20px;
  height: 20px;
  background-image: radial-gradient(circle, grey 1px, transparent 2px);
  background-size: 100% 33.33%;
  margin-left: 2px;
  margin-right: 2px;
}

.fr-file-action-icons {
  margin-right: 5px;
  margin-left: 5px !important;
  color: #999;
  height: 25px !important;
  padding: 5px !important;
}

@media screen and (max-width: 700px) {
  .fr-files-manager-tooltip .tooltiptext {
    max-width: 250px;
    visibility: hidden;
    word-break: break-word;
    word-wrap: break-word;
    top: 90%;
    left: 0%;
    font-size: 8px;
  }
}

@media screen and (max-width: 500px) {
  .fr-files-manager-tooltip .tooltiptext {
    max-width: 100px;
    visibility: hidden;
    word-break: break-word;
    word-wrap: break-word;
    top: 90%;
    left: 0%;
  }

  .fr-file-item-description {
    width: 130px;
  }

  .fr-file-item-right {
    width: 100%;
  }

  .progress-circle {
    font-size: 6px;
  }
}

@media screen and (max-width: 320px) {
  .fr-files-manager-tooltip .tooltiptext {
    max-width: 100px;
    visibility: hidden;
    word-break: break-word;
    word-wrap: break-word;
    top: 90%;
    left: -50%;
    font-size: 8px;
  }

  .dot {
    width: 20px;
    margin-left: 0px;
    margin-right: 3px;
  }

  .fr-file-item-description {
    width: 80px;
  }

  .fr-file-details {
    display: flex;
    flex-wrap: wrap;
    font-size: 9px;
  }

  .fr-file-name {
    font-size: 10px;
  }

  .fr-file-action-icons {
    padding: 0px !important;
  }
}

@media screen and (min-width: 501px) {
  .progress-circle {
    font-size: 9px;
  }
}

.fr-file-view-modal {
  display: block;
  position: fixed;
  position: -ms-page;
  z-index: 2147483641;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0,0,0,.7);
}

.fr-file-view-modal-content {
  display: inline-block;
  text-align: center;
}

.fr-file-view-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
  max-height: 70%;
}

.fr-file-view-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: .3s;
}

.fr-file-view-close:hover,
.fr-file-view-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.fr-file-error {
  color: red;
  font-weight: 200;
  font-size: 12px;
  padding-bottom: 5px;
}

.fr-file-error-h5 {
  margin: 0;
}

.fr-file-item-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
}

.fr-file-item-action-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.fr-file-item-autoplay-checkbox {
  align-items: center;
  margin: 0px;
  padding: 0px;
  margin-right: 5px;
}

.fr-autoplay-checkbox-label {
  margin: 0;
  cursor: default !important;
}

.checkbox-container:hover input~.checkmark {
  background-color: #ccc;
}

.checkbox-container input:checked~.checkmark {
  background-color: #2196f3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked~.checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.file-item-details .file-name {
  font-weight: bold;
  display: inline;
}

.file-item-details .file-description {
  font-weight: 300;
  font-size: 11px;
  display: inline;
}

.fr-width-10 {
  width: 10%;
  display: inline-block;
}

.fr-width-20 {
  width: 20%;
  display: inline-block;
}

.fr-width-30 {
  width: 30%;
  display: inline-block;
}

.fr-width-40 {
  width: 40%;
  display: inline-block;
}

.fr-width-50 {
  width: 50%;
  display: inline-block;
}

.fr-width-60 {
  width: 60%;
  display: inline-block;
}

.fr-width-100 {
  width: 100%;
  display: inline-block;
}

.fr-width-80 {
  width: 80%;
  display: inline-block;
}

.fr-width-90 {
  width: 90%;
  display: inline-block;
}

.fr-width-85 {
  width: 85%;
  display: inline-block;
}

.fr-width-5 {
  width: 5%;
  display: inline-block;
}

.fr-width-7 {
  width: 7%;
  display: inline-block;
}

.fr-img-icon {
  color: #aaa;
  font-size: 16px;
  padding: 0px 4px;
}

.fr-position-content {
  position: relative;
  top: 10px;
}

.file-error {
  color: red;
}

#myprogressBar {
  width: 10%;
  height: 5px;
  background-color: #4caf50;
  position: relative;
  top: -30px;
}

.fr-files-manager {
  z-index: 2147483641 !important;
}

.progress-circle {
  margin: 0px;
  margin-left: 10px;
  position: relative;
  padding: 0;
  width: 5em;
  height: 5.1em;
  background-color: #f2e9e1;
  border-radius: 50%;
  line-height: 5em;
}

.progress-circle:after {
  border: none;
  position: absolute;
  top: .35em;
  left: .35em;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 4.3em;
  height: 4.3em;
  background-color: #fff;
  content: " ";
}

.progress-circle span {
  position: absolute;
  line-height: 5em;
  width: 5em;
  text-align: center;
  display: block;
  color: #53777a;
  z-index: 2;
}

.progress-circle.over50 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}

.progress-circle.over50 .first50-bar {
  position: absolute;
  clip: rect(0, 5em, 5em, 2.5em);
  background-color: #53777a;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.progress-circle:not(.over50) .first50-bar {
  display: none;
}

.progress-circle.p0 .value-bar {
  display: none;
}

.progress-circle.p1 .value-bar {
  transform: rotate(4deg);
}

.progress-circle.p2 .value-bar {
  transform: rotate(7deg);
}

.progress-circle.p3 .value-bar {
  transform: rotate(11deg);
}

.progress-circle.p4 .value-bar {
  transform: rotate(14deg);
}

.progress-circle.p5 .value-bar {
  transform: rotate(18deg);
}

.progress-circle.p6 .value-bar {
  transform: rotate(22deg);
}

.progress-circle.p7 .value-bar {
  transform: rotate(25deg);
}

.progress-circle.p8 .value-bar {
  transform: rotate(29deg);
}

.progress-circle.p9 .value-bar {
  transform: rotate(32deg);
}

.progress-circle.p10 .value-bar {
  transform: rotate(36deg);
}

.progress-circle.p11 .value-bar {
  transform: rotate(40deg);
}

.progress-circle.p12 .value-bar {
  transform: rotate(43deg);
}

.progress-circle.p13 .value-bar {
  transform: rotate(47deg);
}

.progress-circle.p14 .value-bar {
  transform: rotate(50deg);
}

.progress-circle.p15 .value-bar {
  transform: rotate(54deg);
}

.progress-circle.p16 .value-bar {
  transform: rotate(58deg);
}

.progress-circle.p17 .value-bar {
  transform: rotate(61deg);
}

.progress-circle.p18 .value-bar {
  transform: rotate(65deg);
}

.progress-circle.p19 .value-bar {
  transform: rotate(68deg);
}

.progress-circle.p20 .value-bar {
  transform: rotate(72deg);
}

.progress-circle.p21 .value-bar {
  transform: rotate(76deg);
}

.progress-circle.p22 .value-bar {
  transform: rotate(79deg);
}

.progress-circle.p23 .value-bar {
  transform: rotate(83deg);
}

.progress-circle.p24 .value-bar {
  transform: rotate(86deg);
}

.progress-circle.p25 .value-bar {
  transform: rotate(90deg);
}

.progress-circle.p26 .value-bar {
  transform: rotate(94deg);
}

.progress-circle.p27 .value-bar {
  transform: rotate(97deg);
}

.progress-circle.p28 .value-bar {
  transform: rotate(101deg);
}

.progress-circle.p29 .value-bar {
  transform: rotate(104deg);
}

.progress-circle.p30 .value-bar {
  transform: rotate(108deg);
}

.progress-circle.p31 .value-bar {
  transform: rotate(112deg);
}

.progress-circle.p32 .value-bar {
  transform: rotate(115deg);
}

.progress-circle.p33 .value-bar {
  transform: rotate(119deg);
}

.progress-circle.p34 .value-bar {
  transform: rotate(122deg);
}

.progress-circle.p35 .value-bar {
  transform: rotate(126deg);
}

.progress-circle.p36 .value-bar {
  transform: rotate(130deg);
}

.progress-circle.p37 .value-bar {
  transform: rotate(133deg);
}

.progress-circle.p38 .value-bar {
  transform: rotate(137deg);
}

.progress-circle.p39 .value-bar {
  transform: rotate(140deg);
}

.progress-circle.p40 .value-bar {
  transform: rotate(144deg);
}

.progress-circle.p41 .value-bar {
  transform: rotate(148deg);
}

.progress-circle.p42 .value-bar {
  transform: rotate(151deg);
}

.progress-circle.p43 .value-bar {
  transform: rotate(155deg);
}

.progress-circle.p44 .value-bar {
  transform: rotate(158deg);
}

.progress-circle.p45 .value-bar {
  transform: rotate(162deg);
}

.progress-circle.p46 .value-bar {
  transform: rotate(166deg);
}

.progress-circle.p47 .value-bar {
  transform: rotate(169deg);
}

.progress-circle.p48 .value-bar {
  transform: rotate(173deg);
}

.progress-circle.p49 .value-bar {
  transform: rotate(176deg);
}

.progress-circle.p50 .value-bar {
  transform: rotate(180deg);
}

.progress-circle.p51 .value-bar {
  transform: rotate(184deg);
}

.progress-circle.p52 .value-bar {
  transform: rotate(187deg);
}

.progress-circle.p53 .value-bar {
  transform: rotate(191deg);
}

.progress-circle.p54 .value-bar {
  transform: rotate(194deg);
}

.progress-circle.p55 .value-bar {
  transform: rotate(198deg);
}

.progress-circle.p56 .value-bar {
  transform: rotate(202deg);
}

.progress-circle.p57 .value-bar {
  transform: rotate(205deg);
}

.progress-circle.p58 .value-bar {
  transform: rotate(209deg);
}

.progress-circle.p59 .value-bar {
  transform: rotate(212deg);
}

.progress-circle.p60 .value-bar {
  transform: rotate(216deg);
}

.progress-circle.p61 .value-bar {
  transform: rotate(220deg);
}

.progress-circle.p62 .value-bar {
  transform: rotate(223deg);
}

.progress-circle.p63 .value-bar {
  transform: rotate(227deg);
}

.progress-circle.p64 .value-bar {
  transform: rotate(230deg);
}

.progress-circle.p65 .value-bar {
  transform: rotate(234deg);
}

.progress-circle.p66 .value-bar {
  transform: rotate(238deg);
}

.progress-circle.p67 .value-bar {
  transform: rotate(241deg);
}

.progress-circle.p68 .value-bar {
  transform: rotate(245deg);
}

.progress-circle.p69 .value-bar {
  transform: rotate(248deg);
}

.progress-circle.p70 .value-bar {
  transform: rotate(252deg);
}

.progress-circle.p71 .value-bar {
  transform: rotate(256deg);
}

.progress-circle.p72 .value-bar {
  transform: rotate(259deg);
}

.progress-circle.p73 .value-bar {
  transform: rotate(263deg);
}

.progress-circle.p74 .value-bar {
  transform: rotate(266deg);
}

.progress-circle.p75 .value-bar {
  transform: rotate(270deg);
}

.progress-circle.p76 .value-bar {
  transform: rotate(274deg);
}

.progress-circle.p77 .value-bar {
  transform: rotate(277deg);
}

.progress-circle.p78 .value-bar {
  transform: rotate(281deg);
}

.progress-circle.p79 .value-bar {
  transform: rotate(284deg);
}

.progress-circle.p80 .value-bar {
  transform: rotate(288deg);
}

.progress-circle.p81 .value-bar {
  transform: rotate(292deg);
}

.progress-circle.p82 .value-bar {
  transform: rotate(295deg);
}

.progress-circle.p83 .value-bar {
  transform: rotate(299deg);
}

.progress-circle.p84 .value-bar {
  transform: rotate(302deg);
}

.progress-circle.p85 .value-bar {
  transform: rotate(306deg);
}

.progress-circle.p86 .value-bar {
  transform: rotate(310deg);
}

.progress-circle.p87 .value-bar {
  transform: rotate(313deg);
}

.progress-circle.p88 .value-bar {
  transform: rotate(317deg);
}

.progress-circle.p89 .value-bar {
  transform: rotate(320deg);
}

.progress-circle.p90 .value-bar {
  transform: rotate(324deg);
}

.progress-circle.p91 .value-bar {
  transform: rotate(328deg);
}

.progress-circle.p92 .value-bar {
  transform: rotate(331deg);
}

.progress-circle.p93 .value-bar {
  transform: rotate(335deg);
}

.progress-circle.p94 .value-bar {
  transform: rotate(338deg);
}

.progress-circle.p95 .value-bar {
  transform: rotate(342deg);
}

.progress-circle.p96 .value-bar {
  transform: rotate(346deg);
}

.progress-circle.p97 .value-bar {
  transform: rotate(349deg);
}

.progress-circle.p98 .value-bar {
  transform: rotate(353deg);
}

.progress-circle.p99 .value-bar {
  transform: rotate(356deg);
}

.progress-circle.p100 .value-bar {
  transform: rotate(360deg);
}

.left-half-clipper {
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: absolute;
  clip: rect(0, 5em, 5em, 2.5em);
}

.value-bar {
  position: absolute;
  clip: rect(0, 2.5em, 5em, 0);
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: .45em solid #53777a;
  box-sizing: border-box;
}

.align-autoplay {
  align-items: flex-end;
  margin-right: 7px;
}

.fr-hovered-over-file {
  background-color: #f0f0f0;
}

.thumbnail-padding {
  padding-right: 4px;
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.fr-fullscreen {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

.fr-box.fr-fullscreen {
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483630 !important;
  width: auto !important;
}

.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-fullscreen .fr-toolbar {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-fullscreen .fr-toolbar.fr-top {
  top: 0 !important;
}

.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
  bottom: 0 !important;
}

.fr-box.fr-fullscreen .fr-second-toolbar {
  margin-top: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-fullscreen-wrapper {
  z-index: 2147483640 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
  text-align: left;
  padding: 20px 20px 10px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table+table {
  margin-top: 20px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
  border: 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th {
  text-align: left;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
  padding: 6px 0 4px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
  border-bottom: solid 1px #ebebeb;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
  width: 60%;
  color: #646464;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
  letter-spacing: .5px;
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element img {
  cursor: pointer;
  padding: 0 1px;
}

.fr-image-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-sizing: content-box;
}

.fr-image-resizer.fr-active {
  display: block;
}

.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 4;
  box-sizing: border-box;
}

.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }

  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }

  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }

  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }

  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}

.fr-popup .fr-image-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}

.fr-popup .fr-image-upload-layer:hover {
  background: #ebebeb;
}

.fr-popup .fr-image-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

.fr-popup .fr-image-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fr-popup .fr-image-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

.fr-popup .fr-image-progress-bar-layer>h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

.fr-popup .fr-image-progress-bar-layer>div.fr-action-buttons {
  display: none;
}

.fr-popup .fr-image-progress-bar-layer>div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.fr-popup .fr-image-progress-bar-layer>div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width .2s ease 0s;
  -moz-transition: width .2s ease 0s;
  -ms-transition: width .2s ease 0s;
  -o-transition: width .2s ease 0s;
}

.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  animation: loading 2s linear infinite;
}

.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-loader {
  display: none;
}

.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-action-buttons {
  display: block;
}

.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line {
  margin-left: 10px;
}

.fr-uploading {
  -webkit-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-modal .fr-modal-head .fr-modal-head-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more {
  margin-top: 10px;
}

.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available {
  opacity: 0;
  width: 0;
  padding: 12px 0;
}

.fr-modal .fr-modal-head .fr-modal-tags {
  padding: 0 20px;
  display: none;
  text-align: left;
}

.fr-modal .fr-modal-head .fr-modal-tags a {
  display: inline-block;
  opacity: 0;
  padding: 6px 12px;
  margin: 8px 0 8px 8px;
  text-decoration: none;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: opacity .2s ease 0s,background .2s ease 0s;
  -moz-transition: opacity .2s ease 0s,background .2s ease 0s;
  -ms-transition: opacity .2s ease 0s,background .2s ease 0s;
  -o-transition: opacity .2s ease 0s,background .2s ease 0s;
  cursor: pointer;
  background-color: #f5f5f5;
}

.fr-modal .fr-modal-head .fr-modal-tags a:focus {
  outline: none;
  background-color: #ebebeb;
}

.fr-modal .fr-modal-head .fr-modal-tags a:hover {
  background-color: #ebebeb;
}

.fr-modal .fr-modal-head .fr-modal-tags a:active {
  background-color: #d6d6d6;
}

.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag {
  background-color: #ecf5ff;
  color: #0098f7;
}

.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus {
  outline: none;
  background-color: #ebebeb;
}

.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover {
  background-color: #ebebeb;
}

.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active {
  background-color: #d6d6d6;
}

.fr-show-tags .fr-modal-more svg path {
  fill: #0098f7;
}

div.fr-modal-body {
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
}

div.fr-modal-body .fr-preloader {
  display: block;
  margin: 50px auto;
}

div.fr-modal-body div.fr-image-list {
  text-align: center;
  margin: 0 20px;
  padding: 0;
}

div.fr-modal-body div.fr-image-list .fr-list-column {
  float: left;
  width: calc((100% - 20px)/2);
}

@media (min-width: 768px)and (max-width: 1199px) {
  div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 40px)/3);
  }
}

@media (min-width: 1200px) {
  div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 60px)/4);
  }
}

div.fr-modal-body div.fr-image-list .fr-list-column+.fr-list-column {
  margin-left: 20px;
}

div.fr-modal-body div.fr-image-list div.fr-image-container {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}

div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
  margin-top: 20px;
}

div.fr-modal-body div.fr-image-list div.fr-image-container+div {
  margin-top: 20px;
}

div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
  position: absolute;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .2s ease 0s;
  -moz-transition: opacity .2s ease 0s;
  -ms-transition: opacity .2s ease 0s;
  -o-transition: opacity .2s ease 0s;
  background: #000;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
  content: attr(data-deleting);
  color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  font-size: 15px;
  height: 20px;
}

div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
  height: 95px;
  background: #ccc;
  z-index: 1;
}

div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: attr(data-loading);
  display: inline-block;
  height: 20px;
}

div.fr-modal-body div.fr-image-list div.fr-image-container img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .2s ease 0s,filter .2s ease 0s;
  -moz-transition: opacity .2s ease 0s,filter .2s ease 0s;
  -ms-transition: opacity .2s ease 0s,filter .2s ease 0s;
  -o-transition: opacity .2s ease 0s,filter .2s ease 0s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}

div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
  -webkit-opacity: .75;
  -moz-opacity: .75;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
  display: inline-block;
}

div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  display: none;
  top: 50%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background .2s ease 0s,color .2s ease 0s;
  -moz-transition: background .2s ease 0s,color .2s ease 0s;
  -ms-transition: background .2s ease 0s,color .2s ease 0s;
  -o-transition: background .2s ease 0s,color .2s ease 0s;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  margin: 0;
  line-height: 40px;
  text-decoration: none;
  z-index: 3;
}

div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
  background: #b8312f;
  fill: #fff;
  padding: 8px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(25%);
  -moz-transform: translateY(-50%) translateX(25%);
  -ms-transform: translateY(-50%) translateX(25%);
  -o-transform: translateY(-50%) translateX(25%);
}

div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  background: #fff;
  fill: #0098f7;
  padding: 8px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-125%);
  -moz-transform: translateY(-50%) translateX(-125%);
  -ms-transform: translateY(-50%) translateX(-125%);
  -o-transform: translateY(-50%) translateX(-125%);
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
  -webkit-opacity: .75;
  -moz-opacity: .75;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
  background: #bf4644;
  color: #fff;
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
  background: #ebebeb;
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-line-breaker {
  cursor: text;
  border-top: 1px solid #0098f7;
  position: fixed;
  z-index: 2;
  display: none;
}

.fr-line-breaker.fr-visible {
  display: block;
}

.fr-line-breaker a.fr-floating-btn {
  position: absolute;
  left: calc(50% - 20px);
  top: -20px;
}

.fr-line-breaker a.fr-floating-btn svg {
  margin: 8px;
  height: 24px;
  width: 24px;
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-wrapper-markdown {
  display: flex;
  min-height: 200px;
}

.fr-markdown-view {
  width: calc(52% - 1px);
  box-sizing: inherit;
  min-height: 200px !important;
}

.fr-markdown-editor {
  width: calc(48% - 1px);
  box-sizing: inherit;
  background-color: #eee;
  min-height: 200px !important;
}

.fr-markdown-editor>p {
  margin: 0;
}

.fr-markdown-view>p {
  margin-top: 0;
}

.gutter-horizontal {
  display: flex;
  z-index: 9;
  background-color: #dadada;
  cursor: col-resize;
  width: 2px;
}

.e-resize-handler {
  z-index: 9;
  width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  position: relative;
  font-size: 10px;
  color: #c5c5c5;
}

.fr-markdown-view>dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.fr-markdown-view>dt {
  font-weight: 700;
}

.fr-markdown-view>dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

.fr-markdown-view>pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  background-color: #f8f8f8;
  border: 1px solid #dfdfdf;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: .125rem .3125rem .0625rem;
}

.fr-markdown-view>code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-weight: normal;
  padding: .125rem .3125rem .0625rem;
}

.fr-markdown-view>pre code {
  background-color: rgba(0,0,0,0);
  border: 0;
  padding: 0;
}

.fr-markdown-view>sup {
  top: -0.5em;
}

.footnote-a {
  color: #007bff;
  text-decoration: none;
  background-color: rgba(0,0,0,0);
}

.fr-markdown-view>hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

.blockquote {
  margin: 0 0 1rem;
  border-left: 5px solid #eee;
  padding: 10px 20px;
  font-size: 1.25rem;
}

.fr-markdown-view>table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: rgba(0,0,0,0);
  border-spacing: 0;
  border-collapse: collapse;
}

.fr-markdown-view>table>tbody>tr>td,
.fr-markdown-view>table>tbody>tr>th,
.fr-markdown-view>table>thead>tr>td,
.fr-markdown-view>table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}

.fr-markdown-view>table>thead>tr>td,
.fr-markdown-view>table>thead>tr>th {
  border-bottom-width: 2px;
}

.fr-markdown-view>table>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.fr-markdown-view>a {
  color: #337ab7;
  text-decoration: none;
}

.fr-markdown-view>h1 {
  font-size: 2em !important;
}

.fr-markdown-view>h2 {
  font-size: 1.5em !important;
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-quick-insert {
  position: absolute;
  z-index: 2147483639;
  white-space: nowrap;
  padding-right: 10px;
  box-sizing: content-box;
}

.fr-quick-insert a.fr-floating-btn svg {
  margin: 8px;
  width: 24px;
  height: 24px;
}

.fr-quick-insert.fr-on a.fr-floating-btn svg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.fr-quick-insert.fr-hidden {
  display: none;
}

.fr-qi-helper {
  position: absolute;
  z-index: 3;
  padding-left: 20px;
  white-space: nowrap;
}

.fr-qi-helper a.fr-btn.fr-floating-btn {
  text-align: center;
  padding: 6px 10px 10px 10px;
  display: inline-block;
  color: #222;
  background: #fff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

.fr-qi-helper a.fr-btn.fr-floating-btn svg {
  fill: #222;
}

.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-popup .fr-buttons.fr-tabs .fr-special-character-category {
  padding: 10px 15px;
}

.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span {
  font-weight: normal;
  font-size: 16px;
}

.fr-popup .fr-special-character {
  width: 24px;
  height: 24px;
}

@media screen and (-ms-high-contrast: active)and (min-width: 768px),(-ms-high-contrast: none)and (min-width: 768px) {
  .fr-popup .fr-icon-container.fr-sc-container {
    width: 368px;
  }
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element table td.fr-selected-cell,
.fr-element table th.fr-selected-cell {
  border: 1px double #0098f7;
}

.fr-element table tr {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-element table td,
.fr-element table th {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

.fr-element .fr-no-selection table td,
.fr-element .fr-no-selection table th {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-table-resizer {
  cursor: col-resize;
  position: absolute;
  z-index: 3;
  display: none;
}

.fr-table-resizer.fr-moving {
  z-index: 2;
}

.fr-table-resizer div {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-right: 1px solid #0098f7;
}

.fr-no-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-popup .fr-table-size {
  margin: 20px;
}

.fr-popup .fr-table-size .fr-table-size-info {
  text-align: center;
  font-size: 14px;
}

.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
  padding: 5px;
  white-space: nowrap;
}

.fr-popup .fr-table-size .fr-select-table-size>span {
  display: inline-block;
  padding: 0 4px 4px 0;
  background: rgba(0,0,0,0);
}

.fr-popup .fr-table-size .fr-select-table-size>span>span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
}

.fr-popup .fr-table-size .fr-select-table-size>span.hover {
  background: rgba(0,0,0,0);
}

.fr-popup .fr-table-size .fr-select-table-size>span.hover>span {
  background: rgba(0,152,247,.3);
  border: solid 1px #0098f7;
}

.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-popup.fr-above .fr-table-size .fr-select-table-size>span {
  display: inline-block !important;
}

.fr-popup .fr-table-colors {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}

.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span {
  width: 12px;
  height: 12px;
}

.fr-insert-helper {
  position: absolute;
  z-index: 9999;
  white-space: nowrap;
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#fr-form-container {
  margin: auto;
  position: relative;
  top: 10%;
  background-color: #f5f5f5;
  width: 60%;
  border-radius: 5px;
  z-index: 9002;
  overflow: auto;
  background-color: #fefefe;
}

.fr-trim-video-name {
  font-family: Arial,Helvetica,sans-serif;
  padding-top: 15px;
}

.fr-file-loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #53777a;
  display: inline-block !important;
  animation: spin 2s linear infinite;
  width: 20px;
  height: 20px;
  display: block !important;
  align-items: center;
}

.fr-trim-button {
  margin-top: 5px;
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  border-radius: 5px;
  background-color: #eff5fa;
  outline: none;
}

.fr-trim-button:hover {
  background: #ebebeb;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fr-slidecontainer {
  width: 100%;
}

.fr-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #d3d3d3;
}

.fr-video-trim-buttons {
  text-align: right;
  padding-bottom: 5px;
  padding-right: 15px;
  margin-top: 10px;
}

.fr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
}

.fr-slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #3498db;
  border-radius: 50%;
  cursor: pointer;
}

.fr-range-value-start {
  position: absolute;
}

.fr-range-value-start>span {
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #03a9f4;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-85%, 0);
  border-radius: 6px;
}

.fr-range-value-start>span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0,0,0,0);
  border-right: 5px solid rgba(0,0,0,0);
  left: 86%;
  margin-left: -5px;
  margin-top: -1px;
}

.fr-range-value-end {
  position: absolute;
}

.fr-range-value-end>span {
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #03a9f4;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 14%;
  transform: translate(-8%, 0);
  border-radius: 6px;
}

.fr-range-value-end>span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0,0,0,0);
  border-right: 5px solid rgba(0,0,0,0);
  left: 14%;
  margin-left: -5px;
  margin-top: -1px;
}

#startTimeValue {
  top: -153% !important;
}

#startTimeValue span:before {
  border-top: 10px solid #03a9f4;
  top: 100%;
}

#endTimeValue {
  top: -153% !important;
}

#endTimeValue span:before {
  border-top: 10px solid #03a9f4;
  top: 100%;
}

.fr-range-slider {
  position: relative;
  width: 80%;
  height: 15px;
}

.fr-range-slider>input {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  outline: none;
  height: 6px;
  border-radius: 10px;
}

.fr-range-slider>input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #3498db;
  cursor: pointer;
  border-radius: 7px;
  margin-top: -3.6px;
}

.fr-range-slider>input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px;
  height: 15px;
  border-radius: 7px;
  margin-top: -3.6px;
}

.fr-range-slider>input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: #000;
  border: 0;
  height: 15px;
  border-radius: 50%;
  margin-top: -3.6px;
}

.fr-range-slider>input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none rgba(0,0,0,0);
  border: 0;
}

.fr-range-slider>input[type=range]::-moz-focus-outer {
  border: 0;
}

@media screen and (max-width: 430px) {
  .range-value span {
    width: 40px;
    font-size: 10px;
  }

  #fr-form-container {
    top: 20%;
  }
}

#fr-video-edit {
  width: 80%;
  text-align: center;
  height: 50%;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element .fr-video {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-element .fr-video::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: rgba(0,0,0,0);
}

.fr-element .fr-video.fr-active>* {
  z-index: 2;
  position: relative;
}

.fr-element .fr-video>* {
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.fr-box .fr-video-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-box .fr-video-resizer.fr-active {
  display: block;
}

.fr-box .fr-video-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #fff;
  z-index: 4;
  box-sizing: border-box;
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  .fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }

  .fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }

  .fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }

  .fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }

  .fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line+.fr-input-line {
  margin-left: 10px;
}

.fr-popup .fr-video-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}

.fr-popup .fr-video-upload-layer:hover {
  background: #ebebeb;
}

.fr-popup .fr-video-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

.fr-popup .fr-video-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fr-popup .fr-video-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

.fr-popup .fr-video-progress-bar-layer>h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

.fr-popup .fr-video-progress-bar-layer>div.fr-action-buttons {
  display: none;
}

.fr-popup .fr-video-progress-bar-layer>div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.fr-popup .fr-video-progress-bar-layer>div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width .2s ease 0s;
  -moz-transition: width .2s ease 0s;
  -ms-transition: width .2s ease 0s;
  -o-transition: width .2s ease 0s;
}

.fr-popup .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  animation: loading 2s linear infinite;
}

.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-loader {
  display: none;
}

.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-action-buttons {
  display: block;
}

.fr-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}

.fr-autoplay-margin {
  margin-top: 0px !important;
}

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-view img.fr-rounded,
.fr-view .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-view img.fr-shadow,
.fr-view .fr-img-caption.fr-shadow img {
  box-shadow: 10px 10px 5px 0px #ccc;
}

.fr-view img.fr-bordered,
.fr-view .fr-img-caption.fr-bordered img {
  border: solid 5px #ccc;
}

.fr-view img.fr-bordered {
  box-sizing: content-box;
}

.fr-view .fr-img-caption.fr-bordered img {
  box-sizing: border-box;
}

.fr-view {
  word-wrap: break-word;
}

.fr-view span[style~="color:"] a {
  color: inherit;
}

.fr-view strong {
  font-weight: 700;
}

.fr-view table[border="0"] td:not([class]),
.fr-view table[border="0"] th:not([class]),
.fr-view table[border="0"] td[class=""],
.fr-view table[border="0"] th[class=""] {
  border-width: 0px;
}

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}

.fr-view table td {
  min-width: 5px;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

.fr-view table td,
.fr-view table th {
  border: 1px solid #ddd;
}

.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}

.fr-view table th {
  background: #ececec;
}

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-column-break-after: always;
       break-after: always;
  page-break-after: always;
}

.fr-view .fr-file {
  position: relative;
}

.fr-view .fr-file::after {
  position: relative;
  content: "📎";
  font-weight: normal;
}

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}

.fr-view[dir=rtl] blockquote {
  border-left: none;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}

.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00bcd4;
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43a047;
}

.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}

.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}

.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
  display: inline;
  line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em .1em .1em;
  line-height: 1;
  vertical-align: middle;
}

.fr-view .fr-text-gray {
  color: #aaa !important;
}

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

.fr-view .fr-class-highlighted {
  background-color: #ff0;
}

.fr-view .fr-class-code {
  border-color: #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New",Courier,monospace;
}

.fr-view .fr-class-transparency {
  opacity: .5;
}

.fr-view img {
  position: relative;
  max-width: 100%;
}

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view .fr-video {
  text-align: center;
  position: relative;
}

.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.fr-view .fr-video.fr-rv>iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-view .fr-video>* {
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

.fr-view a.fr-strong {
  font-weight: 700;
}

.fr-view a.fr-green {
  color: green;
}

.fr-view .fr-img-caption {
  text-align: center;
}

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap a {
  display: block;
}

.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap>span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  box-sizing: border-box;
  -webkit-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}

a.fr-view.fr-strong {
  font-weight: 700;
}

a.fr-view.fr-green {
  color: green;
}

img.fr-view {
  position: relative;
  max-width: 100%;
}

img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}

img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}

span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}


.idt-icon {
  display: inline-block;
  display: contents;
}
.ideacon {
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  vertical-align: text-top;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.ideacon.color-white {
  stroke: var(--white);
  fill: var(--white);
}
.ideacon.color-main {
  stroke: var(--main-color);
  fill: var(--main-color);
}
.ideacon.color-secondary {
  stroke: var(--secondary-color);
  fill: var(--secondary-color);
}
.ideacon .file-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--white);
  font-family: sans-serif;
  font-weight: var(--font-weight-bold);
}
.ideacons {
  position: relative;
}
.ideacons .file-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 49%;
  left: 0;
  width: 81%;
  height: 30%;
  color: var(--white);
  background-color: var(--main-color);
  font-family: sans-serif;
  font-weight: var(--font-weight-bold);
}


.idt-alerts__list[data-v-02425c35] {
  position: fixed;
  right: 0;
  width: 100%;
  max-width: 564px;
  flex-shrink: 0;
  z-index: 1000;
}
.idt-alerts__list.has-container[data-v-02425c35] {
  position: relative;
  top: 0 !important;
}
.idt-alerts__list>div[data-v-02425c35] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding: 0 22px;
  background-color: rgba(0,0,0,0);
}
.idt-alerts__list[data-v-02425c35]:not(.top) {
  top: var(--menu-height);
}
.idt-alerts__list.top[data-v-02425c35] {
  top: 0;
}
.idt-alert[data-v-02425c35] {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 520px;
  min-height: 100px;
  padding: 1rem 1.5rem;
  margin-top: 20px;
  background-color: #fff;
  border-left: 5px solid var(--alert-color);
  border-radius: var(--global-radius);
  box-shadow: 0px 3px 30px rgba(0,0,0,.1607843137);
  cursor: pointer;
  transition: box-shadow .2s ease;
}
.idt-alert[data-v-02425c35]:hover {
  box-shadow: 0px 2px 5px rgba(0,0,0,.1607843137);
}
.idt-alert:hover .idt-alert__close[data-v-02425c35] {
  display: inline-block;
}
.idt-alert__close[data-v-02425c35] {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1.5rem;
  border: none;
  color: var(--grey-dark);
  cursor: pointer;
}
.idt-alert__icon .idt-icon[data-v-02425c35] {
  color: var(--alert-color);
}
.idt-alert__content[data-v-02425c35] {
  display: flex;
  flex-direction: column;
  padding: .1rem 3rem 0 1rem;
}
.idt-alert__content__title[data-v-02425c35] {
  font-weight: var(--font-weight-medium);
  color: var(--alert-color);
}
.idt-alert__content__text[data-v-02425c35] {
  margin: 0;
}
.idt-alert__content__link[data-v-02425c35],
.idt-alert__content__link[data-v-02425c35]:hover {
  margin-top: .8rem;
  color: var(--grey-darker);
  text-decoration: underline;
}
.idt-alert__content__link[data-v-02425c35]:hover,
.idt-alert__content__link[data-v-02425c35]:hover:hover {
  color: var(--grey-darkest);
}
.idt-alert--success[data-v-02425c35] {
  --alert-color: var(--success-color);
}
.idt-alert--danger[data-v-02425c35] {
  --alert-color: var(--danger-color);
}
.idt-alert--info[data-v-02425c35] {
  --alert-color: var(--info-color);
}
.idt-alert--warning[data-v-02425c35] {
  --alert-color: var(--warning-color);
}
.alert-transition-enter-active[data-v-02425c35],
.alert-transition-leave-active[data-v-02425c35] {
  transition: all .3s ease;
}
.alert-transition-enter[data-v-02425c35],
.alert-transition-leave-to[data-v-02425c35] {
  opacity: 0;
  transform: translate3d(calc(100% + 22px), 0, 0);
}


.idt-admin-navbar[data-v-a79d90d6] {
  display: flex;
  justify-content: right;
  position: sticky;
  top: 70px;
  padding: var(--rem-size-12) var(--rem-size-32);
  color: var(--white);
  background-color: var(--grey-darkest);
  z-index: 1;
}
.idt-admin-navbar>*[data-v-a79d90d6] {
  display: flex;
  align-items: center;
  margin-left: var(--rem-size-16);
}
.idt-admin-navbar>*>*[data-v-a79d90d6]:first-child {
  margin-right: var(--rem-size-8);
}


.alert-card[data-v-8e14e724] {
  display: flex;
  width: 90%;
  padding: var(--rem-size-16);
  border-radius: var(--global-radius);
  background-color: var(--grey-light);
}
.alert-card__icon[data-v-8e14e724] {
  margin-right: 1rem;
}
.alert-card__content__header[data-v-8e14e724] {
  margin-top: .2rem;
  color: var(--black);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
  line-height: 24px;
}
@media only screen and (max-width: 479px) {
.alert-card__content__header[data-v-8e14e724] {
    font-size: var(--rem-size-12);
}
}
.alert-card__content__text[data-v-8e14e724] {
  font-size: 14px;
  font-weight: var(--font-weight-normal);
  line-height: var(--rem-size-24);
}
@media only screen and (max-width: 479px) {
.alert-card__content__text[data-v-8e14e724] {
    font-size: var(--rem-size-12);
}
}


.idt-badge[data-v-5649c1b5] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -0.5rem;
  right: -0.5rem;
  z-index: 1;
  min-width: 1rem;
  height: 1rem;
  padding: 1px 2px;
  border-radius: 50px;
  background-color: var(--main-color);
}
.idt-badge__text[data-v-5649c1b5] {
  position: relative;
  color: var(--white);
  font-family: var(--title-font-family);
  font-size: 10px;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}


.idt-bi-button-enable.button-group {
  margin: 0;
}
.idt-bi-button-enable.button-group .button {
  min-width: 135px;
  height: 48px;
  margin: 0;
}
.idt-bi-button-enable.button-group .button:first-child {
  border-radius: var(--global-radius) 0 0 var(--global-radius);
}
.idt-bi-button-enable.button-group .button:last-child {
  border-radius: 0 var(--global-radius) var(--global-radius) 0;
}


idt-spiner[data-v-72d212eb] {
  display: block;
}
.idt-spinner[data-v-72d212eb] {
  --PI: 3.14159265359;
  --spinner-stroke-width: 2px;
  --spinner-circumference: calc(2 * var(--PI) * (var(--spinner-radius) - var(--spinner-stroke-width)));
  width: calc(var(--spinner-radius)*2);
  height: calc(var(--spinner-radius)*2);
  animation: spinning-data-v-72d212eb 2.5s linear infinite;
}
.idt-spinner.dark[data-v-72d212eb] {
  --spinner-stroke-color: var(--main-color-lighter);
}
.idt-spinner.light[data-v-72d212eb] {
  --spinner-stroke-color: var(--main-color-dark);
}
.idt-spinner.white[data-v-72d212eb] {
  --spinner-stroke-color: var(--white);
}
.idt-spinner.yellow[data-v-72d212eb] {
  --spinner-stroke-color: #ffaf22;
}
.idt-spinner circle[data-v-72d212eb] {
  fill: none;
  webkit-text-stroke: var(--spinner-stroke-color);
  webkit-text-stroke-width: var(--spinner-stroke-width);
  webkit-text-stroke-dasharray: var(--spinner-circumference);
  webkit-text-stroke-linecap: round;
  stroke: var(--spinner-stroke-color);
  stroke-width: var(--spinner-stroke-width);
  stroke-dasharray: var(--spinner-circumference);
  stroke-linecap: round;
  r: calc(var(--spinner-radius) - var(--spinner-stroke-width));
  cx: var(--spinner-radius);
  cy: var(--spinner-radius);
  transition: all 2s ease-in-out;
  animation: spinningCircle-data-v-72d212eb 2.5s linear infinite;
}
@keyframes spinning-data-v-72d212eb {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes spinningCircle-data-v-72d212eb {
0% {
    stroke-dashoffset: 0;
}
50% {
    stroke-dashoffset: calc(var(--spinner-circumference) - 10px);
}
100% {
    stroke-dashoffset: 0;
}
}


.idt-fs-upload-file.draggable {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--grey);
  border-radius: var(--global-radius);
}
.idt-fs-upload-file__right-content {
  display: flex;
  align-items: center;
  padding: 0 var(--rem-size-8);
}
.idt-fs-upload-file__right-content,
.idt-fs-upload-file__right-content>* {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.idt-card-file-upload-header__preview[data-v-661a6d2c] {
  position: relative;
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: var(--global-radius);
  border-top-left-radius: var(--global-radius);
}
.idt-card-file-upload-header__preview:hover .idt-card-file-upload-header__file.has-file[data-v-661a6d2c] {
  cursor: pointer;
  background-color: rgba(0,0,0,.7);
}
.idt-card-file-upload-header__preview:hover .idt-card-file-upload-header__file.has-file span.white-hovered[data-v-661a6d2c] {
  color: var(--white);
}
.idt-card-file-upload-header__file[data-v-661a6d2c] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: var(--global-radius) var(--global-radius) 0 0;
  border: solid 2px var(--main-color);
  font-weight: 400;
  cursor: pointer;
}
.idt-card-file-upload-header__file--error[data-v-661a6d2c] {
  border: solid 2px var(--secondary-color);
}
.idt-card-file-upload-header__file__button[data-v-661a6d2c] {
  color: var(--main-color);
  background-color: var(--white);
  font-size: 16.8px;
  text-align: center;
}
.idt-card-file-upload-header__file__label[data-v-661a6d2c] {
  color: var(--main-color);
}
.idt-card-file-upload-header__file__circle[data-v-661a6d2c] {
  color: var(--main-color);
  font-size: 36px;
  cursor: pointer;
}
.idt-card-file-upload-header__file__info[data-v-661a6d2c] {
  margin-top: 11px;
  color: #7f7f7f;
  font-size: 12.8px;
  text-align: center;
}
.idt-card-file-upload-header__file__delete[data-v-661a6d2c] {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  padding: .5rem;
  color: #fff;
  background-color: #eb4a80;
  border-radius: 0 0 0 var(--global-radius);
  font-size: 1.2rem;
  text-align: center;
  line-height: 14px;
  cursor: pointer;
}


.card-delete-button[data-v-0051bcb4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  color: var(--white);
  background-color: var(--secondary-color);
  border: solid 1px var(--secondary-color);
  border-radius: 0 0 var(--global-radius) var(--global-radius);
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
}


.switch-container {
  margin-bottom: 1rem;
}


.idt-switch[data-v-22660015] {
  display: inline-block;
  position: relative;
  min-width: 80px;
  height: 34px;
  border-radius: 50px;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.idt-switch.disabled[data-v-22660015],
.idt-switch[disabled][data-v-22660015] {
  opacity: .5;
  pointer-events: none;
}
.idt-switch__inner[data-v-22660015] {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.idt-switch__inner .idt-switch__label[data-v-22660015] {
  position: absolute;
  top: 50%;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  transition: all .3s ease;
}
.idt-switch__inner .idt-switch__label--off[data-v-22660015] {
  right: -10px;
  color: var(--secondary-color);
  transform: translate3d(100%, -50%, 0);
}
.idt-switch__inner .idt-switch__label--on[data-v-22660015] {
  left: -10px;
  color: var(--main-color-dark);
  transform: translate3d(-100%, -50%, 0);
}
.idt-switch__inner.off[data-v-22660015] {
  background-color: var(--secondary-color-alpha20);
}
.idt-switch__inner.off .idt-switch__label--off[data-v-22660015] {
  right: 10px;
  transform: translate3d(0, -50%, 0);
}
.idt-switch__inner.on[data-v-22660015] {
  background-color: var(--main-color-lighter);
}
.idt-switch__inner.on .idt-switch__label--on[data-v-22660015] {
  left: 10px;
  transform: translate3d(0, -50%, 0);
}
.idt-switch__btn[data-v-22660015] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transform: translate3d(-50%, -50%, 0);
  transition: all .3s ease;
}
.idt-switch__btn.off[data-v-22660015] {
  left: 10%;
  background-color: var(--secondary-color);
  transform: translate3d(0, -50%, 0);
}
.idt-switch__btn.on[data-v-22660015] {
  left: 90%;
  background-color: var(--main-color-dark);
  transform: translate3d(-100%, -50%, 0);
}
.idt-switch-label[data-v-22660015] {
  margin-left: 15px;
  vertical-align: middle;
}


.bo-card[data-v-cad7fe80] {
  display: flex;
  padding: 0 .9375rem 0rem .9375rem;
  margin-bottom: 1rem;
}
.bo-card__field[data-v-cad7fe80] {
  color: var(--grey-darker);
  font-size: .875rem;
  font-weight: var(--font-weight-medium);
}
.bo-card__field div[data-v-cad7fe80],
.bo-card__field input[data-v-cad7fe80],
.bo-card__field textarea[data-v-cad7fe80] {
  margin: 5px 15px 5px 15px;
}
.bo-card__field[data-v-cad7fe80]  label {
  color: var(--grey-darker);
  font-size: 1rem;
}
.bo-card__label[data-v-cad7fe80] {
  color: var(--grey-dark);
  font-size: .875rem;
  font-weight: var(--font-weight-medium);
}
.bo-card__content[data-v-cad7fe80] {
  display: flex;
  width: 300px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.bo-card__content__bordered[data-v-cad7fe80] {
  padding: 3px 0;
  flex-grow: 1;
}
.bo-card__content__bordered--with-header[data-v-cad7fe80] {
  border-right: solid 2px var(--grey-light);
  border-left: solid 2px var(--grey-light);
}
.bo-card__content__bordered--without-header[data-v-cad7fe80] {
  border-top: solid 2px var(--grey-light);
  border-right: solid 2px var(--grey-light);
  border-left: solid 2px var(--grey-light);
}
.bo-card__content__preview:hover .bo-card__file.has-file[data-v-cad7fe80] {
  background-color: rgba(0,0,0,.7);
}
.bo-card__content__preview:hover .bo-card__file.has-file span.white-hovered[data-v-cad7fe80] {
  color: var(--white);
}
.bo-card__switch[data-v-cad7fe80] {
  display: inline-block;
  right: 0;
  margin-left: 40px;
  margin-bottom: 10px;
}
.bo-card__switch-container[data-v-cad7fe80] {
  display: flex;
  flex-direction: row;
  margin: 5px 15px;
  font-size: .875rem;
  font-weight: var(--font-weight-normal);
}
.bo-card__switch-container label[data-v-cad7fe80] {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1rem;
  color: var(--grey-darker);
}


.idt-bottom-navbar {
  display: none;
  flex-flow: nowrap;
  align-items: stretch;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: var(--mobile-bottom-navbar-height);
  height: var(--mobile-bottom-navbar-height);
  width: 100%;
  background: var(--white);
  border-top: 1px solid var(--grey-darkest-alpha20);
  padding: var(--rem-size-6) 0 var(--rem-size-4);
  z-index: 1;
  transition: margin-top .15s ease-in-out,transform .15s ease-in-out;
}
@media only screen and (max-width: 991px) {
.idt-bottom-navbar {
    display: flex;
    border-radius: 0;
    box-shadow: none;
}
}
.idt-bottom-navbar--hide {
  margin-top: calc(-1*var(--mobile-bottom-navbar-height));
  transform: translateY(100%);
}
.idt-bottom-navbar--fixed {
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.idt-bottom-navbar__icon-wrapper {
  display: flex;
  flex-flow: column;
  flex: auto;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  flex-shrink: 0;
  overflow: hidden;
  color: var(--grey-darkest);
  font-size: var(--rem-size-12);
  line-height: var(--rem-size-18);
}
.idt-bottom-navbar__icon-wrapper>* {
  width: 100%;
  flex-basis: 100%;
}
.idt-bottom-navbar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: 32px;
  width: 100%;
  height: 32px;
  max-width: 64px;
  margin-bottom: var(--rem-size-4);
  border-radius: 20px;
  color: var(--grey-darkest);
  transition: background-color .15s ease-in-out;
}
.idt-bottom-navbar__icon-wrapper.active .idt-bottom-navbar__icon {
  color: var(--grey-darkest);
  background-color: var(--main-color-alpha20);
}


.idt-breadcrumb {
  display: flex;
  align-items: center;
  margin: 0;
}
.idt-breadcrumb__item {
  list-style-type: none;
  margin-right: 10px;
  color: var(--black-alpha-50);
  font-weight: var(--font-weight-bold);
}
.idt-breadcrumb__item:first-child {
  color: var(--black);
}
.idt-breadcrumb__item .ideacon.idea-ht-chevron-right {
  position: relative;
  top: 2px;
  margin-right: 6px;
  stroke-width: 1;
}


.idt-button-group>* {
  float: left;
}
.idt-button-group>*:not([type=button]):only-child button,
.idt-button-group>button {
  border-radius: 5px;
}
.idt-button-group>*:not(:first-child):not(:last-child):not(:only-child) button,
.idt-button-group>button:not(:first-child):not(:last-child):not(:only-child) {
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0;
}
.idt-button-group>*:first-child:not(:only-child) button,
.idt-button-group>button:first-child:not(:only-child) {
  border-right: 0 !important;
  border-radius: 5px 0 0 5px;
}
.idt-button-group>*:last-child:not(:only-child) button,
.idt-button-group>button:last-child:not(:only-child) {
  border-left: 0 !important;
  border-radius: 0 5px 5px 0;
}


.idt-card-add-button[data-v-cf8720d4] {
  position: relative;
  margin: 0 .9375rem;
  color: var(--main-color);
  border: 2px dashed var(--main-color);
  border-radius: var(--global-radius);
  font-size: 1.1rem;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.idt-card-add-button span[data-v-cf8720d4] {
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
}


.idt-fo-card[data-v-79b1c5d7] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  border-radius: var(--global-radius);
  overflow: hidden;
}
.idt-fo-card.has-radius[data-v-79b1c5d7] {
  border-radius: var(--global-radius);
}
.idt-fo-card__header[data-v-79b1c5d7] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
}
.idt-fo-card__content[data-v-79b1c5d7] {
  padding: 0 1rem;
}
.idt-fo-card__footer[data-v-79b1c5d7] {
  display: flex;
  align-items: center;
  font-size: var(--rem-size-16);
  border-top: 1px solid var(--grey);
  padding: 0 1rem;
  margin-top: 1rem;
  height: 50px;
}


.idt-fo-card__header__title[data-v-68285a0c] {
  display: flex;
  align-items: center;
  margin-right: .5rem;
}
.idt-fo-card__header__title i[data-v-68285a0c] {
  margin-right: .5rem;
  color: var(--main-color);
  font-size: var(--rem-size-20);
}
.idt-fo-card__header .gamification-points[data-v-68285a0c] {
  margin: auto 0;
}
.idt-fo-card__content[data-v-68285a0c] {
  font-size: var(--rem-size-14);
}
.idt-fo-card__footer>div[data-v-68285a0c],
.idt-fo-card__footer>button[data-v-68285a0c] {
  min-width: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.idt-fo-card__footer__number[data-v-68285a0c] {
  color: var(--grey-dark);
  font-style: italic;
  flex-grow: 2;
}
.idt-fo-card__footer__view-more[data-v-68285a0c] {
  color: var(--secondary-color);
  font-weight: var(--font-weight-bold);
  text-align: end;
}


.idt-carousel {
  width: 100%;
  margin-top: 30px;
}
.idt-carousel .slick-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}
.idt-carousel .slick-slider.slick-dotted {
  margin-bottom: 37px;
}
.idt-carousel .slick-slider .slick-prev {
  margin-right: 25px;
}
.idt-carousel .slick-slider .slick-next {
  margin-left: 25px;
}
.idt-carousel .slick-slider .slick-disabled {
  opacity: .3;
}
.idt-carousel .slick-slider .slick-list {
  width: 100%;
}
@media only screen and (min-width: 640px) {
.idt-carousel .slick-slider .slick-list {
    max-width: 1000px;
}
}
@media only screen and (min-width: 1200px) {
.idt-carousel .slick-slider .slick-list {
    max-width: 1200px;
}
}
@media only screen and (min-width: 1442px) {
.idt-carousel .slick-slider .slick-list {
    max-width: 1400px;
}
}
.idt-carousel .slick-slider .slick-list .slick-slide {
  padding: 0 5px;
}
@media only screen and (min-width: 640px) {
.idt-carousel .slick-slider .slick-list .slick-slide {
    padding: 0 10px;
}
}
.idt-carousel .slick-slider .slick-dots {
  display: block;
  position: absolute;
  bottom: -30px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.idt-carousel .slick-slider .slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.idt-carousel .slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.idt-carousel .slick-slider .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.idt-carousel .slick-slider .slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: var(--main-color);
  font-family: "slick";
  font-size: 1.5625rem;
  text-align: center;
  line-height: 20px;
  opacity: .5;
}
.idt-carousel .slick-slider .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--grey-darkest);
  border-radius: 50%;
  cursor: pointer;
}
.idt-carousel .slick-slider .arrow .ideacons {
  color: var(--white);
  font-size: 1.25rem;
}


.idt-checkbox[data-v-02d64ba6] {
  margin-bottom: 7px;
  padding: .5rem;
  background: var(--white);
  border: 1px solid var(--grey);
  border-radius: var(--global-radius);
}
.idt-checkbox--no-border[data-v-02d64ba6] {
  box-shadow: none !important;
  border: 0 !important;
}
.idt-checkbox--no-padding[data-v-02d64ba6] {
  padding: 0;
}
.idt-checkbox--checked[data-v-02d64ba6] {
  box-shadow: 0px 2px 3px rgba(0,0,0,.15);
  border-color: rgba(0,0,0,0);
}
.idt-checkbox--checked .content[data-v-02d64ba6] {
  font-weight: var(--font-weight-medium);
}
.idt-checkbox input[data-v-02d64ba6] {
  display: none;
}
.idt-checkbox input.error+label .box[data-v-02d64ba6] {
  border: 1px solid var(--red);
}
.idt-checkbox input+label[data-v-02d64ba6] {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 22px;
  min-width: 100px;
  margin: 0;
  padding: 0;
  color: var(--text-color, var(--grey-darker));
  font-weight: var(--font-weight-normal);
}
.idt-checkbox input+label .box[data-v-02d64ba6] {
  content: "";
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  line-height: 0;
  border: 1px solid var(--text-color, var(--grey));
  border-radius: 3px;
}
.idt-checkbox input+label .content[data-v-02d64ba6] {
  flex-grow: 1;
}
.idt-checkbox input+label .content[data-v-02d64ba6]  p:last-child {
  margin-bottom: 0;
}
.idt-checkbox input+label .idt-icon[data-v-02d64ba6] {
  color: rgba(0,0,0,0);
}
.idt-checkbox input:checked+label .box[data-v-02d64ba6] {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
.idt-checkbox input:checked+label .idt-icon[data-v-02d64ba6] {
  color: #fff;
}
.idt-checkbox__slot-end[data-v-02d64ba6] {
  flex-grow: 0;
}


.idt-chip[data-v-cad37f56] {
  display: flex;
  align-items: center;
  padding: 5px 14px;
  background: var(--white);
  border-width: 2px;
  border-style: solid;
  border-radius: 14px;
  line-height: 1;
  font-size: var(--rem-size-13);
  font-weight: var(--font-weight-bold);
  text-align: center;
  text-transform: uppercase;
}
.idt-chip__image-icon[data-v-cad37f56] {
  margin-right: 8px;
  border-radius: 50%;
}


.idt-city-input[data-v-2bec0786] {
  display: inline-block;
  width: 100%;
}
.idt-city-input__input-container[data-v-2bec0786] {
  display: flex;
}
.idt-city-input__search[data-v-2bec0786] {
  width: 75%;
  margin: 0;
  border-radius: var(--global-radius);
  outline: none;
}
@media only screen and (max-width: 479px) {
.idt-city-input__search[data-v-2bec0786] {
    width: 65%;
}
}
.idt-city-input__search--with-timezone[data-v-2bec0786] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.idt-city-input__search[data-v-2bec0786]:focus {
  border-color: var(--grey-darker);
}
.idt-city-input__search.has-error[data-v-2bec0786] {
  border-color: var(--secondary-color);
}
.idt-city-input__search input[data-v-2bec0786]:-webkit-autofill,
.idt-city-input__search input[data-v-2bec0786]:-webkit-autofill:hover,
.idt-city-input__search input:-webkit-autofill:focus textarea[data-v-2bec0786]:-webkit-autofill,
.idt-city-input__search textarea:-webkit-autofill:hover textarea[data-v-2bec0786]:-webkit-autofill:focus,
.idt-city-input__search select[data-v-2bec0786]:-webkit-autofill,
.idt-city-input__search select[data-v-2bec0786]:-webkit-autofill:hover,
.idt-city-input__search select[data-v-2bec0786]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.idt-city-input__timezone[data-v-2bec0786] {
  flex: 1;
  margin: 0;
  background-color: #fff;
  border-left: none;
  border-radius: var(--global-radius);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.idt-circular-progress {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  border-radius: 50%;
  box-shadow: inset var(--grey) 0px 0px 0px 5px;
}
.idt-circular-progress__circle {
  position: relative;
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0);
  border-radius: 50%;
  overflow: hidden;
}
.idt-circular-progress__circle__segment {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: var(--main-color);
  transform-origin: 0 0;
  transition: transform .3s ease;
}
.idt-circular-progress__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateX(-50%) translateY(-50%);
  background: var(--grey-lighter);
  border-radius: 50%;
}
.idt-circular-progress__inner--dark {
  background-color: var(--grey-darkest);
}
.idt-circular-progress__value {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: var(--font-weight-bold);
  font-size: var(--rem-size-12);
  color: var(--black);
}
.idt-circular-progress__value--dark {
  color: var(--white);
}


code[class*=language-],
pre[class*=language-] {
  color: #000;
  background: none;
  text-shadow: 0 1px #fff;
  font-family: Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}

pre[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
code[class*=language-] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, code[class*=language-] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*=language-]::selection,
pre[class*=language-] ::selection,
code[class*=language-]::selection,
code[class*=language-] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none;
  }
}

pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
  background: #f5f2f0;
}

:not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #708090;
}

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: rgba(255,255,255,.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function,
.token.class-name {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}


.prism-editor-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  overflow: auto;
  -o-tab-size: 1.5em;
  tab-size: 1.5em;
  -moz-tab-size: 1.5em;
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .prism-editor-wrapper .prism-editor__textarea {
    color: rgba(0,0,0,0) !important;
  }

  .prism-editor-wrapper .prism-editor__textarea::-moz-selection {
    background-color: #accef7 !important;
    color: rgba(0,0,0,0) !important;
  }

  .prism-editor-wrapper .prism-editor__textarea::selection {
    background-color: #accef7 !important;
    color: rgba(0,0,0,0) !important;
  }
}

.prism-editor-wrapper .prism-editor__container {
  position: relative;
  text-align: left;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.prism-editor-wrapper .prism-editor__line-numbers {
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  padding-top: 4px;
  margin-top: 0;
  margin-right: 10px;
}

.prism-editor-wrapper .prism-editor__line-number {
  text-align: right;
  white-space: nowrap;
}

.prism-editor-wrapper .prism-editor__textarea {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  resize: none;
  color: inherit;
  overflow: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.prism-editor-wrapper .prism-editor__editor,
.prism-editor-wrapper .prism-editor__textarea {
  margin: 0;
  border: 0;
  background: none;
  box-sizing: inherit;
  display: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -moz-tab-size: inherit;
  -o-tab-size: inherit;
  tab-size: inherit;
  text-indent: inherit;
  text-rendering: inherit;
  text-transform: inherit;
  white-space: pre-wrap;
  word-wrap: keep-all;
  overflow-wrap: break-word;
  padding: 0;
}

.prism-editor-wrapper .prism-editor__textarea--empty {
  -webkit-text-fill-color: inherit !important;
}

.prism-editor-wrapper .prism-editor__editor {
  position: relative;
  pointer-events: none;
}


.idt-code-editor[data-v-027a119f] {
  height: 300px;
  background-color: var(--grey-lightest);
  border: 1px solid var(--grey);
  border-radius: var(--global-radius);
  font-family: monospace;
  font-size: 14px;
  line-height: 1.5;
}
.idt-code-editor[data-v-027a119f]  .prism-editor__container,
.idt-code-editor[data-v-027a119f]  .prism-editor__editor {
  min-height: 298px;
}


.idt-color-tooltip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--rem-size-10);
  margin-left: var(--rem-size-10);
}
.idt-color-tooltip label {
  font-size: var(--rem-size-13);
  font-weight: var(--font-weight-medium);
}
.idt-color-tooltip__tooltip {
  position: relative;
  width: var(--rem-size-28);
  height: var(--rem-size-28);
}
.idt-color-tooltip__tooltip .selection {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: solid 2px var(--black);
  border-radius: 50%;
  cursor: pointer;
}
.idt-color-tooltip__tooltip__content {
  display: none;
  position: absolute;
  top: -100vh;
  right: -35px;
  width: 214px;
  padding: var(--rem-size-15);
  background-color: var(--white);
  box-shadow: 0 8px 10px -5px var(--black-alpha20),0 8px 24px 2px var(--black-alpha14),0 6px 30px 5px var(--black-alpha12);
  transition: top 0s .5s,opacity .5s;
  z-index: 9999;
}
.idt-color-tooltip__tooltip__content:before {
  content: "";
  position: absolute;
  top: calc(-1*var(--rem-size-10));
  right: 2.625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) var(--white) rgba(0,0,0,0);
}
.idt-color-tooltip__tooltip__content.show {
  display: block;
  top: 2.625rem;
}
.idt-color-tooltip__tooltip__content label {
  display: block;
  color: var(--black);
  font-size: var(--rem-size-13);
  font-weight: 500;
  opacity: .4;
}
.idt-color-tooltip__tooltip__content .items {
  line-height: 0;
}
.idt-color-tooltip__tooltip__content .items .item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
}
.idt-color-tooltip__tooltip__content .items .item--icon {
  height: 46px;
}
.idt-color-tooltip__tooltip__content .items .item.selected {
  border: solid 2px var(--main-color);
}
.idt-color-tooltip__tooltip__content .items .item__color {
  width: var(--rem-size-30);
  height: var(--rem-size-30);
  border-radius: var(--global-radius);
}
.idt-color-tooltip--inline {
  flex-flow: row;
  margin-left: 0;
}
.idt-color-tooltip--inline>label {
  padding-bottom: 0 !important;
}
.idt-color-tooltip--inline .idt-color-tooltip__tooltip {
  margin-left: auto;
}
.idt-color-tooltip--above .idt-color-tooltip__tooltip__content {
  left: var(--rem-size-30);
  transform: translateX(-100%) translateY(calc(-60px - 100%));
}
.idt-color-tooltip--above .idt-color-tooltip__tooltip__content:before {
  top: auto;
  right: .5625rem;
  bottom: -0.5625rem;
  left: auto;
  border-width: 10px 7.5px 0 7.5px;
  border-color: var(--white) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}


.idt-input-container[data-v-5326ad9c] {
  position: relative;
}
@media only screen and (max-width: 639px) {
.idt-input-container[data-v-5326ad9c]:not(.no-margin) {
    padding-bottom: var(--rem-size-16);
}
}
@media only screen and (min-width: 640px) {
.idt-input-container[data-v-5326ad9c]:not(.no-margin) {
    padding-bottom: var(--rem-size-24);
}
}
.idt-input-container.limited .idt-input[data-v-5326ad9c] {
  padding-right: 4rem;
}
.idt-input-container.container-only[data-v-5326ad9c] {
  display: contents;
}
.idt-input-container__icon[data-v-5326ad9c] {
  position: absolute;
  bottom: var(--rem-size-30);
  right: var(--rem-size-15);
}
.idt-input[data-v-5326ad9c] {
  margin-bottom: 0rem;
}
.idt-input[disabled][data-v-5326ad9c],
.idt-input[readonly][data-v-5326ad9c] {
  background-color: var(--grey-lighter);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.idt-input.has-error[data-v-5326ad9c] {
  border-color: var(--danger-color) !important;
}
.idt-input-counter[data-v-5326ad9c] {
  position: absolute;
  right: 1rem;
  bottom: 2.1875rem;
  color: var(--grey-dark);
}
[data-v-5326ad9c] .idt-required-field {
  position: absolute;
  bottom: 0;
  left: 0;
}


.idt-color-picker {
  position: relative;
  margin: 0;
}
.idt-color-picker__icon .ideacon {
  position: absolute;
  left: 1rem;
  bottom: 40px;
}
.idt-color-picker .idt-input {
  padding-left: 2.5rem;
  background-color: var(--white) !important;
  cursor: pointer;
}
.idt-color-picker__picker {
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: calc(100% - 2rem);
  top: calc(100% - 24px);
  right: 1rem;
  margin: auto !important;
  padding: 1rem;
  box-shadow: 0px 3px 6px rgba(0,0,0,.1607843137);
  z-index: 1000;
}


.mx-icon-left:before,
.mx-icon-right:before,
.mx-icon-double-left:before,
.mx-icon-double-right:before,
.mx-icon-double-left:after,
.mx-icon-double-right:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-style: solid;
  border-color: currentColor;
  border-width: 2px 0 0 2px;
  border-radius: 1px;
  box-sizing: border-box;
  transform-origin: center;
  transform: rotate(-45deg) scale(0.7);
}
.mx-icon-double-left:after {
  left: -4px;
}
.mx-icon-double-right:before {
  left: 4px;
}
.mx-icon-right:before,
.mx-icon-double-right:before,
.mx-icon-double-right:after {
  transform: rotate(135deg) scale(0.7);
}
.mx-btn {
  box-sizing: border-box;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  margin: 0;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
  color: #73879c;
  white-space: nowrap;
}
.mx-btn:hover {
  border-color: #1284e7;
  color: #1284e7;
}
.mx-btn-text {
  border: 0;
  padding: 0 4px;
  text-align: left;
  line-height: inherit;
}
.mx-scrollbar {
  height: 100%;
}
.mx-scrollbar:hover .mx-scrollbar-track {
  opacity: 1;
}
.mx-scrollbar-wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.mx-scrollbar-track {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 6px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity .24s ease-out;
}
.mx-scrollbar-track .mx-scrollbar-thumb {
  position: absolute;
  width: 100%;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144,147,153,.3);
  transition: background-color .3s;
}
.mx-zoom-in-down-enter-active,
.mx-zoom-in-down-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform .3s cubic-bezier(0.23, 1, 0.32, 1),opacity .3s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center top;
}
.mx-zoom-in-down-enter,
.mx-zoom-in-down-leave-to {
  opacity: 0;
  transform: scaleY(0);
}
.mx-datepicker {
  position: relative;
  display: inline-block;
  width: 210px;
}
.mx-datepicker svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.mx-datepicker-range {
  width: 320px;
}
.mx-datepicker-inline {
  width: auto;
}
.mx-input-wrapper {
  position: relative;
}
.mx-input-wrapper .mx-icon-clear {
  display: none;
}
.mx-input-wrapper:hover .mx-icon-clear {
  display: block;
}
.mx-input-wrapper:hover .mx-icon-clear+.mx-icon-calendar {
  display: none;
}
.mx-input {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 30px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.mx-input:hover,
.mx-input:focus {
  border-color: #409aff;
}
.mx-input:disabled,
.mx-input.disabled {
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #ccc;
  cursor: not-allowed;
}
.mx-input:focus {
  outline: none;
}
.mx-input::-ms-clear {
  display: none;
}
.mx-icon-calendar,
.mx-icon-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  color: rgba(0,0,0,.5);
  vertical-align: middle;
}
.mx-icon-clear {
  cursor: pointer;
}
.mx-icon-clear:hover {
  color: rgba(0,0,0,.8);
}
.mx-datepicker-main {
  font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei",sans-serif;
  color: #73879c;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}
.mx-datepicker-popup {
  position: absolute;
  margin-top: 1px;
  margin-bottom: 1px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  z-index: 2001;
}
.mx-datepicker-sidebar {
  float: left;
  box-sizing: border-box;
  width: 100px;
  padding: 6px;
  overflow: auto;
}
.mx-datepicker-sidebar+.mx-datepicker-content {
  margin-left: 100px;
  border-left: 1px solid #e8e8e8;
}
.mx-datepicker-body {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mx-btn-shortcut {
  display: block;
  padding: 0 6px;
  line-height: 24px;
}
.mx-range-wrapper {
  display: flex;
}
@media (max-width: 750px) {
.mx-range-wrapper {
    flex-direction: column;
}
}
.mx-datepicker-header {
  padding: 6px 8px;
  border-bottom: 1px solid #e8e8e8;
}
.mx-datepicker-footer {
  padding: 6px 8px;
  text-align: right;
  border-top: 1px solid #e8e8e8;
}
.mx-calendar {
  box-sizing: border-box;
  width: 248px;
  padding: 6px 12px;
}
.mx-calendar+.mx-calendar {
  border-left: 1px solid #e8e8e8;
}
.mx-calendar-header,
.mx-time-header {
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  text-align: center;
  overflow: hidden;
}
.mx-btn-icon-left,
.mx-btn-icon-double-left {
  float: left;
}
.mx-btn-icon-right,
.mx-btn-icon-double-right {
  float: right;
}
.mx-calendar-header-label {
  font-size: 14px;
}
.mx-calendar-decade-separator {
  margin: 0 2px;
}
.mx-calendar-decade-separator:after {
  content: "~";
}
.mx-calendar-content {
  position: relative;
  height: 224px;
  box-sizing: border-box;
}
.mx-calendar-content .cell {
  cursor: pointer;
}
.mx-calendar-content .cell:hover {
  color: #73879c;
  background-color: #f3f9fe;
}
.mx-calendar-content .cell.active {
  color: #fff;
  background-color: #1284e7;
}
.mx-calendar-content .cell.in-range,
.mx-calendar-content .cell.hover-in-range {
  color: #73879c;
  background-color: #dbedfb;
}
.mx-calendar-content .cell.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}
.mx-calendar-week-mode .mx-date-row {
  cursor: pointer;
}
.mx-calendar-week-mode .mx-date-row:hover {
  background-color: #f3f9fe;
}
.mx-calendar-week-mode .mx-date-row.mx-active-week {
  background-color: #dbedfb;
}
.mx-calendar-week-mode .mx-date-row .cell:hover {
  color: inherit;
  background-color: rgba(0,0,0,0);
}
.mx-calendar-week-mode .mx-date-row .cell.active {
  color: inherit;
  background-color: rgba(0,0,0,0);
}
.mx-week-number {
  opacity: .5;
}
.mx-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.mx-table th {
  padding: 0;
  font-weight: 500;
}
.mx-table td {
  padding: 0;
}
.mx-table-date td,
.mx-table-date th {
  height: 32px;
  font-size: 12px;
}
.mx-table-date .today {
  color: #2a90e9;
}
.mx-table-date .cell.not-current-month {
  color: #ccc;
  background: none;
}
.mx-time {
  flex: 1;
  width: 224px;
  background: #fff;
}
.mx-time+.mx-time {
  border-left: 1px solid #e8e8e8;
}
.mx-calendar-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mx-time-header {
  border-bottom: 1px solid #e8e8e8;
}
.mx-time-content {
  height: 224px;
  box-sizing: border-box;
  overflow: hidden;
}
.mx-time-columns {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mx-time-column {
  flex: 1;
  position: relative;
  border-left: 1px solid #e8e8e8;
  text-align: center;
}
.mx-time-column:first-child {
  border-left: 0;
}
.mx-time-column .mx-time-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mx-time-column .mx-time-list::after {
  content: "";
  display: block;
  height: 192px;
}
.mx-time-column .mx-time-item {
  cursor: pointer;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}
.mx-time-column .mx-time-item:hover {
  color: #73879c;
  background-color: #f3f9fe;
}
.mx-time-column .mx-time-item.active {
  color: #1284e7;
  background-color: rgba(0,0,0,0);
  font-weight: 700;
}
.mx-time-column .mx-time-item.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}
.mx-time-option {
  cursor: pointer;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}
.mx-time-option:hover {
  color: #73879c;
  background-color: #f3f9fe;
}
.mx-time-option.active {
  color: #1284e7;
  background-color: rgba(0,0,0,0);
  font-weight: 700;
}
.mx-time-option.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}
.mx-datepicker-popup {
  z-index: 10000000;
}
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.first-date-selected:first-child,
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.active:not(.active-end):not(.active-start)~.cell:not(.in-range):hover,
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.hover-in-range+.cell:hover {
  border-radius: 0 50% 50% 0;
}
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.not-current-month {
  color: var(--grey);
  background-color: var(--white);
  cursor: default;
  pointer-events: none;
}
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.in-range:not(.not-current-month),
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.hover-in-range:not(.not-current-month),
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.active-end:not(.not-current-month) {
  background-color: var(--main-color-lighter);
  border-radius: 0;
}
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.hover-in-range+.active,
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.in-range+.active,
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.active+.active {
  border-radius: 0 50% 50% 0;
}
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.active {
  background-color: var(--main-color-lighter);
  border-radius: 50% 0 0 50%;
}
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.active.active-end {
  border-radius: 0 50% 50% 0;
}
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.active:hover {
  background-color: var(--main-color-lighter);
}
.mx-datepicker-popup.range-activated .mx-calendar-content .mx-table-date .cell.active div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  border-radius: 50%;
}
.mx-datepicker-popup .mx-calendar {
  height: 310px;
  width: 255px;
  padding: 0;
}
.mx-datepicker-popup .mx-calendar-header,
.mx-datepicker-popup .mx-time-header {
  height: 50px;
  padding: 0 10px;
  background-color: var(--main-color);
  border: 0;
  line-height: 50px;
}
.mx-datepicker-popup .mx-calendar-header button,
.mx-datepicker-popup .mx-time-header button {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}
.mx-datepicker-popup .mx-calendar-header button:hover,
.mx-datepicker-popup .mx-time-header button:hover {
  color: var(--white-alpha80);
}
.mx-datepicker-popup .mx-calendar-content .mx-table-date thead {
  background-color: var(--grey-lighter);
  color: var(--grey-darker);
}
.mx-datepicker-popup .mx-calendar-content .mx-table-date thead th {
  height: 36px;
  width: 36px;
  font-weight: bold;
  text-align: center;
}
.mx-datepicker-popup .mx-calendar-content .mx-table-date .mx-date-row {
  background-color: var(--white);
}
.mx-datepicker-popup .mx-calendar-content .mx-table-date .cell {
  height: 36px;
  width: 36px;
  background-color: #fff;
  color: var(--grey-darker);
  border-radius: 50%;
}
.mx-datepicker-popup .mx-calendar-content .mx-table-date .cell:hover {
  background-color: var(--main-color-lighter);
}
.mx-datepicker-popup .mx-calendar-content .mx-table-date .cell.last-month,
.mx-datepicker-popup .mx-calendar-content .mx-table-date .cell.next-month {
  color: var(--grey-light);
}
.mx-datepicker-popup .mx-calendar-content .mx-table-date .cell.today {
  color: var(--main-color);
}
.mx-datepicker-popup .mx-calendar-content .mx-table-date .cell.active {
  background-color: var(--main-color);
  color: #fff;
}
.mx-datepicker-popup .mx-calendar-content .mx-table-date .cell.active:hover {
  background-color: var(--main-color);
}
.mx-datepicker-popup .mx-calendar-content .mx-table-year .cell {
  line-height: 53px;
}
.mx-datepicker-popup .mx-calendar-content .mx-table-month .cell {
  line-height: 54px;
}
.mx-datepicker-content .mx-calendar-time .mx-scrollbar-wrap {
  margin-right: 0 !important;
}
.mx-datepicker-content .mx-calendar-time .mx-time-header {
  height: 50px;
  padding: 0 10px;
  background-color: var(--main-color);
  border: 0;
  line-height: 50px;
}
.mx-datepicker-content .mx-calendar-time .mx-time-header button {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}
.mx-datepicker-content .mx-calendar-time .mx-time-header button:hover {
  color: var(--white-alpha80);
}
.mx-datepicker-content .mx-calendar-time .mx-time-content {
  height: 260px;
}
.mx-datepicker-content .mx-calendar-time .mx-time-column:nth-child(even) {
  background-color: var(--grey-lighter);
}
.mx-datepicker-content .mx-calendar-time .mx-time-list {
  margin-top: 5px;
}
.mx-datepicker-content .mx-calendar-time .mx-time-list:after {
  height: 15px;
}
.mx-datepicker-content .mx-calendar-time .mx-time-item {
  width: 50px;
  height: 22px;
  margin: 5px auto 0 auto;
  border-radius: 11px;
  line-height: 22px;
}
.mx-datepicker-content .mx-calendar-time .mx-time-item.active {
  background-color: var(--main-color);
  color: #fff;
}
.mx-datepicker-content .mx-calendar-time .mx-time-item.active:hover {
  background-color: var(--main-color);
}
.mx-datepicker-content .mx-calendar-time .mx-time-item:hover {
  background-color: var(--main-color-lighter);
}


.idt-date-time-container[data-v-097c6e5e] {
  position: relative;
  padding-bottom: 1.5rem;
}
.idt-date-time-container .mx-datepicker[data-v-097c6e5e] {
  width: 100%;
}
.idt-date-time-container .mx-datepicker.has-error[data-v-097c6e5e]  .mx-input {
  border: 1px solid var(--secondary-color);
}
.idt-date-time-container .mx-datepicker[data-v-097c6e5e]  .mx-input {
  height: auto;
  margin: 0;
  padding: .6566rem 1rem;
  background-color: var(--white);
  border: 1px solid var(--grey);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  font-size: 1rem;
  line-height: 1.6;
}
[data-v-097c6e5e] .idt-required-field {
  position: absolute;
  bottom: 0;
  left: 0;
}


.idt-dropdown {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.idt-dropdown--pane {
  display: block;
  position: fixed;
  width: auto;
  min-width: 150px;
  max-height: 400px;
  overflow: auto;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.2);
  font-size: 1rem;
  z-index: 100;
  visibility: hidden;
}
.idt-dropdown--pane.show {
  visibility: visible;
}
.idt-dropdown--pane .menu a {
  padding: .7rem .65rem;
}


.idt-duration-picker__dialog[data-v-02f03bf4] {
  position: absolute;
  width: 220px;
  padding: var(--rem-size-14);
  background: var(--white);
  box-shadow: 0px 3px 6px rgba(0,0,0,.1607843137);
  z-index: 1;
}
.idt-duration-picker__dialog.top[data-v-02f03bf4] {
  bottom: 55px;
}
.idt-duration-picker__dialog.bottom[data-v-02f03bf4] {
  top: 100%;
}
.idt-duration-picker__dialog__label[data-v-02f03bf4] {
  text-align: center;
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.idt-duration-picker__dialog__buttons[data-v-02f03bf4] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.idt-duration-picker__dialog__buttons__button[data-v-02f03bf4] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin: 8px 20px;
  border-radius: 50%;
  color: var(--black);
  background: var(--grey-light);
  cursor: pointer;
}
.idt-duration-picker__dialog__picker[data-v-02f03bf4] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  height: 48px;
  background: var(--grey-light);
  border-radius: var(--global-radius);
  color: var(--black);
}
.idt-duration-picker__dialog__picker__input[data-v-02f03bf4] {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: var(--rem-size-36);
  -moz-appearance: textfield;
  text-align: right;
}
.idt-duration-picker__dialog__picker__input[data-v-02f03bf4]:focus {
  border: none;
  background: none;
}
.idt-duration-picker__dialog__picker__input.hours[data-v-02f03bf4] {
  width: 80px;
}
.idt-duration-picker__dialog__picker__input.minutes[data-v-02f03bf4] {
  width: 40px;
}
.idt-duration-picker__dialog__picker__input[data-v-02f03bf4]::-webkit-outer-spin-button,
.idt-duration-picker__dialog__picker__input[data-v-02f03bf4]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.idt-duration-picker__dialog__picker__span[data-v-02f03bf4] {
  font-size: var(--rem-size-24);
}


.idt-duration-picker[data-v-773c0f7d] {
  position: relative;
}
.idt-duration-picker__input[data-v-773c0f7d] {
  position: relative;
}
.idt-duration-picker__input__text[data-v-773c0f7d] {
  background: var(--white);
  cursor: pointer;
}
.idt-duration-picker__input__icon[data-v-773c0f7d]  .ideacon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}


.idt-edit-button[data-v-0efc3a59] {
  display: flex;
  align-items: center;
  color: #707070;
  font-size: .875rem;
  font-weight: var(--font-weight-medium);
  cursor: pointer;
}
.idt-edit-button[data-v-0efc3a59]:hover {
  background: #eeeff2;
  color: var(--black);
  border-radius: var(--global-radius);
}
.idt-edit-button__label[data-v-0efc3a59] {
  margin-left: 10px;
  margin-right: 5px;
}


.emoji-mart,
.emoji-mart * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.15;
}

.emoji-mart {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 420px;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}

.emoji-mart-emoji {
  padding: 6px;
  position: relative;
  display: inline-block;
  font-size: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.emoji-mart-emoji span {
  display: inline-block;
}

.emoji-mart-preview-emoji .emoji-mart-emoji span {
  width: 38px;
  height: 38px;
  font-size: 32px;
}

.emoji-type-native {
  font-family: "Segoe UI Emoji","Segoe UI Symbol","Segoe UI","Apple Color Emoji","Twemoji Mozilla","Noto Color Emoji","EmojiOne Color","Android Emoji";
  word-break: keep-all;
}

.emoji-type-image {
  background-size: 5700%;
}

.emoji-type-image.emoji-set-apple {
  background-image: url("https://unpkg.com/emoji-datasource-apple@6.0.1/img/apple/sheets-256/64.png");
}

.emoji-type-image.emoji-set-facebook {
  background-image: url("https://unpkg.com/emoji-datasource-facebook@6.0.1/img/facebook/sheets-256/64.png");
}

.emoji-type-image.emoji-set-google {
  background-image: url("https://unpkg.com/emoji-datasource-google@6.0.1/img/google/sheets-256/64.png");
}

.emoji-type-image.emoji-set-twitter {
  background-image: url("https://unpkg.com/emoji-datasource-twitter@6.0.1/img/twitter/sheets-256/64.png");
}

.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}

.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.emoji-mart-scroll {
  position: relative;
  overflow-y: scroll;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 6px 6px 6px;
  z-index: 0;
  will-change: transform;
  -webkit-overflow-scrolling: touch;
}

.emoji-mart-anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 6px;
  color: #858585;
  line-height: 0;
}

.emoji-mart-anchor {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  -webkit-transition: color .1s ease-out;
  transition: color .1s ease-out;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.emoji-mart-anchor:hover,
.emoji-mart-anchor-selected {
  color: #464646;
}

.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}

.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #464646;
}

.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}

.emoji-mart-anchors svg {
  fill: currentColor;
  max-height: 18px;
}

.emoji-mart .scroller {
  height: 250px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 6px 6px 6px;
  z-index: 0;
  will-change: transform;
  -webkit-overflow-scrolling: touch;
}

.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
}

.emoji-mart-search input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: .2em .6em;
  border-radius: 25px;
  border: 1px solid #d9d9d9;
  outline: 0;
}

.emoji-mart-search-results {
  height: 250px;
  overflow-y: scroll;
}

.emoji-mart-category {
  position: relative;
}

.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}

.emoji-mart-category .emoji-mart-emoji:hover:before,
.emoji-mart-emoji-selected:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
  opacity: 0;
}

.emoji-mart-category .emoji-mart-emoji:hover:before,
.emoji-mart-emoji-selected:before {
  opacity: 1;
}

.emoji-mart-category-label {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.emoji-mart-static .emoji-mart-category-label {
  z-index: 2;
  position: relative;
}

.emoji-mart-category-label h3 {
  display: block;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: #fff;
  background-color: rgba(255,255,255,.95);
}

.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}

.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}

.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: .2em;
}

.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}

.emoji-mart-preview {
  position: relative;
  height: 70px;
}

.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.emoji-mart-preview-emoji {
  left: 12px;
}

.emoji-mart-preview-data {
  left: 68px;
  right: 12px;
  word-break: break-all;
}

.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}

.emoji-mart-preview-name {
  font-size: 14px;
}

.emoji-mart-preview-shortname {
  font-size: 12px;
  color: #888;
}

.emoji-mart-preview-shortname+.emoji-mart-preview-shortname,
.emoji-mart-preview-shortname+.emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon+.emoji-mart-preview-emoticon {
  margin-left: .5em;
}

.emoji-mart-preview-emoticon {
  font-size: 11px;
  color: #bbb;
}

.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}

.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}

.emoji-mart-title-label {
  color: #999a9c;
  font-size: 21px;
  font-weight: 300;
}

.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}

.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch-selected:after {
  opacity: .75;
}

.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  -webkit-transition-property: width,padding;
  transition-property: width,padding;
  -webkit-transition-duration: .125s;
          transition-duration: .125s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.emoji-mart-skin-swatch:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.emoji-mart-skin-swatch:nth-child(2) {
  -webkit-transition-delay: .03s;
          transition-delay: .03s;
}

.emoji-mart-skin-swatch:nth-child(3) {
  -webkit-transition-delay: .06s;
          transition-delay: .06s;
}

.emoji-mart-skin-swatch:nth-child(4) {
  -webkit-transition-delay: .09s;
          transition-delay: .09s;
}

.emoji-mart-skin-swatch:nth-child(5) {
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
}

.emoji-mart-skin-swatch:nth-child(6) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.emoji-mart-skin-swatch-selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatch-selected:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}

.emoji-mart-skin-tone-1 {
  background-color: #ffc93a;
}

.emoji-mart-skin-tone-2 {
  background-color: #fadcbc;
}

.emoji-mart-skin-tone-3 {
  background-color: #e0bb95;
}

.emoji-mart-skin-tone-4 {
  background-color: #bf8f68;
}

.emoji-mart-skin-tone-5 {
  background-color: #9b643d;
}

.emoji-mart-skin-tone-6 {
  background-color: #594539;
}

.emoji-mart .vue-recycle-scroller {
  position: relative;
}

.emoji-mart .vue-recycle-scroller.direction-vertical:not(.page-mode) {
  overflow-y: auto;
}

.emoji-mart .vue-recycle-scroller.direction-horizontal:not(.page-mode) {
  overflow-x: auto;
}

.emoji-mart .vue-recycle-scroller.direction-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.emoji-mart .vue-recycle-scroller__slot {
  -webkit-box-flex: 1;
      -ms-flex: auto 0 0px;
          flex: auto 0 0;
}

.emoji-mart .vue-recycle-scroller__item-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.emoji-mart .vue-recycle-scroller.ready .vue-recycle-scroller__item-view {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.emoji-mart .vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper {
  width: 100%;
}

.emoji-mart .vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper {
  height: 100%;
}

.emoji-mart .vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view {
  width: 100%;
}

.emoji-mart .vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view {
  height: 100%;
}

.emoji-mart .resize-observer[data-v-b329ee4c] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
  background-color: rgba(0,0,0,0);
  pointer-events: none;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.emoji-mart .resize-observer[data-v-b329ee4c] object {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.emoji-mart-search .hidden {
  display: none;
  visibility: hidden;
}


.idt-emoji-picker {
  --emoji-color: #fad91e;
}
.idt-emoji-picker__picker-container .emoji-mart-emoji,
.idt-emoji-picker__picker-container .emoji-mart-emoji span,
.idt-emoji-picker__picker-container .emoji-mart-anchor {
  cursor: pointer;
}


.idt-emoji-picker__emoji-button[data-v-12b1ee5e]:hover {
  --color2: var(--emoji-color);
}
.idt-emoji-picker__picker-container[data-v-12b1ee5e] {
  position: relative;
}
.idt-emoji-picker__picker-container .emoji-mart[data-v-12b1ee5e] {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 2;
}


.login-box[data-v-00e34ca1] {
  position: fixed;
  width: 305px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
  overflow: hidden;
  transition: all .2s;
  opacity: 0;
  z-index: 100;
}
.login-box__content[data-v-00e34ca1] {
  padding: 30px 35px 25px 35px;
}
.login-box__title[data-v-00e34ca1] {
  color: var(--grey-darkest);
  font-size: 1rem;
}
.login-box__message[data-v-00e34ca1] {
  color: var(--grey-darker);
  font-size: 1rem;
}
.login-box__footer[data-v-00e34ca1] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
  text-align: center;
}
.login-box__sign-in[data-v-00e34ca1] {
  width: 100px;
  margin-right: 15px;
  padding: 10px 18px;
  color: var(--grey-darker);
  border-radius: 3px;
  font-size: .875rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
}
.login-box__sign-in[data-v-00e34ca1]:hover {
  color: var(--grey-darkest);
  background-color: rgba(0,0,0,.05);
}
.login-box__register[data-v-00e34ca1] {
  width: 100px;
  margin-bottom: 0;
  padding: 10px 18px;
  border-radius: 3px;
  font-size: .875rem;
  text-transform: uppercase;
  border: none;
}


.idt-favorite-button[data-v-24aabab5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  padding: .7rem;
  color: var(--main-color);
  border: 1.5px solid var(--main-color);
  border-radius: 23px;
  font-weight: var(--font-weight-bold);
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.idt-favorite-button .idt-icon[data-v-24aabab5] {
  margin-top: -3px;
  color: var(--main-color);
}
.idt-favorite-button.stared[data-v-24aabab5] {
  color: var(--white);
  background: var(--main-color);
}
.idt-favorite-button.stared .idt-icon[data-v-24aabab5] {
  color: var(--white);
}
.idt-favorite-button__label[data-v-24aabab5] {
  margin-left: 10px;
}


.idt-file-download-item[data-v-55e780c0] {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-height: 50px;
  padding: 0 .5rem;
  border-radius: var(--global-radius);
  color: var(--black);
  text-align: left;
  transition: backaground-color var(--default-duration) ease;
  cursor: pointer;
}
.idt-file-download-item__label[data-v-55e780c0] {
  flex: 1 0;
}
.idt-file-download-item__action[data-v-55e780c0] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: var(--grey-light);
  transition: background-color var(--default-duration) ease;
}
.idt-file-download-item[data-v-55e780c0]:hover {
  background-color: var(--grey-lightest);
}
.idt-file-download-item:hover .idt-file-download-item__action[data-v-55e780c0] {
  background-color: var(--grey);
}


.idt-file-download[data-v-5550bfae] {
  display: inline-block;
  position: relative;
  width: 100%;
  min-width: 300px;
  border: 1px solid var(--grey);
  border-radius: var(--global-radius);
  color: var(--black);
  transition: border-color var(--default-duration) ease;
}
.idt-file-download[data-v-5550bfae]:hover {
  border-color: var(--grey-dark);
}
.idt-file-download__all[data-v-5550bfae] {
  display: flex;
  position: sticky;
  bottom: 0;
  background-color: var(--white);
}
.idt-file-download__all__action[data-v-5550bfae] {
  flex-grow: 1;
  margin: var(--rem-size-8);
  background-color: var(--grey-light);
  border-radius: 50px;
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  line-height: var(--rem-size-32);
  transition: background-color 200ms ease;
  cursor: pointer;
}
.idt-file-download__all__action[data-v-5550bfae]:hover {
  background-color: var(--grey);
}
.idt-file-download__all__action__icon[data-v-5550bfae] {
  margin-right: .25rem;
}
.idt-file-download[data-v-5550bfae]  .idt-dropdown {
  display: block;
  width: 100%;
  overflow: visible;
}
.idt-file-download[data-v-5550bfae]  .idt-dropdown .idt-dropdown--pane {
  top: 105%;
  width: 100%;
  margin-top: var(--rem-size-10);
  padding: 0;
  border-radius: var(--global-radius);
  font-size: inherit;
}
.idt-file-download[data-v-5550bfae]  .idt-dropdown .idt-dropdown--pane .download-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0;
  list-style-type: none;
}
.idt-file-download[data-v-5550bfae]  .idt-dropdown .idt-dropdown--pane .download-menu li {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1px 0;
}
.idt-file-download[data-v-5550bfae]  .idt-dropdown .idt-dropdown--pane .download-menu li+li {
  border-top: 1px solid var(--grey-light);
}


.modal-file-preview {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
  padding: 2rem 1.5rem;
  text-align: center;
  overflow: hidden;
}
.modal-file-preview__dialog {
  overflow-y: auto;
}
.modal-file-preview__dialog.dialog--iframe {
  height: 100%;
}
.modal-file-preview__dialog__content {
  position: relative;
}
.modal-file-preview__dialog__content.content--image {
  display: inline-block;
}
.modal-file-preview__dialog__content.content--iframe {
  height: 100%;
}
.modal-file-preview__dialog__content__close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: var(--white);
  cursor: pointer;
}
.modal-file-preview__dialog__content__iframe {
  width: 100%;
  height: 100%;
}
.modal-file-preview__close {
  margin-bottom: 2rem;
  color: var(--white);
  font-size: 1.2rem;
  cursor: pointer;
}


.progress[data-v-2a0af0cf] {
  --progress-color: var(--main-color);
  position: relative;
  background-color: var(--grey-alpha30);
  border-radius: 0;
}
.progress .progress-meter[data-v-2a0af0cf] {
  position: static;
  background-color: var(--progress-color);
  border-radius: 0;
}
.progress .progress-meter-text[data-v-2a0af0cf] {
  left: auto;
  right: 0;
  color: var(--progress-color);
}


.idt-file-upload-item[data-v-949b1a32] {
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--rem-size-14) 0;
  color: var(--black);
  text-align: left;
}
.idt-file-upload-item__icon__preview[data-v-949b1a32] {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--grey-light);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-color 200ms ease,transform 200ms ease;
  will-change: transform;
}
.idt-file-upload-item__icon__preview[data-v-949b1a32]:hover {
  transform: scale(5);
  z-index: 1;
}
.idt-file-upload-item__progress[data-v-949b1a32] {
  flex-grow: 1;
  min-width: 0;
  margin: 0 var(--rem-size-22) 0 var(--rem-size-10);
  padding-bottom: 5px;
  font-weight: var(--font-weight-medium);
}
.idt-file-upload-item__progress__label[data-v-949b1a32] {
  display: flex;
  flex-grow: 2;
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-32);
  transition: transform 200ms ease;
  will-change: transform;
}
.idt-file-upload-item__progress__label.no-progress[data-v-949b1a32] {
  transform: translateY(0.3rem);
}
.idt-file-upload-item__progress__label.read-only[data-v-949b1a32] {
  color: var(--grey-dark);
}
.idt-file-upload-item__progress__label__error[data-v-949b1a32] {
  position: absolute;
  width: 100%;
  color: var(--secondary-color);
  font-weight: var(--font-weight-normal);
}
.idt-file-upload-item__progress__label__text[data-v-949b1a32] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.idt-file-upload-item__progress__label__size[data-v-949b1a32] {
  margin-left: auto;
  color: var(--grey-dark);
  font-weight: var(--font-weight-normal);
  white-space: nowrap;
}
.idt-file-upload-item__progress__label button[data-v-949b1a32] {
  margin: 0 var(--rem-size-12);
  color: var(--grey-dark);
  text-decoration: underline;
  transition: color 200ms ease;
  cursor: pointer;
}
.idt-file-upload-item__progress__label button[data-v-949b1a32]:hover {
  color: var(--black);
}
.idt-file-upload-item__progress[data-v-949b1a32]  [role=progressbar] {
  height: .56rem;
  margin: 0;
  background-color: var(--grey-light);
  border-radius: 50px;
}
.idt-file-upload-item__progress[data-v-949b1a32]  [role=progressbar] .progress-meter {
  border-radius: 50px;
}
.idt-file-upload-item__actions[data-v-949b1a32] {
  flex-shrink: 0;
  width: 5.725rem;
  margin-left: auto;
  text-align: right;
}
.idt-file-upload-item__actions__action[data-v-949b1a32] {
  width: 2.5rem;
  background-color: var(--grey-light);
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  transition: background-color 200ms ease;
}
.idt-file-upload-item__actions__action[data-v-949b1a32]:not([disabled]):hover {
  background-color: var(--grey);
  cursor: pointer;
}
.idt-file-upload-item__actions__action.idt-file-upload-item--hidden[data-v-949b1a32] {
  display: none;
}
.idt-file-upload-item__actions__action+.idt-file-upload-item__actions__action[data-v-949b1a32] {
  margin-left: .375rem;
}
.idt-file-upload-item__actions__action[data-v-949b1a32]  .idea-ht-out {
  margin-top: .15rem;
}


.idt-file-upload[data-v-acba5db2] {
  color: var(--black);
  font-weight: var(--font-weight-medium);
}
.idt-file-upload__title[data-v-acba5db2] {
  margin: var(--rem-size-8) 0;
  font-weight: var(--font-weight-bold);
}
.idt-file-upload__area[data-v-acba5db2] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  border: 2px dashed var(--grey);
  border-radius: var(--global-radius);
  transition: background-color 200ms ease,border 200ms ease;
}
.idt-file-upload__area.idt-file-upload--targeted[data-v-acba5db2] {
  background-color: var(--grey-light);
  border: 2px dashed var(--grey-dark);
}
.idt-file-upload__area__content[data-v-acba5db2] {
  text-align: center;
}
.idt-file-upload__area__content p[data-v-acba5db2] {
  color: var(--grey-dark);
}
.idt-file-upload__info[data-v-acba5db2] {
  display: flex;
  justify-content: space-between;
  margin: var(--rem-size-8) 0;
  color: var(--grey-dark);
}
.idt-file-upload__info__left[data-v-acba5db2],
.idt-file-upload__info__right[data-v-acba5db2] {
  margin: 0;
}
.idt-file-upload li+li[data-v-acba5db2] {
  border-top: 1px solid var(--grey-light);
}


.book[data-v-21aaeeee] {
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: var(--rem-size-32);
  height: var(--rem-size-32);
  margin: 0;
  background-color: var(--main-color);
  border-radius: var(--rem-size-16);
  color: var(--white);
  cursor: pointer;
}
.book.booked[data-v-21aaeeee] {
  background-color: var(--main-color-darker);
}
.book.deployed[data-v-21aaeeee] {
  height: var(--rem-size-35);
  width: 200px;
  font-size: var(--rem-size-14);
}
.book.deployed .book__icon[data-v-21aaeeee] {
  margin-left: var(--rem-size-10);
}
.book.deployed .book__text[data-v-21aaeeee] {
  display: inline-block;
  max-width: 200px;
  padding-left: var(--rem-size-10);
  padding-right: var(--rem-size-15);
  font-size: var(--rem-size-16);
  line-height: var(--rem-size-18);
  cursor: pointer;
}
.book:hover .book.deployed .book__text[data-v-21aaeeee] {
  transition: all .3s ease;
}
.book__icon[data-v-21aaeeee] {
  display: inline-block;
  margin-left: 7px;
}
.book__text[data-v-21aaeeee] {
  max-width: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: var(--text-font-family);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-14);
  overflow: hidden;
  text-align: left;
  transition: max-width 300ms,padding-left 300ms,padding-right 300ms;
  white-space: nowrap;
}
.book:hover .book__text[data-v-21aaeeee] {
  display: inline-block;
  max-width: 400px;
  padding-left: var(--rem-size-10);
  padding-right: var(--rem-size-15);
  transition-delay: .1s;
  cursor: pointer;
}


.favorite[data-v-4d13a16f] {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: var(--rem-size-32);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  min-width: var(--rem-size-32);
  color: var(--white);
  background-color: var(--black-alpha50);
  border-radius: var(--rem-size-16);
}
.favorite__icon[data-v-4d13a16f] {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 7px;
}
.favorite__text[data-v-4d13a16f] {
  max-width: 0;
  margin-right: 33px;
  padding-left: 0;
  font-family: var(--text-font-family);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-14);
  overflow: hidden;
  opacity: 0;
  text-align: left;
  transition: max-width 200ms linear,padding-left 200ms;
  white-space: nowrap;
  animation: hover-opac2-data-v-4d13a16f 100ms;
}
.favorite:hover .favorite__text[data-v-4d13a16f] {
  display: inline-block;
  max-width: 400px;
  padding-left: 15px;
  animation: hover-opac-data-v-4d13a16f 100ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
@keyframes hover-opac-data-v-4d13a16f {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes hover-opac2-data-v-4d13a16f {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}


.idt-page.confirmemail .idt-fo-fieldset {
  --sticky-margin: 70px;
}
.idt-fo-fieldset {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
.idt-fo-fieldset {
    border-radius: var(--global-radius);
}
}
.idt-fo-fieldset__header {
  height: 60px;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
.idt-fo-fieldset__header {
    position: var(--mobile-position, initial);
    top: var(--mobile-top, initial);
    padding: 0 var(--rem-size-30) 0 var(--rem-size-15);
}
}
@media only screen and (min-width: 992px) {
.idt-fo-fieldset__header {
    padding: 0 var(--rem-size-30);
    border-radius: var(--global-radius) var(--global-radius) 0 0;
}
}
.idt-fo-fieldset__header__title-container {
  display: flex;
  align-items: center;
}
.idt-fo-fieldset__header__title {
  text-transform: uppercase;
  color: var(--white);
  font-weight: var(--font-weight-bold);
  margin: 0;
}
.idt-fo-fieldset__header__privacy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 92px;
  padding: 2px 16px;
  padding-right: 8px;
  border-radius: var(--global-radius);
  background-color: var(--main-color-lightest);
  color: var(--main-color);
  font-size: var(--rem-size-14);
}
.idt-fo-fieldset__header__privacy.private {
  color: var(--secondary-color);
  background-color: var(--secondary-color-lightest);
}
.idt-fo-fieldset__header__privacy .ideacon {
  margin-left: 8px;
}
.idt-fo-fieldset__content {
  background: #fff;
  padding: 30px;
  border-radius: 0px 0px var(--global-radius) var(--global-radius);
}
.idt-fo-fieldset#section-availabilities .idt-fo-fieldset__content {
  padding: 0;
}
.idt-fo-fieldset label {
  color: var(--black);
}
.idt-fo-fieldset label.required::after {
  content: " *";
}
.idt-fo-fieldset input,
.idt-fo-fieldset select {
  height: 40px;
  margin-bottom: 0;
}
.idt-fo-fieldset select {
  padding: 0 2rem 0 1rem;
}


.message[data-v-f5f35496] {
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: var(--rem-size-32);
  height: var(--rem-size-32);
  margin: 0;
  background-color: var(--main-color);
  border-radius: var(--rem-size-16);
  color: var(--white);
  cursor: pointer;
}
.message.deployed[data-v-f5f35496] {
  height: var(--rem-size-35);
  width: 200px;
  color: var(--main-color);
  background-color: var(--white);
  border: solid 1px var(--main-color);
}
.message.deployed .message__icon[data-v-f5f35496] {
  margin-left: var(--rem-size-10);
}
.message.deployed .message__text[data-v-f5f35496] {
  display: inline-block;
  max-width: 200px;
  padding-left: var(--rem-size-15);
  padding-right: var(--rem-size-15);
  font-size: var(--rem-size-16);
  line-height: var(--rem-size-18);
  cursor: pointer;
}
.message.deployed .message__text[data-v-f5f35496]:hover {
  max-width: 200px;
  padding-left: var(--rem-size-15);
  transition-delay: unset;
}
.message__icon[data-v-f5f35496] {
  display: inline-block;
  margin-left: 7px;
}
.message__text[data-v-f5f35496] {
  max-width: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: var(--text-font-family);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-14);
  overflow: hidden;
  text-align: left;
  transition: max-width 300ms,padding-left 300ms,padding-right 300ms;
  white-space: nowrap;
}
.message:hover .message__text[data-v-f5f35496] {
  display: inline-block;
  max-width: 400px;
  padding-left: var(--rem-size-10);
  padding-right: var(--rem-size-15);
  transition-delay: .1s;
  cursor: pointer;
}


.idt-fo-subheader {
  position: sticky;
  top: calc(var(--sticky-margin, 0px) + 70px);
  width: 100%;
  height: 55px;
  background-color: var(--white);
  z-index: 100;
}
.idt-fo-subheader__container {
  max-width: 1170px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.talk-status[data-v-2b2b2335] {
  display: flex;
  align-items: center;
  gap: var(--rem-size-16);
  width: -moz-fit-content;
  width: fit-content;
  height: var(--rem-size-24);
  padding: 0 var(--rem-size-16);
  border-radius: var(--global-radius);
}
.talk-status__icon[data-v-2b2b2335] {
  width: 20px;
  height: 24px;
  padding: 3px 0 0 var(--rem-size-10);
}
.talk-status__text[data-v-2b2b2335] {
  font-family: var(--text-font-family);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-14);
}
.talk-status__text.variant[data-v-2b2b2335] {
  font-family: var(--text-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-16);
}


.unlock[data-v-214f757f] {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: var(--rem-size-32);
  height: var(--rem-size-32);
  margin: 0;
  background-color: var(--red);
  border-radius: var(--rem-size-16);
  color: var(--white);
}
.unlock__icon[data-v-214f757f] {
  display: inline-block;
  margin-left: 7px;
}
.unlock__text[data-v-214f757f] {
  max-width: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: var(--text-font-family);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-14);
  overflow: hidden;
  text-align: left;
  transition: max-width 300ms,padding-left 300ms,padding-right 300ms;
  white-space: nowrap;
}
.unlock:hover .unlock__text[data-v-214f757f] {
  display: inline-block;
  max-width: 400px;
  padding-left: 15px;
  padding-right: 15px;
  transition-delay: .1s;
}


.fr-box[data-v-6edd86b5] {
  margin-bottom: 20px;
}


.froala-container .fr-toolbar:not(.fr-sticky-on) {
  top: 0px !important;
}
.froala-container .fr-toolbar .fr-autoplay-margin {
  display: none;
}
.froala-container:not(.froala-container--sticky) .fr-toolbar.fr-sticky-on {
  z-index: 0;
}
.froala-container--sticky .fr-toolbar.fr-sticky-on {
  top: 70px !important;
}
.froala-container [id*=paragraphFormat] h1 {
  font-family: var(--title-font-family);
  font-size: 1.2rem;
}
.froala-container [id*=paragraphFormat] p {
  font-family: var(--text-font-family);
  font-size: 1rem;
}
.fr-view {
  color: var(--grey-darker);
  font-weight: var(--font-weight-normal);
}
.fr-view h1 {
  font-family: var(--title-font-family);
  font-size: 2.25rem;
  font-weight: var(--font-weight-medium);
}
.fr-view h1 strong {
  font-weight: var(--font-weight-bold);
}
.fr-view hr {
  margin: .625rem auto;
}
.fr-view p {
  margin: .625rem auto;
  font-family: var(--text-font-family);
}
.fr-view p strong {
  font-weight: var(--font-weight-medium);
}
.tpl-sponsors__title {
  color: var(--black);
  font-size: var(--rem-size-35);
  font-family: var(--title-font-family);
  font-style: normal;
  font-weight: var(--font-weight-normal);
  text-align: left;
}
.tpl-sponsors__subtitle {
  font-size: var(--rem-size-24);
  font-family: var(--title-font-family);
}
.tpl-sponsors__description {
  font-size: var(--rem-size-16);
  font-family: var(--text-font-family);
}
.tpl-sponsors__image {
  width: 100%;
}
.tpl-sponsors-ressources {
  display: flex;
  align-items: center;
  margin-bottom: var(--rem-size-16);
  background-color: var(--white);
}
@media only screen and (max-width: 639px) {
.tpl-sponsors-ressources {
    flex-flow: column wrap;
}
}
.tpl-sponsors-ressources__img {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 639px) {
.tpl-sponsors-ressources__img {
    width: 100%;
    padding: 0 var(--rem-size-24);
}
}
.tpl-sponsors-ressources__img img {
  width: 200px;
  border-radius: var(--global-radius) 0 0 var(--global-radius);
}
@media only screen and (max-width: 639px) {
.tpl-sponsors-ressources__img img {
    width: 100%;
    border-radius: var(--global-radius) var(--global-radius) 0 0;
}
}
.tpl-sponsors-ressources__info {
  flex: 1 1 0;
  padding: 0 var(--rem-size-24);
}
.tpl-sponsors-ressources__title {
  color: var(--black);
  font-size: var(--rem-size-24);
  font-family: var(--title-font-family);
  font-weight: var(--font-weight-bold);
}
.tpl-sponsors-ressources__desc p {
  margin-bottom: 0;
  color: var(--black);
  font-size: var(--rem-size-16);
  font-family: var(--text-font-family);
  font-weight: var(--font-weight-normal);
  line-height: var(--rem-size-20);
}
.tpl-sponsors-ressources__link {
  flex: 0 1 auto;
  color: var(--main-color);
  font-size: var(--rem-size-16);
  font-family: var(--text-font-family);
  font-weight: var(--font-weight-bold);
  text-decoration: underline;
}


.idt-round-loader[data-v-061be164] {
  position: relative;
  margin: 0 auto 1.5rem;
}
.idt-round-loader .loading[data-v-061be164] {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: .25rem solid var(--grey-light);
  border-top-color: var(--secondary-color);
  animation: spin-data-v-061be164 1s infinite linear;
}
.idt-round-loader .loader-content[data-v-061be164] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--main-color);
}
@keyframes spin-data-v-061be164 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}


.idt-gif-picker[data-v-65f22d53] {
  position: relative;
}
.idt-gif-picker__gif-button[data-v-65f22d53]:hover {
  --color2: purple;
  --color3: var(--white);
}
.idt-gif-picker__picker-container[data-v-65f22d53] {
  position: absolute;
  bottom: calc(100% + var(--rem-size-13));
  right: 0;
  width: 393px;
  padding: var(--rem-size-10);
  background: var(--white);
  box-shadow: 0px 3px 6px var(--black-alpha20);
  z-index: 5;
}
.idt-gif-picker__picker-container__preview[data-v-65f22d53] {
  max-height: 350px;
  margin-bottom: var(--rem-size-10);
  overflow-y: auto;
}
.idt-gif-picker__picker-container__loader[data-v-65f22d53] {
  width: var(--rem-size-40);
  height: var(--rem-size-40);
  margin: 0 auto var(--rem-size-10);
}
.idt-gif-picker__picker-container__search-bar input[data-v-65f22d53] {
  margin: 0;
  color: var(--black);
  background: var(--grey-lighter);
  border: 0;
  border-radius: var(--rem-size-20);
}
.idt-gif-picker__picker-container__powered-by-giphy[data-v-65f22d53] {
  max-height: var(--rem-size-15);
  margin-top: var(--rem-size-10);
}


.idt-info[data-v-4fa1c2ca] {
  display: flex;
  align-items: center;
  padding: var(--rem-size-8);
  border-radius: var(--global-radius);
  background-color: var(--info-color-lightest);
  color: var(--info-color);
  font-weight: 400;
  font-size: var(--rem-size-12);
  line-height: var(--rem-size-18);
}
.idt-info__icon[data-v-4fa1c2ca] {
  margin-right: var(--rem-size-16);
}
.idt-info.danger[data-v-4fa1c2ca] {
  background-color: var(--danger-color-lightest);
  color: var(--danger-color);
}
.idt-info.success[data-v-4fa1c2ca] {
  background-color: var(--success-color-lightest);
  color: var(--success-color);
}
.idt-info.warning[data-v-4fa1c2ca] {
  background-color: var(--warning-color-lightest);
  color: var(--warning-color);
}


.idt-input-number-container__erroneous-label[data-v-2291bb48] {
  color: var(--secondary-color) !important;
}
.idt-input[disabled][data-v-2291bb48],
.idt-input[readonly][data-v-2291bb48] {
  background-color: var(--grey-lighter);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.required-field input[data-v-2291bb48] {
  border: 1px solid var(--secondary-color);
}


.password-rules[data-v-3453df75] {
  position: relative;
  width: 100%;
  height: 80px;
  text-align: left;
  overflow: hidden;
}
.password-rules.small[data-v-3453df75] {
  position: absolute;
  bottom: -80px;
  right: 0;
}
.password-rules.small .password-rules__content[data-v-3453df75] {
  margin: 0;
}
.password-rules.is-not-last[data-v-3453df75] {
  height: 0;
  margin-bottom: 1rem;
  transition: all .3s ease-in-out;
}
.password-rules.is-not-last.error[data-v-3453df75],
.password-rules.only-error[data-v-3453df75] {
  height: 18px;
}
.password-rules.is-not-last.open[data-v-3453df75] {
  height: 78px;
}
.password-rules__input[data-v-3453df75] {
  position: relative;
  margin: 0 !important;
  z-index: 10;
}
.password-rules__content[data-v-3453df75] {
  position: absolute;
  top: -100%;
  left: .5rem;
  width: calc(100% - 1rem);
  background-color: var(--grey-lightest);
  border: 1px solid var(--grey);
  border-top-width: 0;
  opacity: 0;
  transition: all .275s ease-in-out;
  z-index: 1;
}
.password-rules__content.open[data-v-3453df75] {
  top: 0;
  opacity: 1;
}
.password-rules__title[data-v-3453df75] {
  padding: .5rem .75rem;
  color: var(--grey-dark);
  font-size: .7rem;
}
.password-rules__wraper[data-v-3453df75] {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  padding-bottom: .75rem;
}
.password-rules__wraper.many[data-v-3453df75]:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 100%;
  border-left: 1px solid var(--grey);
  transform: translateX(-50%);
}
.password-rules .password-rule[data-v-3453df75] {
  flex: 0 0 auto;
  width: 50%;
  font-size: .7rem;
}
@media only screen and (max-width: 639px) {
.password-rules .password-rule[data-v-3453df75]:nth-child(odd) {
    padding: 0 .5rem 0 1rem;
}
}
@media only screen and (min-width: 640px) {
.password-rules .password-rule[data-v-3453df75]:nth-child(odd) {
    padding: 0 .5rem 0 1.5rem;
}
}
.password-rules .password-rule[data-v-3453df75]:nth-child(even) {
  padding: 0 1rem 0 1rem;
}
.password-rules .password-rule--compliant .ideacons[data-v-3453df75],
.password-rules .password-rule--compliant .idt-icon[data-v-3453df75] {
  color: var(--main-color);
}
.password-rules .password-rule--not-compliant[data-v-3453df75] {
  color: var(--grey-dark);
  font-weight: 500;
}


.idt-input-password[data-v-3bf4bd1a] {
  position: relative;
}
.idt-input-password__toggle[data-v-3bf4bd1a] {
  position: absolute;
  display: flex;
  padding: 0 12px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  align-items: center;
}
.idt-input-password .password-rules[data-v-3bf4bd1a] {
  bottom: -56px;
}


.idt-search[data-v-7a039d04] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 290px;
  min-width: 220px;
  vertical-align: middle;
  margin-right: 10px;
}
.idt-search[data-v-7a039d04]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: .5rem;
  font-family: "ideation-icons";
  font-size: 1rem;
  transform: translateY(-50%);
}
.idt-search input[data-v-7a039d04] {
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 12px;
  background-color: var(--white);
  border: 1px solid var(--grey);
  line-height: 1.6;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  display: block;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  font-family: inherit;
  font-size: .875rem;
  font-weight: 400;
  color: var(--black);
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.idt-search input[data-v-7a039d04]:focus {
  border-color: var(--grey-darker);
  box-shadow: 0 0 0 var(--black);
}


.idt-language-editor {
  margin-bottom: 40px;
}
.idt-language-editor .language-editor.active .language-editor__key__local {
  background-color: var(--main-color-alpha30);
}
.idt-language-editor .language-editor.active .language-editor__key__translation {
  border-color: var(--main-color-alpha30);
}
.idt-language-editor .language-editor h3 {
  font-size: 1rem;
}
.idt-language-editor .language-editor__key {
  display: flex;
}
.idt-language-editor .language-editor__key.selected .language-editor__key__local {
  background-color: var(--main-color);
  color: #fff;
}
.idt-language-editor .language-editor__key.selected .language-editor__key__translation {
  border-color: var(--main-color);
}
.idt-language-editor .language-editor__key__local {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 90px;
  background-color: var(--grey-light);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: all .3s;
}
.idt-language-editor .language-editor__key__translation {
  height: 80px;
  width: 100%;
  border: 1px var(--grey-light) solid;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: all .3s;
}


.idt-live-tag[data-v-2328c8d6] {
  height: 24px;
  padding: 4px 1rem;
  color: var(--white);
  background-color: var(--red);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  text-transform: uppercase;
}


.idt-notif-pill[data-v-881e427a] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  color: var(--white);
  background-color: var(--main-color);
  border: 2px solid var(--white);
  border-radius: 100%;
  font-size: .8rem;
  transform: translate(65%, -25%);
}


.menu-item[data-v-95a4d25a] {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
.menu-item[data-v-95a4d25a] {
    padding: 0 .4rem;
}
}
@media only screen and (min-width: 992px) {
.menu-item[data-v-95a4d25a] {
    padding: 0 .75rem;
}
}
.menu-item__link[data-v-95a4d25a] {
  display: block;
  position: relative;
  color: var(--grey-darker);
  border-radius: var(--global-radius);
  font-size: .75rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  line-height: 44px;
  text-decoration: none;
  cursor: pointer;
}
.menu-item.active .menu-item__link[data-v-95a4d25a] {
  color: var(--main-color);
}
@media only screen and (min-width: 992px) {
.menu-item[data-v-95a4d25a]:not(.cta):hover:not(.account):after,
  .menu-item:not(.cta).active[data-v-95a4d25a]:not(.account):after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid var(--main-color);
}
}


.idt-user-avatar {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--grey-light);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.idt-user-avatar.avatar--invited {
  background-color: var(--grey-light);
}
.idt-user-avatar__initial {
  display: inline-block;
  color: var(--white);
}
.idt-user-avatar__prize {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 50%;
  line-height: 0;
}
.idt-user-avatar__prize__icon {
  border-radius: 50%;
}


.users-list-popover__counter[data-v-60196e4c] {
  font-weight: var(--font-weight-bold);
  color: var(--black);
  border-bottom: 1px solid var(--grey-light);
}
.users-list-popover__item[data-v-60196e4c] {
  display: flex;
  align-items: center;
  padding: var(--rem-size-4) var(--rem-size-8);
  cursor: pointer;
  transition: background-color var(--default-duration) ease-in-out;
}
.users-list-popover__item[data-v-60196e4c]:hover {
  background-color: var(--grey-lightest);
}
.users-list-popover__item[data-v-60196e4c]:not(:last-child) {
  border-bottom: 1px solid var(--grey-light);
}
.users-list-popover__item__avatar[data-v-60196e4c] {
  flex: 0 0 auto;
}
.users-list-popover__item__user[data-v-60196e4c] {
  padding-left: .45rem;
  color: var(--black);
}
.users-list-popover__item__user__name[data-v-60196e4c] {
  font-family: var(--title-font-family);
  font-weight: var(--font-weight-bold);
  font-size: var(--rem-size-16);
  line-height: 1.2;
}
.users-list-popover__item__user__company[data-v-60196e4c] {
  font-size: var(--rem-size-13);
  line-height: 1;
}


.idt-users-popover__see-more[data-v-64c297a2] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--grey-light);
  color: var(--main-color);
  transition: all var(--default-duration) ease;
}
.idt-users-popover__see-more[data-v-64c297a2]:hover {
  background-color: var(--grey-lightest);
  color: var(--main-color-dark);
}


.idt-overlay[data-v-c44659aa] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.idt-overlay__image[data-v-c44659aa] {
  display: block;
  backface-visibility: hidden;
}
.idt-overlay__content[data-v-c44659aa] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 114px;
  color: var(--white);
  background: var(--black-alpha60);
  text-align: center;
  transition: .3s ease-in-out;
  opacity: 0;
}
.idt-overlay:hover .idt-overlay__content[data-v-c44659aa] {
  opacity: 1;
}


.idt-select-container[data-v-09f10958] {
  position: relative;
  padding-bottom: 1rem;
}
.idt-select-container__add-text[data-v-09f10958] {
  margin-right: -10px;
}
.idt-select-container__inline-label[data-v-09f10958] {
  opacity: .5;
}
.idt-select-container[data-v-09f10958]  .v-select {
  margin-bottom: 10px;
}
.idt-select-container[data-v-09f10958]  .v-select.has-error .vs__dropdown-toggle {
  border: 1px solid var(--secondary-color);
}
.idt-select-container[data-v-09f10958]  .v-select .vs__search {
  padding: 0 var(--rem-size-8) 0 var(--rem-size-16);
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
  line-height: 2.3;
}
.idt-select-container[data-v-09f10958]  .v-select .vs__search::-moz-placeholder {
  color: var(--grey);
}
.idt-select-container[data-v-09f10958]  .v-select .vs__search::placeholder {
  color: var(--grey);
}
.idt-select-container[data-v-09f10958]  .v-select .vs__actions {
  padding-right: 15px;
}
.idt-select-container[data-v-09f10958]  .v-select.vs--open .vs__dropdown-toggle {
  border-bottom: 1px solid rgba(60,60,60,.26);
}
.idt-select-container[data-v-09f10958]  .v-select.vs--open .vs__selected {
  position: relative;
}
.idt-select-container[data-v-09f10958]  .v-select.vs--open .vs__dropdown-option--highlight:not(.vs__dropdown-option--disabled) {
  background-color: var(--main-color);
}
.idt-select-container[data-v-09f10958]  .v-select .vs__selected-options .vs__selected {
  padding-left: 15px;
}
[data-v-09f10958] .idt-required-field {
  position: absolute;
  bottom: 0;
  left: 0;
}


.idt-tag[data-v-223dea63] {
  padding: 0 10px;
  margin-bottom: 5px;
  color: var(--main-color-dark);
  background: var(--main-color-lighter);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
}
.idt-tag.clickable[data-v-223dea63] {
  cursor: pointer;
}
.idt-tag.clickable[data-v-223dea63]:hover,
.idt-tag.selected[data-v-223dea63] {
  color: var(--main-color-lighter);
  background-color: var(--main-color-darker);
}
.idt-tag[data-v-223dea63]  .ideacon {
  margin-left: var(--rem-size-2);
  vertical-align: middle;
}


.tags-container {
  height: 120px;
  border: 1px solid var(--black);
  overflow: auto;
}
.vue-tags-input {
  width: 100% !important;
  max-width: none !important;
  background-color: var(--grey-lighter) !important;
}
.vue-tags-input .ti-input {
  border: none !important;
}
.vue-tags-input .ti-content {
  margin: 5px !important;
}
.vue-tags-input .ti-tag {
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: var(--rem-size-30) !important;
  background-color: var(--main-color) !important;
  border-radius: var(--global-radius) !important;
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14) !important;
  font-weight: var(--font-weight-bold);
}
.vue-tags-input .ti-duplicate span,
.vue-tags-input .ti-new-tag-input.ti-duplicate {
  background-color: var(--secondary-color-alpha20);
}


.idt-panel-filter[data-v-9fcdf986] {
  --background-color: var(--grey-lighter);
}
@media only screen and (max-width: 1023px) {
.idt-panel-filter[data-v-9fcdf986] {
    --background-color: var(--white);
    background-color: var(--background-color);
}
}
.idt-panel-filter .open-close-enter-active[data-v-9fcdf986],
.idt-panel-filter .open-close-leave-active[data-v-9fcdf986] {
  transition: opacity .5s;
}
.idt-panel-filter .open-close-enter[data-v-9fcdf986],
.idt-panel-filter .open-close-leave-to[data-v-9fcdf986] {
  opacity: 0;
}
.idt-panel-filter__update-button[data-v-9fcdf986] {
  position: fixed;
  bottom: 20px;
  left: 15%;
  width: 290px;
  height: 45px;
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 5em/5em;
  box-shadow: 0px 3px 6px var(--black);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
  visibility: initial;
  z-index: 20;
}
.idt-panel-filter__advanced-filter[data-v-9fcdf986] {
  height: 0;
  margin: var(--rem-size-15) var(--rem-size-10) 0 0;
  color: var(--black);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-28);
  font-weight: var(--font-weight-bold);
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
.idt-panel-filter__advanced-filter[data-v-9fcdf986] {
    height: 100%;
    visibility: initial;
}
}
.idt-panel-filter__search[data-v-9fcdf986] {
  height: 40px;
  margin-bottom: var(--rem-size-10);
  background-color: var(--white);
  border: solid 1px var(--grey-light);
  border-radius: var(--global-radius);
}
@media only screen and (max-width: 1023px) {
.idt-panel-filter__search[data-v-9fcdf986] {
    height: 0;
    visibility: hidden;
}
}
.idt-panel-filter__search[data-v-9fcdf986]:before {
  content: "";
  display: block;
  position: absolute;
  top: var(--rem-size-18);
  left: 10px;
  color: var(--black);
  font-family: "ideation-icons";
  font-size: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.idt-panel-filter__search__input[data-v-9fcdf986] {
  width: 90%;
  height: 38px;
  margin: 0 0 var(--rem-size-10) var(--rem-size-15);
  color: var(--black);
  border: none;
  font-size: var(--rem-size-16);
}
.idt-panel-filter__search__input[data-v-9fcdf986]::-moz-placeholder {
  color: var(--black);
}
.idt-panel-filter__search__input[data-v-9fcdf986]::placeholder {
  color: var(--black);
}
.idt-panel-filter__search__input[data-v-9fcdf986]:focus {
  border: none;
}
[data-v-9fcdf986] .idt-panel-filter__select {
  display: flex;
  align-items: center;
  margin-bottom: var(--rem-size-10);
}
[data-v-9fcdf986] .idt-panel-filter__select label {
  margin-right: var(--rem-size-16);
  margin-left: var(--rem-size-10);
  color: var(--black);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
}
[data-v-9fcdf986] .idt-panel-filter__select .v-select {
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
[data-v-9fcdf986] .idt-panel-filter__select .v-select .vs__dropdown-toggle {
  background: var(--white);
}
[data-v-9fcdf986] .idt-panel-filter__select .v-select .vs__search {
  display: none !important;
}
.idt-panel-filter__buttons[data-v-9fcdf986] {
  position: sticky;
  top: 0;
  background-color: var(--background-color);
  z-index: 20;
}
.idt-panel-filter__buttons__button[data-v-9fcdf986] {
  width: 100%;
  height: var(--rem-size-35);
  margin-bottom: 3px;
  border-radius: var(--global-radius);
  cursor: pointer;
  text-align: left;
}
.idt-panel-filter__buttons__button.active[data-v-9fcdf986] {
  background-color: var(--main-color);
}
.idt-panel-filter__buttons__button.active[data-v-9fcdf986]:hover {
  background-color: var(--main-color);
}
.idt-panel-filter__buttons__button.reset[data-v-9fcdf986] {
  margin: var(--rem-size-16) 0;
  border: var(--rem-size-1) var(--main-color) solid;
}
.idt-panel-filter__buttons__button.reset .idt-panel-filter__buttons__button__title[data-v-9fcdf986] {
  color: var(--main-color);
  text-align: center;
}
.idt-panel-filter__buttons__button[data-v-9fcdf986]:hover {
  background-color: var(--grey-light);
}
.idt-panel-filter__buttons__button__title[data-v-9fcdf986] {
  margin-left: var(--rem-size-10);
  color: var(--black);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
}
.idt-panel-filter__buttons__button__title.active[data-v-9fcdf986] {
  color: var(--white);
}
.idt-panel-filter__buttons__selected[data-v-9fcdf986] {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--rem-size-4);
  width: 100%;
  margin: 0 0 var(--rem-size-8) var(--rem-size-4);
}
@media only screen and (max-width: 1023px) {
.idt-panel-filter__buttons__selected[data-v-9fcdf986] {
    display: none;
}
}
.idt-panel-filter__filters[data-v-9fcdf986] {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.idt-panel-filter__filters__filter[data-v-9fcdf986] {
  margin-right: var(--rem-size-15);
  margin-bottom: var(--rem-size-15);
}
.idt-panel-filter__filters__filter__empty[data-v-9fcdf986] {
  margin: -5px 0 var(--rem-size-10) var(--rem-size-10);
  color: var(--grey-dark);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
}
.idt-panel-filter__filters__filter__values[data-v-9fcdf986] {
  margin-left: var(--rem-size-10);
  padding-top: var(--rem-size-15);
}
.idt-panel-filter__filters__filter__title[data-v-9fcdf986] {
  position: sticky;
  top: 0;
  z-index: 10;
  margin-left: var(--rem-size-10);
  color: var(--black);
  background-color: var(--background-color);
  border-bottom: solid 1px var(--grey-dark);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
}
.idt-panel-filter__filters__filter__category[data-v-9fcdf986] {
  display: flex;
  margin-bottom: var(--rem-size-10);
  color: var(--black);
  cursor: pointer;
}
.idt-panel-filter__filters__filter__category__label[data-v-9fcdf986] {
  flex: 0 0 auto;
  width: 210px;
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-normal);
  overflow-wrap: break-word;
}
@media only screen and (max-width: 1023px) {
.idt-panel-filter__filters__filter__category__label[data-v-9fcdf986] {
    padding-left: var(--rem-size-12);
}
}
@media only screen and (max-width: 1023px) {
.idt-panel-filter__filters__filter__category__icon[data-v-9fcdf986] {
    padding-right: var(--rem-size-18);
}
}
.idt-panel-filter__filters__filter__value[data-v-9fcdf986] {
  display: flex;
  margin-bottom: var(--rem-size-10);
  margin-left: 0;
}
.idt-panel-filter__filters__filter__value[data-v-9fcdf986]:hover {
  cursor: pointer;
}
.idt-panel-filter__filters__filter__showmore[data-v-9fcdf986] {
  margin-left: var(--rem-size-10);
  color: var(--main-color);
  cursor: pointer;
  text-decoration: underline;
}
.idt-panel-filter__filters__filter__showmore[data-v-9fcdf986]:hover {
  color: var(--main-color-dark);
}
.idt-panel-filter__filters__label[data-v-9fcdf986] {
  flex: 0 0 auto;
  width: 180px;
  padding-left: var(--rem-size-8);
  color: var(--black);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-normal);
  overflow-wrap: break-word;
}
.idt-panel-filter__filters__nb[data-v-9fcdf986] {
  flex: 0 0 auto;
  padding-left: var(--rem-size-16);
  color: var(--black);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-normal);
}
.idt-panel-filter__filters__container[data-v-9fcdf986] {
  flex: 0 0 auto;
  height: var(--rem-size-28);
  padding-left: 0;
  padding-right: 0;
}
.idt-panel-filter__filters__container__checkbox[data-v-9fcdf986] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--rem-size-20);
  height: var(--rem-size-20);
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: 3px;
}
.idt-panel-filter__filters__container__checkbox[data-v-9fcdf986]:after {
  content: "";
  display: none;
  content: "";
  color: var(--white);
  font-family: "ideation-icons";
  font-size: .85rem;
}
input.checked~.idt-panel-filter__filters__container__checkbox[data-v-9fcdf986] {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
input.checked~.idt-panel-filter__filters__container__checkbox[data-v-9fcdf986]:after {
  display: block;
}
.idt-panel-filter__filters__container input[type=checkbox][data-v-9fcdf986] {
  display: none;
}
[data-v-9fcdf986] .vs__search {
  display: inline !important;
}


.idt-preview-modal .modal-fullscreen {
  height: calc(var(--vh, 1vh)*100);
  background: rgba(0,0,0,0);
}
.idt-preview-modal .modal-fullscreen__content {
  height: calc(var(--vh, 1vh)*100);
  padding: 0;
  overflow: hidden;
}
.idt-preview-modal__wrapper {
  width: 1000px;
  max-width: 100%;
  max-height: calc(var(--vh, 1vh)*100);
}
.idt-preview-modal__header,
.idt-preview-modal__footer {
  display: flex;
  align-items: center;
  height: var(--menu-height);
  padding: 0 var(--rem-size-32);
  background-color: var(--white);
}
.idt-preview-modal__header {
  justify-content: space-between;
  border-bottom: 1px solid var(--grey);
}
.idt-preview-modal__header__close {
  cursor: pointer;
}
.idt-preview-modal__content {
  display: flex;
  overflow: hidden;
  background: var(--grey-light);
}
.idt-preview-modal__preview,
.idt-preview-modal__form {
  padding: var(--rem-size-16) var(--rem-size-32);
}
@media only screen and (max-width: 639px) {
.idt-preview-modal__preview {
    display: none;
}
}
@media only screen and (min-width: 640px) {
.idt-preview-modal__preview {
    flex: 0 0 50%;
    overflow: auto;
}
}
.idt-preview-modal__form {
  height: calc(var(--vh, 1vh)*100 - var(--menu-height)*2);
  background: var(--white);
  overflow-y: auto;
}
@media only screen and (max-width: 639px) {
.idt-preview-modal__form {
    width: 100%;
}
}
@media only screen and (min-width: 640px) {
.idt-preview-modal__form {
    flex: 0 0 50%;
}
}
.idt-preview-modal__footer {
  justify-content: flex-end;
  gap: var(--rem-size-8);
  border-top: 1px solid var(--grey);
}
.idt-preview-modal .idt-select-container {
  width: 100%;
}
.idt-preview-modal .vs__dropdown-option--disabled {
  display: none !important;
}
.idt-preview-modal .fade-height-enter,
.idt-preview-modal .fade-height-leave-to {
  max-height: 0;
}
.idt-preview-modal .fade-height-leave,
.idt-preview-modal .fade-height-enter-to {
  max-height: 100px;
}
.idt-preview-modal .fade-height-enter-active,
.idt-preview-modal .fade-height-leave-active {
  transition: max-height .25s ease;
  overflow: hidden;
}


.project-card-hire[data-v-b2e8181c] {
  --hire-radius: 8px;
  position: absolute;
  right: 1.25rem;
  max-width: 400px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 639px) {
.project-card-hire[data-v-b2e8181c] {
    top: -6.65rem;
}
}
@media only screen and (min-width: 640px) {
.project-card-hire[data-v-b2e8181c] {
    top: 1.25rem;
}
}
.project-card-hire__my-profile[data-v-b2e8181c] {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 .65rem 0 1.65rem;
  background-color: var(--main-color);
  color: var(--white);
  font-family: var(--title-font-family);
  font-size: .8rem;
  font-weight: var(--font-weight-bold);
  transition: all .3s ease;
}
.project-card-hire__my-profile[data-v-b2e8181c]:hover {
  background-color: var(--main-color-dark);
}
.project-card-hire__my-profile[data-v-b2e8181c]:not(.many) {
  height: 46px;
  border-radius: var(--hire-radius);
}
.project-card-hire__my-profile.many[data-v-b2e8181c] {
  height: 40px;
  border-radius: var(--hire-radius) var(--hire-radius) 0 0;
}
.project-card-hire__info[data-v-b2e8181c] {
  min-width: 5.5rem;
  margin-right: .25rem;
}
.project-card-hire__tag[data-v-b2e8181c] {
  display: inline-block;
  flex: 50%;
  margin-right: .25rem;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}
.project-card-hire__others[data-v-b2e8181c] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 22px;
  padding: 0 .8rem 0 1.8rem;
  background-color: var(--white);
  border-radius: 0 0 var(--hire-radius) var(--hire-radius);
  font-size: .625rem;
  font-weight: var(--font-weight-bold);
}
.project-card-hire__icon[data-v-b2e8181c] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  color: var(--main-color);
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0 0 3px var(--black-alpha20);
  font-size: 1.1rem;
  transform: translate(-50%, -50%);
}


.idt-project-card {
  position: relative;
  max-width: 870px;
  width: 100%;
  height: auto;
  margin: 0 0 var(--rem-size-20) 0;
  overflow: hidden;
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: var(--global-radius);
  cursor: pointer;
  transition: box-shadow var(--default-duration) ease-in-out;
}
.idt-project-card:hover {
  box-shadow: 0 2px var(--rem-size-8) 0 var(--black-alpha10);
}
@media only screen and (max-width: 479px) {
.idt-project-card {
    display: inline-block;
    max-width: 275px;
    height: auto;
}
}
.idt-project-card.mobile {
  display: inline-block;
  max-width: 275px;
  height: auto;
}
.idt-project-card .project-card-hire {
  top: .375rem;
  right: .375rem;
  z-index: 1;
}
.idt-project-card__image {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 275px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--global-radius) 0 0 var(--global-radius);
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
.idt-project-card__image {
    height: 144px;
    max-width: 100%;
    border-radius: var(--global-radius) var(--global-radius) 0 0;
}
}
.idt-project-card__image.mobile {
  height: 144px;
  max-width: 100%;
  border-radius: var(--global-radius) var(--global-radius) 0 0;
}
.idt-project-card__image__prizes {
  padding: 0;
  padding-top: 1rem;
}
.idt-project-card__image__prizes__item {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: .25rem;
}
.idt-project-card.no-access .idt-project-card__image {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.idt-project-card__information {
  position: relative;
  margin: 7px 0 0 var(--rem-size-20);
  padding-left: 0;
}
.idt-project-card__information--with-footer {
  padding-bottom: 38px;
}
.idt-project-card__information__title {
  align-items: center;
  min-height: 40px;
  margin: 0 !important;
}
@media only screen and (max-width: 479px) {
.idt-project-card__information__title {
    margin-bottom: var(--rem-size-10);
}
}
.idt-project-card__information__title.mobile {
  margin-bottom: var(--rem-size-10);
}
.idt-project-card__information__title__content {
  padding: 0;
  color: var(--black);
  font-family: var(--text-font-family);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-20);
}
.idt-project-card__information__description {
  min-height: 48px;
  margin: 0 !important;
}
@media only screen and (max-width: 479px) {
.idt-project-card__information__description {
    margin-bottom: var(--rem-size-10);
}
}
.idt-project-card__information__description.mobile {
  margin-bottom: var(--rem-size-10);
}
.idt-project-card__information__description__content {
  padding: 0;
  color: var(--black);
  font-family: var(--text-font-family);
  font-size: var(--rem-size-12);
  line-height: var(--rem-size-16);
}
.idt-project-card__information__separator {
  position: absolute;
  bottom: 38px;
  right: 0;
  left: 0;
  min-width: 375px;
  margin: var(--rem-size-8) 0 0 -20px;
  margin-left: -20px !important;
  border-top: solid 1px var(--grey-light);
}
.idt-project-card__information__tags {
  margin: 0 !important;
}
.idt-project-card__information__tags__item {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 25px;
  margin: 0 var(--rem-size-3);
  margin-bottom: var(--rem-size-10);
  padding: 0 var(--rem-size-5);
  text-align: center;
  line-height: 25px;
  color: var(--main-color);
  background-color: var(--main-color-lightest);
  border-radius: var(--global-radius);
  font-weight: var(--font-weight-bold);
  font-size: var(--rem-size-12);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.idt-project-card__information__footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: var(--rem-size-10) 0;
  padding-right: 1rem;
  margin: 0 !important;
}
.idt-project-card__information__footer__hiring {
  padding: 0;
  text-align: left;
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
}
.idt-project-card__information__footer__votes {
  padding: 0;
  text-align: right;
  font-size: var(--rem-size-12);
  color: var(--grey-darker);
}
@media (hover: hover) {
.idt-project-card:hover .idt-project-card__information {
    border-color: rgba(0,0,0,0);
}
}


.idt-radiobutton[data-v-e7c6d60c] {
  margin-bottom: 7px;
  padding: .5rem;
  background: var(--white);
  border: 1px solid var(--grey);
  border-radius: 20px;
}
.idt-radiobutton--no-border[data-v-e7c6d60c] {
  box-shadow: none !important;
  border: 0 !important;
}
.idt-radiobutton--no-padding[data-v-e7c6d60c] {
  padding: 0;
}
.idt-radiobutton--checked[data-v-e7c6d60c] {
  box-shadow: 0px 2px 3px rgba(0,0,0,.15);
  border-color: rgba(0,0,0,0);
}
.idt-radiobutton--checked .content[data-v-e7c6d60c] {
  font-weight: var(--font-weight-medium);
}
.idt-radiobutton input[data-v-e7c6d60c] {
  display: none;
}
.idt-radiobutton input.error+label .box[data-v-e7c6d60c] {
  border: 1px solid var(--red);
}
.idt-radiobutton input+label[data-v-e7c6d60c] {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 22px;
  min-width: 100px;
  margin: 0;
  color: var(--text-color, var(--grey-darker));
  font-weight: var(--font-weight-normal);
}
.idt-radiobutton input+label .box[data-v-e7c6d60c] {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  vertical-align: top;
  margin-right: 7px;
  border: 1px solid var(--text-color, var(--grey));
  border-radius: 50%;
}
.idt-radiobutton input+label .content[data-v-e7c6d60c] {
  display: inline-block;
  flex-grow: 1;
}
.idt-radiobutton input+label .content[data-v-e7c6d60c]  p:last-child {
  margin-bottom: 0;
}
.idt-radiobutton input+label .idt-icon[data-v-e7c6d60c] {
  color: rgba(0,0,0,0);
}
.idt-radiobutton input+label .idt-icon[data-v-e7c6d60c]  .ideacon {
  position: absolute;
}
.idt-radiobutton input:checked+label .box[data-v-e7c6d60c] {
  background-color: var(--white);
  border: 1px solid var(--main-color);
}
.idt-radiobutton input:checked+label .idt-icon[data-v-e7c6d60c] {
  color: var(--main-color);
}
.idt-radiobutton__slot-end[data-v-e7c6d60c] {
  flex-grow: 0;
}


.idt-radio-button-group[data-v-081ea356] {
  display: flex;
  align-items: center;
  border-radius: var(--global-radius);
}
.idt-radio-button-group label[data-v-081ea356] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0;
  padding: var(--rem-size-12);
  border: 1px solid var(--main-color);
  color: var(--main-color);
  text-transform: capitalize;
  transition: all .25s ease-out,color .25s ease-out;
}
.idt-radio-button-group label[data-v-081ea356]:first-of-type {
  border-radius: var(--global-radius) 0 0 var(--global-radius);
  border-right: none;
}
.idt-radio-button-group label[data-v-081ea356]:last-of-type {
  border-radius: 0 var(--global-radius) var(--global-radius) 0;
  border-left: none;
}
.idt-radio-button-group label[data-v-081ea356]:hover {
  border-color: var(--main-color-light);
  color: var(--main-color-light);
}
.idt-radio-button-group input[type=radio]:checked+label[data-v-081ea356] {
  background-color: var(--main-color);
  color: var(--white);
}
.idt-radio-button-group input[type=radio]:checked+label[data-v-081ea356]:hover {
  background-color: var(--main-color-light);
}
.idt-radio-button-group input[type=radio][data-v-081ea356] {
  display: none;
}
.simple .idt-radio-button-group__container[data-v-081ea356] {
  display: none;
}
.simple label[data-v-081ea356] {
  justify-content: flex-start;
  margin-left: var(--rem-size-8);
  padding: 0;
  color: var(--grey-darkest);
  border: 0;
  font-weight: 400;
  font-size: var(--rem-size-14);
}
.simple label[data-v-081ea356]:hover {
  color: var(--grey-darkest);
}
.simple input[type=radio][data-v-081ea356]::before {
  content: "";
  width: var(--rem-size-8);
  height: var(--rem-size-8);
  border-radius: 50%;
  box-shadow: inset var(--rem-size-8) var(--rem-size-8) var(--idt-info-color);
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.simple input[type=radio][data-v-081ea356]:checked::before {
  transform: scale(1);
}
.simple input[type=radio]:checked+label[data-v-081ea356] {
  color: var(--grey-darkest);
  background-color: rgba(0,0,0,0);
}
.simple input[type=radio]:checked+label[data-v-081ea356]:hover {
  background-color: rgba(0,0,0,0);
}
.simple input[type=radio][data-v-081ea356] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--rem-size-18);
  height: var(--rem-size-18);
  margin: 0;
  color: var(--idt-info-color);
  border: var(--rem-size-2) solid var(--idt-info-color);
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
}


.bo-form-section-separator[data-v-745535a9] {
  display: flex;
  align-items: center;
  width: 100%;
}
.bo-form-section-separator__left-side[data-v-745535a9],
.bo-form-section-separator__right-side[data-v-745535a9] {
  flex: 1 1 auto;
}
.bo-form-section-separator__section-title[data-v-745535a9] {
  padding: 0 30px;
  font-weight: var(--font-weight-medium);
}


.idt-select-list {
  width: 100%;
}
.idt-select-list__title {
  color: var(--grey-darkest);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-28);
}
.idt-select-list--darkmode .idt-select-list__title {
  color: var(--white);
  font-weight: var(--font-weight-normal);
}
.idt-select-list .input-dropdown {
  width: 100%;
  margin: 0 0 var(--rem-size-16);
  padding: 0;
  background: var(--white);
  border: var(--rem-size-1) solid var(--grey);
  border-radius: var(--rem-size-3);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-normal);
  line-height: var(--rem-size-16);
}
.idt-select-list .input-dropdown .idt-dropdown {
  display: block;
}
.idt-select-list .input-dropdown .input-dropdown__input.div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: var(--rem-size-42);
  color: var(--grey);
}
.idt-select-list .input-dropdown .input-dropdown__input.div span {
  padding-left: var(--rem-size-14);
}
.idt-select-list .input-dropdown .input-dropdown__input.div .ideacon {
  margin: 0 var(--rem-size-12);
  color: var(--grey-darkest);
}
.idt-select-list .input-dropdown .input-dropdown__input.div.focus .ideacon {
  transform: rotate(180deg);
}
.idt-select-list .input-dropdown .input-dropdown__input.div .tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: var(--rem-size-2);
}
.idt-select-list .input-dropdown .input-dropdown__input.div .tag-list .tag-item {
  max-width: 150px;
  height: auto;
  padding: var(--rem-size-7) var(--rem-size-8);
  border-radius: var(--rem-size-5);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-18);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.idt-select-list--darkmode .input-dropdown {
  background: var(--white-alpha10);
  border: none;
}
.idt-select-list--darkmode .input-dropdown .input-dropdown__input.div {
  font-family: var(--text-font-family);
}
.idt-select-list--darkmode .input-dropdown .input-dropdown__input.div span {
  font-size: var(--rem-size-14);
}
.idt-select-list--darkmode .input-dropdown .input-dropdown__input.div .ideacon {
  color: var(--white);
}
.idt-select-list--invalid .input-dropdown {
  border-color: var(--secondary-color);
}
.idt-select-list .idt-dropdown--pane {
  width: 100%;
  padding: 0;
  box-shadow: 0 var(--rem-size-3) var(--rem-size-6) rgba(0,0,0,.161);
  transform: translateY(var(--rem-size-10));
}
.idt-select-list .idt-dropdown--pane .dropdown-pane__header {
  display: flex;
  justify-content: space-between;
  min-height: auto;
  padding: var(--rem-size-9) var(--rem-size-8) var(--rem-size-9) var(--rem-size-16) !important;
  color: var(--grey-darkest);
  font-weight: var(--font-weight-medium);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-18);
}
.idt-select-list .idt-dropdown--pane .dropdown-pane__header::before {
  display: none !important;
}
.idt-select-list .idt-dropdown--pane .dropdown-pane__header__limit {
  padding-right: var(--rem-size-2);
  color: var(--grey-dark);
  font-size: var(--rem-size-10);
}
.idt-select-list .idt-dropdown--pane .dropdown-pane__checkbox {
  display: flex;
  justify-content: space-between;
  width: calc(100% - var(--rem-size-8));
  margin: var(--rem-size-4);
  padding: var(--rem-size-4);
  padding-left: var(--rem-size-12);
}
.idt-select-list .idt-dropdown--pane .dropdown-pane__checkbox span {
  color: var(--grey-darkest);
  font-weight: var(--font-weight-normal);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-20);
}
.idt-select-list .idt-dropdown--pane .dropdown-pane__checkbox::before {
  display: none;
}
.idt-select-list .idt-dropdown--pane .dropdown-pane__checkbox:not(.disabled):hover {
  background: var(--grey-lighter);
  border-radius: var(--rem-size-5);
}
.idt-select-list .idt-dropdown--pane .dropdown-pane__checkbox:not(.disabled):hover .idt-icon {
  color: var(--grey-dark);
  background: var(--grey-lighter);
  border-color: var(--grey-lighter);
}
.idt-select-list .idt-dropdown--pane .idt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--rem-size-20);
  height: var(--rem-size-20);
  margin-left: var(--rem-size-8);
  color: var(--white);
  background: var(--white);
  border: var(--rem-size-1) solid var(--grey);
  border-radius: var(--rem-size-2);
}
.idt-select-list .idt-dropdown--pane input:checked~.dropdown-pane__checkbox .idt-icon,
.idt-select-list .idt-dropdown--pane .dropdown-pane__header.checked .idt-icon {
  color: var(--white);
  background: var(--main-color);
  border-color: var(--main-color);
}
.idt-select-list .idt-dropdown--pane .dropdown-pane__header.disabled,
.idt-select-list .idt-dropdown--pane .dropdown-pane__checkbox.disabled {
  cursor: auto;
}
.idt-select-list .idt-dropdown--pane .dropdown-pane__header.disabled .idt-icon,
.idt-select-list .idt-dropdown--pane .dropdown-pane__checkbox.disabled .idt-icon {
  display: none;
}
.idt-select-list .idt-dropdown--pane input {
  display: none;
}


.idt-separator[data-v-4e3d5ff7] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1rem;
  width: 100%;
  margin: 10px 0px;
}
.idt-separator__label[data-v-4e3d5ff7] {
  position: relative;
  padding: .1rem 1rem;
  background-color: var(--main-color);
  color: var(--white);
  border-radius: 3rem;
  font-size: 10px;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
.idt-separator__line[data-v-4e3d5ff7] {
  position: absolute;
  height: 1px;
  width: 100%;
  border-top: 1px solid var(--main-color);
}
.idt-separator__line--grey[data-v-4e3d5ff7] {
  border-color: var(--grey-light);
}
.idt-separator--no-margin[data-v-4e3d5ff7] {
  height: 0;
  margin: 0;
}


.idt-side-menu {
  min-width: 245px;
  height: 100%;
  margin-right: 15px;
  flex-shrink: 0;
}
.idt-side-menu__title {
  margin-bottom: 22px;
  color: var(--black);
  font-weight: var(--font-weight-bold);
}
.idt-side-menu__list {
  margin-left: 0;
}
.idt-side-menu__list__item {
  position: relative;
  height: 41px;
  padding-left: 52px;
  padding-right: 2rem;
  list-style-type: none;
  margin-bottom: 10px;
  line-height: 41px;
  border-radius: 21px;
  cursor: pointer;
  color: var(--black-alpha-50);
  font-weight: var(--font-weight-bold);
}
.idt-side-menu__list__item::before {
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  margin-top: -7px;
  left: 23px;
  top: 50%;
  border-radius: 50%;
  background-color: var(--before-color, var(--grey-light));
}
.idt-side-menu__list__item::after {
  content: var(--after-content, "");
  position: absolute;
  right: 14px;
  color: var(--danger-color);
}
.idt-side-menu__list__item.selected,
.idt-side-menu__list__item:hover {
  background-color: var(--main-color-lighter);
  color: var(--black);
}
.idt-side-menu__list__item.selected::before,
.idt-side-menu__list__item:hover::before {
  background-color: var(--main-color);
}
.idt-side-menu__progress {
  display: flex;
  align-items: center;
  margin-left: 23px;
}
.idt-side-menu__progress label {
  margin-right: 1rem;
  font-weight: var(--font-weight-bold);
  color: var(--black);
}


.idt-simple-card[data-v-2412104e] {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 12px 24px 12px;
  color: var(--grey-darker);
  background-color: var(--white);
  box-shadow: 0px 2px 3px var(--black-alpha20);
  border-bottom: 2px solid rgba(0,0,0,0);
  transition: border .25s ease-in-out;
}
.idt-simple-card[data-v-2412104e]:hover {
  border-bottom-color: var(--main-color);
}
.idt-simple-card.no-link[data-v-2412104e] {
  cursor: default;
  pointer-events: none;
}
.idt-simple-card__image-container[data-v-2412104e] {
  display: flex;
  justify-content: center;
  padding-top: 8%;
  padding-left: 12.5%;
  padding-right: 12.5%;
  overflow: hidden;
}
.idt-simple-card__image[data-v-2412104e] {
  max-width: 300px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.idt-simple-card__name[data-v-2412104e] {
  margin: 0 10% 0 10%;
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
}


.idt-sort.clickable[data-v-b4b9a6d6] {
  cursor: pointer;
}


.speaker-card[data-v-00de5195] {
  width: 100%;
  height: 150px;
  padding: var(--rem-size-20);
  background: var(--white);
  border-radius: var(--global-radius);
  transition: box-shadow .3s ease-in-out;
  overflow: hidden;
}
.speaker-card[data-v-00de5195]:hover {
  box-shadow: 0px 2px 5px var(--black-alpha20);
}
.speaker-card .card-content[data-v-00de5195] {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: var(--rem-size-18);
}
.speaker-card .card-content .speaker-avatar[data-v-00de5195] {
  flex: 0 0 auto;
}
.speaker-card .card-content .speaker-info[data-v-00de5195] {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.speaker-card .card-content .speaker-info__username[data-v-00de5195] {
  color: var(--grey-darkest);
  font-family: var(--title-font-family);
  font-weight: var(--font-weight-bold);
  line-height: 1.25rem;
}
.speaker-card .card-content .speaker-info__other[data-v-00de5195] {
  font-size: var(--rem-size-12);
  line-height: 1rem;
}
.speaker-card .card-footer[data-v-00de5195] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 35px;
}
.speaker-card .card-footer .button[data-v-00de5195] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  border-radius: 0;
  font-weight: bold;
}
.speaker-card .card-footer__button-book[data-v-00de5195] {
  flex: 1 0 auto;
  margin-left: var(--rem-size-10);
  text-transform: uppercase;
}


.idt-span-editable__editable[data-v-302f8cce] {
  display: block;
  min-height: 2rem;
  padding: .4rem;
  resize: none;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid var(--grey-light);
  border-radius: 5px;
  background-color: var(--white);
}
.idt-span-editable__editable[data-v-302f8cce]:focus {
  outline-color: rgba(0,0,0,0);
}
.idt-span-editable__editable.has-margin[data-v-302f8cce] {
  margin-bottom: .5rem;
}
.idt-span-editable__editable[placeholder][data-v-302f8cce]:empty::before {
  content: attr(placeholder);
  color: var(--grey);
  font-size: 14px;
}
.idt-span-editable__editable[placeholder][data-v-302f8cce]:empty:focus::before {
  content: "";
}
.idt-span-editable__textarea[data-v-302f8cce] {
  line-height: 1.2;
  white-space: pre-line;
  word-break: break-word;
}
.idt-span-editable__textarea[contenteditable~=true].overflow[data-v-302f8cce] {
  overflow-y: auto;
}
.idt-span-editable__show-more[data-v-302f8cce] {
  color: var(--main-color-dark);
  font-weight: var(--font-weight-bold);
  text-decoration: underline;
  cursor: pointer;
}


.idt-stacked-user-avatars[data-v-9246147c] {
  display: flex;
  border-radius: var(--global-radius);
  transition: all .2s ease-in-out;
}
.idt-stacked-user-avatars[data-v-9246147c]:hover {
  background-color: var(--grey-lighter);
  box-shadow: 0 0 0 var(--rem-size-4) var(--grey-lighter);
  cursor: pointer;
}
.idt-stacked-user-avatars .idt-user-avatar[data-v-9246147c]:not(:first-child),
.idt-stacked-user-avatars__has-more[data-v-9246147c] {
  margin-left: -16px;
}
.idt-stacked-user-avatars .idt-user-avatar[data-v-9246147c] {
  border: 2px solid var(--white);
}
.idt-stacked-user-avatars .idt-users-popover[data-v-9246147c]  .idt-dropdown--toggle {
  display: flex;
}
.idt-stacked-user-avatars__has-more[data-v-9246147c] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  font-size: var(--rem-size-14);
  background-color: var(--white);
  border: 1px solid var(--main-color);
  border-radius: 50%;
  color: var(--main-color);
  font-weight: var(--font-weight-bold);
  z-index: 1;
}


.idt-switch-small[data-v-0eb23b6c] {
  display: flex;
  align-items: center;
  gap: var(--rem-size-8);
}
.idt-switch-small.disabled[data-v-0eb23b6c],
.idt-switch-small[disabled][data-v-0eb23b6c] {
  opacity: .5;
  pointer-events: none;
}
.idt-switch-small__switch[data-v-0eb23b6c] {
  display: inline-block;
  position: relative;
  width: 45px;
  min-width: 45px;
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.idt-switch-small__switch__inner[data-v-0eb23b6c] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .3s ease;
}
.idt-switch-small__switch__inner[data-v-0eb23b6c]  .ideacon {
  color: #fff;
  opacity: .5;
}
.idt-switch-small__switch__inner.off[data-v-0eb23b6c] {
  background-color: var(--grey);
}
.idt-switch-small__switch__inner.off[data-v-0eb23b6c]  .ideacon {
  display: none;
}
.idt-switch-small__switch__inner.on[data-v-0eb23b6c] {
  background-color: var(--success-color);
}
.idt-switch-small__switch__btn[data-v-0eb23b6c] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  transition: all .3s ease;
}
.idt-switch-small__switch__btn.off[data-v-0eb23b6c] {
  left: 10%;
  background-color: var(--grey-dark);
  transform: translate3d(0, -50%, 0);
}
.idt-switch-small__switch__btn.on[data-v-0eb23b6c] {
  left: 90%;
  background-color: var(--white);
  transform: translate3d(-100%, -50%, 0);
  box-shadow: 0px 0px 2px rgba(0,0,0,.2509803922);
}
.idt-switch-small__label[data-v-0eb23b6c] {
  color: var(--grey-darkest);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-18);
}


.idt-array-avatar-cell[data-v-625a6366] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.idt-array-avatar-cell__content[data-v-625a6366] {
  display: flex;
  align-items: center;
}


.idt-table-cell--array-preview[data-v-7009d9de] {
  margin-right: var(--rem-size-5);
}


.idt-table-cell-link[data-v-0e0fd700] {
  display: block;
}
.idt-table-cell-link>a[data-v-0e0fd700] {
  display: inline-block;
  max-width: 100%;
  height: 2rem;
  line-height: 2.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
}


select[data-v-70df9b3e] {
  margin-left: 0;
}


.idt-status-cell[data-v-3c6a7ef0] {
  display: inline-block;
  width: 100%;
  padding: .5rem;
  border-radius: var(--global-radius);
  font-size: .75rem;
  text-align: center;
  line-height: 1.2;
}
.idt-status-cell--default[data-v-3c6a7ef0] {
  color: var(--grey-darkest);
  background-color: var(--grey-lightest);
}
.idt-status-cell--success[data-v-3c6a7ef0] {
  color: var(--success-color-darker);
  background-color: var(--success-color-lightest);
}
.idt-status-cell--danger[data-v-3c6a7ef0] {
  color: var(--danger-color-dark);
  background-color: var(--danger-color-lightest);
}
.idt-status-cell--warning[data-v-3c6a7ef0] {
  color: var(--warning-color-darker);
  background-color: var(--warning-color-lightest);
}
.idt-status-cell--primary[data-v-3c6a7ef0] {
  color: var(--main-color-darker);
  background-color: var(--main-color-lightest);
}
.idt-status-cell--live[data-v-3c6a7ef0] {
  color: var(--color-live);
  background-color: var(--color-live-lightest);
}
.idt-status-cell--info[data-v-3c6a7ef0] {
  color: var(--info-color-darker);
  background-color: var(--info-color-lightest);
}


.idt-table-cell-tags[data-v-0991f3fe] {
  display: flex;
  gap: var(--rem-size-4);
}


.idt-text-cell[data-v-59cfd726] {
  display: inline-block;
  padding: var(--rem-size-8) 0;
}


.idt-table__container.idt-table__container__vue {
  overflow: auto;
}
.idt-table__container.idt-table__container__vue .idt-table-cell--action {
  overflow: visible;
}
.idt-table-settings {
  flex: 0 0 auto;
}
.idt-table-settings__checklist {
  padding: 0 .5rem .5rem .5rem;
}
.idt-table-settings__checklist__title {
  position: sticky;
  top: 0;
  margin-bottom: .25rem;
  padding: .5rem 0 .25rem 0;
  border-bottom: 1px solid var(--grey);
  background-color: var(--white);
  font-size: .75rem;
  z-index: 1;
}
.idt-table-settings__checklist .idt-checkbox:last-child {
  margin: 0;
}
.idt-table-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0 0;
  text-align: center;
  list-style-type: none;
}
.idt-table-pagination li {
  flex: 0 0 auto;
  transition: all .3s ease;
}
.idt-table-pagination li:not(:last-child) {
  margin-right: 2px;
}
.idt-table-pagination li:not(.arrow):not(.current) {
  background-color: var(--grey-lightest);
}
.idt-table-pagination li:not(.arrow) a {
  color: var(--grey-darkest);
}
.idt-table-pagination li.arrow {
  background-color: var(--main-color);
}
.idt-table-pagination li.arrow a {
  color: var(--white);
}
.idt-table-pagination li.arrow a i {
  vertical-align: middle;
}
.idt-table-pagination li.current {
  background-color: rgba(0,0,0,0);
  box-shadow: 0 0 0 2px var(--main-color);
}
.idt-table-pagination li.disabled {
  opacity: .5;
  pointer-events: none;
}
.idt-table-pagination li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
}


.idt-table-actions[data-v-2a8606ea] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.idt-table-actions__right[data-v-2a8606ea] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .5rem;
}
.idt-table[data-v-2a8606ea] {
  display: table;
  width: 100%;
  color: var(--grey-darkest);
}
.idt-table__container[data-v-2a8606ea] {
  max-width: 100%;
  overflow: auto;
}
.idt-table__header[data-v-2a8606ea] {
  box-shadow: 0 0 0 1px var(--grey) inset;
}
.idt-table__header button[data-v-2a8606ea] {
  font-size: .9rem;
  font-weight: 300;
}
.idt-table__content[data-v-2a8606ea] {
  display: table-row-group;
}
.idt-table__content .idt-table-row[data-v-2a8606ea]:nth-child(even) {
  background-color: var(--grey-lightest);
}
.idt-table__content .idt-table-row[data-v-2a8606ea]:nth-child(odd) {
  background-color: var(--grey-lighter);
}
.idt-table button[data-v-2a8606ea] {
  white-space: nowrap;
}
.idt-table input[data-v-2a8606ea],
.idt-table select[data-v-2a8606ea] {
  margin: 0;
}
.idt-table select[data-v-2a8606ea] {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  color: var(--grey-darkest);
  font-family: var(--text-font-family) !important;
  font-size: .8rem;
  font-weight: 500;
  text-align: left;
}
.idt-table-row[data-v-2a8606ea] {
  display: table-row;
  height: 60px;
}
.idt-table-row i[data-v-2a8606ea] {
  vertical-align: middle;
}
.idt-table-header-cell[data-v-2a8606ea] {
  display: table-cell;
  padding: 0 1rem;
  font-size: .8rem;
  font-weight: 300;
  vertical-align: middle;
  white-space: nowrap;
}
.idt-table-header-cell--checkbox[data-v-2a8606ea],
.idt-table-header-cell--action[data-v-2a8606ea] {
  position: sticky;
  border: 1px solid var(--grey);
  background-color: var(--white);
  z-index: 1;
}
.idt-table-header-cell--checkbox[data-v-2a8606ea] {
  width: 54px;
  left: 0;
}
.idt-table-header-cell--action[data-v-2a8606ea],
.idt-table-header-cell--source[data-v-2a8606ea],
.idt-table-header-cell--status[data-v-2a8606ea],
.idt-table-header-cell--votes[data-v-2a8606ea] {
  text-align: center;
}
.idt-table-header-cell--action[data-v-2a8606ea] {
  width: 78px;
  right: 0;
}
@media only screen and (max-width: 639px) {
.idt-table-header-cell--action[data-v-2a8606ea] {
    padding: 0 .5rem;
}
}
.idt-table-header-cell--votes[data-v-2a8606ea] {
  max-width: 4vw;
}
.idt-table-header-cell--answers[data-v-2a8606ea] {
  max-width: 5vw;
}
.idt-table-header-cell--like[data-v-2a8606ea] {
  max-width: 4vw;
}
.idt-table-header-cell button[data-v-2a8606ea] {
  color: var(--grey-darkest);
}
.idt-table-cell[data-v-2a8606ea] {
  display: table-cell;
  padding: 0 1rem;
  font-size: .8rem;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
}
.idt-table-cell--checkbox[data-v-2a8606ea],
.idt-table-cell--action[data-v-2a8606ea] {
  position: sticky;
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 1px;
  border-style: solid;
  border-color: var(--grey);
  background-color: inherit;
  z-index: 1;
}
.idt-table-cell--checkbox[data-v-2a8606ea] {
  width: 54px;
  left: 0;
}
.idt-table-cell--type[data-v-2a8606ea],
.idt-table-cell--targetedgroups[data-v-2a8606ea] {
  text-transform: capitalize;
}
.idt-table-cell--questions[data-v-2a8606ea] {
  max-width: 15vw;
  white-space: pre-wrap;
}
.idt-table-cell--answers[data-v-2a8606ea] {
  max-width: 5vw;
}
.idt-table-cell--like[data-v-2a8606ea] {
  max-width: 4vw;
}
.idt-table-cell--tag select[data-v-2a8606ea] {
  margin-left: -8px;
}
.idt-table-cell--action[data-v-2a8606ea],
.idt-table-cell--source[data-v-2a8606ea],
.idt-table-cell--status[data-v-2a8606ea],
.idt-table-cell--votes[data-v-2a8606ea] {
  text-align: center;
}
.idt-table-cell--action[data-v-2a8606ea] {
  width: 78px;
  right: 0;
}
@media only screen and (max-width: 639px) {
.idt-table-cell--action[data-v-2a8606ea] {
    padding: 0 .5rem;
}
}
.idt-table-cell--action i[data-v-2a8606ea] {
  font-size: 1.75rem;
}
.idt-table-cell--title a[data-v-2a8606ea] {
  color: var(--grey-darkest);
}
.idt-table-cell--title a[data-v-2a8606ea]:hover {
  color: var(--main-color);
  transition: color .3s;
}
.idt-table-cell--array-preview[data-v-2a8606ea] {
  display: inline-block;
  width: 30%;
  padding: .5rem;
  color: var(--grey-darkest);
  background-color: var(--grey-darkest-alpha20);
  border-radius: var(--global-radius);
  overflow: hidden;
  font-size: .75rem;
  text-align: center;
  text-overflow: ellipsis;
  line-height: 1.2;
  white-space: nowrap;
}
.idt-table-cell--show-ellipsis[data-v-2a8606ea] {
  overflow: inherit;
  white-space: inherit;
}
.idt-table-cell--hide-ellipsis[data-v-2a8606ea] {
  overflow: hidden;
  white-space: nowrap;
}
.idt-table-cell .idt-table-dropdown[data-v-2a8606ea] {
  display: inline-block;
  vertical-align: middle;
}
.idt-table-cell .idt-table-dropdown__toggle[data-v-2a8606ea] {
  padding: var(--rem-size-8);
  color: var(--main-color);
  cursor: pointer;
}
.idt-table-cell idt-link-cell>span[data-v-2a8606ea] {
  display: flex;
}
.idt-table-cell idt-link-cell>span>a[data-v-2a8606ea] {
  display: inline-block;
  max-width: 100%;
  height: 2rem;
  line-height: 2.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idt-table-checkbox[data-v-2a8606ea] {
  position: absolute;
  left: -9999px;
}
.idt-table-checkbox+label[data-v-2a8606ea] {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid var(--grey);
  border-radius: calc(var(--global-radius)/2);
  vertical-align: middle;
  cursor: pointer;
}
.idt-table-checkbox+label[data-v-2a8606ea]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: rgba(0,0,0,0);
  border-radius: calc(var(--global-radius)/3);
  transform: translate(-50%, -50%);
  transition: all .3s ease;
}
.idt-table-checkbox:not([checked=checked]):checked+label[data-v-2a8606ea]:after {
  background-color: var(--grey);
}
.idt-table-checkbox:not([checked=checked]):not(:checked)+label[data-v-2a8606ea]:after {
  background-color: rgba(0,0,0,0);
}
.idt-table-checkbox[checked=checked]+label[data-v-2a8606ea]:after {
  background-color: var(--grey);
}
.idt-table-checkbox.semi-selected+label[data-v-2a8606ea]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: rgba(0,0,0,0);
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #bcbec0;
  box-sizing: border-box;
  border-radius: 0;
  transition: none;
}
.idt-table-dropdown .dropdown-pane[data-v-2a8606ea] {
  width: auto;
  min-width: 150px;
  margin-top: -1.5rem;
  padding: .65rem;
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 5px var(--black-alpha20);
}
.idt-table-dropdown .menu[data-v-2a8606ea] {
  font-size: .8rem;
}
.idt-table-dropdown .menu li:not(:last-child).idt-table-cell--array-preview--more[data-v-2a8606ea] {
  border-bottom: 1px solid var(--grey-lightest);
}
.idt-table-dropdown .menu li:not(:last-child) a[data-v-2a8606ea],
.idt-table-dropdown .menu li:not(:last-child) label[data-v-2a8606ea] {
  border-bottom: 1px solid var(--grey-lightest);
}
.idt-table-dropdown .menu li a[data-v-2a8606ea],
.idt-table-dropdown .menu li label[data-v-2a8606ea] {
  color: var(--grey-darkest);
}
.idt-table-dropdown .menu li a[data-v-2a8606ea]:hover,
.idt-table-dropdown .menu li label[data-v-2a8606ea]:hover {
  color: var(--main-color);
}
.idt-table-dropdown .menu li .idt-table-cell--array-preview--more[data-v-2a8606ea] {
  font-size: .8rem;
  font-weight: 500;
}
.idt-table-participants[data-v-2a8606ea] {
  display: inline-block;
  margin-right: .15rem;
}
.idt-table-participants .dropdown-pane[data-v-2a8606ea] {
  width: auto;
  margin-top: .5rem;
  padding: .65rem;
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 5px var(--black-alpha20);
}
.idt-table-participants .menu li[data-v-2a8606ea]:not(:last-child) {
  border-bottom: 1px solid var(--grey-lightest);
}
.idt-table-participants__name[data-v-2a8606ea] {
  font-size: .8rem;
  font-weight: 500;
}
.idt-table-participants__tag[data-v-2a8606ea] {
  font-size: .75rem;
  font-weight: 300;
}
.idt-table .idt-table__header-cell[data-v-2a8606ea] {
  font-size: var(--rem-size-14);
}
.idt-table .idt-table-cell--action[data-v-2a8606ea]  .idt-dropdown--pane {
  max-width: 180px;
}
.idt-table-fake-checkbox[data-v-2a8606ea] {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid var(--grey);
  border-radius: calc(var(--global-radius)/2);
  vertical-align: middle;
  cursor: pointer;
}
.idt-table-fake-checkbox[data-v-2a8606ea]:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: rgba(0,0,0,0);
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: rgba(0,0,0,0);
  transform: translate(-50%, -50%);
  transition: all .15s ease;
}
.idt-table-fake-checkbox.checked[data-v-2a8606ea]:after {
  border-color: var(--grey-dark);
}
.idt-table-fake-checkbox.semi-checked[data-v-2a8606ea]:after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) var(--grey-dark);
}


.idt-tabs {
  display: flex;
  align-items: center;
  height: 2.8125rem;
  max-width: 100%;
  margin: 1rem 0;
  background: var(--grey-light);
  border: 4px solid var(--grey-light);
  border-radius: var(--global-radius);
}
.idt-tabs+div {
  position: relative;
}
.idt-tabs__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 100%;
  padding: 0 var(--rem-size-16);
  font-weight: var(--font-weight-bold);
  font-size: var(--rem-size-14);
  background: var(--grey-light);
  color: var(--black);
  border-radius: var(--global-radius);
  cursor: pointer;
  transition: background-color .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.idt-tabs__button.selected {
  background: var(--white);
  color: var(--main-color);
  box-shadow: 0 2px 3px var(--black-alpha10);
}
.idt-tabs-switch-enter-active,
.idt-tabs-switch-leave-active {
  transition: all .2s ease-in-out;
}
.idt-tabs-switch-leave-active {
  top: 0;
  position: absolute;
}
.idt-tabs-switch-leave-to {
  opacity: 0;
  transform: translateY(15px);
}
.idt-tabs-switch-enter-active {
  opacity: 0;
  transition-delay: .2s;
}
.idt-tabs-switch-enter-to {
  opacity: 1;
}


.idt-tag-list__item[data-v-30912df5] {
  display: inline-flex;
  margin-right: var(--rem-size-5);
}


.footer-link[data-v-3f0912e2] {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .5rem;
}
@media only screen and (min-width: 640px) {
.footer-link__container--one[data-v-3f0912e2] {
    flex: 1 1 auto;
}
}
@media only screen and (min-width: 640px) {
.footer-link__container--two[data-v-3f0912e2] {
    flex: 1 1 auto;
}
}
@media only screen and (min-width: 640px) {
.footer-link__container--three[data-v-3f0912e2] {
    flex: 0 0 auto;
}
}
.footer-link__input[data-v-3f0912e2] {
  padding-bottom: 0;
}
.footer-link__delete[data-v-3f0912e2] {
  color: var(--secondary-color);
  font-size: var(--rem-size-14);
  cursor: pointer;
}
.footer-link__delete[data-v-3f0912e2]:hover {
  color: var(--secondary-color-dark);
}


.idt-textarea-container[data-v-0ae4bb87] {
  position: relative;
  padding-bottom: 1.5rem;
}
.idt-textarea-container[data-v-0ae4bb87]:not(.container-only) {
  position: relative;
}
.idt-textarea-container:not(.container-only) .idt-textarea[data-v-0ae4bb87] {
  padding-right: 4rem;
}
.idt-textarea-container.container-only[data-v-0ae4bb87] {
  display: contents;
}
.full-width[data-v-0ae4bb87] {
  width: 100%;
}
.idt-textarea[data-v-0ae4bb87] {
  margin: 0;
}
.idt-textarea.no-resize[data-v-0ae4bb87] {
  resize: none;
}
.idt-textarea.has-error[data-v-0ae4bb87] {
  border-color: var(--secondary-color);
}
.idt-textarea-counter[data-v-0ae4bb87] {
  position: absolute;
  right: 1rem;
  bottom: 2.1875rem;
  color: var(--grey-dark);
}
[data-v-0ae4bb87] .idt-required-field {
  position: absolute;
  bottom: 0;
  left: 0;
}


.conference-modal[data-v-2e3ed4d6] {
  display: flex;
  justify-items: center;
  flex-flow: column;
  width: 100%;
}
.conference-modal__content[data-v-2e3ed4d6] {
  display: flex;
  justify-content: center;
  width: 100%;
}
.conference-modal__content__block[data-v-2e3ed4d6] {
  flex: 1 1 auto;
  position: relative;
  width: 50%;
}
@media only screen and (min-width: 640px) {
.conference-modal__content__block[data-v-2e3ed4d6] {
    padding: 0 35px;
}
}
@media only screen and (min-width: 1024px) {
.conference-modal__content__block[data-v-2e3ed4d6] {
    max-width: 600px;
}
}
.conference-modal__content__block.has-separator[data-v-2e3ed4d6]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  border-right: 1px solid var(--grey);
  transform: translateY(-50%);
}
.conference-modal__footer[data-v-2e3ed4d6] {
  margin-top: 50px;
  text-align: center;
}
.conference-modal__save-btn[data-v-2e3ed4d6] {
  min-width: 235px;
  height: 55px;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}


.idt-talk-card[data-v-771a805e] {
  flex: 0 0 auto;
  width: 100%;
  max-width: 398px;
  padding: 0 12px 24px 12px;
}
.idt-talk-card__img[data-v-771a805e] {
  width: 100%;
  height: 180px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.idt-talk-card__avatar[data-v-771a805e] {
  flex: 0 0 auto;
}
.idt-fo-card[data-v-771a805e] {
  width: 100%;
  transition: box-shadow .3s ease-in-out;
}
.idt-fo-card[data-v-771a805e]:hover {
  box-shadow: 0px 2px 5px var(--black-alpha20);
}
[data-v-771a805e] .idt-fo-card__header {
  padding: 0;
  padding-bottom: 1rem;
}
[data-v-771a805e] .idt-fo-card__footer {
  height: 66px;
}
.content[data-v-771a805e] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.content__top[data-v-771a805e] {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 24px;
  margin-bottom: var(--rem-size-8);
  color: var(--black);
}
.content__top__item[data-v-771a805e] {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.content__top__item__text[data-v-771a805e] {
  margin-left: .5rem;
  color: var(--black);
  font-family: var(--first-font-family);
  font-size: 1rem;
  line-height: 1.25rem;
}
.content__title[data-v-771a805e] {
  min-height: 40px;
  margin-bottom: 5px;
  color: var(--black);
  font-family: var(--title-font-family);
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
  line-height: 1.25rem;
}
.content__description[data-v-771a805e] {
  min-height: 40px;
  color: var(--grey-darkest);
  font-size: var(--rem-size-14);
  line-height: 1.4;
}
.speaker-info[data-v-771a805e] {
  display: flex;
  flex-direction: column;
  margin-left: var(--rem-size-8);
}
.speaker-info__username[data-v-771a805e] {
  color: var(--grey-darkest);
  font-family: var(--title-font-family);
  font-weight: var(--font-weight-bold);
  line-height: 1rem;
}
.speaker-info__other[data-v-771a805e] {
  color: var(--grey-darker);
  font-size: var(--rem-size-12);
  line-height: 1rem;
}


.disable[data-v-75b7ba55] {
  pointer-events: none;
}
.idt-fo-card[data-v-75b7ba55] {
  border-radius: 5px;
}
[data-v-75b7ba55] .idt-fo-card__header {
  padding: 5px;
}
[data-v-75b7ba55] .idt-fo-card__footer {
  margin-top: 5px;
  padding: 10px;
}
[data-v-75b7ba55] .idt-fo-card__content {
  padding: 0 10px;
}
[data-v-75b7ba55] .noborder .idt-fo-card__footer {
  border-top: 0px;
}
.content__tooltip[data-v-75b7ba55] {
  align-items: center;
  position: absolute;
  top: -10%;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 228px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  color: var(--white);
  background-color: var(--black);
  border-radius: var(--global-radius);
  box-shadow: 0px 3px 6px var(--grey);
}
.content__tooltip__text[data-v-75b7ba55] {
  max-height: var(--rem-size-20);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-20);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content__tooltip__icon[data-v-75b7ba55] {
  padding-left: 0;
}
.content__agenda[data-v-75b7ba55] {
  align-items: center;
  max-width: none;
  margin-left: 0;
}
.content__agenda__item[data-v-75b7ba55] {
  justify-content: center;
  justify-self: center;
  min-height: 25px;
  color: var(--grey-darkest);
}
.content__agenda__item__left[data-v-75b7ba55] {
  display: flex;
  align-items: center;
  color: var(--grey-darkest);
}
.content__agenda__item__left__live[data-v-75b7ba55] {
  margin-right: 10px;
}
.content__agenda__item__left__text[data-v-75b7ba55] {
  margin-left: 5px;
  color: var(--black);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-17);
  line-height: var(--rem-size-20);
  vertical-align: bottom;
}
.content__agenda__item__star-button[data-v-75b7ba55] {
  width: 25px;
  height: 25px;
  color: var(--main-color);
  border-radius: 100%;
  pointer-events: all;
  z-index: 100;
}
.content__agenda__item__star-button[data-v-75b7ba55]:hover {
  cursor: pointer;
}
.content__agenda__item__star-button.inactive[data-v-75b7ba55] {
  border: 1px solid var(--grey);
}
.content__agenda__item__star-button.active[data-v-75b7ba55] {
  border: 1px solid var(--main-color);
}
.content__agenda__description[data-v-75b7ba55] {
  align-items: center;
  justify-content: flex-start;
  height: 36px;
  margin: unset;
}
.content__agenda__description__text[data-v-75b7ba55] {
  color: var(--black);
  font-family: var(--title-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-20);
  word-break: break-word;
}
.card-content[data-v-75b7ba55] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card-content__speaker-info[data-v-75b7ba55] {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.card-content__speaker-info__username[data-v-75b7ba55] {
  color: var(--black);
  font: normal normal bold 14px/20px Kreon;
}
.card-content__speaker-info__job[data-v-75b7ba55] {
  color: var(--black);
  font: normal normal normal 12px/14px Roboto;
}
.card-content__speaker-info__multi-speaker[data-v-75b7ba55] {
  color: var(--black);
  font: normal normal bold 12px/14px Kreon;
}
.idt-user-avatar[data-v-75b7ba55] {
  background-color: var(--grey-light);
}


.idt-text-copy[data-v-4c31b818] {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  color: var(--grey-darkest);
  background: var(--grey-lightest);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-14);
  font-style: italic;
  text-align: left;
  text-overflow: ellipsis;
}
.idt-text-copy__text[data-v-4c31b818] {
  margin-right: 10px;
}
.idt-text-copy__action[data-v-4c31b818] {
  align-self: flex-start;
  cursor: pointer;
}


[data-v-49f35e95] .ideacon {
  stroke-width: .6px;
}
.idt-tile[data-v-49f35e95] {
  display: flex;
  align-items: center;
  height: 75px;
  background-color: var(--grey-lighter);
  border-radius: var(--global-radius);
  transition: box-shadow .3s ease-in-out;
}
@media only screen and (max-width: 639px) {
.idt-tile[data-v-49f35e95] {
    width: 100%;
    margin-bottom: 20px;
}
}
@media only screen and (min-width: 640px) {
.idt-tile[data-v-49f35e95] {
    margin-right: 20px;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.idt-tile[data-v-49f35e95] {
    flex: 1 0 auto;
}
}
@media only screen and (min-width: 1024px) {
.idt-tile[data-v-49f35e95] {
    flex: 0 0 auto;
    width: 300px;
}
}
.idt-tile[data-v-49f35e95]:hover {
  box-shadow: 0px 2px 5px var(--black-alpha20);
}
.idt-tile.has-event[data-v-49f35e95] {
  cursor: pointer;
}
.idt-tile[data-v-49f35e95]:not(.has-event) {
  pointer-events: none;
}
.idt-tile__icon[data-v-49f35e95] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  margin-left: 5px;
  background-color: var(--white);
  border-radius: 100%;
}
.idt-tile__content[data-v-49f35e95] {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.idt-tile__content__title[data-v-49f35e95] {
  margin-bottom: .625rem;
  color: var(--black);
  font-family: var(--first-font-family);
  font-size: 1rem;
  line-height: 1.1875rem;
}
.idt-tile__content__subtitle[data-v-49f35e95] {
  font-family: var(--first-font-family);
  font-size: .875rem;
  line-height: 1rem;
}


.idt-time-picker[data-v-2c384f4b] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.idt-time-picker__step[data-v-2c384f4b] {
  width: 55px;
  height: 17px;
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
  text-align: center;
  line-height: var(--rem-size-22);
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
.idt-time-picker__step[data-v-2c384f4b] {
    height: 40px;
    line-height: 48px;
}
}
.idt-time-picker__step[data-v-2c384f4b]:hover {
  border-color: var(--grey-darker);
}
.idt-time-picker__step .idt-icon[data-v-2c384f4b] {
  color: var(--grey-darkest);
}
.idt-time-picker__time__input[data-v-2c384f4b] {
  padding-bottom: 0;
}
.idt-time-picker__time__input[data-v-2c384f4b]  input {
  width: 55px;
  height: 34px;
  margin: var(--rem-size-4) 0;
  padding: 0;
  border: 1px solid var(--main-color);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-30);
  text-align: center;
  box-sizing: border-box;
  outline: none;
}
.idt-time-picker__time__display[data-v-2c384f4b] {
  width: 55px;
  height: 34px;
  line-height: 34px;
  margin: var(--rem-size-4) 0;
  color: var(--black);
  background: var(--grey-lighter);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-30);
  text-align: center;
}
.idt-time-picker__time__display.editable[data-v-2c384f4b] {
  cursor: text;
}


[data-v-67eda148] .idt-dropdown--pane {
  padding: 0;
}
.idt-time-picker-input[data-v-67eda148] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.idt-time-picker-input__dropdown[data-v-67eda148] {
  width: 100%;
}
.idt-time-picker-input__input[data-v-67eda148] {
  position: relative;
}
.idt-time-picker-input__input[data-v-67eda148]  .idt-input-container label {
  display: block;
  line-height: var(--rem-size-30);
}
.idt-time-picker-input__input[data-v-67eda148]  .idt-input-container input {
  width: 100%;
  height: 40px;
  padding: var(--rem-size-10) var(--rem-size-16);
  color: var(--grey-darker);
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-14);
  box-sizing: border-box;
  outline: none;
}
.idt-time-picker-input__input[data-v-67eda148]  .idt-input-container input:focus {
  border-color: var(--main-color);
}
.idt-time-picker-input__input[data-v-67eda148]  .idt-input-container input[readonly] {
  background: var(--white);
  cursor: text;
}
.idt-time-picker-input__input[data-v-67eda148]  .idt-input-container .idt-icon {
  color: var(--grey-darker);
  font-weight: var(--font-weight-medium);
  line-height: 24px;
}
.idt-time-picker-input__container[data-v-67eda148] {
  padding: var(--rem-size-16) 38px;
  color: var(--black);
  background: var(--white);
  border-radius: var(--global-radius);
  box-shadow: 0px 2px 3px var(--black-alpha15);
  z-index: 2;
}
.idt-time-picker-input__container__title[data-v-67eda148] {
  margin-bottom: var(--rem-size-6);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-24);
}
.idt-time-picker-input__container__picker[data-v-67eda148] {
  display: flex;
}
.idt-time-picker-input__container__picker__separator[data-v-67eda148] {
  width: var(--rem-size-10);
  align-self: center;
  margin: 0 var(--rem-size-1);
  color: var(--black);
  font-size: var(--rem-size-30);
}
.idt-time-picker-input__container__picker__meridiem[data-v-67eda148] {
  display: flex;
  flex-direction: column;
  margin-left: var(--rem-size-9);
}
.idt-time-picker-input__container__picker__meridiem>span[data-v-67eda148] {
  width: 54px;
  height: 34px;
  line-height: 34px;
  color: var(--black);
  background: var(--grey-lighter);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-20);
  text-align: center;
  cursor: default;
}
@media only screen and (max-width: 639px) {
.idt-time-picker-input__container__picker__meridiem>span[data-v-67eda148] {
    height: 57px;
    line-height: 57px;
}
}
.idt-time-picker-input__container__picker__meridiem>span[disabled][data-v-67eda148] {
  color: var(--grey-light);
  background: var(--white);
  border: 1px solid var(--grey-light);
  cursor: pointer;
}
.idt-time-picker-input__container__picker__meridiem>span[disabled][data-v-67eda148]:hover {
  color: var(--grey-darker);
  border-color: var(--grey-darker);
}
.idt-time-picker-input__container__picker__meridiem>span[data-v-67eda148]:not(:last-child) {
  margin-bottom: var(--rem-size-8);
}
.idt-time-picker-input[data-v-67eda148]  .idt-input-container label {
  color: var(--grey-darkest);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
}


.idt-user-card[data-v-25219bb8] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: var(--global-radius);
}
.idt-user-card:hover .idt-user-card__extra[data-v-25219bb8] {
  display: block;
}
.idt-user-card__extra[data-v-25219bb8] {
  display: none;
  position: absolute;
  top: var(--rem-size-10);
  right: var(--rem-size-15);
  z-index: 10;
}
.idt-user-card__image[data-v-25219bb8] {
  max-width: 150px;
  width: 100%;
  max-height: 150px;
  height: 100%;
  margin: var(--rem-size-25) 0 var(--rem-size-20) 0;
}
.idt-user-card__name[data-v-25219bb8] {
  max-width: 100%;
  color: var(--black);
  font-family: var(--title-font-family);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-20);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.idt-user-card__job-company[data-v-25219bb8] {
  max-width: 200px;
  height: var(--rem-size-35);
  color: var(--black);
  font-family: var(--text-font-family);
  font-size: var(--rem-size-12);
  text-align: center;
}
.idt-user-card__tags[data-v-25219bb8] {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  margin-top: -5px;
  padding-bottom: var(--rem-size-5);
}
.idt-user-card__tags[data-v-25219bb8]  .idt-tag-list__item {
  max-width: 94%;
  margin: 0 var(--rem-size-3);
}
.idt-user-card__tag[data-v-25219bb8] {
  flex: 0 1 auto;
  height: var(--rem-size-25);
  max-width: calc(100% - 34px);
  margin-right: 5px;
  padding: 2px var(--rem-size-10) 0 var(--rem-size-10);
  background-color: var(--main-color-lighter);
  border-radius: 3px;
}
.idt-user-card__tag__text[data-v-25219bb8] {
  width: 100%;
  color: var(--main-color-darker);
  font-family: var(--title-font-family);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-18);
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.idt-user-card__tag__nb-hidden-items[data-v-25219bb8] {
  align-self: center;
  background-color: none;
  color: var(--main-color-darker);
  font-family: var(--title-font-family);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
}


.idt-user-information[data-v-1b7f7b95] {
  line-height: 1.2;
}
.idt-user-information__username[data-v-1b7f7b95] {
  margin-right: var(--rem-size-4);
  font-weight: var(--font-weight-bold);
}
.idt-user-information__username.username--is-stacked[data-v-1b7f7b95] {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.idt-user-information__classification[data-v-1b7f7b95] {
  font-weight: var(--font-weight-light);
}
.idt-user-information__classification__tags[data-v-1b7f7b95] {
  display: inline;
  display: content;
}
.idt-user-information__classification__tag[data-v-1b7f7b95]:not(:last-child):after {
  content: ", ";
}
.idt-user-information__classification__label[data-v-1b7f7b95]:not(:last-child):after {
  content: ", ";
}


.idt-user-search-list-item[data-v-fa6f92d6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--rem-size-10);
}
.idt-user-search-list-item[data-v-fa6f92d6]:not(:last-child) {
  border-bottom: 1px solid var(--grey);
}
.idt-user-search-list-item:not(:last-child).dark[data-v-fa6f92d6] {
  border-bottom: 1px solid var(--grey-darkest);
}
.idt-user-search-list-item[data-v-fa6f92d6]:hover {
  background: var(--grey-lightest);
}
.idt-user-search-list-item:hover.dark[data-v-fa6f92d6] {
  background: 0;
}
.idt-user-search-list-item__left[data-v-fa6f92d6] {
  display: flex;
  align-items: center;
  width: 100%;
}
.idt-user-search-list-item__left__avatar[data-v-fa6f92d6] {
  margin-right: var(--rem-size-8);
  cursor: pointer;
}
.idt-user-search-list-item__left__content[data-v-fa6f92d6] {
  width: 100%;
  margin-right: 50px;
}
.idt-user-search-list-item__left__content__name[data-v-fa6f92d6] {
  color: var(--grey-darkest);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-20);
}
.idt-user-search-list-item__left__content__name.dark[data-v-fa6f92d6] {
  color: var(--white);
}
.idt-user-search-list-item__left__content__tags[data-v-fa6f92d6] {
  height: 30px;
  overflow: hidden;
}
.idt-user-search-list-item__left__content__tags[data-v-fa6f92d6]  .idt-tag-list__item {
  max-width: 75%;
}
.idt-user-search-list-item__left__content__job[data-v-fa6f92d6] {
  margin-top: var(--rem-size-5);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-20);
}
.idt-user-search-list-item__right[data-v-fa6f92d6] {
  display: flex;
  align-items: center;
}


.idt-user-search-input[data-v-92c24106] {
  position: relative;
}
.idt-user-search-input.disabled[data-v-92c24106] {
  opacity: .5;
  pointer-events: none;
}
.idt-user-search-input__searchbar[data-v-92c24106] {
  position: relative;
}
.idt-user-search-input__searchbar[data-v-92c24106]  .searchbar-icon {
  position: absolute;
  top: 50%;
  left: var(--rem-size-10);
  color: var(--grey-darkest);
  font-size: var(--rem-size-20);
  transform: translateY(-50%);
}
.idt-user-search-input__searchbar input[data-v-92c24106] {
  margin: 0 0 .5rem;
  padding: var(--rem-size-8) var(--rem-size-20) var(--rem-size-8) var(--rem-size-40);
  border: 1px solid var(--grey-darkest);
  border-radius: var(--rem-size-5);
  font-size: var(--rem-size-16);
  line-height: var(--rem-size-22);
}
.idt-user-search-input__user-list[data-v-92c24106] {
  position: absolute;
  width: 100%;
  max-height: 300px;
  background: #fff;
  border: 1px solid var(--grey);
  border-radius: var(--global-radius);
  box-shadow: 0px 3px 6px var(--black-alpha20);
  overflow-y: auto;
  z-index: 1;
}
.idt-user-search-input__user-list__not-found[data-v-92c24106] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--rem-size-20) var(--rem-size-10);
}
[data-v-92c24106] .idt-user-search-input__user-list__not-found__icon .ideacon {
  stroke: var(--grey);
  fill: var(--grey);
}
.idt-user-search-input__user-list__not-found__text[data-v-92c24106] {
  margin-top: var(--rem-size-10);
  color: var(--grey-dark);
  font-size: var(--rem-size-14);
  font-weight: 500;
}
.idt-user-search-input .idt-user-search-list-item__button[data-v-92c24106] {
  position: absolute;
  right: var(--rem-size-10);
  padding: var(--rem-size-5) var(--rem-size-16);
  border-radius: var(--rem-size-30);
  background: var(--main-color);
  font-size: var(--rem-size-14);
  color: var(--white);
  cursor: pointer;
}
.idt-user-search-input .idt-user-search-list-item__button[data-v-92c24106]:hover {
  color: var(--white);
  background: var(--main-color-dark);
}
.idt-user-search-input .idt-user-search-list-item__button.selected[data-v-92c24106] {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background: var(--white);
  cursor: default;
}


.sso-buttons[data-v-af8e25ae] {
  display: flex;
  flex-direction: column;
  gap: var(--rem-size-8);
}
.sso-buttons.no-separator[data-v-af8e25ae] {
  margin-bottom: 2rem;
}
.sso-buttons[data-v-af8e25ae]:not(.no-separator) {
  margin-bottom: var(--rem-size-8);
}
.sso-buttons__button[data-v-af8e25ae] {
  min-height: 46px;
  background-color: var(--sso-btn-bgcolor);
}
.sso-buttons__button[data-v-af8e25ae]:hover {
  background-color: var(--sso-btn-bgcolor-hover);
}
.sso-buttons__button~.btn-submit[data-v-af8e25ae] {
  margin-top: 1rem;
}
.sso-buttons__button.has-icon[data-v-af8e25ae] {
  display: grid;
  gap: 1rem;
  text-align: left;
}
@media only screen and (max-width: 991px) {
.sso-buttons__button.has-icon[data-v-af8e25ae] {
    grid-template-columns: 2fr 10fr;
}
}
@media only screen and (min-width: 992px) {
.sso-buttons__button.has-icon[data-v-af8e25ae] {
    grid-template-columns: 2.5fr 9.5fr;
}
}
.sso-buttons__icon-container[data-v-af8e25ae] {
  text-align: right;
}
.sso-buttons__icon[data-v-af8e25ae] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: var(--white);
  border-radius: 100%;
  color: var(--sso-btn-bgcolor);
}


.video-player[data-v-5762d2dc] {
  position: relative;
  height: 100%;
  width: 100%;
}


.modal-fullscreen {
  position: relative;
  width: 100vw;
  height: calc(var(--vh, 1vh)*100);
  padding: 2rem 1rem;
  background-color: var(--white);
  position: fixed;
  overflow: auto;
}
.modal-fullscreen__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 1.5rem 0;
  margin: auto;
}
.modal-fullscreen__title {
  color: var(--grey-darkest);
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 639px) {
.modal-fullscreen__title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
}
@media only screen and (min-width: 640px) {
.modal-fullscreen__title {
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
}
}
.modal-fullscreen__subtitle {
  color: var(--main-color);
  font-size: .9rem;
  text-align: center;
}
@media only screen and (max-width: 639px) {
.modal-fullscreen__subtitle {
    margin-bottom: 2rem;
}
}
@media only screen and (min-width: 640px) {
.modal-fullscreen__subtitle {
    margin-bottom: 4rem;
}
}
.modal-fullscreen__button__container {
  margin-top: 2rem;
  text-align: center;
}
.modal-fullscreen__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
.modal-fullscreen__close__label {
    display: none;
}
}
@media only screen and (min-width: 640px) {
.modal-fullscreen__close__label {
    display: block;
}
}
@media only screen and (min-width: 640px)and (max-width: 1199px) {
.modal-fullscreen__close__label {
    margin-right: .5rem;
}
}
@media only screen and (min-width: 1200px) {
.modal-fullscreen__close__label {
    margin-right: .75rem;
}
}
@media only screen and (max-width: 1199px) {
.modal-fullscreen__close__icon.idt-icon ::v-deep .ideacon {
    width: 1.875rem;
    height: 1.875rem;
}
}
@media only screen and (min-width: 1200px) {
.modal-fullscreen__close__icon.idt-icon ::v-deep .ideacon {
    width: 2.8125rem;
    height: 2.8125rem;
}
}
.modal-fullscreen__close__container {
  position: fixed;
}
@media only screen and (max-width: 639px) {
.modal-fullscreen__close__container {
    top: 0;
    right: 0;
    padding: .5rem;
    background-color: var(--white);
    text-align: right;
}
}
@media only screen and (min-width: 640px) {
.modal-fullscreen__close__container {
    top: 1.875rem;
    right: 1.875rem;
}
}


.modal-small {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  background-color: var(--modal-background);
  transform: translate(-50%, -50%);
  animation: slideDown .3s ease-in-out;
  overflow-y: auto;
}
@media only screen and (max-width: 639px) {
.modal-small {
    width: 100%;
    height: calc(var(--vh, 1vh)*100);
}
}
@media only screen and (min-width: 640px) {
.modal-small {
    width: 475px;
    max-width: 100%;
}
}
.modal-small.closing {
  animation: slideUp .3s ease-in-out;
}
@keyframes slideDown {
0% {
    opacity: 0;
    transform: translate(-50%, -60%);
}
100% {
    opacity: 1;
    transform: translate(-50%, -50%);
}
}
@keyframes slideUp {
0% {
    opacity: 1;
    transform: translate(-50%, -50%);
}
90% {
    opacity: 0;
}
100% {
    opacity: 0;
    transform: translate(-50%, -60%);
}
}


.modal-small__close[data-v-d918bc0e] {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 479px) {
.modal-small__content[data-v-d918bc0e] {
    padding: 25px 20px;
}
}
@media only screen and (min-width: 480px) {
.modal-small__content[data-v-d918bc0e] {
    padding: 45px 40px 25px;
}
}


.modal-medium {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  background-color: var(--modal-background);
  transform: translate(-50%, -50%);
  animation: slideDown .3s ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 639px) {
.modal-medium {
    width: 100%;
    height: calc(var(--vh, 1vh)*100);
}
}
@media only screen and (min-width: 640px) {
.modal-medium {
    width: 600px;
    max-width: 100%;
}
}
.modal-medium__content {
  height: 100%;
  max-height: calc(var(--vh, 1vh)*100);
  overflow-y: auto;
}
.modal-medium.closing {
  animation: slideUp .3s ease-in-out;
}
@keyframes slideDown {
0% {
    opacity: 0;
    transform: translate(-50%, -60%);
}
100% {
    opacity: 1;
    transform: translate(-50%, -50%);
}
}
@keyframes slideUp {
0% {
    opacity: 1;
    transform: translate(-50%, -50%);
}
90% {
    opacity: 0;
}
100% {
    opacity: 0;
    transform: translate(-50%, -60%);
}
}


.modal-medium__close[data-v-133db231] {
  position: fixed;
  top: var(--rem-size-24);
  right: var(--rem-size-24);
  z-index: 20;
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
.modal-medium__content[data-v-133db231] {
    padding: 45px 20px 25px;
}
}


.modal-large {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  background-color: var(--modal-background);
  transform: translate(-50%, -50%);
  animation: slideDown .3s ease-in-out;
  overflow-y: auto;
}
@media only screen and (max-width: 1023px) {
.modal-large {
    width: 100%;
    height: calc(var(--vh, 1vh)*100);
}
}
@media only screen and (min-width: 1024px) {
.modal-large {
    width: 1000px;
    max-width: 100%;
}
}
.modal-large.closing {
  animation: slideUp .3s ease-in-out;
}
@keyframes slideDown {
0% {
    opacity: 0;
    transform: translate(-50%, -60%);
}
100% {
    opacity: 1;
    transform: translate(-50%, -50%);
}
}
@keyframes slideUp {
0% {
    opacity: 1;
    transform: translate(-50%, -50%);
}
90% {
    opacity: 0;
}
100% {
    opacity: 0;
    transform: translate(-50%, -60%);
}
}


.modal-large__close[data-v-3b62dd2d] {
  position: absolute;
  top: var(--rem-size-15);
  right: var(--rem-size-15);
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
.modal-large__content[data-v-3b62dd2d] {
    padding: 45px var(--rem-size-20) var(--rem-size-25);
}
}


.simple-modal__content[data-v-662fa3ae] {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  background-color: var(--modal-background);
  transform: translate(-50%, -50%);
  animation: slideDown-data-v-662fa3ae .3s ease-in-out;
  overflow-y: auto;
}
.simple-modal__close[data-v-662fa3ae] {
  position: absolute;
  top: var(--rem-size-15);
  right: var(--rem-size-15);
  cursor: pointer;
}
.simple-modal.closing[data-v-662fa3ae] {
  animation: slideUp-data-v-662fa3ae .3s ease-in-out;
}
@media only screen and (max-width: 639px) {
.simple-modal-medium[data-v-662fa3ae] {
    width: 100%;
    height: calc(var(--vh, 1vh)*100);
}
}
@media only screen and (min-width: 640px) {
.simple-modal-medium[data-v-662fa3ae] {
    width: 600px;
    max-width: 100%;
}
}
@media only screen and (max-width: 1023px) {
.simple-modal-large[data-v-662fa3ae] {
    width: 100%;
    height: calc(var(--vh, 1vh)*100);
}
}
@media only screen and (min-width: 1024px) {
.simple-modal-large[data-v-662fa3ae] {
    width: 1000px;
    max-width: 100%;
}
}
@keyframes slideDown-data-v-662fa3ae {
0% {
    opacity: 0;
    transform: translate(-50%, -60%);
}
100% {
    opacity: 1;
    transform: translate(-50%, -50%);
}
}
@keyframes slideUp-data-v-662fa3ae {
0% {
    opacity: 1;
    transform: translate(-50%, -50%);
}
90% {
    opacity: 0;
}
100% {
    opacity: 0;
    transform: translate(-50%, -60%);
}
}


.modal-side {
  position: absolute;
  width: 100%;
  right: 0;
  height: 100%;
  background-color: var(--grey-lighter);
}
@media only screen and (min-width: 640px) {
.modal-side {
    width: 640px;
}
}
.modal-side__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  padding: 1rem 1.5rem;
  background-color: var(--white);
  border-bottom: 1px solid var(--grey-lighter);
}
@media only screen and (max-width: 639px) {
.modal-side__header {
    width: 100%;
}
}
@media only screen and (min-width: 640px) {
.modal-side__header {
    width: 640px;
}
}
.modal-side__header__title {
  flex: 1 1 auto;
  margin: 0;
  font-weight: 300;
}
@media only screen and (max-width: 639px) {
.modal-side__header__title {
    font-size: 1.2rem;
}
}
@media only screen and (min-width: 640px) {
.modal-side__header__title {
    font-size: 1.5rem;
}
}
.modal-side__header__actions .button {
  margin: 0;
}
.modal-side__header__cancel {
  color: var(--white) !important;
}
.modal-side__header__close {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-size: 25px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.modal-side__alerts {
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 10;
}
.modal-side__content {
  position: absolute;
  width: 100%;
  max-height: calc(100% - 70px);
  margin: 70px 0 0 0;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 639px) {
.modal-side__content.has-footer {
    max-height: calc(100% - 140px);
    margin: 70px 0;
}
}
@media only screen and (min-width: 640px) {
.modal-side__content.has-footer {
    max-height: calc(100% - 166px);
    margin: 70px 0 96px 0;
}
}
.modal-side__content.is-full-height {
  height: 100%;
}
.modal-side__footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: var(--rem-size-16);
  background-color: var(--grey-lightest);
  border-top: 2px solid var(--grey);
  text-align: center;
}
@media only screen and (min-width: 640px) {
.modal-side__footer {
    width: 580px;
}
}
.modal-side__footer__validate {
  display: block !important;
  max-width: 250px;
  text-transform: uppercase;
}
@media only screen and (max-width: 639px) {
.modal-side__footer__validate {
    margin: 1.0255rem auto !important;
}
}
@media only screen and (min-width: 640px) {
.modal-side__footer__validate {
    margin: 1.8385rem auto !important;
}
}


.modal-body--lobby-delete-message {
  padding-top: var(--rem-size-32) !important;
}
.modal-body--lobby-delete-message h3 {
  color: var(--grey-darkest);
  font-size: var(--rem-size-32);
}
.modal-body--lobby-delete-message .live-chat-message {
  margin-top: var(--rem-size-28);
  margin-bottom: var(--rem-size-12);
  background-color: var(--white) !important;
  text-align: left;
}
.modal-body--lobby-delete-message .live-chat-message-content__flex__content__text__reactions {
  display: none !important;
}
.modal-body--lobby-delete-message .button {
  font-weight: var(--font-weight-bold);
}


.modal {
  --modal-background: var(--white);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--black-alpha50);
  z-index: 99999;
  overflow-y: auto;
}
.modal-dialog,
.modal-confirm-message-delete,
.modal-save-before-leave {
  position: relative;
  top: 30%;
  max-width: 600px;
  margin: auto;
  background-color: var(--modal-background);
  border: 0;
  z-index: 100000;
  backface-visibility: hidden;
}
@media only screen and (max-width: 479px) {
.modal-dialog,
  .modal-confirm-message-delete,
  .modal-save-before-leave {
    width: 90%;
}
}
@media only screen and (min-width: 480px) {
.modal-dialog,
  .modal-confirm-message-delete,
  .modal-save-before-leave {
    width: 50%;
}
}
.modal-dialog__remove-message,
.modal-confirm-message-delete__remove-message,
.modal-save-before-leave__remove-message {
  white-space: pre-line;
}
.modal-dialog .column,
.modal-dialog .columns,
.modal-confirm-message-delete .column,
.modal-confirm-message-delete .columns,
.modal-save-before-leave .column,
.modal-save-before-leave .columns {
  min-width: 0;
}
.modal-dialog>:last-child,
.modal-confirm-message-delete>:last-child,
.modal-save-before-leave>:last-child {
  margin-bottom: 0;
}
.modal-body {
  padding: 1rem;
}
.modal-footer {
  padding: 1rem;
  border-top: 1px solid var(--grey-light);
}
.modal-footer .button {
  margin-bottom: 0;
}


.forgot-password__subtitle[data-v-edcebae0] {
  font-size: var(--rem-size-20);
  font-weight: var(--font-weight-medium);
  text-align: center;
}
.forgot-password__icon[data-v-edcebae0] {
  margin: 2rem auto;
  text-align: center;
}
.forgot-password__content[data-v-edcebae0] {
  margin-bottom: 1rem;
  font-size: var(--rem-size-18);
  text-align: center;
}
.forgot-password__input[data-v-edcebae0] {
  padding-bottom: 1rem;
}
.forgot-password__input[data-v-edcebae0]  .idt-required-field {
  top: 76px;
}
.forgot-password__back[data-v-edcebae0] {
  position: relative;
  margin-bottom: 1.5rem;
  text-align: right;
}
.forgot-password__back__button[data-v-edcebae0] {
  color: var(--main-color);
  font-size: var(--rem-size-14);
  text-decoration: underline;
  z-index: 10;
  cursor: pointer;
}


.mfa[data-v-ef11399a] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mfa>*[data-v-ef11399a] {
  text-align: center;
}
.mfa__otp-input[data-v-ef11399a],
.mfa__actions[data-v-ef11399a] {
  margin-top: var(--rem-size-32);
}
.mfa__actions[data-v-ef11399a] {
  display: flex;
  width: 100%;
  gap: var(--rem-size-8);
}
.mfa__actions>.button[data-v-ef11399a] {
  flex-basis: 50%;
}
.mfa__error[data-v-ef11399a],
.mfa__info[data-v-ef11399a] {
  margin-top: var(--rem-size-16);
  font-size: var(--rem-size-12);
}
.mfa__error[data-v-ef11399a] {
  color: var(--red);
}
.mfa__info[data-v-ef11399a] {
  color: var(--main-color);
}
.mfa__resend[data-v-ef11399a] {
  margin-top: var(--rem-size-16);
}
.mfa__resend__button[data-v-ef11399a] {
  color: var(--main-color);
  font-size: var(--rem-size-14);
  text-decoration: underline;
  cursor: pointer;
}
.mfa[data-v-ef11399a]  .otp-input {
  text-align: center;
  width: 4rem;
  height: 6rem;
  margin-bottom: 0;
  font-size: var(--rem-size-24);
}
.mfa[data-v-ef11399a]  .otp-input.error {
  color: var(--red);
  border: 1px solid var(--red);
}
.mfa[data-v-ef11399a]  .otp-input.success {
  color: var(--main-color);
  border: 1px solid var(--main-color);
}


.signin__no-account[data-v-13a624b6] {
  margin-bottom: var(--rem-size-16);
  text-align: center;
}
.signin__error[data-v-13a624b6] {
  position: relative;
  top: -15px;
  height: 0;
}
.signin__forgot[data-v-13a624b6] {
  position: relative;
  text-align: right;
  margin-bottom: 1.5rem;
}
.signin__forgot__button[data-v-13a624b6] {
  color: var(--main-color);
  font-size: var(--rem-size-14);
  text-decoration: underline;
  cursor: pointer;
}
.signin__mentor[data-v-13a624b6] {
  text-align: center;
}
.signin__mentor__button[data-v-13a624b6] {
  cursor: pointer;
}
.signin__no-account__link[data-v-13a624b6],
.signin__mentor__button[data-v-13a624b6] {
  color: var(--grey-darker);
  font-size: var(--rem-size-14);
  text-decoration: underline;
}


.signup-private__input[data-v-257586d1] {
  padding-bottom: 3rem !important;
}
.signup-private__input[data-v-257586d1]  .idt-required-field {
  top: 76px;
}
.signup-private__subtitle[data-v-257586d1] {
  color: var(--main-color);
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-medium);
}
.signup-private__desc[data-v-257586d1] {
  font-weight: var(--font-weight-light);
}
.signup-private__subtitle[data-v-257586d1],
.signup-private__desc[data-v-257586d1] {
  margin-bottom: 1rem;
  text-align: center;
}


.login-modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-color);
}
.login-modal__logo {
  max-width: 140px;
  max-height: 55px;
}
.login-modal__title {
  margin-bottom: var(--rem-size-16);
  color: var(--main-color);
  font-size: var(--rem-size-24);
  font-weight: var(--font-weight-medium);
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.login-modal__subtitle {
  font-size: var(--rem-size-20);
  font-weight: var(--font-weight-medium);
  text-align: center;
}
.login-modal__icon {
  margin: 2rem auto;
  text-align: center;
}
.login-modal__content {
  margin-bottom: 1rem;
  font-size: var(--rem-size-18);
  text-align: center;
}
.login-modal__submit {
  text-transform: uppercase;
}


.additional-checkbox-editor__delete-button[data-v-0e519847] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary-color);
  font-size: var(--rem-size-14);
  cursor: pointer;
}
.additional-checkbox-editor__delete-button[data-v-0e519847]:hover {
  color: var(--secondary-color-dark);
}
.additional-checkbox-editor__delete-button .idt-icon[data-v-0e519847] {
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
}
.additional-checkbox-editor .froala-container.required-field[data-v-0e519847]  .fr-box {
  border: 1px solid var(--secondary-color);
}


.idt-ticket-card-info[data-v-c9710eb8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
}
.idt-ticket-card-info[data-v-c9710eb8]:not(.modal-mode) {
  position: absolute;
}
@media only screen and (max-width: 1199px) {
.idt-ticket-card-info[data-v-c9710eb8]:not(.modal-mode) {
    top: -20px;
}
}
@media only screen and (min-width: 1200px) {
.idt-ticket-card-info[data-v-c9710eb8]:not(.modal-mode) {
    top: -28px;
}
}
.idt-ticket-card-info__name[data-v-c9710eb8] {
  background-color: var(--white);
  font-family: var(--title-font-family);
  font-weight: var(--font-weight-bold);
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1199px) {
.idt-ticket-card-info__name[data-v-c9710eb8] {
    font-size: 1.5rem;
}
}
@media only screen and (min-width: 1200px) {
.idt-ticket-card-info__name[data-v-c9710eb8] {
    font-size: 1.875rem;
}
}
.idt-ticket-card-info__icon[data-v-c9710eb8] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  box-shadow: 0 0 0 3px var(--white);
  border-radius: 100%;
}
@media only screen and (max-width: 1199px) {
.idt-ticket-card-info__icon[data-v-c9710eb8] {
    width: 38px;
    height: 38px;
    min-width: 38px;
}
}
@media only screen and (min-width: 1200px) {
.idt-ticket-card-info__icon[data-v-c9710eb8] {
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.idt-ticket-card-info__icon .ideacons[data-v-c9710eb8] {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
}
}
@media only screen and (min-width: 370px) {
.idt-ticket-card-info.modal-mode .idt-ticket-card-info__name[data-v-c9710eb8] {
    font-size: 1.875rem;
}
}
@media only screen and (min-width: 370px) {
.idt-ticket-card-info.modal-mode .idt-ticket-card-info__icon[data-v-c9710eb8] {
    width: 50px;
    height: 50px;
}
.idt-ticket-card-info.modal-mode .idt-ticket-card-info__icon .ideacons[data-v-c9710eb8] {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
}
}


.idt-ticket-card-price[data-v-082a3ac3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1199px) {
.idt-ticket-card-price[data-v-082a3ac3]:not(.free) {
    padding: 1rem 0 .3125rem;
}
}
@media only screen and (min-width: 1200px)and (max-width: 1441px) {
.idt-ticket-card-price[data-v-082a3ac3]:not(.free) {
    padding: 1.5rem 0 .625rem;
}
}
@media only screen and (min-width: 1442px) {
.idt-ticket-card-price[data-v-082a3ac3]:not(.free) {
    padding: 2rem 0 1.25rem;
}
}
@media only screen and (max-width: 1199px) {
.idt-ticket-card-price.free[data-v-082a3ac3] {
    padding: 1rem 0 1.25rem;
}
}
@media only screen and (min-width: 1200px)and (max-width: 1441px) {
.idt-ticket-card-price.free[data-v-082a3ac3] {
    padding: 1.5rem 0 1.5625rem;
}
}
@media only screen and (min-width: 1442px) {
.idt-ticket-card-price.free[data-v-082a3ac3] {
    padding: 2rem 0 2.1876rem;
}
}
.idt-ticket-card-price__current[data-v-082a3ac3] {
  font-weight: var(--font-weight-bold);
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
.idt-ticket-card-price__current[data-v-082a3ac3] {
    font-size: 2rem;
}
}
@media only screen and (min-width: 1200px) {
.idt-ticket-card-price__current[data-v-082a3ac3] {
    font-size: 2.625rem;
}
}
.idt-ticket-card-price__currency[data-v-082a3ac3] {
  font-size: .625rem;
}
@media only screen and (min-width: 370px) {
.idt-ticket-card-price.modal-mode .idt-ticket-card-price__current[data-v-082a3ac3] {
    font-size: 2.625rem;
}
}


.idt-ticket-feature[data-v-58c037fa] {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0 20px;
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.idt-ticket-feature[data-v-58c037fa] {
    padding-bottom: .625rem;
}
}
@media only screen and (min-width: 1024px)and (max-width: 1199px) {
.idt-ticket-feature[data-v-58c037fa] {
    padding-bottom: .3125rem;
}
}
@media only screen and (min-width: 1200px) {
.idt-ticket-feature[data-v-58c037fa] {
    padding: .3125rem 0;
    border-bottom: 1px solid var(--grey-lighter);
}
.idt-ticket-feature.last[data-v-58c037fa] {
    border: none;
}
}
.idt-ticket-feature__icon[data-v-58c037fa] {
  color: var(--main-color);
}
.idt-ticket-feature__label[data-v-58c037fa] {
  width: 100%;
  margin-left: 10px;
  color: var(--grey-darker);
  font-weight: var(--font-weight-normal);
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.idt-ticket-feature.disabled .idt-ticket-feature__icon[data-v-58c037fa] {
  color: var(--grey);
}
.idt-ticket-feature.disabled .idt-ticket-feature__label[data-v-58c037fa] {
  color: var(--grey);
  font-weight: var(--font-weight-light);
  font-style: italic;
}


.idt-ticket-features[data-v-47897604] {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 370px) {
.idt-ticket-features[data-v-47897604] {
    height: 100%;
}
}
@media only screen and (max-width: 639px) {
.idt-ticket-features[data-v-47897604] {
    justify-content: space-around;
}
}
@media only screen and (max-width: 1199px) {
.idt-ticket-features__section[data-v-47897604] {
    display: none;
}
}
@media only screen and (min-width: 1200px) {
.idt-ticket-features__section[data-v-47897604] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    color: var(--grey-darker);
    background-color: var(--grey-lighter);
    font-size: .875rem;
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
}
}


.idt-ticket-card[data-v-627eda72] {
  position: relative;
}
@media only screen and (min-width: 640px) {
.idt-ticket-card[data-v-627eda72] {
    min-height: 500px;
}
}
.idt-ticket-card__ticket[data-v-627eda72] {
  display: flex;
  flex-direction: column;
  position: relative;
  border-top: 3px solid var(--grey-lighter);
  border-left: 3px solid var(--grey-lighter);
  border-right: 3px solid var(--grey-lighter);
  border-bottom: none;
  border-top-right-radius: var(--global-radius);
  border-top-left-radius: var(--global-radius);
}
@media only screen and (max-width: 369px)and (max-aspect-ratio: 13/9) {
.idt-ticket-card__ticket[data-v-627eda72] {
    height: calc(var(--vh, 1vh)*100 - (var(--tk-modal-header-height) + var(--outer-elements-height-small)));
}
}
@media only screen and (max-width: 369px)and (min-aspect-ratio: 13/9) {
.idt-ticket-card__ticket[data-v-627eda72] {
    height: auto;
}
}
@media only screen and (min-width: 370px)and (max-width: 639px)and (max-aspect-ratio: 13/9) {
.idt-ticket-card__ticket[data-v-627eda72] {
    height: calc(var(--vh, 1vh)*100 - (var(--tk-modal-header-height) + var(--outer-elements-height-large)));
}
}
@media only screen and (min-width: 370px)and (max-width: 639px)and (min-aspect-ratio: 13/9) {
.idt-ticket-card__ticket[data-v-627eda72] {
    height: auto;
}
}
.idt-ticket-card__ticket__no-price[data-v-627eda72] {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  padding: 1rem;
}
.idt-ticket-card__ticket.no-button[data-v-627eda72] {
  border-bottom: 3px solid var(--grey-lighter);
  border-bottom-left-radius: var(--global-radius);
  border-bottom-right-radius: var(--global-radius);
}
.idt-ticket-card__ticket__content[data-v-627eda72] {
  flex: 1 1 auto;
  height: 100%;
  overflow-y: auto;
  background: linear-gradient(var(--white) 30%, rgba(255, 255, 255, 0)),linear-gradient(rgba(255, 255, 255, 0), var(--white) 70%) 0 100%,radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)),radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: var(--white);
  background-size: 100% 40px,100% 40px,100% 14px,100% 14px;
  background-attachment: local,local,scroll,scroll;
}
@media only screen and (min-width: 1200px) {
.idt-ticket-card__ticket__content[data-v-627eda72] {
    border-top: 2px solid var(--grey-lighter);
}
}
.idt-ticket-card__button[data-v-627eda72] {
  width: 100%;
  height: 50px;
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 0px 0px var(--global-radius) var(--global-radius);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}
.idt-ticket-card__button.invoice[data-v-627eda72] {
  background-color: var(--grey-darkest);
}


.payment-form[data-v-75c34f84] {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.payment-form__tooltip .selection[data-v-75c34f84] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.payment-form__tooltip__content[data-v-75c34f84] {
  display: none;
  position: absolute;
  bottom: 27px;
  right: 0px;
  width: 215px;
  padding: .75rem;
  color: var(--grey-darker);
  background-color: var(--white);
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) var(--white) rgba(0,0,0,0);
  box-shadow: 0 2px 8px 0 var(--black-alpha10);
  font-size: .75rem;
  font-style: italic;
  transition: top 0s .5s,opacity .5s;
  z-index: 9999;
}
.payment-form__tooltip__content[data-v-75c34f84]:before {
  position: absolute;
  top: -10px;
  right: 42px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
}
.payment-form__tooltip__content.show[data-v-75c34f84] {
  display: block;
}
.payment-form__container[data-v-75c34f84] {
  padding: 0 20px;
  border-right: 3px solid var(--grey-lighter);
  border-left: 3px solid var(--grey-lighter);
}
.payment-form__container input[data-v-75c34f84] {
  margin-bottom: 0;
}
.payment-form__container label[data-v-75c34f84] {
  color: var(--grey-darker);
  font-size: 14px;
  font-weight: var(--font-weight-medium);
  text-align: left;
}
.payment-form__logos-container[data-v-75c34f84] {
  margin-bottom: 20px;
}
.payment-form__logos[data-v-75c34f84] {
  display: inline-block;
  width: 22.5%;
  color: var(--grey-lighter);
}
.payment-form__secure-label[data-v-75c34f84] {
  font-weight: var(--font-weight-medium);
  font-size: .81rem;
}
.payment-form__field[data-v-75c34f84] {
  width: 100%;
  height: 36px;
  padding: 8px 8px;
  border: solid 1px var(--grey-dark);
  border-radius: 3px;
}
.payment-form__field.invalid[data-v-75c34f84] {
  border: solid 1px var(--secondary-color);
}
.payment-form__field[data-v-75c34f84]::-moz-placeholder {
  color: var(--grey-darker);
  font-style: italic;
  line-height: 20px;
}
.payment-form__field[data-v-75c34f84]::placeholder {
  color: var(--grey-darker);
  font-style: italic;
  line-height: 20px;
}
.payment-form__field--error[data-v-75c34f84] {
  height: 20px;
  color: var(--secondary-color);
  font-size: .75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.payment-form__card-name[data-v-75c34f84] {
  margin-bottom: 20px;
  font-weight: var(--font-weight-medium);
}
.payment-form__card-expiry-cvc[data-v-75c34f84] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-form__card-expiry[data-v-75c34f84] {
  flex: 0 0 auto;
  width: 65%;
  margin-right: 10px;
}
.payment-form__card-cvc[data-v-75c34f84] {
  width: 35%;
}
.payment-form__card-cvc__wrapper[data-v-75c34f84] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-form__button--pay[data-v-75c34f84] {
  flex: 0 0 auto;
  width: 100%;
  color: var(--white);
  background-color: var(--main-color);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
.payment-form__button--pay[data-v-75c34f84] {
    height: 60px;
    border-radius: 0;
}
}
@media only screen and (min-width: 640px) {
.payment-form__button--pay[data-v-75c34f84] {
    height: 50px;
    border-radius: 0px 0px var(--global-radius) var(--global-radius);
}
}


.idt-ticket-payment-card[data-v-e7cc1ac0] {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 639px) {
.idt-ticket-payment-card[data-v-e7cc1ac0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh)*100);
    background-color: var(--white);
    overflow-y: auto;
    z-index: 1010;
}
}
@media only screen and (min-width: 640px) {
.idt-ticket-payment-card[data-v-e7cc1ac0] {
    height: 100%;
}
}
.idt-ticket-payment-card__form[data-v-e7cc1ac0] {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  position: relative;
  backface-visibility: hidden;
}
@media only screen and (max-width: 639px) {
.idt-ticket-payment-card__form[data-v-e7cc1ac0] {
    padding: 20px 1.5rem 0;
}
}
@media only screen and (min-width: 640px) {
.idt-ticket-payment-card__form[data-v-e7cc1ac0] {
    border: 3px solid var(--grey-lighter);
    border-radius: var(--global-radius) var(--global-radius) 0 0;
}
}
.idt-ticket-payment-card__form[data-v-e7cc1ac0]:not(.no-button) {
  border-bottom: none;
}
.idt-ticket-payment-card__form *[data-v-e7cc1ac0] {
  backface-visibility: hidden;
}
.idt-ticket-payment-card__form__close[data-v-e7cc1ac0] {
  position: absolute;
  right: 1rem;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 639px) {
.idt-ticket-payment-card__form__close[data-v-e7cc1ac0] {
    top: .5rem;
}
}
@media only screen and (min-width: 640px) {
.idt-ticket-payment-card__form__close[data-v-e7cc1ac0] {
    top: 2rem;
}
}
.idt-ticket-payment-card__button[data-v-e7cc1ac0] {
  flex: 0 0 auto;
  width: 100%;
  color: var(--white);
  background-color: var(--main-color);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
.idt-ticket-payment-card__button[data-v-e7cc1ac0] {
    height: 60px;
    border-radius: 0;
}
}
@media only screen and (min-width: 640px) {
.idt-ticket-payment-card__button[data-v-e7cc1ac0] {
    height: 50px;
    border-radius: 0px 0px var(--global-radius) var(--global-radius);
}
}
.idt-ticket-payment-card[data-v-e7cc1ac0]  .payment-form__container {
  flex: 1 1 auto;
  padding-top: 1.5rem;
}


.idt-ticket-flip-container[data-v-a93fcbec] {
  position: relative;
  max-width: 300px;
  perspective: 1000;
}
@media only screen and (max-width: 639px) {
.idt-ticket-flip-container[data-v-a93fcbec] {
    display: block !important;
    margin: auto;
}
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
.idt-ticket-flip-container[data-v-a93fcbec] {
    padding: 1rem 0 2rem;
}
}
@media only screen and (min-width: 1200px) {
.idt-ticket-flip-container[data-v-a93fcbec] {
    padding: 3rem 0;
}
}
.idt-ticket-flip-card[data-v-a93fcbec] {
  position: relative;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: all .3s ease-in-out;
}
@media only screen and (min-width: 640px) {
.idt-ticket-flip-card[data-v-a93fcbec] {
    transform-style: preserve-3d;
}
}
@media only screen and (min-width: 640px) {
.idt-ticket-flip-card.flipped[data-v-a93fcbec] {
    transform: rotateY(180deg);
}
}
.idt-ticket-flip-card__side[data-v-a93fcbec],
.idt-ticket-flip-card__side-back[data-v-a93fcbec] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1199px) {
.idt-ticket-flip-card__side[data-v-a93fcbec],
  .idt-ticket-flip-card__side-back[data-v-a93fcbec] {
    padding-top: 20px;
}
}
@media only screen and (min-width: 1200px) {
.idt-ticket-flip-card__side[data-v-a93fcbec],
  .idt-ticket-flip-card__side-back[data-v-a93fcbec] {
    padding-top: 28px;
}
}
.idt-ticket-flip-card__side[data-v-a93fcbec] {
  transition: all .3s ease-in-out;
}
.idt-ticket-flip-card.flipped .idt-ticket-flip-card__side[data-v-a93fcbec] {
  visibility: hidden;
}
@media only screen and (max-width: 639px) {
.idt-ticket-flip-card__side-back[data-v-a93fcbec] {
    display: none;
}
}
@media only screen and (min-width: 640px) {
.idt-ticket-flip-card__side-back[data-v-a93fcbec] {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--white);
    transform: rotateY(180deg);
}
}


.idt-ticket-carousel[data-v-af61acee] {
  width: 100%;
}
.idt-ticket-carousel[data-v-af61acee]  .slick-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  height: 100%;
}
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .slick-prev {
  flex: 1 1 auto;
  margin-right: 25px;
}
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .slick-next {
  flex: 1 1 auto;
  margin-left: 25px;
}
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .slick-disabled {
  opacity: .3;
}
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .slick-list {
  flex: 1 1 auto;
  width: 100%;
}
@media only screen and (max-width: 639px) {
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .slick-list .slick-slide {
    padding: 0 5px;
}
}
@media only screen and (min-width: 640px) {
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .slick-list .slick-slide {
    padding: 0 10px;
}
}
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
  list-style-type: none;
}
@media only screen and (max-width: 639px) {
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .slick-dots {
    margin: .5rem 0 0 0;
}
}
@media only screen and (min-width: 640px) {
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .slick-dots {
    margin: 0;
}
}
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .slick-dots li {
  position: relative;
  width: 30px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .slick-dots li button {
  display: block;
  width: 30px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .slick-dots li button:before {
  content: "•";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  color: var(--main-color);
  font-family: "slick";
  font-size: 2rem;
  line-height: 1;
  transform: translate(-50%, -50%);
  opacity: .5;
}
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border: solid 1px var(--main-color);
  border-radius: 50%;
}
.idt-ticket-carousel[data-v-af61acee]  .slick-slider .arrow .ideacons {
  color: var(--main-color);
  font-size: 1.25rem;
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.idt-ticket-carousel.register[data-v-af61acee]  .slick-slider .slick-list {
    max-width: 560px;
}
}
@media only screen and (min-width: 480px)and (max-width: 1199px) {
.idt-ticket-carousel.register[data-v-af61acee]  .slick-slider .slick-list {
    width: calc(100vw - 242px);
}
}
@media only screen and (min-width: 1200px) {
.idt-ticket-carousel.register[data-v-af61acee]  .slick-slider .slick-list {
    max-width: 1120px;
}
}
.idt-ticket-carousel.blocking[data-v-af61acee]  .slick-slider {
  flex-flow: column wrap;
}
@media only screen and (min-width: 640px)and (max-width: 1199px) {
.idt-ticket-carousel.blocking[data-v-af61acee]  .slick-slider .slick-list {
    flex: 0 0 auto;
    max-width: 600px;
}
}
@media only screen and (min-width: 1200px) {
.idt-ticket-carousel.blocking[data-v-af61acee]  .slick-slider .slick-list {
    flex: 1 1 auto;
    max-width: 950px;
}
}
.show-payment-enter-active[data-v-af61acee],
.show-payment-leave-active[data-v-af61acee] {
  transition: all .3s ease;
}
.show-payment-enter[data-v-af61acee],
.show-payment-leave-to[data-v-af61acee] {
  opacity: 0;
  transform: translateY(100%);
}


.notification-webhook__list[data-v-63058c68] {
  margin-bottom: 1rem;
  box-shadow: 0 2px 3px var(--grey-darker-alpha15);
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
}
.notification-webhook__head[data-v-63058c68],
.notification-webhook__item[data-v-63058c68] {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}
@media only screen and (max-width: 991px) {
.notification-webhook__head[data-v-63058c68],
  .notification-webhook__item[data-v-63058c68] {
    grid-template-row: 1fr 1fr 1fr;
}
}
@media only screen and (min-width: 992px) {
.notification-webhook__head[data-v-63058c68],
  .notification-webhook__item[data-v-63058c68] {
    grid-template-columns: 40% 40% calc(20% - 2rem);
}
}
@media only screen and (max-width: 991px) {
.notification-webhook__head[data-v-63058c68] {
    display: none;
}
}
.notification-webhook__item[data-v-63058c68]:not(:last-child) {
  border-bottom: 1px solid var(--grey-light);
}
.notification-webhook__actions[data-v-63058c68] {
  text-align: right;
}
.api-notification__item[data-v-63058c68] {
  display: flex;
}
.api-notification__item[data-v-63058c68]:not(:last-child) {
  border-bottom: 1px solid var(--main-color);
}
.api-notification__display[data-v-63058c68] {
  width: 100%;
  padding-bottom: 1.5rem;
}
.api-notification__display__title[data-v-63058c68] {
  display: flex;
  align-items: center;
}
.api-notification__display__api-name[data-v-63058c68] {
  flex: 1 1 auto;
}
.api-notification__display__actions[data-v-63058c68] {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.api-notification__form[data-v-63058c68] {
  flex: 1 1 auto;
}
.api-notification__delete[data-v-63058c68] {
  flex: 0 0 auto;
  margin-left: var(--rem-size-16);
}
.api-notification__edit-button[data-v-63058c68],
.api-notification__delete-button[data-v-63058c68] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  font-size: var(--rem-size-14);
  cursor: pointer;
}
.api-notification__edit-button span[data-v-63058c68],
.api-notification__delete-button span[data-v-63058c68] {
  display: block;
  margin-right: .5rem;
}
.api-notification__delete-button[data-v-63058c68] {
  color: var(--secondary-color);
}
.api-notification__delete-button[data-v-63058c68]:hover {
  color: var(--secondary-color-dark);
}


.bo-page-info[data-v-f8f55ae4] {
  position: relative;
}
@media only screen and (max-width: 1199px) {
.bo-page-info[data-v-f8f55ae4] {
    height: var(--bo-header-elm-height);
    padding: 0 var(--rem-size-20);
    background-color: var(--white);
}
}
@media only screen and (min-width: 1200px) {
.bo-page-info[data-v-f8f55ae4] {
    height: var(--bo-header-height);
}
}
.bo-page-info__toggle[data-v-f8f55ae4] {
  display: flex;
  align-items: center;
  color: var(--main-color);
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
.bo-page-info__toggle[data-v-f8f55ae4] {
    justify-content: flex-end;
    height: var(--bo-header-elm-height);
}
}
@media only screen and (min-width: 1200px) {
.bo-page-info__toggle[data-v-f8f55ae4] {
    height: var(--bo-header-height);
}
}
@media (hover: hover) {
.bo-page-info__toggle[data-v-f8f55ae4]:hover {
    color: var(--main-color-dark);
}
}
.bo-page-info__toggle.open[data-v-f8f55ae4] {
  color: var(--main-color-dark);
}
.bo-page-info__toggle__label[data-v-f8f55ae4] {
  margin-right: .25rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.bo-page-info__container[data-v-f8f55ae4] {
  color: var(--grey-darkest);
  background-color: var(--main-color-lightest);
  overflow: hidden;
  transition: all .3s ease-in-out;
}
@media only screen and (max-width: 639px) {
.bo-page-info__container[data-v-f8f55ae4] {
    top: calc(var(--bo-header-height) + var(--bo-header-elm-height));
    left: 0;
    width: 100%;
    box-shadow: -2px 2px 3px var(--black-alpha15);
}
}
@media only screen and (min-width: 640px)and (max-width: 1199px) {
.bo-page-info__container[data-v-f8f55ae4] {
    top: calc(var(--menu-height) + var(--bo-header-height) + var(--bo-header-elm-height));
    left: var(--vertical-menu-width);
    width: calc(100vw - var(--vertical-menu-width));
}
}
@media only screen and (max-width: 1199px) {
.bo-page-info__container[data-v-f8f55ae4] {
    position: fixed;
    height: calc(var(--vh)*100 - (var(--menu-height) + var(--bo-header-height) + var(--bo-header-elm-height)));
    z-index: 1;
}
}
@media only screen and (min-width: 1200px) {
.bo-page-info__container[data-v-f8f55ae4] {
    position: absolute;
    top: 100%;
    right: 0;
    width: 470px;
    box-shadow: -2px 2px 3px var(--black-alpha15);
}
}
.bo-page-info__container__icon[data-v-f8f55ae4] {
  position: absolute;
  right: 20px;
  bottom: 1rem;
  color: var(--main-color-lighter);
  z-index: 0;
}
.bo-page-info__container.slide-content-enter-active[data-v-f8f55ae4] {
  animation: slide-down-data-v-f8f55ae4 .3s;
}
.bo-page-info__container.slide-content-leave-active[data-v-f8f55ae4] {
  animation: slide-down-data-v-f8f55ae4 .3s reverse;
}
.bo-page-info__container[data-v-f8f55ae4]  * {
  line-height: 1.25;
}
.bo-page-info__content[data-v-f8f55ae4] {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
.bo-page-info__content[data-v-f8f55ae4] {
    height: 100%;
    padding: 50px 45px 30px 30px;
    overflow-y: auto;
}
}
@media only screen and (min-width: 1200px) {
.bo-page-info__content[data-v-f8f55ae4] {
    padding: 30px 30px 15px;
}
}
.bo-page-info__close[data-v-f8f55ae4] {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--main-color-dark);
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
.bo-page-info__close[data-v-f8f55ae4] {
    display: none;
}
}
.bo-page-info[data-v-f8f55ae4]  ul {
  margin-left: 20px;
  list-style-position: inside;
}
.bo-page-info[data-v-f8f55ae4]  ul li {
  margin-bottom: .25rem;
  color: var(--main-color);
}
.bo-page-info[data-v-f8f55ae4]  ul li span {
  color: var(--grey-darkest);
  font-weight: var(--font-weight-medium);
}
@keyframes slide-down-data-v-f8f55ae4 {
0% {
    transform: translateY(-10%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}


.bo-page-statistics[data-v-655de22e] {
  position: relative;
}
@media only screen and (max-width: 1199px) {
.bo-page-statistics[data-v-655de22e] {
    height: var(--bo-header-elm-height);
    padding: 0 20px 0 30px;
    background-color: var(--white);
}
}
@media only screen and (min-width: 1200px) {
.bo-page-statistics[data-v-655de22e] {
    height: var(--bo-header-height);
}
}
.bo-page-statistics__toggle[data-v-655de22e] {
  display: flex;
  align-items: center;
  color: var(--grey-darkest);
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
.bo-page-statistics__toggle[data-v-655de22e] {
    height: var(--bo-header-elm-height);
}
}
@media only screen and (min-width: 1200px) {
.bo-page-statistics__toggle[data-v-655de22e] {
    height: var(--bo-header-height);
}
}
.bo-page-statistics__toggle__label[data-v-655de22e] {
  margin-right: .25rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
.bo-page-statistics__toggle__icon[data-v-655de22e] {
    display: none;
}
}
@media only screen and (max-width: 1199px) {
.bo-page-statistics__header[data-v-655de22e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--rem-size-10) var(--rem-size-16);
}
.bo-page-statistics__header__title[data-v-655de22e] {
    color: var(--grey-dark);
    font-size: var(--rem-size-18);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
}
.bo-page-statistics__header__close[data-v-655de22e] {
    color: var(--grey-dark);
}
}
@media only screen and (min-width: 1200px) {
.bo-page-statistics__header[data-v-655de22e] {
    display: none;
}
}
.bo-page-statistics__content[data-v-655de22e] {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  overflow: hidden;
  transition: all .3s ease-in-out;
}
@media only screen and (max-width: 639px) {
.bo-page-statistics__content[data-v-655de22e] {
    top: calc(var(--bo-header-height));
    left: 0;
    width: 100%;
    box-shadow: 0 3px 6px var(--black-alpha12);
}
}
@media only screen and (min-width: 640px)and (max-width: 1199px) {
.bo-page-statistics__content[data-v-655de22e] {
    top: calc(var(--menu-height) + var(--bo-header-height));
    left: var(--vertical-menu-width);
    width: calc(100vw - var(--vertical-menu-width));
}
}
@media only screen and (max-width: 1199px) {
.bo-page-statistics__content[data-v-655de22e] {
    position: fixed;
    height: calc(var(--vh)*100 - (var(--menu-height) + var(--bo-header-height)));
}
}
@media only screen and (min-width: 1200px) {
.bo-page-statistics__content[data-v-655de22e] {
    position: absolute;
    min-width: 185px;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 6px var(--black-alpha12);
}
}
.bo-page-statistics__content.slide-content-enter-active[data-v-655de22e] {
  animation: slide-down-data-v-655de22e .3s;
}
.bo-page-statistics__content.slide-content-leave-active[data-v-655de22e] {
  animation: slide-down-data-v-655de22e .3s reverse;
}
.bo-page-statistics__list[data-v-655de22e] {
  margin: 0;
  padding: var(--rem-size-1) var(--rem-size-8);
}
.bo-page-statistics__list-item[data-v-655de22e] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: var(--rem-size-7) var(--rem-size-8) var(--rem-size-3) var(--rem-size-8);
}
.bo-page-statistics__list-item[data-v-655de22e]:not(:last-child) {
  border-bottom: 1px dashed var(--grey-light);
}
.bo-page-statistics__list-item__number[data-v-655de22e] {
  color: var(--main-color);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-24);
  text-align: right;
}
@media only screen and (max-width: 1199px) {
.bo-page-statistics__list-item__number[data-v-655de22e] {
    min-width: 30%;
}
}
.bo-page-statistics__list-item__label[data-v-655de22e] {
  color: var(--grey-darkest);
  font-size: var(--rem-size-12);
  line-height: var(--rem-size-18);
  white-space: nowrap;
}
@keyframes slide-down-data-v-655de22e {
0% {
    transform: translateY(-10%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}


.bo-header {
  --bo-header-elm-height: 60px;
}
@media only screen and (max-width: 1199px) {
.bo-header {
    --bo-header-height: 50px;
}
}
@media only screen and (min-width: 1200px) {
.bo-header {
    --bo-header-height: 70px;
}
}


.bo-header[data-v-74c7eaea] {
  position: sticky;
  top: var(--menu-height);
  width: 100%;
  height: var(--bo-header-height);
  background-color: var(--white);
  z-index: 10;
}
@media only screen and (min-width: 1200px) {
.bo-header[data-v-74c7eaea] {
    display: flex;
    align-items: center;
    padding: 0 24px 0 60px;
    box-shadow: 0 2px 3px var(--black-alpha15);
}
}
.bo-header__mobile-container[data-v-74c7eaea] {
  display: flex;
  align-items: center;
  height: var(--bo-header-height);
}
@media only screen and (max-width: 1199px) {
.bo-header__mobile-container[data-v-74c7eaea] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 0 30px;
    background-color: var(--white);
    box-shadow: 0 2px 3px var(--black-alpha15);
    z-index: 10;
}
}
@media only screen and (min-width: 1200px) {
.bo-header__mobile-container[data-v-74c7eaea] {
    flex: 0 0 auto;
}
}
.bo-header__page-title[data-v-74c7eaea] {
  margin: 0;
  color: var(--grey-darker);
  font-weight: var(--font-weight-light);
  line-height: 1.6;
}
@media only screen and (max-width: 1199px) {
.bo-header__page-title[data-v-74c7eaea] {
    font-size: var(--rem-size-22);
}
}
@media only screen and (min-width: 1200px) {
.bo-header__page-title[data-v-74c7eaea] {
    font-size: var(--rem-size-28);
}
}
.bo-header__page-title__container[data-v-74c7eaea] {
  flex: 0 0 auto;
  margin-right: 30px;
}
@media only screen and (max-width: 1199px) {
.bo-header__toggle-content[data-v-74c7eaea] {
    flex: 0 0 auto;
    position: relative;
    width: 36px;
    height: 36px;
    border: 1px solid var(--main-color);
    border-radius: 100%;
    margin-left: auto;
    transition: all .3s ease-in-out;
}
.bo-header__toggle-content span[data-v-74c7eaea] {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background-color: var(--main-color);
    transition: all .3s ease-in-out;
}
.bo-header__toggle-content span[data-v-74c7eaea]:first-child {
    transform: translate(-50%, -50%);
}
.bo-header__toggle-content span[data-v-74c7eaea]:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}
.bo-header__toggle-content.open[data-v-74c7eaea] {
    border-color: var(--secondary-color);
}
.bo-header__toggle-content.open span[data-v-74c7eaea] {
    background-color: var(--secondary-color);
}
.bo-header__toggle-content.open span[data-v-74c7eaea]:first-child {
    transform: translate(-50%, -50%) rotate(135deg);
}
.bo-header__toggle-content.open span[data-v-74c7eaea]:last-child {
    transform: translate(-50%, -50%) rotate(225deg);
}
}
@media only screen and (min-width: 1200px) {
.bo-header__toggle-content[data-v-74c7eaea] {
    display: none;
}
}
.bo-header__content[data-v-74c7eaea] {
  display: flex;
}
@media only screen and (max-width: 639px) {
.bo-header__content[data-v-74c7eaea] {
    flex-direction: column;
    position: fixed;
    top: calc(var(--vh)*100*-1);
    height: calc(var(--vh)*100 - (var(--menu-height) + var(--bo-header-height)));
}
}
@media only screen and (min-width: 640px)and (max-width: 1199px) {
.bo-header__content[data-v-74c7eaea] {
    flex-direction: column;
    position: absolute;
    top: calc(var(--vh)*100*-1);
    height: calc(var(--vh)*100 - (var(--menu-height) + var(--bo-header-height)));
}
}
@media only screen and (max-width: 1199px) {
.bo-header__content[data-v-74c7eaea] {
    left: 0;
    width: 100%;
    background-color: var(--grey-lighter);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.bo-header__content.open[data-v-74c7eaea] {
    top: var(--bo-header-height);
    opacity: 1;
}
}
@media only screen and (min-width: 1200px) {
.bo-header__content[data-v-74c7eaea] {
    align-items: center;
    flex: 1 1 auto;
}
}
.bo-header__content .button[data-v-74c7eaea] {
  margin: 0;
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
}
@media only screen and (max-width: 1199px) {
.bo-header__content .button[data-v-74c7eaea] {
    width: 100%;
    height: 60px;
    padding-left: 30px;
    font-size: 1rem;
    border-radius: 0;
    text-align: left;
}
.bo-header__content .button[data-v-74c7eaea]:first-child {
    border-top: 1px solid var(--grey-light);
}
}
@media only screen and (min-width: 1200px) {
.bo-header__section[data-v-74c7eaea]:not(:last-child) {
    padding-right: var(--rem-size-20);
}
}
@media only screen and (max-width: 1199px) {
.bo-header__activation[data-v-74c7eaea] {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    order: 1;
    height: var(--bo-header-elm-height);
    padding-left: 30px;
    background-color: var(--white);
}
.bo-header__activation[data-v-74c7eaea]:not(.full-width) {
    width: 50%;
}
.bo-header__activation.full-width[data-v-74c7eaea] {
    width: 100%;
}
.bo-header__activation.hide-section[data-v-74c7eaea],
  .bo-header__activation .bo-section-activation[data-v-74c7eaea] {
    display: none;
}
}
@media only screen and (min-width: 1200px) {
.bo-header__activation[data-v-74c7eaea] {
    padding-right: 10px;
}
.bo-header__activation.no-activation[data-v-74c7eaea] {
    display: none;
}
}
@media only screen and (max-width: 1199px) {
.bo-header__actions[data-v-74c7eaea] {
    flex: 0 0 auto;
    order: 3;
}
}
@media only screen and (min-width: 1200px) {
.bo-header__actions[data-v-74c7eaea] {
    display: flex;
    flex: 1 1 auto;
}
}
@media only screen and (max-width: 1199px) {
.bo-header__actions .button[data-v-74c7eaea] {
    background-color: var(--white);
    border: none;
    border-bottom: 1px solid var(--grey-light);
}
}
@media only screen and (min-width: 1200px) {
.bo-header__actions .button[data-v-74c7eaea] {
    margin-right: 10px;
}
}
@media (hover: hover) {
.bo-header__actions .button[data-v-74c7eaea]:hover {
    color: var(--white);
    background-color: var(--main-color);
    border-color: var(--main-color);
}
}
.bo-header__actions a.button[data-v-74c7eaea] {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
.bo-header__info[data-v-74c7eaea] {
    flex: 0 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    order: 2;
}
}
@media only screen and (max-width: 1199px) {
.bo-header__statistics[data-v-74c7eaea] {
    order: 4;
}
}
@media only screen and (max-width: 1199px) {
.bo-header__save[data-v-74c7eaea] {
    order: 5;
}
}
.bo-header__save .button[data-v-74c7eaea] {
  text-transform: uppercase;
}


.bo-tips[data-v-3ad98640] {
  position: relative;
  margin-bottom: var(--rem-size-32);
}
.bo-tips[data-v-3ad98640]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(var(--rem-size-8)*-1);
  height: 100%;
  border-left-width: 1px;
  border-left-style: solid;
}
.bo-tips[data-v-3ad98640]:not(.danger):after {
  border-color: var(--info-color);
}
.bo-tips:not(.danger) .bo-tips__title[data-v-3ad98640] {
  color: var(--info-color);
}
.bo-tips.danger[data-v-3ad98640]:after {
  border-color: var(--danger-color);
}
.bo-tips.danger .bo-tips__title[data-v-3ad98640] {
  color: var(--danger-color);
}
.bo-tips__title[data-v-3ad98640] {
  padding-bottom: var(--rem-size-8);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-light);
  line-height: var(--rem-size-18);
  text-transform: uppercase;
}
.bo-tips__text[data-v-3ad98640] {
  color: var(--grey-darkest);
}


.bo-notification .bo-tips {
  margin-bottom: 2rem;
}


.bo-menu-item[data-v-0c9fc960] {
  font-weight: var(--font-weight-medium);
}
@media only screen and (max-width: 1199px) {
.bo-menu-item[data-v-0c9fc960] {
    display: flex;
    align-items: center;
    margin: .5rem 1rem;
}
}
@media only screen and (min-width: 1200px) {
.bo-menu-item[data-v-0c9fc960] {
    display: block;
    position: relative;
    margin: .5rem;
}
}
@media only screen and (min-width: 1200px)and (max-width: 1441px) {
.bo-menu-item[data-v-0c9fc960] {
    font-size: var(--rem-size-12);
}
}
@media only screen and (min-width: 1442px) {
.bo-menu-item[data-v-0c9fc960] {
    font-size: var(--rem-size-14);
}
}
.bo-menu-item[data-v-0c9fc960]:not(.feature--disabled) {
  color: var(--grey);
}
.bo-menu-item[data-v-0c9fc960]:hover,
.bo-menu-item.active[data-v-0c9fc960] {
  color: var(--main-color-light);
}
.bo-menu-item__indicator[data-v-0c9fc960] {
  display: block;
  width: 10px;
  height: 5px;
  border-radius: var(--global-radius);
}
@media only screen and (max-width: 1199px) {
.bo-menu-item__indicator[data-v-0c9fc960] {
    margin-right: .5rem;
}
}
@media only screen and (min-width: 1200px) {
.bo-menu-item__indicator[data-v-0c9fc960] {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
}
}
.bo-menu-item__indicator[data-v-0c9fc960]:not(.active) {
  background-color: var(--danger-color);
}
.bo-menu-item__indicator.active[data-v-0c9fc960] {
  background-color: var(--success-color);
}


.bo-menu[data-v-0775930e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--menu-height);
  background-color: var(--grey-darkest);
}
@media only screen and (max-width: 639px) {
.bo-menu[data-v-0775930e] {
    padding: 0 1rem;
}
}
@media only screen and (min-width: 640px) {
.bo-menu[data-v-0775930e] {
    padding: 0 1.5rem;
}
}
.bo-menu__navbar[data-v-0775930e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
}
.bo-menu__title[data-v-0775930e] {
  flex: 0 0 auto;
  color: var(--grey);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
@media only screen and (max-width: 639px) {
.bo-menu__title[data-v-0775930e] {
    margin-left: 3rem;
    padding-left: 1rem;
    border-left: 1px solid var(--grey);
}
}
.bo-menu__content[data-v-0775930e] {
  display: flex;
}
@media only screen and (max-width: 1199px) {
.bo-menu__content[data-v-0775930e] {
    flex-direction: column;
    border-top: 1px solid var(--main-color-light);
}
.bo-menu__content[data-v-0775930e]:not(.open) {
    display: none;
}
}
@media only screen and (min-width: 1200px) {
.bo-menu__content[data-v-0775930e] {
    align-items: center;
}
}
@media only screen and (max-width: 639px) {
.bo-menu__content.open[data-v-0775930e] {
    width: 100vw;
}
}
@media only screen and (min-width: 640px)and (max-width: 1199px) {
.bo-menu__content.open[data-v-0775930e] {
    width: 300px;
}
}
@media only screen and (max-width: 1199px) {
.bo-menu__content.open[data-v-0775930e] {
    position: absolute;
    top: var(--menu-height);
    right: 0;
    height: calc(var(--vh)*100 - var(--menu-height));
    background-color: var(--grey-darkest);
    z-index: 9999;
    overflow-y: auto;
}
}
.bo-menu__content__main[data-v-0775930e],
.bo-menu__content__global-features[data-v-0775930e],
.bo-menu__content__features[data-v-0775930e] {
  display: flex;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 1199px) {
.bo-menu__content__main[data-v-0775930e],
  .bo-menu__content__global-features[data-v-0775930e],
  .bo-menu__content__features[data-v-0775930e] {
    flex-direction: column;
    margin: 0 0 .75rem 0;
}
}
@media only screen and (min-width: 1200px) {
.bo-menu__content__main[data-v-0775930e],
  .bo-menu__content__global-features[data-v-0775930e],
  .bo-menu__content__features[data-v-0775930e] {
    margin: 0 .75rem 0 0;
}
}
@media only screen and (max-width: 1199px) {
.bo-menu__content__main[data-v-0775930e],
  .bo-menu__content__global-features[data-v-0775930e] {
    padding-bottom: .75rem;
    border-bottom: 1px solid var(--grey-dark);
}
}
@media only screen and (min-width: 1200px) {
.bo-menu__content__main[data-v-0775930e],
  .bo-menu__content__global-features[data-v-0775930e] {
    padding-right: .75rem;
    border-right: 1px solid var(--grey-dark);
}
}
@media only screen and (max-width: 1199px) {
.bo-menu__content__main[data-v-0775930e] {
    padding-left: var(--rem-size-18);
}
}
.bo-menu__btn-fo[data-v-0775930e] {
  margin: 0;
  background-color: var(--grey-darker);
  border: none;
  color: var(--white);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.bo-menu__btn-fo[data-v-0775930e]:hover {
  background-color: var(--main-color-light);
  color: var(--grey-darkest);
}
@media only screen and (max-width: 639px) {
.bo-menu__btn-fo--mobile[data-v-0775930e] {
    border-radius: 0;
    font-size: var(--rem-size-16);
}
}
@media only screen and (min-width: 640px) {
.bo-menu__btn-fo--mobile[data-v-0775930e] {
    display: none !important;
}
}
@media only screen and (max-width: 639px) {
.bo-menu__btn-fo--desktop[data-v-0775930e] {
    display: none;
}
}
@media only screen and (min-width: 640px) {
.bo-menu__btn-fo--desktop[data-v-0775930e] {
    font-size: var(--rem-size-12);
}
}
@media only screen and (min-width: 640px)and (max-width: 1199px) {
.bo-menu__btn-fo--desktop[data-v-0775930e] {
    margin-right: 1rem;
}
}
@media only screen and (max-width: 479px) {
.bo-menu__burger[data-v-0775930e] {
    flex: 0 0 auto;
}
}
@media only screen and (max-width: 1199px) {
.bo-menu__burger[data-v-0775930e] {
    display: block;
    position: relative;
    width: calc(var(--menu-height)*.75);
    height: var(--menu-height);
    color: var(--white);
}
.bo-menu__burger.is-active span[data-v-0775930e]:nth-child(1) {
    transform: translateX(-50%) translateY(11px) rotate(45deg);
}
.bo-menu__burger.is-active span[data-v-0775930e]:nth-child(2) {
    opacity: 0;
}
.bo-menu__burger.is-active span[data-v-0775930e]:nth-child(3) {
    transform: translateX(-50%) translateY(-11px) rotate(-45deg);
}
.bo-menu__burger span[data-v-0775930e] {
    display: block;
    position: absolute;
    left: 50%;
    width: 35px;
    height: 3px;
    background-color: currentColor;
    transition: all 86ms ease-out;
    transform: translateX(-50%);
}
.bo-menu__burger span[data-v-0775930e]:nth-child(1) {
    top: calc(50% - 12px);
}
.bo-menu__burger span[data-v-0775930e]:nth-child(2) {
    top: calc(50% - 1px);
}
.bo-menu__burger span[data-v-0775930e]:nth-child(3) {
    top: calc(50% + 10px);
}
}
@media only screen and (min-width: 1200px) {
.bo-menu__burger[data-v-0775930e] {
    display: none;
}
}


.bo-vertical-menu[data-v-17372b64] {
  position: fixed;
  width: 90px;
  height: 100%;
  background-color: var(--main-color);
}
@media only screen and (max-width: 639px) {
.bo-vertical-menu[data-v-17372b64] {
    transform: translateX(-100%);
    transition: all .3s ease;
}
.bo-vertical-menu.open[data-v-17372b64] {
    transform: translateX(0);
}
}
.bo-vertical-menu__list[data-v-17372b64] {
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-align: center;
  list-style-type: none;
}
.bo-vertical-menu__link[data-v-17372b64] {
  display: block;
  position: relative;
  height: 70px;
  padding: 1rem .5rem .5rem;
  color: var(--white);
  font-size: .8rem;
  transition: all .3s ease;
}
.bo-vertical-menu__link--too-long[data-v-17372b64] {
  padding: .7rem .5rem .5rem;
  line-height: 14px;
}
.bo-vertical-menu__link--too-long .idt-icon[data-v-17372b64]  .ideacon {
  margin-bottom: .2rem;
}
.bo-vertical-menu__link[data-v-17372b64]:hover,
.bo-vertical-menu__link.active[data-v-17372b64] {
  color: var(--main-color);
  background-color: var(--main-color-lighter);
}


@media only screen and (max-width: 639px) {
.bo-page__side-button[data-v-91135524] {
    display: block;
    position: fixed;
    top: 1.15rem;
    left: 1rem;
    width: 44px;
    height: 34px;
    margin: 0;
    color: var(--main-color-light);
    text-align: center;
    z-index: 1010;
    transition: all .3s ease;
}
.bo-page__side-button.open[data-v-91135524] {
    transform: rotate(180deg);
}
.bo-page__side-button i[data-v-91135524] {
    font-size: 2rem;
}
}
@media only screen and (min-width: 640px) {
.bo-page__side-button[data-v-91135524] {
    display: none;
}
}
@media only screen and (max-width: 639px) {
.bo-page__container[data-v-91135524] {
    transform: translateX(0);
    transition: all .3s ease;
}
.bo-page__container.open[data-v-91135524] {
    transform: translateX(90px);
}
}
@media only screen and (min-width: 640px) {
.bo-page__container[data-v-91135524] {
    margin-left: 90px;
}
}
.bo-page__content[data-v-91135524] {
  min-height: calc(100vh - 190px);
}
@media only screen and (max-width: 639px) {
.bo-page__content[data-v-91135524] {
    padding: 2rem .5rem;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.bo-page__content[data-v-91135524] {
    padding: 1rem;
}
}
@media only screen and (min-width: 1024px)and (max-width: 1199px) {
.bo-page__content[data-v-91135524] {
    padding: 2rem 2rem 6rem;
}
}
@media only screen and (min-width: 1200px) {
.bo-page__content[data-v-91135524] {
    padding: 2rem 3rem 6rem;
}
}
.bo-page hr[data-v-91135524] {
  max-width: 100%;
  border-color: var(--grey);
}


.bo-section__title[data-v-4beb04a4] {
  margin: 0 0 30px 0;
  color: var(--grey-darker);
  font-size: 1.7rem;
  font-weight: var(--font-weight-light);
}
.bo-section__title__number[data-v-4beb04a4] {
  display: inline-block;
  width: 27px;
  height: 27px;
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 100%;
  font-size: 1.1rem;
  text-align: center;
  line-height: 28px;
  vertical-align: text-top;
}
.bo-section__separator[data-v-4beb04a4] {
  max-width: 100%;
  color: var(--grey);
}
@media only screen and (max-width: 639px) {
.bo-section__separator[data-v-4beb04a4] {
    margin: 1rem 0 1.5rem;
}
}
@media only screen and (min-width: 640px) {
.bo-section__separator[data-v-4beb04a4] {
    margin: 1.75rem 0;
}
}


.idt-ticket-template[data-v-3eac10fb] {
  width: 100%;
  margin-left: 20px;
}
.idt-ticket-template .ticket-cosmetics[data-v-3eac10fb] {
  display: flex;
  justify-content: flex-end;
  height: 62px;
}
.idt-ticket-template .ticket-cosmetics__item[data-v-3eac10fb] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
}
.idt-ticket-template .ticket-cosmetics__item label[data-v-3eac10fb] {
  font-size: 13px;
  font-weight: 500;
}
.idt-ticket-template .ticket-cosmetics__tooltip[data-v-3eac10fb] {
  position: relative;
  width: 28px;
  height: 28px;
}
.idt-ticket-template .ticket-cosmetics__tooltip .selection[data-v-3eac10fb] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: solid 2px var(--black);
  border-radius: 50%;
  cursor: pointer;
}
.idt-ticket-template .ticket-cosmetics__tooltip__content[data-v-3eac10fb] {
  display: none;
  position: absolute;
  top: -100vh;
  right: -35px;
  width: 214px;
  padding: 15px;
  background-color: var(--white);
  box-shadow: 0 8px 10px -5px var(--black-alpha20),0 8px 24px 2px var(--black-alpha14),0 6px 30px 5px var(--black-alpha12);
  transition: top 0s .5s,opacity .5s;
  z-index: 9999;
}
.idt-ticket-template .ticket-cosmetics__tooltip__content[data-v-3eac10fb]:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 42px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) var(--white) rgba(0,0,0,0);
}
.idt-ticket-template .ticket-cosmetics__tooltip__content.show[data-v-3eac10fb] {
  display: block;
  top: 42px;
}
.idt-ticket-template .ticket-cosmetics__tooltip__content label[data-v-3eac10fb] {
  display: block;
  color: var(--black);
  font-size: 13px;
  font-weight: 500;
  opacity: .4;
}
.idt-ticket-template .ticket-cosmetics__tooltip__content .items[data-v-3eac10fb] {
  line-height: 0;
}
.idt-ticket-template .ticket-cosmetics__tooltip__content .items .item[data-v-3eac10fb] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
}
.idt-ticket-template .ticket-cosmetics__tooltip__content .items .item--icon[data-v-3eac10fb] {
  height: 46px;
}
.idt-ticket-template .ticket-cosmetics__tooltip__content .items .item.selected[data-v-3eac10fb] {
  border: solid 2px var(--main-color);
}
.idt-ticket-template .ticket-cosmetics__tooltip__content .items .item__color[data-v-3eac10fb] {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.idt-ticket-template .ticket--content[data-v-3eac10fb] {
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: var(--global-radius);
}
.idt-ticket-template .ticket-section[data-v-3eac10fb] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--grey);
}
.idt-ticket-template .ticket-section .row[data-v-3eac10fb] {
  margin: 0 0 20px 0;
}
.idt-ticket-template .ticket-section .row[data-v-3eac10fb]:last-child {
  margin-bottom: 0;
}
.idt-ticket-template .ticket-section .row.time-choice[data-v-3eac10fb] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 24px 0;
}
.idt-ticket-template .ticket-section .row.time-choice label[data-v-3eac10fb] {
  display: inline-block;
  margin: 0 8px;
  color: var(--grey-darkest);
  font-size: 13px;
  font-weight: 500;
  opacity: .3;
}
.idt-ticket-template .ticket-section .row.price[data-v-3eac10fb] {
  display: flex;
  justify-content: center;
}
.idt-ticket-template .ticket-section .input-container[data-v-3eac10fb] {
  flex: 1 1 auto;
  position: relative;
  width: calc((100% - 40px)/2);
}
.idt-ticket-template .ticket-section .input-container input.live[data-v-3eac10fb] {
  padding-right: 30px;
}
.idt-ticket-template .ticket-section .input-container input.replay[data-v-3eac10fb] {
  padding-right: 42px;
}
.idt-ticket-template .ticket-section .input-container input.interview[data-v-3eac10fb] {
  padding-right: 57px;
}
.idt-ticket-template .ticket-section .input-container .suffix[data-v-3eac10fb] {
  display: block;
  position: absolute;
  right: 10px;
  top: 12px;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  z-index: 99;
  pointer-events: none;
}
.idt-ticket-template .ticket-section .input[data-v-3eac10fb] {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 38px;
  padding: 8px;
  margin-bottom: 0;
  border: solid 1px var(--grey);
  font-size: 13px;
  text-align: right;
}
.idt-ticket-template .ticket-section .input[data-v-3eac10fb]::-webkit-inner-spin-button,
.idt-ticket-template .ticket-section .input[data-v-3eac10fb]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.idt-ticket-template .ticket-section--name[data-v-3eac10fb] {
  padding: 10px 20px;
  border-bottom: 1px solid var(--grey);
}
.idt-ticket-template .ticket-section--name .input[data-v-3eac10fb] {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 0 0 4px 0;
  margin-bottom: 0;
  color: #000;
  background-color: rgba(0,0,0,0);
  border: none;
  border-bottom: 1px solid var(--main-color);
  border-radius: 0px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.idt-ticket-template .ticket-section--price[data-v-3eac10fb] {
  height: var(--bo-tk-price-height);
}
.idt-ticket-template .ticket-section--replay[data-v-3eac10fb] {
  height: var(--bo-tk-replay-height);
}
.idt-ticket-template .ticket-section--interview[data-v-3eac10fb] {
  height: var(--bo-tk-interview-height);
}
.idt-ticket-template .ticket-section--interview .row[data-v-3eac10fb] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.idt-ticket-template .ticket-section--interview .ui.fluid.search[data-v-3eac10fb] {
  width: 100%;
  height: 38px;
  min-height: 38px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
}
.idt-ticket-template .ticket-section--interview .ui.fluid.search.disabled[data-v-3eac10fb] {
  background-color: #d1d3d4;
}
.idt-ticket-template .ticket-section--interview .ui.fluid.search.disabled input[data-v-3eac10fb] {
  display: none;
}
.idt-ticket-template .ticket-section--interview .ui.fluid.search input[data-v-3eac10fb] {
  height: 38px;
  min-height: 38px;
  font-size: 13px;
  text-align: left;
}
.idt-ticket-template .ticket-section--interview .ui.fluid.search .item[data-v-3eac10fb] {
  font-size: 13px;
}
.idt-ticket-template .ticket-section--interview .mx-datepicker[data-v-3eac10fb] {
  width: 48%;
}
.idt-ticket-template .ticket-section--interview .mx-datepicker.disabled .mx-input-append[data-v-3eac10fb] {
  display: none;
}
.idt-ticket-template .ticket-section--interview .mx-datepicker .mx-input-wrapper input[data-v-3eac10fb] {
  width: 100%;
  text-align: left;
}
.idt-ticket-template .ticket-section--interview .time[data-v-3eac10fb] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.idt-ticket-template .ticket-section--action[data-v-3eac10fb] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.idt-ticket-template .ticket-section--action .row[data-v-3eac10fb] {
  width: 100%;
}
.idt-ticket-template .ticket-section--action .row button[data-v-3eac10fb] {
  display: block;
  width: 100%;
  padding: 20px;
  color: var(--white);
  background-color: var(--secondary-color);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}
.idt-ticket-template .ticket-section .input-limit-desc[data-v-3eac10fb] {
  color: var(--black);
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  opacity: .5;
}


.idt-ticketing-bo-general .legend[data-v-38992b76] {
  width: 220px;
  text-align: center;
}
.idt-ticketing-bo-general .legend hr[data-v-38992b76] {
  height: 1px;
  background-color: var(--grey);
  border: none;
  margin: 15px auto 20px;
}
.idt-ticketing-bo-general .legend hr[data-v-38992b76]:first-child {
  margin: 62px auto 0 auto;
}
.idt-ticketing-bo-general .legend hr.bottom-name[data-v-38992b76] {
  margin: 0 auto 20px auto;
}
.idt-ticketing-bo-general .legend-section[data-v-38992b76] {
  padding: 20px 0;
  border-bottom: 1px solid var(--grey);
}
.idt-ticketing-bo-general .legend-section[data-v-38992b76]:first-child {
  border-top: 1px solid var(--grey);
}
.idt-ticketing-bo-general .legend-section--name[data-v-38992b76] {
  height: 53px;
  margin-top: 62px;
  padding: 0;
}
.idt-ticketing-bo-general .legend-section--price[data-v-38992b76] {
  height: 98px;
}
.idt-ticketing-bo-general .legend-section--live[data-v-38992b76] {
  height: 264px;
}
.idt-ticketing-bo-general .legend-section--replay[data-v-38992b76] {
  height: 176px;
}
.idt-ticketing-bo-general .legend-section--interview[data-v-38992b76] {
  height: 210px;
}
.idt-ticketing-bo-general .legend-section .title[data-v-38992b76] {
  margin-bottom: 15px;
  color: var(--grey-darkest);
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.idt-ticketing-bo-general .legend-section .title--name[data-v-38992b76] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}
.idt-ticketing-bo-general .legend-section .title--price[data-v-38992b76] {
  margin-bottom: 25px;
}
.idt-ticketing-bo-general .legend-section .description[data-v-38992b76] {
  color: var(--black);
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  opacity: .5;
}
.idt-ticketing-bo-general .legend-section .description--live[data-v-38992b76] {
  height: 52px;
  margin-bottom: 42px;
}
.idt-ticketing-bo-general .legend-section label[data-v-38992b76] {
  margin-bottom: 20px;
  color: var(--grey-darkest);
  font-size: 15px;
  font-weight: 500;
}
.idt-ticketing-bo-general .legend-section label.live-chat[data-v-38992b76] {
  margin-bottom: 28px;
}
.idt-ticketing-bo-general .legend-section label.download[data-v-38992b76] {
  margin-bottom: 22px;
}
.idt-ticketing-bo-general .bo-ticketing__block__add[data-v-38992b76] {
  position: relative;
  height: calc(100% - 64px);
  min-height: 750px;
  margin-top: 62px;
  margin-left: 20px;
  color: var(--main-color);
  border: 2px dashed var(--main-color);
  border-radius: 6px;
  font-size: 1.1rem;
  text-transform: uppercase;
  cursor: pointer;
}
.idt-ticketing-bo-general .bo-ticketing__block__add__content[data-v-38992b76] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.idt-ticketing-bo-general .bo-ticketing__block__add__content i[data-v-38992b76] {
  display: inline-block;
  margin-bottom: .75rem;
  font-size: 5rem;
  vertical-align: middle;
}
.idt-ticketing-bo-general .tickets[data-v-38992b76] {
  width: calc(100% - 220px);
  height: 100%;
}


.idt-ticketing-blocking-modal-time {
  display: flex;
  align-items: center;
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
}
@media only screen and (min-width: 640px) {
.idt-ticketing-blocking-modal-time {
    font-size: 1.5rem;
}
}
.idt-ticketing-blocking-modal-time .ideacon {
  margin-right: 5px;
}
@media only screen and (min-width: 640px) {
.idt-ticketing-blocking-modal-time .ideacon {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
}
}
.idt-ticketing-blocking-modal-time .ideacon.idea-ht-scheduled {
  color: var(--main-color);
}
.idt-ticketing-blocking-modal-time .ideacon.idea-ht-starting-colored {
  color: var(--yellow);
}
.idt-ticketing-blocking-modal-time .ideacon.idea-ht-live-plain {
  color: var(--red);
}
.idt-ticketing-blocking-modal-time .ideacon.idea-ht-warning {
  color: #f9662e;
}
.idt-ticketing-blocking-modal-time .ideacon.idea-ht-play-disc {
  color: var(--white);
}


.ticketing-blocking-modal-header[data-v-e5142f70] {
  flex: 0 0 auto;
  position: relative;
  height: var(--tk-modal-header-height);
  color: var(--white);
  background-color: var(--main-color-darkest);
  overflow: hidden;
}
.ticketing-blocking-modal-header__infos[data-v-e5142f70] {
  display: flex;
  justify-content: space-between;
  height: var(--tk-modal-header-height);
}
@media only screen and (max-width: 639px) {
.ticketing-blocking-modal-header__infos[data-v-e5142f70] {
    padding: 10px 10px 5px;
}
}
@media only screen and (min-width: 640px) {
.ticketing-blocking-modal-header__infos[data-v-e5142f70] {
    padding: 1.25rem 1.5rem;
}
}
@media only screen and (max-width: 1199px) {
.ticketing-blocking-modal-header__infos[data-v-e5142f70] {
    flex-direction: column;
}
}
.ticketing-blocking-modal-header__infos__user[data-v-e5142f70] {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 639px) {
.ticketing-blocking-modal-header__infos__user__avatar[data-v-e5142f70] {
    width: 35px !important;
    height: 35px !important;
}
}
@media only screen and (max-width: 639px) {
.ticketing-blocking-modal-header__infos__user__avatar[data-v-e5142f70]  .idt-user-avatar__initial {
    font-size: 30px !important;
    line-height: 35px !important;
}
}
.ticketing-blocking-modal-header__infos__user__text[data-v-e5142f70] {
  max-width: 50vw;
  padding: 0 5px;
}
.ticketing-blocking-modal-header__infos__user__text__name[data-v-e5142f70] {
  width: 100%;
  font-family: var(--title-font-family);
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 640px)and (max-width: 1199px) {
.ticketing-blocking-modal-header__infos__user__text__name[data-v-e5142f70] {
    font-size: 1.25rem;
}
}
@media only screen and (min-width: 1200px) {
.ticketing-blocking-modal-header__infos__user__text__name[data-v-e5142f70] {
    font-size: 1.75rem;
}
}
.ticketing-blocking-modal-header__infos__user__text__role[data-v-e5142f70] {
  width: 100%;
  font-weight: var(--font-weight-light);
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 639px) {
.ticketing-blocking-modal-header__infos__user__text__role[data-v-e5142f70] {
    font-size: .75rem;
}
}
@media only screen and (min-width: 640px)and (max-width: 1199px) {
.ticketing-blocking-modal-header__infos__user__text__role[data-v-e5142f70] {
    font-size: 1.25rem;
}
}
@media only screen and (min-width: 1200px) {
.ticketing-blocking-modal-header__infos__user__text__role[data-v-e5142f70] {
    font-size: 1.75rem;
}
}
.ticketing-blocking-modal-header__infos__availability__title[data-v-e5142f70] {
  line-height: 30px;
}
.ticketing-blocking-modal-header__infos__availability__number[data-v-e5142f70] {
  font-size: 2.375rem;
}
.ticketing-blocking-modal-header__infos__availability__number strong[data-v-e5142f70] {
  font-weight: var(--font-weight-medium);
}
.ticketing-blocking-modal-header__infos__event[data-v-e5142f70] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
.ticketing-blocking-modal-header__infos__event[data-v-e5142f70] {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-right: 145px;
    padding-right: 1.875rem;
    border-right: 1px solid var(--white);
}
}
.ticketing-blocking-modal-header__infos__event__title[data-v-e5142f70] {
  flex: 1 1 auto;
  padding-right: .5rem;
  font-weight: var(--font-weight-light);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
.ticketing-blocking-modal-header__infos__event__title[data-v-e5142f70] {
    font-size: 1.25rem;
}
}
@media only screen and (max-width: 1199px) {
.ticketing-blocking-modal-header__infos__event__title[data-v-e5142f70] {
    max-width: 75vw;
}
}
@media only screen and (min-width: 1200px) {
.ticketing-blocking-modal-header__infos__event__title[data-v-e5142f70] {
    max-width: 35vw;
}
}
.ticketing-blocking-modal-header__infos__event__timer[data-v-e5142f70] {
  flex: 0 0 auto;
  font-family: var(--title-font-family);
}


.ticketing-payment-success[data-v-5e92393e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
.ticketing-payment-success[data-v-5e92393e] {
    flex-direction: column;
}
}
@media only screen and (min-width: 992px) {
.ticketing-payment-success[data-v-5e92393e] {
    flex-direction: row;
}
}
.ticketing-payment-success__infos[data-v-5e92393e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 479px) {
.ticketing-payment-success__infos[data-v-5e92393e] {
    margin-bottom: 20px;
    font-size: 1.5rem;
}
}
@media only screen and (min-width: 480px)and (max-width: 639px) {
.ticketing-payment-success__infos[data-v-5e92393e] {
    margin-bottom: 50px;
    font-size: 1.5rem;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.ticketing-payment-success__infos[data-v-5e92393e] {
    margin-bottom: 60px;
    font-size: 2rem;
}
}
@media only screen and (min-width: 1024px) {
.ticketing-payment-success__infos[data-v-5e92393e] {
    font-size: 3.125rem;
}
}
.ticketing-payment-success__infos__message[data-v-5e92393e] {
  display: flex;
  align-items: baseline;
  color: var(--grey-darkest);
  font-weight: var(--font-weight-medium);
}
@media only screen and (max-width: 1023px) {
.ticketing-payment-success__infos__message[data-v-5e92393e] {
    margin-bottom: 10px;
}
}
@media only screen and (min-width: 1024px) {
.ticketing-payment-success__infos__message[data-v-5e92393e] {
    margin-bottom: 50px;
}
}
.ticketing-payment-success__infos__message__icon.idt-icon[data-v-5e92393e]  .ideacon {
  color: var(--main-color);
}
@media only screen and (max-width: 1023px) {
.ticketing-payment-success__infos__message__icon.idt-icon[data-v-5e92393e]  .ideacon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
}
}
@media only screen and (min-width: 1024px) {
.ticketing-payment-success__infos__message__icon.idt-icon[data-v-5e92393e]  .ideacon {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 1rem;
}
}
.ticketing-payment-success__infos__continue[data-v-5e92393e] {
  margin: 0;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  line-height: .75;
}
@media only screen and (max-width: 639px) {
.ticketing-payment-success__infos__continue[data-v-5e92393e] {
    width: 180px;
    height: 36px;
    margin-top: 5px;
    font-size: 1rem;
    line-height: .5;
}
}
@media only screen and (min-width: 640px) {
.ticketing-payment-success__infos__continue[data-v-5e92393e] {
    width: 200px;
    height: 50px;
    font-size: 1.125rem;
}
}
.ticketing-payment-success__ticket[data-v-5e92393e] {
  width: 280px;
}
@media only screen and (min-width: 1024px) {
.ticketing-payment-success__ticket[data-v-5e92393e] {
    margin-left: 50px;
}
}


.payment-error[data-v-dc47ef26] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: left;
}
.payment-error__container[data-v-dc47ef26] {
  display: flex;
}
@media only screen and (max-width: 639px) {
.payment-error__container[data-v-dc47ef26] {
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}
}
@media only screen and (min-width: 640px) {
.payment-error__container[data-v-dc47ef26] {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
}
}
.payment-error__icon[data-v-dc47ef26] {
  color: var(--secondary-color);
}
.payment-error__icon.idt-icon[data-v-dc47ef26]  .ideacon {
  width: 2.75rem;
  height: 2.75rem;
}
@media only screen and (max-width: 639px) {
.payment-error__icon.idt-icon[data-v-dc47ef26]  .ideacon {
    margin-bottom: 15px;
}
}
@media only screen and (min-width: 640px) {
.payment-error__icon.idt-icon[data-v-dc47ef26]  .ideacon {
    margin-right: 25px;
}
}
.payment-error__message__title[data-v-dc47ef26] {
  color: var(--grey-darkest);
  font-size: 1.75rem;
  font-weight: var(--font-weight-medium);
  line-height: normal;
}
@media only screen and (max-width: 369px) {
.payment-error__message__title[data-v-dc47ef26] {
    margin-bottom: 5px;
    font-size: 1.75rem;
}
}
@media only screen and (min-width: 370px)and (max-width: 639px) {
.payment-error__message__title[data-v-dc47ef26] {
    margin-bottom: 5px;
    font-size: 2rem;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.payment-error__message__title[data-v-dc47ef26] {
    margin-bottom: 15px;
    font-size: 2.5rem;
}
}
@media only screen and (min-width: 1024px) {
.payment-error__message__title[data-v-dc47ef26] {
    margin-bottom: 20px;
    font-size: 2.5rem;
}
}
.payment-error__message__text[data-v-dc47ef26] {
  color: var(--grey-darker);
  font-weight: var(--font-weight-light);
  line-height: 1.25;
}
@media only screen and (min-width: 370px)and (max-width: 639px) {
.payment-error__message__text[data-v-dc47ef26] {
    font-size: 1.125rem;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.payment-error__message__text[data-v-dc47ef26] {
    font-size: 1.25rem;
}
}
@media only screen and (min-width: 1024px) {
.payment-error__message__text[data-v-dc47ef26] {
    font-size: 1.5rem;
}
}
.payment-error__retry[data-v-dc47ef26] {
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
@media only screen and (max-width: 639px) {
.payment-error__retry[data-v-dc47ef26] {
    width: 152px;
    height: 36px;
    margin-top: 20px;
    font-size: 1rem;
    line-height: .5;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.payment-error__retry[data-v-dc47ef26] {
    width: 200px;
    height: 46px;
    margin-top: 20px;
    font-size: 1.125rem;
}
}
@media only screen and (min-width: 1024px) {
.payment-error__retry[data-v-dc47ef26] {
    width: 200px;
    height: 46px;
    margin-top: 30px;
    font-size: 1.125rem;
}
}


.payment-loading[data-v-01529e61] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.payment-loading__title[data-v-01529e61] {
  color: var(--grey-darkest);
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: .5px;
}
@media only screen and (max-width: 639px) {
.payment-loading__title[data-v-01529e61] {
    margin-bottom: 20px;
    font-size: 1.75rem;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.payment-loading__title[data-v-01529e61] {
    margin-bottom: 25px;
    font-size: 2.5rem;
}
}
@media only screen and (min-width: 1024px) {
.payment-loading__title[data-v-01529e61] {
    margin-bottom: 30px;
    font-size: 2.5rem;
}
}
.payment-loading__text[data-v-01529e61] {
  color: var(--grey-darker);
  font-weight: var(--font-weight-light);
  line-height: 1.25;
}
@media only screen and (max-width: 639px) {
.payment-loading__text[data-v-01529e61] {
    font-size: 1rem;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.payment-loading__text[data-v-01529e61] {
    font-size: 1.25rem;
}
}
@media only screen and (min-width: 1024px) {
.payment-loading__text[data-v-01529e61] {
    font-size: 1.375rem;
}
}
.payment-loading__spinner[data-v-01529e61] {
  color: var(--secondary-color);
}
@media only screen and (max-width: 639px) {
.payment-loading[data-v-01529e61]  .idt-spinner {
    --spinner-radius: 25px;
    margin-bottom: 20px;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.payment-loading[data-v-01529e61]  .idt-spinner {
    --spinner-radius: 35px;
    margin-bottom: 25px;
}
}
@media only screen and (min-width: 1024px) {
.payment-loading[data-v-01529e61]  .idt-spinner {
    --spinner-radius: 40px;
    margin-bottom: 30px;
}
}


@media only screen and (max-width: 639px) {
:root {
    --tk-modal-header-height: 80px;
}
}
@media only screen and (min-width: 640px)and (max-width: 1199px) {
:root {
    --tk-modal-header-height: 140px;
}
}
@media only screen and (min-width: 1200px) {
:root {
    --tk-modal-header-height: 108px;
}
}
.ticketing-modal {
  --outer-elements-height-small: 166px;
  --outer-elements-height-large: 180px;
  height: calc(var(--vh, 1vh)*100);
}
.ticketing-modal .ticketing-blocking-modal {
  display: flex;
  flex-direction: column;
  height: calc(var(--vh, 1vh)*100);
}
.ticketing-modal .ticketing-blocking-modal__container {
  display: flex;
  flex: 1 1 auto;
  max-height: calc(var(--vh, 1vh)*100 - var(--tk-modal-header-height));
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
.ticketing-modal .ticketing-blocking-modal__container {
    flex-direction: column;
}
}
@media only screen and (max-width: 1023px)and (min-aspect-ratio: 13/9) {
.ticketing-modal .ticketing-blocking-modal__container {
    overflow-x: hidden;
    overflow-y: auto;
}
}
@media only screen and (min-width: 1024px)and (max-width: 1199px) {
.ticketing-modal .ticketing-blocking-modal__container {
    padding-top: 50px;
}
}
@media only screen and (min-width: 1200px) {
.ticketing-modal .ticketing-blocking-modal__container {
    align-items: center;
    padding-top: 2rem;
}
}
.ticketing-modal .ticketing-blocking-modal__container__infos {
  color: var(--black);
  font-weight: var(--font-weight-light);
  line-height: normal;
}
@media only screen and (max-width: 369px) {
.ticketing-modal .ticketing-blocking-modal__container__infos {
    font-size: .875rem;
}
}
@media only screen and (max-width: 639px) {
.ticketing-modal .ticketing-blocking-modal__container__infos {
    padding: 8px 10px;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.ticketing-modal .ticketing-blocking-modal__container__infos {
    margin-bottom: 60px;
    padding: 1.25rem 1.5rem;
}
}
@media only screen and (min-width: 640px)and (max-width: 1199px) {
.ticketing-modal .ticketing-blocking-modal__container__infos {
    font-size: 1.875rem;
}
}
@media only screen and (max-width: 1023px) {
.ticketing-modal .ticketing-blocking-modal__container__infos {
    flex: 0 0 auto;
}
}
@media only screen and (min-width: 1024px) {
.ticketing-modal .ticketing-blocking-modal__container__infos {
    flex: 1 1 auto;
}
}
@media only screen and (min-width: 1024px)and (max-width: 1199px) {
.ticketing-modal .ticketing-blocking-modal__container__infos {
    padding: 1.25rem 1.5rem 1.25rem 2rem;
}
}
@media only screen and (min-width: 1024px)and (max-width: 1441px) {
.ticketing-modal .ticketing-blocking-modal__container__infos {
    max-width: 456px;
}
}
@media only screen and (min-width: 1200px) {
.ticketing-modal .ticketing-blocking-modal__container__infos {
    font-size: 2.1875rem;
}
}
@media only screen and (min-width: 1200px)and (max-width: 1441px) {
.ticketing-modal .ticketing-blocking-modal__container__infos {
    padding: 1.25rem 4rem 1.25rem 2rem;
}
}
@media only screen and (min-width: 1442px) {
.ticketing-modal .ticketing-blocking-modal__container__infos {
    max-width: 700px;
    padding: 1.25rem 4rem 1.25rem 6rem;
}
}
.ticketing-modal .ticketing-blocking-modal__container__infos strong {
  font-weight: var(--font-weight-medium);
}
.ticketing-modal .ticketing-blocking-modal__container__tickets {
  flex: 1 1 auto;
}
@media only screen and (max-width: 991px) {
.ticketing-modal .ticketing-blocking-modal__container__tickets {
    display: flex;
    align-items: center;
    flex-direction: column;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.ticketing-modal .ticketing-blocking-modal__container__tickets {
    padding: 0 10px;
}
}
@media only screen and (min-width: 1024px) {
.ticketing-modal .ticketing-blocking-modal__container__tickets {
    padding-right: 35px;
}
}
@media only screen and (min-width: 1200px)and (max-width: 1441px) {
.ticketing-modal .ticketing-blocking-modal__container__tickets {
    margin-top: -3rem;
}
}
.ticketing-modal .ticketing-blocking-modal__container__no-ticket {
  width: 100%;
  text-align: center;
}
.ticketing-modal .ticketing-blocking-modal__container__no-ticket__text {
  font-size: 3.125rem;
  font-weight: var(--font-weight-light);
  color: var(--black);
  line-height: normal;
}
.ticketing-modal .ticketing-blocking-modal__container__no-ticket .contact-admin {
  width: 200px;
  height: 50px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: var(--font-weight-medium);
  text-align: center;
  text-transform: uppercase;
}
.ticketing-modal .ticketing-blocking-modal__container .ticketing-payment-success {
  margin-top: 10px;
}
.ticketing-modal .ticketing-blocking-modal__contact-btn {
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
@media only screen and (min-width: 640px)and (max-width: 991px) {
.ticketing-modal .ticketing-blocking-modal__contact-btn {
    margin: 1rem 0 0 0;
}
}
@media only screen and (min-width: 992px) {
.ticketing-modal .ticketing-blocking-modal__contact-btn {
    margin: 2rem 0 0 0;
}
}
@media only screen and (max-width: 991px) {
.ticketing-modal .ticketing-blocking-modal__contact-btn.desktop {
    display: none;
}
}
@media only screen and (min-width: 992px) {
.ticketing-modal .ticketing-blocking-modal__contact-btn.mobile {
    display: none;
}
}
.ticketing-modal .modal-fullscreen__close {
  color: #fff;
}
.ticketing-modal .modal-fullscreen__close__container {
  background-color: inherit;
}
@media only screen and (min-width: 1200px) {
.ticketing-modal .modal-fullscreen__close__container {
    top: 54px;
    transform: translateY(-50%);
}
}
.modal-fullscreen {
  padding: 0 !important;
}


.ticketing-upgrade-modal[data-v-631fe720] {
  width: 100%;
  padding: 2.5rem 1rem 4.25rem;
}
.ticketing-upgrade-modal__title[data-v-631fe720] {
  color: var(--grey-darkest);
  font-weight: var(--font-weight-light);
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 639px) {
.ticketing-upgrade-modal__title[data-v-631fe720] {
    font-size: 1.125rem;
}
}
@media only screen and (min-width: 640px) {
.ticketing-upgrade-modal__title[data-v-631fe720] {
    font-size: 2.375rem;
}
}
.ticketing-upgrade-modal__title[data-v-631fe720]:after {
  content: "";
  display: block;
  position: absolute;
  width: 83px;
  left: 50%;
  margin-top: 28px;
  border-bottom: solid var(--main-color);
  transform: translateX(-50%);
}
@media only screen and (max-width: 639px) {
.ticketing-upgrade-modal__title[data-v-631fe720]:after {
    margin-top: 9px;
    border-bottom-width: 1px;
}
}
@media only screen and (min-width: 640px) {
.ticketing-upgrade-modal__title[data-v-631fe720]:after {
    margin-top: 28px;
    border-bottom-width: 3px;
}
}
@media only screen and (max-width: 639px) {
.ticketing-upgrade-modal__tickets[data-v-631fe720] {
    margin-top: 20px;
}
}
@media only screen and (min-width: 640px) {
.ticketing-upgrade-modal__tickets[data-v-631fe720] {
    margin-top: 40px;
}
}


.ticketing-upgrade-button[data-v-0e82b3ee] {
  margin: 0;
  padding: 0;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
.ticketing-upgrade-button[data-v-0e82b3ee] {
    width: 160px;
    height: 40px;
    margin-top: 15px;
    font-size: 1rem;
}
}
@media only screen and (min-width: 992px) {
.ticketing-upgrade-button[data-v-0e82b3ee] {
    width: 115px;
    height: 34px;
    font-size: .875rem;
}
}


.idt-profile-ticket[data-v-75e49fd8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--global-border-radius);
  padding: 0 26px;
  height: 79px;
  width: 100%;
  background: var(--background-color);
  margin-bottom: 11px;
}
.idt-profile-ticket.inactive[data-v-75e49fd8] {
  background: var(--grey-lighter);
}
.idt-profile-ticket.inactive .idt-profile-ticket__title[data-v-75e49fd8] {
  color: var(--black-alpha-50);
}
.idt-profile-ticket.inactive .idt-profile-ticket__icon-container[data-v-75e49fd8] {
  color: var(--grey);
}
.idt-profile-ticket.inactive .ticketing-upgrade-button[data-v-75e49fd8] {
  background-color: var(--grey);
}
.idt-profile-ticket.selected[data-v-75e49fd8] {
  background: var(--white);
  border: 2px solid var(--ticket-color);
}
.idt-profile-ticket.selected .idt-profile-ticket__icon-container[data-v-75e49fd8] {
  background-color: var(--ticket-color);
  color: #fff;
}
.idt-profile-ticket__left[data-v-75e49fd8] {
  display: flex;
  align-items: center;
}
.idt-profile-ticket__icon-container[data-v-75e49fd8] {
  display: flex;
  height: 30px;
  width: 30px;
  min-width: 30px;
  margin-right: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--ticket-color);
}
.idt-profile-ticket__title[data-v-75e49fd8] {
  margin: 0;
  color: var(--ticket-color);
  font-weight: var(--font-weight-bold);
}
.idt-profile-ticket .ticketing-upgrade-button[data-v-75e49fd8] {
  width: 134px !important;
  height: 30px !important;
  margin-top: 0 !important;
  flex-shrink: 0;
  font-size: 14px !important;
  background-color: var(--ticket-color);
}


.add-participant-modal[data-v-0f7b2e1f] {
  width: 100%;
  max-width: 500px;
  padding: 1rem;
}
.add-participant-modal__link[data-v-0f7b2e1f] {
  text-decoration: underline;
}
.add-participant-modal__tickets__container .button[data-v-0f7b2e1f] {
  max-width: 120px;
  margin-right: 3px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.add-participant-modal__tickets__container .button[data-v-0f7b2e1f]:last-child {
  margin-right: 0px;
}
.add-participant-modal__tickets__container .button.selected[data-v-0f7b2e1f] {
  color: var(--white);
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.add-participant-modal__report[data-v-0f7b2e1f] {
  max-height: 500px;
  overflow-y: auto;
}
.add-participant-modal__report__table[data-v-0f7b2e1f] {
  min-width: 500px;
  table-layout: fixed;
}
.add-participant-modal__loader label[data-v-0f7b2e1f] {
  color: var(--black-alpha70);
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.add-participant-modal__loader label i[data-v-0f7b2e1f] {
  color: var(--main-color);
  font-size: 16px;
}
.add-participant-modal__progress[data-v-0f7b2e1f] {
  position: relative;
  width: 100%;
  min-width: 300px;
  height: 22px;
  margin: 20px auto;
  background-color: var(--grey-light);
  border-radius: 0;
  overflow: hidden;
}
.add-participant-modal__progress__number[data-v-0f7b2e1f] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  color: var(--main-color);
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
}
.add-participant-modal__progress__bar[data-v-0f7b2e1f] {
  height: 100%;
  background-color: var(--main-color);
  opacity: .8;
  transition: width .2s;
}


.tags-container {
  height: 120px;
  margin-bottom: 15px;
  border: 1px solid var(--grey);
  overflow: auto;
}
.vue-tags-input {
  max-width: none !important;
  width: 100% !important;
}
.vue-tags-input .ti-input {
  border: none !important;
}
.vue-tags-input .ti-tag {
  height: 30px;
  background-color: var(--main-color) !important;
  border-radius: var(--global-radius) !important;
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14) !important;
  font-weight: var(--font-weight-bold);
}
.vue-tags-input .ti-duplicate span,
.vue-tags-input .ti-new-tag-input.ti-duplicate {
  background-color: var(--secondary-color-alpha20);
}


.add-mentor-modal[data-v-1e7fb443] {
  width: 100%;
  max-width: 500px;
  padding: 1rem;
}
.add-mentor-modal__highlight[data-v-1e7fb443] {
  margin-bottom: var(--rem-size-20);
}
.add-mentor-modal__textarea[data-v-1e7fb443] {
  width: 100%;
}
.add-mentor-modal__report[data-v-1e7fb443] {
  max-height: 500px;
  overflow-y: auto;
}
.add-mentor-modal__report__table[data-v-1e7fb443] {
  min-width: 500px;
  table-layout: fixed;
}
.add-mentor-modal__loader label[data-v-1e7fb443] {
  color: rgba(0,0,0,.65);
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.add-mentor-modal__loader label i[data-v-1e7fb443] {
  color: var(--main-color);
  font-size: 16px;
}
.add-mentor-modal__progress[data-v-1e7fb443] {
  position: relative;
  width: 100%;
  min-width: 300px;
  height: 22px;
  margin: 20px auto;
  background-color: var(--grey-light);
  border-radius: 0;
  overflow: hidden;
}
.add-mentor-modal__progress__number[data-v-1e7fb443] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  color: var(--main-color);
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
}
.add-mentor-modal__progress__bar[data-v-1e7fb443] {
  height: 100%;
  background-color: var(--main-color);
  opacity: .8;
  transition: width .2s;
}


[data-v-189a4b2b] .idt-dropdown {
  width: 100%;
}
[data-v-189a4b2b] .idt-dropdown--pane {
  width: 100%;
  padding: 0;
}
.input-dropdown[data-v-189a4b2b] {
  position: relative;
}
.input-dropdown__input__container[data-v-189a4b2b] {
  position: relative;
  cursor: pointer;
}
.input-dropdown__input.div[data-v-189a4b2b] {
  min-height: 53px;
  pointer-events: auto;
}
.input-dropdown__input.div .tag-list[data-v-189a4b2b] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.input-dropdown__input.div .tag-list .tag-item[data-v-189a4b2b] {
  height: 29px;
  color: var(--white);
  background: var(--main-color);
  font-family: "Roboto",sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  border: 1px solid var(--main-color);
  border-radius: 3px;
}
.input-dropdown__input.div .tag-list .tag-item .remove-button[data-v-189a4b2b] {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
}
.input-dropdown__button[data-v-189a4b2b] {
  margin: 0;
  color: var(--main-color);
  background-color: var(--white);
  border-color: var(--main-color);
  text-transform: uppercase;
}
.input-dropdown__button.dropdown[data-v-189a4b2b]:after {
  border-color: var(--main-color) rgba(0,0,0,0) rgba(0,0,0,0);
}
.input-dropdown__button[data-v-189a4b2b]:hover {
  color: var(--main-color);
  background-color: var(--white);
}
.input-dropdown .idt-dropdown--pane[data-v-189a4b2b] {
  max-height: 50vh;
  margin: -2.75rem 0 0 -0.25rem;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 5px var(--black-alpha20);
  overflow-y: auto;
}
.input-dropdown .idt-dropdown--pane__header[data-v-189a4b2b] {
  position: relative;
  min-height: 40px;
  color: var(--main-color);
  background-color: var(--main-color-alpha10);
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase;
}
.input-dropdown .idt-dropdown--pane__header[data-v-189a4b2b]:not(.counter):not(.checkbox) {
  padding: .7rem 1rem;
}
.input-dropdown .idt-dropdown--pane__header.counter[data-v-189a4b2b] {
  padding: .7rem 2.5rem .7rem 1rem;
}
.input-dropdown .idt-dropdown--pane__header .count[data-v-189a4b2b] {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1rem;
  color: var(--main-color);
  transform: translateY(-50%);
}
.input-dropdown .idt-dropdown--pane__header.checkbox[data-v-189a4b2b] {
  padding: .7rem 3rem .7rem 1rem;
  cursor: pointer;
}
.input-dropdown .idt-dropdown--pane__header.checkbox[data-v-189a4b2b]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 16px;
  height: 16px;
  border: 2px solid var(--white);
  border-radius: 100%;
  box-shadow: 0 0 0 2px var(--main-color);
  transform: translateY(-50%);
}
.input-dropdown .idt-dropdown--pane__header.checkbox.checked[data-v-189a4b2b]:before {
  background-color: var(--main-color);
}
.input-dropdown .idt-dropdown--pane button[data-v-189a4b2b] {
  width: 100%;
  height: 40px;
  padding: .7rem 1rem;
  border-radius: 0;
  font-family: var(--text-font-family);
  text-align: left;
  cursor: pointer;
}
.input-dropdown .idt-dropdown--pane button.add[data-v-189a4b2b] {
  position: relative;
  color: var(--main-color);
  background-color: var(--main-color-alpha10);
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase;
}
.input-dropdown .idt-dropdown--pane button.add i[data-v-189a4b2b] {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.input-dropdown .idt-dropdown--pane__checkbox[data-v-189a4b2b] {
  position: relative;
  width: 100%;
  margin: 0;
  padding: .7rem 3rem .7rem 1rem;
  cursor: pointer;
}
.input-dropdown .idt-dropdown--pane__checkbox[data-v-189a4b2b]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 16px;
  height: 16px;
  border: 2px solid var(--white);
  border-radius: 100%;
  box-shadow: 0 0 0 2px var(--main-color);
  transform: translateY(-50%);
}
input[type=radio]:checked+.input-dropdown .idt-dropdown--pane__checkbox[data-v-189a4b2b]:before,
input[type=checkbox]:checked+.input-dropdown .idt-dropdown--pane__checkbox[data-v-189a4b2b]:before {
  background-color: var(--main-color);
}
.input-dropdown .idt-dropdown--pane input[type=radio][data-v-189a4b2b],
.input-dropdown .idt-dropdown--pane input[type=checkbox][data-v-189a4b2b] {
  display: none;
}
.input-dropdown__title[data-v-189a4b2b] {
  background-color: var(--main-color-alpha20);
  color: var(--main-color);
}
.input-dropdown .menu[data-v-189a4b2b] {
  max-width: 100%;
  font-size: .8rem;
  overflow-x: hidden;
}
.input-dropdown .menu[data-v-189a4b2b]:not(.multiple) {
  max-height: 200px;
  overflow-y: auto;
}
.input-dropdown .menu li:not(:last-child) a[data-v-189a4b2b],
.input-dropdown .menu li:not(:last-child) button[data-v-189a4b2b] {
  border-bottom: 1px solid var(--grey-lighter);
}
.input-dropdown .menu li a[data-v-189a4b2b],
.input-dropdown .menu li button[data-v-189a4b2b] {
  color: var(--grey-darkest);
}
.input-dropdown .menu li a[data-v-189a4b2b]:hover,
.input-dropdown .menu li button[data-v-189a4b2b]:hover {
  color: var(--main-color);
}
input[type=checkbox].checked+.dropdown-pane__checkbox[data-v-189a4b2b]:before {
  background-color: var(--main-color);
}
.button-dropdown[data-v-189a4b2b] {
  display: inline-block;
}
.modal-account[data-v-189a4b2b] {
  max-width: 500px;
}
.modal-account__back.hollow[data-v-189a4b2b] {
  position: fixed;
  margin: 0;
  padding: .6rem 1rem;
  color: var(--grey-darker);
  border-color: var(--grey-darker);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 639px) {
.modal-account__back.hollow[data-v-189a4b2b] {
    top: .5rem;
    left: .5rem;
    z-index: 100;
}
}
@media only screen and (min-width: 640px) {
.modal-account__back.hollow[data-v-189a4b2b] {
    top: 1.875rem;
    left: 1.875rem;
}
}
.modal-account__back.hollow[data-v-189a4b2b]:hover {
  color: var(--grey-darkest);
  border-color: var(--grey-darkest);
}
.modal-account__textarea[data-v-189a4b2b] {
  width: 100%;
}
.modal-account__input[data-v-189a4b2b] {
  padding-bottom: 2rem;
  margin-bottom: 0px;
}
.modal-account .tags[data-v-189a4b2b] {
  padding: .625rem;
  height: 150px;
  background-color: var(--white);
  border-color: var(--grey);
  border-radius: var(--global-radius);
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.modal-account .tags.focused[data-v-189a4b2b] {
  box-shadow: none;
}
.modal-account .tags .input[data-v-189a4b2b] {
  height: 29px;
  color: var(--main-color);
}
.modal-account .tags .input[data-v-189a4b2b]::-moz-placeholder {
  color: var(--main-color);
  opacity: 1;
}
.modal-account .tags .input[data-v-189a4b2b]::placeholder {
  color: var(--main-color);
}
.custom-mail__textarea[data-v-189a4b2b] {
  margin-bottom: 0px;
}


.room__messages__container[data-v-5def8f34] {
  color: red;
}
.room__messages__container:hover .room-message__actions[data-v-5def8f34] {
  display: inline-block;
}
.room-message[data-v-5def8f34] {
  flex: 0 1 auto;
  position: relative;
  max-width: var(--chat-message-max-width);
  background-color: var(--white);
  border-radius: var(--chat-message-radius);
  font-size: .825rem;
  line-height: 1.4;
}
.room-message__date[data-v-5def8f34] {
  margin-bottom: 1.1rem;
  color: var(--grey-dark);
  font-size: .75rem;
  text-align: center;
}
.room-message__container[data-v-5def8f34] {
  display: flex;
  position: relative;
  margin-bottom: 1.1rem;
  align-items: center;
}
.room-message__container.ltr[data-v-5def8f34] {
  justify-content: flex-start;
}
.room-message__container.rtl[data-v-5def8f34] {
  justify-content: flex-end;
}
.room-message__container[data-v-5def8f34]:not(.notice) {
  padding: 0 1.75rem 0 .8125rem;
}
.room-message__user[data-v-5def8f34] {
  flex: 0 0 auto;
  padding: .5rem .8rem 0 0;
}
.room-message__user__avatar[data-v-5def8f34] {
  flex: 0 1 auto;
  cursor: pointer;
}
.room-message__actions[data-v-5def8f34] {
  vertical-align: middle;
}
.room-message__actions .menu.vertical li a[data-v-5def8f34] {
  display: flex;
  align-items: center;
}
.room-message__actions .glyphicons-more[data-v-5def8f34] {
  font-size: 1.5rem;
}
.room-message__header[data-v-5def8f34] {
  position: relative;
}
.room-message__info[data-v-5def8f34] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: .3125rem .625rem;
}
.room-message__name[data-v-5def8f34] {
  margin-right: .5rem;
  color: var(--grey-dark);
  cursor: pointer;
}
.room-message__time[data-v-5def8f34] {
  color: var(--main-color);
}
.room-message__content[data-v-5def8f34] {
  color: var(--grey-darkest);
  padding: .3125rem .625rem .625rem;
  white-space: pre-line;
  word-break: break-word;
}
.room-message__content a[data-v-5def8f34] {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}
.room-message__delete[data-v-5def8f34] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  color: var(--grey-darker);
  background-color: var(--white);
  border: 1px solid var(--grey-darker);
  border-radius: 100%;
  font-size: .5rem;
  text-align: center;
  line-height: 16px;
  transition: all .3s ease;
  transform: translate(50%, -50%);
}
.room-message__delete[data-v-5def8f34]:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.room-message__file[data-v-5def8f34] {
  display: block;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.room-message__file[data-v-5def8f34]:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000", GradientType=0);
}
.room-message.file .room-message__header[data-v-5def8f34],
.room-message.file-and-content .room-message__header[data-v-5def8f34] {
  border-radius: 0;
  overflow: hidden;
}
.room-message.file .room-message__info[data-v-5def8f34],
.room-message.file-and-content .room-message__info[data-v-5def8f34] {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
}
.room-message.file .room-message__name[data-v-5def8f34],
.room-message.file .room-message__time[data-v-5def8f34],
.room-message.file-and-content .room-message__name[data-v-5def8f34],
.room-message.file-and-content .room-message__time[data-v-5def8f34] {
  color: var(--white);
}
.room-message.file[data-v-5def8f34]  .file-preview,
.room-message.file-and-content[data-v-5def8f34]  .file-preview {
  display: block;
  min-width: 200px;
}
.room-message.file[data-v-5def8f34]  .file-preview__file,
.room-message.file-and-content[data-v-5def8f34]  .file-preview__file {
  width: 100%;
  height: 150px;
}
.room-message.file[data-v-5def8f34]  .file-preview__figure,
.room-message.file-and-content[data-v-5def8f34]  .file-preview__figure {
  width: 100%;
  height: 150px;
  background-color: var(--white);
  background-size: cover;
}
.room-message.file .room-message__file[data-v-5def8f34] {
  border-radius: var(--chat-message-radius);
}
.room-message.file-and-content .room-message__file[data-v-5def8f34] {
  border-radius: var(--chat-message-radius) var(--chat-message-radius) 0 0;
}
.room-message.personal[data-v-5def8f34] {
  flex: 0 0 auto;
  color: var(--white);
  background-color: var(--main-color);
  max-width: calc(var(--chat-message-max-width) - 20px);
}
.room-message.personal .room-message__content[data-v-5def8f34] {
  color: var(--white);
}
.room-message.personal .room-message__content[data-v-5def8f34]  a {
  color: var(--white);
  text-decoration: underline;
}
.room-message.personal .room-message__name[data-v-5def8f34] {
  color: var(--white);
}
.room-message.personal .room-message__time[data-v-5def8f34] {
  color: var(--white);
}
.room-message.notice[data-v-5def8f34] {
  width: 100%;
  max-width: 100%;
  padding-top: .3125rem;
  background-color: var(--grey-darker-alpha15);
  border-radius: 0;
  font-size: .75rem;
  text-align: center;
}
.room-message.notice .room-message__content[data-v-5def8f34] {
  color: var(--grey-darker);
}
.room-message.notice.danger[data-v-5def8f34] {
  background-color: var(--secondary-color-alpha15);
}
.room-message.notice.danger .room-message__content[data-v-5def8f34],
.room-message.notice.danger .room-message__content a[data-v-5def8f34] {
  color: var(--secondary-color);
}
.room-message.notice.danger .room-message__content a[data-v-5def8f34] {
  text-decoration: none;
  pointer-events: none;
}
.room-message.notice.success[data-v-5def8f34] {
  background-color: var(--green-alpha15);
}
.room-message.notice.success .room-message__content[data-v-5def8f34],
.room-message.notice.success .room-message__content a[data-v-5def8f34] {
  color: var(--green);
}
.room-message.notice.success .room-message__content a[data-v-5def8f34] {
  text-decoration: none;
  pointer-events: none;
}
.message-profile[data-v-5def8f34] {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1000;
}


.room[data-v-9e4d50a8] {
  display: flex;
  flex-flow: column;
  height: calc(var(--vh, 1vh)*100);
  background-color: var(--white);
}
@media only screen and (min-width: 992px) {
.room[data-v-9e4d50a8] {
    height: 652px;
}
}
.room__header[data-v-9e4d50a8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  height: 44px;
  padding: .8rem 1rem;
  border-bottom: 1px solid var(--grey-light);
}
.room__title[data-v-9e4d50a8] {
  color: var(--black);
  font-family: var(--title-font-family);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.room__title.has-actions[data-v-9e4d50a8] {
  max-width: 70%;
}
.room__title.has-counter[data-v-9e4d50a8] {
  max-width: 50%;
}
.room__title i[data-v-9e4d50a8] {
  margin-right: 5px;
  font-size: 1.25rem;
  vertical-align: text-top;
}
.room__title[data-v-9e4d50a8]  .user-tag {
  color: var(--grey-dark);
  text-transform: uppercase;
}
.room__title[data-v-9e4d50a8]  .user-tag--mentor {
  color: var(--main-color);
}
.room__title__text[data-v-9e4d50a8] {
  cursor: pointer;
}
.room__actions button[data-v-9e4d50a8] {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: .5rem;
  color: var(--main-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
.room__actions__reduce[data-v-9e4d50a8] {
    display: none;
}
}
.room__actions .idea-ht-chevron-bottom[data-v-9e4d50a8] {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
  transform: translate(-50%, -50%);
}
.room__connected-number[data-v-9e4d50a8] {
  color: var(--black);
  font-weight: var(--font-weight-light);
  cursor: help;
}
.room__messages[data-v-9e4d50a8] {
  flex: 1 1 auto;
  padding: 1rem 0;
  background-color: var(--grey-lighter);
  overflow-y: auto;
}
.room__new-message[data-v-9e4d50a8] {
  width: 100%;
  padding: 4px;
  color: var(--white);
  background-color: var(--main-color);
  cursor: pointer;
}
.room__footer[data-v-9e4d50a8] {
  border-top: 1px solid var(--grey-light);
}
.room__footer.disabled[data-v-9e4d50a8] {
  cursor: not-allowed;
}
.room__form[data-v-9e4d50a8] {
  display: flex;
  gap: var(--rem-size-14);
}
@media only screen and (min-width: 1024px) {
.room__form[data-v-9e4d50a8] {
    min-height: 66px;
    background-color: var(--white);
}
}
.room__form[data-v-9e4d50a8]:not(.locked) {
  align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
.room__form[data-v-9e4d50a8]:not(.locked) {
    padding: .5rem;
}
}
@media only screen and (min-width: 1024px) {
.room__form[data-v-9e4d50a8]:not(.locked) {
    padding: 1.125rem 1rem 1.125rem 1.25rem;
}
}
.room__form.locked[data-v-9e4d50a8] {
  align-items: stretch;
}
@media only screen and (max-width: 1023px) {
.room__form.locked[data-v-9e4d50a8] {
    padding-left: .5rem;
}
}
@media only screen and (min-width: 1024px) {
.room__form.locked[data-v-9e4d50a8] {
    padding-left: 1.25rem;
}
}
.room__form.disabled[data-v-9e4d50a8] {
  background-color: var(--grey-light);
  pointer-events: none;
}
.room__input[data-v-9e4d50a8] {
  flex: 1 1 auto;
  max-width: 100%;
  min-height: 28px;
  max-height: 75px !important;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  resize: none;
  overflow: initial !important;
}
.room__input[data-v-9e4d50a8]:focus,
.room__input[data-v-9e4d50a8]:hover {
  border: none;
  outline: 0;
}
@media only screen and (max-width: 1023px) {
.room__input[data-v-9e4d50a8] {
    height: 38px;
    background: rgba(0,0,0,0);
}
.room__input[data-v-9e4d50a8]:focus,
  .room__input[data-v-9e4d50a8]:hover {
    background: rgba(0,0,0,0);
    outline: 0;
}
}
.room__input.locked[data-v-9e4d50a8] {
  margin: 1.125rem 0;
}
.room__locked-submit[data-v-9e4d50a8] {
  flex: 0 0 auto;
  width: 60px;
  color: var(--grey-dark);
}
.room__submit[data-v-9e4d50a8] {
  color: var(--main-color);
  font-size: 1.5rem;
  cursor: pointer;
}
.room__submit[data-v-9e4d50a8]:hover {
  color: var(--main-color-dark);
}
@media only screen and (max-width: 1023px) {
.room__file-upload-container[data-v-9e4d50a8] {
    padding: .5rem .5rem 0 .5rem;
    background-color: var(--white);
}
}
@media only screen and (min-width: 1024px) {
.room__file-upload-container[data-v-9e4d50a8] {
    padding: 1.125rem 1.125rem 0 1.125rem;
    background-color: var(--white);
}
}
.room__file-upload-content[data-v-9e4d50a8] {
  position: relative;
  max-height: 100px;
  max-width: 100%;
  display: inline-block;
  border-radius: var(--global-radius);
}
.room__file-upload-content .idea-ht-close[data-v-9e4d50a8] {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 7px;
  color: var(--secondary-color);
  border-radius: 50%;
  background-color: var(--white);
  transform: translate(50%, -50%);
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.room__file-upload__image[data-v-9e4d50a8] {
  max-height: 100px;
  max-width: 100%;
  background-color: var(--white);
}
.room__file-upload__file[data-v-9e4d50a8] {
  display: inline-block;
  max-width: 100%;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: var(--global-radius);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1023px) {
.room__file-upload__file[data-v-9e4d50a8] {
    padding: .25rem;
}
}
@media only screen and (min-width: 1024px) {
.room__file-upload__file[data-v-9e4d50a8] {
    padding: .5625rem;
}
}
.room__file-upload__file .idea-ht-resources[data-v-9e4d50a8] {
  font-size: 1.5em;
  vertical-align: middle;
}
.room[data-v-9e4d50a8]  .upload-file__btn {
  height: 26px;
  padding: 0;
  color: var(--main-color);
  background-color: rgba(0,0,0,0);
}
.room[data-v-9e4d50a8]  .upload-file__btn:hover {
  color: var(--main-color-dark);
  background-color: rgba(0,0,0,0);
}
.room .notification-point[data-v-9e4d50a8] {
  width: 21px;
  height: 21px;
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 50%;
  font-size: .7rem;
  text-align: center;
  line-height: 21px;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: text-top;
}
.room__no-access[data-v-9e4d50a8] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60px;
  padding: .875rem 1.375rem;
  color: var(--white);
  background-color: var(--grey-darker);
  font-weight: var(--font-weight-medium);
  line-height: 1;
}
.room__no-access__text[data-v-9e4d50a8] {
  margin-left: .5rem;
}
.room.dark-mode[data-v-9e4d50a8] {
  background-color: var(--dark-color-dark);
  border: 0 !important;
}
.room.dark-mode .room__header[data-v-9e4d50a8] {
  border-bottom: 0;
}
.room.dark-mode .room__title[data-v-9e4d50a8] {
  color: var(--white);
}
.room.dark-mode .room__messages[data-v-9e4d50a8] {
  background-color: var(--dark-color);
}
.room.dark-mode[data-v-9e4d50a8]  .room-message {
  background-color: var(--white-alpha20);
}
.room.dark-mode[data-v-9e4d50a8]  .room-message__name,
.room.dark-mode[data-v-9e4d50a8]  .room-message__time,
.room.dark-mode[data-v-9e4d50a8]  .room-message__content {
  color: var(--white);
}


.conference-chat .room {
  height: 100%;
}
@media only screen and (min-width: 640px) {
.conference-chat .room {
    border-left: 1px solid var(--grey-lighter);
}
}
.conference-chat .room .room__title {
  font-size: 18px;
  text-transform: uppercase;
}
.participant-mobile-chat .room {
  height: 100%;
  margin: auto;
}
@media only screen and (max-width: 991px) {
.participant-mobile-chat .room {
    height: calc(100vh - (var(--video-height) + var(--menu-and-header-height)));
    height: calc(var(--vh, 1vh)*100 - (var(--video-height) + var(--menu-and-header-height)));
}
}
@media only screen and (min-aspect-ratio: 13/9) {
.participant-mobile-chat .room {
    display: none;
}
}
.participant-mobile-chat .room__header {
  display: none;
}
.participant-mobile-chat .room__messages {
  height: calc(100% - 111px);
}
.mentor-mobile-chat .room {
  height: 100%;
  background-color: rgba(0,0,0,0);
}
.mentor-mobile-chat .room__messages {
  height: calc(100% - 111px);
}
.room {
  --chat-message-max-width: 270px;
  --chat-message-radius: 10px;
}


[data-v-c951edfe] .idt-dropdown {
  width: 100%;
}
[data-v-c951edfe] .idt-dropdown--pane {
  padding: 0;
  width: 100%;
}
.input-dropdown[data-v-c951edfe] {
  position: relative;
}
.input-dropdown__input__container[data-v-c951edfe] {
  position: relative;
  cursor: pointer;
}
.input-dropdown__input.div[data-v-c951edfe] {
  min-height: 53px;
  pointer-events: auto;
}
.input-dropdown__input.div .tag-list[data-v-c951edfe] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.input-dropdown__input.div .tag-list .tag-item[data-v-c951edfe] {
  height: 29px;
  color: var(--white);
  background: var(--main-color);
  font-family: "Roboto",sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  border: 1px solid var(--main-color);
  border-radius: 3px;
}
.input-dropdown__input.div .tag-list .tag-item .remove-button[data-v-c951edfe] {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
}
.input-dropdown__button[data-v-c951edfe] {
  margin: 0;
  color: var(--main-color);
  background-color: var(--white);
  border-color: var(--main-color);
  text-transform: uppercase;
}
.input-dropdown__button.dropdown[data-v-c951edfe]:after {
  border-color: var(--main-color) rgba(0,0,0,0) rgba(0,0,0,0);
}
.input-dropdown__button[data-v-c951edfe]:hover {
  color: var(--main-color);
  background-color: var(--white);
}
.input-dropdown .idt-dropdown--pane[data-v-c951edfe] {
  max-height: 50vh;
  margin: -2.75rem 0 0 -0.25rem;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 5px var(--black-alpha20);
  overflow-y: auto;
}
.input-dropdown .idt-dropdown--pane__header[data-v-c951edfe] {
  position: relative;
  min-height: 40px;
  color: var(--main-color);
  background-color: var(--main-color-alpha10);
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase;
}
.input-dropdown .idt-dropdown--pane__header[data-v-c951edfe]:not(.counter):not(.checkbox) {
  padding: .7rem 1rem;
}
.input-dropdown .idt-dropdown--pane__header.counter[data-v-c951edfe] {
  padding: .7rem 2.5rem .7rem 1rem;
}
.input-dropdown .idt-dropdown--pane__header .count[data-v-c951edfe] {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1rem;
  color: var(--main-color);
  transform: translateY(-50%);
}
.input-dropdown .idt-dropdown--pane__header.checkbox[data-v-c951edfe] {
  padding: .7rem 3rem .7rem 1rem;
  cursor: pointer;
}
.input-dropdown .idt-dropdown--pane__header.checkbox[data-v-c951edfe]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 16px;
  height: 16px;
  border: 2px solid var(--white);
  border-radius: 100%;
  box-shadow: 0 0 0 2px var(--main-color);
  transform: translateY(-50%);
}
.input-dropdown .idt-dropdown--pane__header.checkbox.checked[data-v-c951edfe]:before {
  background-color: var(--main-color);
}
.input-dropdown .idt-dropdown--pane button[data-v-c951edfe] {
  width: 100%;
  height: 40px;
  padding: .7rem 1rem;
  border-radius: 0;
  font-family: var(--text-font-family);
  text-align: left;
  cursor: pointer;
}
.input-dropdown .idt-dropdown--pane button.add[data-v-c951edfe] {
  position: relative;
  color: var(--main-color);
  background-color: var(--main-color-alpha10);
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase;
}
.input-dropdown .idt-dropdown--pane button.add i[data-v-c951edfe] {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.input-dropdown .idt-dropdown--pane__checkbox[data-v-c951edfe] {
  position: relative;
  width: 100%;
  margin: 0;
  padding: .7rem 3rem .7rem 1rem;
  cursor: pointer;
}
.input-dropdown .idt-dropdown--pane__checkbox[data-v-c951edfe]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 16px;
  height: 16px;
  border: 2px solid var(--white);
  border-radius: 100%;
  box-shadow: 0 0 0 2px var(--main-color);
  transform: translateY(-50%);
}
input[type=radio]:checked+.input-dropdown .idt-dropdown--pane__checkbox[data-v-c951edfe]:before,
input[type=checkbox]:checked+.input-dropdown .idt-dropdown--pane__checkbox[data-v-c951edfe]:before {
  background-color: var(--main-color);
}
.input-dropdown .idt-dropdown--pane input[type=radio][data-v-c951edfe],
.input-dropdown .idt-dropdown--pane input[type=checkbox][data-v-c951edfe] {
  display: none;
}
.input-dropdown__title[data-v-c951edfe] {
  background-color: var(--main-color-alpha20);
  color: var(--main-color);
}
.input-dropdown .menu[data-v-c951edfe] {
  max-width: 100%;
  font-size: .8rem;
  overflow-x: hidden;
}
.input-dropdown .menu[data-v-c951edfe]:not(.multiple) {
  max-height: 200px;
  overflow-y: auto;
}
.input-dropdown .menu li:not(:last-child) a[data-v-c951edfe],
.input-dropdown .menu li:not(:last-child) button[data-v-c951edfe] {
  border-bottom: 1px solid var(--grey-lighter);
}
.input-dropdown .menu li a[data-v-c951edfe],
.input-dropdown .menu li button[data-v-c951edfe] {
  color: var(--grey-darkest);
}
.input-dropdown .menu li a[data-v-c951edfe]:hover,
.input-dropdown .menu li button[data-v-c951edfe]:hover {
  color: var(--main-color);
}
input[type=checkbox].checked+.dropdown-pane__checkbox[data-v-c951edfe]:before {
  background-color: var(--main-color);
}
.button-dropdown[data-v-c951edfe] {
  display: inline-block;
}
.modal-account[data-v-c951edfe] {
  max-width: 500px;
}
.modal-account__back.hollow[data-v-c951edfe] {
  position: fixed;
  margin: 0;
  padding: .6rem 1rem;
  color: var(--grey-darker);
  border-color: var(--grey-darker);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 639px) {
.modal-account__back.hollow[data-v-c951edfe] {
    top: .5rem;
    left: .5rem;
    z-index: 100;
}
}
@media only screen and (min-width: 640px) {
.modal-account__back.hollow[data-v-c951edfe] {
    top: 1.875rem;
    left: 1.875rem;
}
}
.modal-account__back.hollow[data-v-c951edfe]:hover {
  color: var(--grey-darkest);
  border-color: var(--grey-darkest);
}
.modal-account__textarea[data-v-c951edfe] {
  width: 100%;
  height: 100%;
}
.modal-account__input[data-v-c951edfe] {
  margin-bottom: 0px;
}
.modal-account .tags[data-v-c951edfe] {
  padding: .625rem;
  height: 150px;
  background-color: var(--white);
  border-color: var(--grey);
  border-radius: var(--global-radius);
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.modal-account .tags.focused[data-v-c951edfe] {
  box-shadow: none;
}
.modal-account .tags .input[data-v-c951edfe] {
  height: 29px;
  color: var(--main-color);
}
.modal-account .tags .input[data-v-c951edfe]::-moz-placeholder {
  color: var(--main-color);
  opacity: 1;
}
.modal-account .tags .input[data-v-c951edfe]::placeholder {
  color: var(--main-color);
}


.modal-conference[data-v-b49ebb26] {
  width: 100%;
  padding: 1rem;
}
@media only screen and (max-width: 1023px) {
.modal-conference[data-v-b49ebb26] {
    max-width: 100%;
}
}
@media only screen and (min-width: 1024px) {
.modal-conference__subtitle[data-v-b49ebb26] {
    max-width: 550px;
    margin: auto;
}
}
.modal-conference__content[data-v-b49ebb26] {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
.modal-conference__content[data-v-b49ebb26] {
    flex-flow: column wrap;
}
}
.modal-conference__content-left[data-v-b49ebb26],
.modal-conference__content-right[data-v-b49ebb26] {
  flex-flow: column wrap;
  flex: 1 1 auto;
}
.modal-conference__content-left.choose[data-v-b49ebb26],
.modal-conference__content-right.choose[data-v-b49ebb26] {
  text-align: center;
}
@media only screen and (min-width: 640px) {
.modal-conference__content-left.choose[data-v-b49ebb26],
  .modal-conference__content-right.choose[data-v-b49ebb26] {
    padding: 0 90px;
}
}
@media only screen and (min-width: 1024px) {
.modal-conference__content-left.choose[data-v-b49ebb26],
  .modal-conference__content-right.choose[data-v-b49ebb26] {
    max-width: 450px;
}
}
@media only screen and (min-width: 640px) {
.modal-conference__content-left[data-v-b49ebb26]:not(.choose),
  .modal-conference__content-right[data-v-b49ebb26]:not(.choose) {
    padding: 0 35px;
}
}
@media only screen and (min-width: 1024px) {
.modal-conference__content-left[data-v-b49ebb26]:not(.choose),
  .modal-conference__content-right[data-v-b49ebb26]:not(.choose) {
    max-width: 600px;
}
}
.modal-conference__content-left[data-v-b49ebb26] {
  position: relative;
}
@media only screen and (max-width: 1023px) {
.modal-conference__content-left[data-v-b49ebb26] {
    margin-bottom: var(--rem-size-16);
}
}
@media only screen and (min-width: 1024px) {
.modal-conference__content-left.choose[data-v-b49ebb26]:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 70%;
    border-right: 1px solid var(--grey);
    transform: translateY(-50%);
}
}
.modal-conference__content__icon[data-v-b49ebb26] {
  color: var(--grey-900);
  font-size: 7rem;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
}
.modal-conference__content__title[data-v-b49ebb26] {
  margin-bottom: var(--rem-size-16);
  color: var(--grey-darker);
  font-family: var(--title-font-family);
  font-size: var(--rem-size-20);
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
.modal-conference__content__text[data-v-b49ebb26] {
    min-height: 125px;
}
}
.modal-conference__content__description[data-v-b49ebb26] {
  height: 140px;
  resize: none;
}
.choise-disabled[data-v-b49ebb26] {
  position: relative;
  pointer-events: none;
}
.choise-disabled[data-v-b49ebb26]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-alpha90);
  z-index: 1;
}
.choise-disabled__content[data-v-b49ebb26] {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 1rem;
  color: var(--main-color);
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.choise-disabled__content.white[data-v-b49ebb26] {
  color: #fff;
}


.export-dropdown .idt-dropdown--pane {
  padding: 0;
  border-radius: 0;
}
.idt-export-list {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.idt-export-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--rem-size-8);
  gap: var(--rem-size-16);
  color: var(--grey-darker);
  border-radius: 0;
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-normal);
  line-height: 1;
  cursor: pointer;
}
.idt-export-list-item:not(:last-child) {
  border-bottom: 1px solid var(--grey-lightest);
}
.idt-export-list-item:hover {
  background-color: var(--grey-lightest);
}
.idt-export-list-item__label {
  color: var(--grey-darker);
}
.idt-export-list-item__icon {
  flex: 0 0 auto;
}
.idt-export-list-item__input-file {
  position: absolute;
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}


.update-role-modal__content[data-v-ef5b13dc] {
  height: calc(var(--vh, 1vh)*100 - (var(--menu-height) + 4rem));
  margin-top: var(--menu-height);
  overflow-y: auto;
}
@media only screen and (max-width: 639px) {
.update-role-modal__content[data-v-ef5b13dc] {
    padding: 1rem 1.5rem;
}
}
@media only screen and (min-width: 640px) {
.update-role-modal__content[data-v-ef5b13dc] {
    padding: 2rem 1.5rem;
}
}
.update-role-modal__current-role[data-v-ef5b13dc] {
  font-size: .875rem;
}
.update-role-modal__access-list[data-v-ef5b13dc] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1rem 0 2rem 0;
}
.update-role-modal__access-group__title[data-v-ef5b13dc] {
  margin-bottom: .5rem;
  color: var(--grey-darkest);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
.update-role-modal__access-group__item[data-v-ef5b13dc] {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: .875rem;
}
.update-role-modal__access-group__item-label[data-v-ef5b13dc] {
  display: flex;
  align-items: center;
  gap: var(--rem-size-4);
  line-height: 0;
}
.update-role-modal__access-group__item-icon[data-v-ef5b13dc]:not(.checked) {
  color: var(--danger-color);
}
.update-role-modal__access-group__item-icon.checked[data-v-ef5b13dc] {
  color: var(--success-color);
}
.update-role-modal__info[data-v-ef5b13dc] {
  margin-bottom: 1rem;
}
.update-role-modal__footer[data-v-ef5b13dc] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--rem-size-8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--rem-size-64);
  padding: var(--rem-size-16);
  border-top: 1px solid var(--grey-lighter);
  background-color: var(--white);
}


.idt-profile-info textarea[data-v-366e4b3e] {
  height: 157px;
  margin-bottom: 0;
}
.idt-profile-info textarea.has-error[data-v-366e4b3e] {
  border-color: var(--secondary-color);
}
.idt-profile-info__section[data-v-366e4b3e] {
  margin-bottom: 25px;
}
.idt-profile-info__avatar[data-v-366e4b3e] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.idt-profile-info__avatar__label[data-v-366e4b3e] {
  font-weight: var(--font-weight-bold);
}
.idt-profile-info__avatar__image[data-v-366e4b3e] {
  margin-right: 12px;
}
.idt-profile-info__avatar__actions__label[data-v-366e4b3e] {
  line-height: 1.2rem;
  font-weight: var(--font-weight-bold);
}
.idt-profile-info__avatar__actions__buttons[data-v-366e4b3e] {
  display: flex;
  align-items: center;
  gap: var(--rem-size-8);
}
.idt-profile-info__avatar__actions__buttons__remove:not(:hover).button[data-v-366e4b3e] {
  color: var(--black) !important;
  background-color: var(--grey-light);
}
.idt-profile-info__tags[data-v-366e4b3e] {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: var(--rem-size-8);
}
.idt-profile-info__tags__label[data-v-366e4b3e] {
  margin-bottom: 5px;
}
.idt-profile-info__select-status[data-v-366e4b3e] {
  margin: 0;
}


.change-password__description[data-v-091e6aae] {
  margin: var(--rem-size-25) 0px;
  padding: var(--rem-size-8);
  border-left: 4px solid var(--main-color);
}
.link__forgot[data-v-091e6aae] {
  position: relative;
  text-align: right;
}
.link__forgot__button[data-v-091e6aae] {
  color: var(--main-color);
  font-size: var(--rem-size-14);
  text-decoration: underline;
  cursor: pointer;
}


.idt-profile-security .vue-tel-input {
  display: flex !important;
}
.idt-profile-security__password {
  align-items: flex-end !important;
}
.idt-profile-security__password__change-button {
  margin-bottom: 0;
}
.idt-profile-security__password__cancel-button {
  margin-bottom: 0;
  color: var(--black-alpha70) !important;
  border: none !important;
}
.idt-profile-security__password__input {
  position: relative;
}
.idt-profile-security__password__input__toggle {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  background: var(--white);
}
.idt-profile-security__password__input .password-rules {
  position: absolute;
  overflow: visible;
}
.idt-profile-security__password__input .password-rules__content {
  margin: 0;
  width: 100%;
}
.idt-profile-security .idt-city-input__input-container {
  display: flex;
  align-items: center;
}
.idt-profile-security .idt-city-input__search {
  flex-basis: 75%;
  min-width: 50%;
}
.idt-profile-security .idt-city-input__timezone {
  flex-basis: 25%;
  min-width: 110px;
}


.idt-form-element-description[data-v-71efb2ab] {
  padding-top: .5rem;
  font-size: .875rem;
}


.idt-switch-container[data-v-795dace0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
.idt-switch-container__label[data-v-795dace0] {
  padding: 0;
}


.update-user-modal[data-v-c98c3632] {
  height: calc(var(--vh, 1vh)*100 - (var(--menu-height) + var(--rem-size-64)));
  margin-top: var(--menu-height);
  padding: var(--rem-size-16);
  overflow-y: auto;
}
.update-user-modal__password-generation[data-v-c98c3632] {
  display: flex;
  align-items: stretch;
  height: 48px;
  margin-bottom: var(--rem-size-4);
}
.update-user-modal__password-generation__help[data-v-c98c3632] {
  margin-bottom: var(--rem-size-24);
  font-size: var(--rem-size-12);
  font-style: italic;
}
.update-user-modal__footer[data-v-c98c3632] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--rem-size-8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--rem-size-64);
  padding: var(--rem-size-16);
  border-top: 1px solid var(--grey-lighter);
  background-color: var(--white);
}
.update-user-modal[data-v-c98c3632]  .bo-form-section-separator {
  margin-bottom: var(--rem-size-16);
}


.export-dropdown-content[data-v-37e4f4c4] {
  display: flex;
  flex-direction: column;
}
.export-dropdown-content>*[data-v-37e4f4c4] {
  margin-bottom: 5px;
}
.import-input[data-v-37e4f4c4] {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.import-input+label[data-v-37e4f4c4] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: 0;
  padding: .85em 1em;
  color: var(--white);
  background-color: var(--main-color);
  border: 1px solid rgba(0,0,0,0);
  border-radius: var(--global-radius);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}


.idt-code-block[data-v-43a02736] {
  position: relative;
}
.idt-code-block__code[data-v-43a02736] {
  display: block;
  padding: .5rem 3rem .5rem .5rem;
  border: 1px solid var(--grey);
  background-color: var(--grey-lightest);
  font-size: .875rem;
  line-height: 1.6;
  word-break: break-all;
}
.idt-code-block__copy[data-v-43a02736] {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 2.5rem;
}


.switch-talk {
  margin-bottom: 1rem;
}
.bo-list__item {
  display: flex;
  align-items: center;
  max-width: 26rem;
  margin-bottom: 1rem;
}
.bo-list__item div:first-of-type {
  width: 10rem;
}


.bo-accounts__password-rule[data-v-dd90a17a] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.bo-accounts__password-rule__label[data-v-dd90a17a] {
  width: 210px;
}
.bo-accounts__password-rule__field[data-v-dd90a17a] {
  width: 100px;
  margin-left: 1rem;
}
.bo-accounts__password-rule__length[data-v-dd90a17a] {
  width: 60px;
  height: 34px;
  margin: 0 0 0 .75rem;
  padding: 0 0 0 .75rem;
  text-align: center;
  line-height: 34px;
}
.bo-accounts__password-rule__warning[data-v-dd90a17a] {
  display: flex;
  padding-top: 5px;
  color: var(--secondary-color);
  font-size: .9rem;
}
.bo-accounts__password-rule__warning .ideacons[data-v-dd90a17a] {
  padding-top: 3px;
  padding-right: 5px;
}


.base-field[data-v-8a6e5bc2] {
  width: 100%;
  padding: var(--rem-size-20);
}
[data-v-8a6e5bc2] .base-field__label>p {
  margin-bottom: var(--rem-size-9);
  font-size: 1rem;
  font-weight: bold;
}
[data-v-8a6e5bc2] .base-field__label.required::after {
  display: none;
}
[data-v-8a6e5bc2] .base-field__label.required>p:first-child::after {
  content: " *";
}
.base-field .idt-profile-upload-file[data-v-8a6e5bc2] {
  position: relative;
  max-width: 500px;
}
.base-field .idt-profile-upload-file__hint[data-v-8a6e5bc2] {
  margin-top: .5rem;
  font-size: .75rem;
  font-style: italic;
}
.base-field .idt-profile-upload-file__remove[data-v-8a6e5bc2] {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 38px;
}
.base-field .idt-profile-upload-file[data-v-8a6e5bc2]  .idt-fs-upload-file__right-content {
  padding-right: var(--rem-size-48);
}


.custom-select__container[data-v-3eee2a45]  .v-select {
  background: var(--white);
}


.display-field[data-v-7cb6b75c] {
  padding: 20px;
}
.display-field__label[data-v-7cb6b75c] {
  font-weight: bold;
}
.display-field .project-display-field-btn[data-v-7cb6b75c] {
  display: flex;
  align-items: center;
  height: 60px;
  max-width: 300px;
  margin-top: .5em;
  border-radius: var(--global-radius);
  text-align: left;
  cursor: pointer;
}
.display-field .project-display-field-btn--download[data-v-7cb6b75c] {
  color: var(--white);
  background-color: var(--main-color);
  transition: all .3s ease-in-out;
}
.display-field .project-display-field-btn--download[data-v-7cb6b75c]:hover {
  background-color: var(--main-color-dark);
}
.display-field .project-display-field-btn__icon[data-v-7cb6b75c] {
  flex: 0 0 auto;
  padding: 0 1.25rem;
}
.display-field .project-display-field-btn__separator[data-v-7cb6b75c] {
  flex: 0 0 auto;
  width: 1px;
  height: 100%;
  margin-right: 1.25rem;
  background-color: var(--black-alpha10);
}
.display-field .project-display-field-btn__info[data-v-7cb6b75c] {
  flex: 1 1 auto;
  max-width: calc(100% - 60px);
  padding: 0 1.25rem 0 0;
}
.display-field .project-display-field-btn--download .display-field .project-display-field-btn__info[data-v-7cb6b75c] {
  max-width: calc(100% - 85px);
}
.display-field .project-display-field-btn__label[data-v-7cb6b75c] {
  display: block;
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
  word-break: break-word;
}
.display-field .project-display-field-btn--download .display-field .project-display-field-btn__label[data-v-7cb6b75c] {
  font-size: 1.125rem;
}
.display-field .project-display-field-btn__file-name[data-v-7cb6b75c] {
  display: block;
  font-size: .75rem;
  font-style: italic;
  font-weight: var(--font-weight-light);
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.custom-form[data-v-291ff6e6] {
  width: 100%;
}
.custom-form__message-container[data-v-291ff6e6] {
  width: 100%;
  padding-bottom: 1.875rem;
}
.custom-form__start-message[data-v-291ff6e6] {
  padding: 1rem;
  background-color: var(--grey-lighter);
  color: var(--grey-darker);
  font-weight: var(--font-weight-medium);
}
.custom-form__end-message[data-v-291ff6e6] {
  padding: 1rem;
  color: var(--grey-dark);
  font-size: .875rem;
}
.custom-form__field[data-v-291ff6e6] {
  width: 100%;
  margin-bottom: 20px;
  background-color: var(--main-color-lightest);
  border-radius: 15px;
}
.custom-form__field[data-v-291ff6e6]  label {
  color: var(--grey-darker);
  font-size: .875rem;
  text-align: left;
  word-break: break-word;
}


.dropdown-list-field[data-v-2c1726f4] {
  max-width: 500px;
}
.dropdown-list-field__conditional-wrapper[data-v-2c1726f4] {
  margin-bottom: 20px;
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: var(--global-radius);
}


.multiple-choices-field[data-v-714a4afa] {
  max-width: 500px;
  padding: .2rem 0;
  background: none;
  border: none;
  box-shadow: none;
  text-align: left;
}
.multiple-choices-field__separator[data-v-714a4afa] {
  position: relative;
  right: 10px;
  border-left: 1px solid var(--secondary-color);
}
.multiple-choices-field__separator .separator-error[data-v-714a4afa] {
  margin-left: 10px;
}
.multiple-choices-field[data-v-714a4afa]  .box {
  background: var(--white);
}


.one-choice-field[data-v-7bd7b136] {
  max-width: 500px;
  padding: .2rem 0;
  background: none;
  box-shadow: none;
  border: none;
  text-align: left;
}
.one-choice-field[data-v-7bd7b136]  .box {
  background: var(--white);
}
.one-choice-field__container[data-v-7bd7b136] {
  width: 100%;
}
.one-choice-field__separator[data-v-7bd7b136] {
  position: relative;
  right: 10px;
  border-left: 1px solid var(--secondary-color);
}
.one-choice-field__separator .separator-error[data-v-7bd7b136] {
  margin-left: 10px;
}
.one-choice-field__conditional-wrapper[data-v-7bd7b136] {
  margin-bottom: 20px;
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: var(--global-radius);
}


.textarea-field textarea[data-v-10baa708] {
  border: 1px solid var(--grey);
  border-radius: var(--global-radius);
  padding-bottom: 0;
}


.custom-field-choice-item__container[data-v-7d0628a9] {
  display: flex;
  align-items: center;
}
.custom-field-choice-item__index[data-v-7d0628a9] {
  width: 12px;
  margin-right: 14px;
  padding-bottom: 1.5rem;
  color: var(--main-color);
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.custom-field-choice-item__label[data-v-7d0628a9] {
  flex-grow: 1;
}
.custom-field-choice-item__label[data-v-7d0628a9]  .idt-input {
  margin-bottom: 0;
}
.custom-field-choice-item__delete[data-v-7d0628a9] {
  margin-left: 10px;
  padding-bottom: 1.5rem;
  color: var(--secondary-color);
  cursor: pointer;
}


.custom-field-form-choice__choices__item[data-v-672a7474] {
  margin-bottom: 10px;
}
.custom-field-form-choice__choices__item[data-v-672a7474]:last-child {
  margin-bottom: 0;
}
.custom-field-form-choice .btn-add-choice[data-v-672a7474] {
  display: flex;
  align-items: center;
  width: 150px;
  margin-top: 10px;
  color: var(--main-color);
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  cursor: pointer;
}
.custom-field-form-choice .btn-add-choice__text[data-v-672a7474] {
  margin-left: 5px;
}
.custom-field-form-choice .btn-add-choice.required-field[data-v-672a7474] {
  color: var(--secondary-color);
}


.custom-form-field-list[data-v-7ff393b1]  .idt-textarea {
  margin-bottom: 0;
}


.custom-field-form-text ::v-deep .idt-input-number {
  margin-bottom: 0;
}


.custom-field-badge[data-v-365c9051] {
  display: flex;
  align-items: center;
  padding: 2px 6px;
  color: var(--grey-darker);
  background-color: var(--main-color-lighter);
  border-radius: 3px;
}
.custom-field-badge span[data-v-365c9051] {
  margin-left: 6px;
}


.custom-field-form[data-v-3ff7f970] {
  width: 100%;
}
.custom-field-form .column-editor[data-v-3ff7f970] {
  position: relative;
  margin-bottom: 1rem;
}
.custom-field-form__badge[data-v-3ff7f970] {
  margin-bottom: 5px;
  max-width: 45px;
}
@media only screen and (min-width: 992px) {
.custom-field-form__badge[data-v-3ff7f970] {
    position: absolute;
    left: -35px;
}
}
@media only screen and (min-width: 640px)and (max-width: 991px) {
.custom-field-form__options[data-v-3ff7f970] {
    display: flex;
    justify-content: space-between;
}
}
@media only screen and (min-width: 992px) {
.custom-field-form__options[data-v-3ff7f970] {
    position: absolute;
    top: 0;
    right: -240px;
    width: 240px;
}
}
.custom-field-form__options__mandatory[data-v-3ff7f970] {
  margin-bottom: 12px;
}
.custom-field-form__options__attachments[data-v-3ff7f970] {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}
.custom-field-form__options__attachments__text[data-v-3ff7f970] {
  margin-left: 4px;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}
.custom-field-form__options--bottom[data-v-3ff7f970] {
  position: inherit;
  right: 0;
}
.custom-field-form .btn-add-field[data-v-3ff7f970] {
  width: 200px;
  height: 50px;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.custom-field-form .froala-container.required-field[data-v-3ff7f970]  .fr-box {
  margin: 0;
  border: 1px solid var(--secondary-color);
}


.shortlist-tab[data-v-39116225] {
  position: relative;
  padding-top: 6.5rem;
}
.shortlist-tab__container[data-v-39116225] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 639px) {
.shortlist-tab__container[data-v-39116225] {
    padding: 0 20px;
}
}
@media only screen and (min-width: 640px) {
.shortlist-tab__container[data-v-39116225] {
    padding: 0;
}
}
.shortlist-tab__container__title[data-v-39116225] {
  max-width: 600px;
  margin-bottom: 15px;
  color: var(--grey-darkest);
  font-family: var(--text-font-family);
  font-weight: var(--font-weight-light);
  font-size: 1.875rem;
  text-align: center;
  text-transform: uppercase;
}
.shortlist-tab__container__description[data-v-39116225] {
  max-width: 600px;
  margin-bottom: 25px;
  color: var(--main-color);
  font-family: var(--text-font-family);
  font-weight: var(--font-weight-normal);
  font-size: 1rem;
  text-align: center;
}
.shortlist-tab__close[data-v-39116225],
.shortlist-tab__back[data-v-39116225] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--grey-darker);
  font-size: 1.125rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.shortlist-tab__close[data-v-39116225] {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
}
.shortlist-tab__close span[data-v-39116225] {
  margin-right: 10px;
}
.shortlist-tab__back[data-v-39116225] {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
}
.shortlist-tab__back span[data-v-39116225] {
  margin-left: 10px;
}


.custom-form-field-list-item[data-v-f9e09e88] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 600px;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid var(--grey-light);
  border-radius: 3px;
  box-sizing: border-box;
  cursor: grab;
}
.custom-form-field-list-item__text[data-v-f9e09e88] {
  max-width: 500px;
  color: var(--grey-darkest);
  font-weight: var(--font-weight-medium);
  font-size: .875rem;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.custom-form-field-list-item__text[data-v-f9e09e88]  p {
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.custom-form-field-list-item__badge[data-v-f9e09e88] {
  position: absolute;
  left: -30px;
}
.custom-form-field-list-item__actions[data-v-f9e09e88] {
  display: none;
  cursor: pointer;
}
.custom-form-field-list-item__actions__update[data-v-f9e09e88] {
  color: var(--main-color);
}
.custom-form-field-list-item__actions__delete[data-v-f9e09e88] {
  margin-left: 5px;
  color: var(--secondary-color);
}
.custom-form-field-list-item[data-v-f9e09e88]:hover {
  border-width: 0 1px;
  box-shadow: 0px 2px 4px rgba(0,0,0,.25);
}
.custom-form-field-list-item:hover .custom-form-field-list-item__actions[data-v-f9e09e88] {
  display: inherit;
}


.custom-form-field-list[data-v-3d918232] {
  padding-left: 30px;
}
.custom-form-field-list__row[data-v-3d918232] {
  margin-bottom: 15px;
}
.custom-form-field-list__row[data-v-3d918232]:last-child {
  margin-bottom: 25px;
}
.custom-form-field-list .ghost[data-v-3d918232] {
  cursor: grab;
  opacity: .5;
  background: var(--grey-lighter);
  width: 600px;
}


.bo-account-shortlist-home .btn-add-field[data-v-64e81e5c] {
  display: flex;
  align-items: center;
  max-width: 380px;
}
.bo-account-shortlist-home .btn-add-field__text[data-v-64e81e5c] {
  margin-left: 12px;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}


.bo-account-shortlist-menu__item[data-v-05e99d5c] {
  width: 100%;
  padding: 20px 0;
  color: var(--grey-darkest);
  text-align: center;
}
.bo-account-shortlist-menu__item__text[data-v-05e99d5c] {
  margin-left: 10px;
}
.bo-account-shortlist-menu__item[data-v-05e99d5c]:hover {
  background-color: var(--grey-lighter);
}


.additional-checkbox[data-v-0840799d] {
  margin: 1rem 0 var(--rem-size-10) 0;
  text-align: left;
}
.additional-checkbox__container[data-v-0840799d] {
  margin-bottom: 6px;
}
.additional-checkbox__container input[data-v-0840799d] {
  display: none;
}
.additional-checkbox__container input.error+label .box[data-v-0840799d] {
  border: 1px solid var(--red);
}
.additional-checkbox__container input+label[data-v-0840799d] {
  display: block;
  position: relative;
  min-height: 22px;
  min-width: 100px;
  margin: 0;
  color: var(--grey-darker);
  font-weight: normal;
  font-size: .875rem;
  font-weight: 500;
  word-break: break-word;
}
.additional-checkbox__container input+label .box[data-v-0840799d] {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  margin-top: 2px;
  height: 20px;
  width: 20px;
  border: 1px solid var(--grey);
  border-radius: 3px;
}
.additional-checkbox__container input+label .content[data-v-0840799d] {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 35px);
}
.additional-checkbox__container input+label .content[data-v-0840799d]  p:last-child {
  margin-bottom: 0;
}
.additional-checkbox__container input+label .idt-icon[data-v-0840799d] {
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  top: 5px;
  color: rgba(0,0,0,0);
}
.additional-checkbox__container input:checked+label .box[data-v-0840799d] {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
.additional-checkbox__container input:checked+label .idt-icon[data-v-0840799d] {
  color: #fff;
}


.idt-account-secondary-informations[data-v-249bbb94] {
  margin-top: 14px;
}
.idt-account-secondary-informations__phone[data-v-249bbb94],
.idt-account-secondary-informations__timezone[data-v-249bbb94] {
  margin: 0 0 1rem;
}
.idt-account-secondary-informations__description[data-v-249bbb94] {
  flex: 1 0 auto;
  width: 100%;
}
.idt-account-secondary-informations__description textarea[data-v-249bbb94] {
  height: 160px;
  resize: none;
}


.idt-define-availabilities__container[data-v-49a405b8] {
  width: 325px;
  background-color: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
}
.idt-define-availabilities__container__header[data-v-49a405b8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 var(--rem-size-25) 0 var(--rem-size-25);
  border-bottom: solid 1px var(--grey-light);
}
.idt-define-availabilities__container__header__selected[data-v-49a405b8] {
  color: var(--black);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
}
.idt-define-availabilities__container__header__delete[data-v-49a405b8]:hover {
  cursor: pointer;
}
.idt-define-availabilities__container__footer[data-v-49a405b8] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--rem-size-15);
}
.idt-define-availabilities__container__footer__button[data-v-49a405b8] {
  width: 280px;
  height: 35px;
  color: var(--white);
  background-color: var(--main-color);
  border: 1.5px solid var(--main-color);
  border-radius: 25px;
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-24);
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
.idt-define-availabilities__select-block[data-v-49a405b8] {
    flex: 1 1 auto;
}
}
@media only screen and (min-width: 640px) {
.idt-define-availabilities__select-block[data-v-49a405b8] {
    flex: 0 0 auto;
}
}
.idt-define-availabilities__select-block__header[data-v-49a405b8] {
  height: 30px;
}
.idt-define-availabilities__select-block__content[data-v-49a405b8] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 53px);
  padding: 0 .5rem;
}
.idt-define-availabilities__calendar[data-v-49a405b8] {
  padding: var(--rem-size-15) 5px var(--rem-size-15) 5px;
}
.idt-define-availabilities__calendar__table[data-v-49a405b8] {
  width: 100%;
  padding: 0 var(--rem-size-25) 0 var(--rem-size-25);
  margin: 0;
}
.idt-define-availabilities__calendar__table.idt-define-availabilities__calendar--no-select[data-v-49a405b8] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.idt-define-availabilities__calendar__month[data-v-49a405b8] {
  min-height: 15px;
  cursor: pointer;
}
.idt-define-availabilities__calendar__month.month--next[data-v-49a405b8] {
  text-align: right;
}
.idt-define-availabilities__calendar__month .ideacons[data-v-49a405b8] {
  vertical-align: middle;
}
.idt-define-availabilities__calendar__body[data-v-49a405b8] {
  border: 1px solid var(--main-color);
}
.idt-define-availabilities__calendar__current-date[data-v-49a405b8] {
  color: var(--black);
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
}
.idt-define-availabilities__calendar__week[data-v-49a405b8] {
  text-transform: uppercase;
}
.idt-define-availabilities__calendar__week-day[data-v-49a405b8] {
  height: 31px;
  padding: 0;
  color: var(--black);
  background-color: var(--white);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
  text-align: center;
}
@media only screen and (max-width: 639px) {
.idt-define-availabilities__calendar__week-day[data-v-49a405b8] {
    width: 14.28%;
}
}
@media only screen and (min-width: 640px) {
.idt-define-availabilities__calendar__week-day[data-v-49a405b8] {
    width: 31px;
}
}
.idt-define-availabilities__calendar__week[data-v-49a405b8] {
  background-color: var(--white);
}
.idt-define-availabilities__calendar__day[data-v-49a405b8] {
  height: 36px;
  padding: 0;
  color: var(--black);
  background-color: var(--white);
  font-size: .9rem;
  font-weight: var(--font-weight-light);
  cursor: pointer;
}
.idt-define-availabilities__calendar__day[data-v-49a405b8]:hover {
  color: var(--white);
}
.idt-define-availabilities__calendar__day[data-v-49a405b8]:hover__cell {
  background-color: var(--main-color-lighter);
  border-radius: 100%;
}
.idt-define-availabilities__calendar__day[data-v-49a405b8]:not(.day--past):hover {
  background-color: var(--main-color-light);
  border-radius: 100%;
  font-weight: var(--font-weight-bold);
}
.idt-define-availabilities__calendar__day.day--past[data-v-49a405b8] {
  color: var(--grey-light);
  background-color: var(--white);
  cursor: default;
}
.idt-define-availabilities__calendar__day.day--off[data-v-49a405b8] {
  color: var(--grey-dark);
  background-color: var(--white);
}
.idt-define-availabilities__calendar__day.day--off[data-v-49a405b8]:not(.day--past):hover {
  color: var(--main-color);
}
.idt-define-availabilities__calendar__day.day--today[data-v-49a405b8] {
  color: var(--black);
  background-color: var(--white);
  border: 2px solid var(--main-color);
  border-radius: 100%;
}
.idt-define-availabilities__calendar__day.day--selected[data-v-49a405b8] {
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 100%;
  font-weight: var(--font-weight-bold);
}
.idt-define-availabilities__calendar__day.day--selecting[data-v-49a405b8] {
  color: var(--white);
  background-color: var(--main-color-lighter);
  border-radius: 100%;
  font-weight: var(--font-weight-bold);
}
.idt-define-availabilities__calendar__day-cell[data-v-49a405b8] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.idt-define-availabilities__calendar__day-cell__first-range[data-v-49a405b8] {
  position: absolute;
  top: 5px;
  left: -6px;
  width: 2px;
  height: 2px;
  color: var(--black);
  z-index: 1000;
}
.idt-define-availabilities__calendar__day-cell__last-range[data-v-49a405b8] {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 2px;
  height: 2px;
  z-index: 1000;
  color: var(--black);
}


.day[data-v-7cc819e0] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: var(--rem-size-25);
  margin: 0 2px 2px 0;
  padding: 9px var(--rem-size-12);
  border-radius: var(--global-radius);
  background-color: var(--grey);
  cursor: default;
}
.day__text[data-v-7cc819e0] {
  color: var(--black);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-18);
}
.day__button[data-v-7cc819e0] {
  padding: 9px 0 0 10px;
  color: var(--black);
}
.day__button[data-v-7cc819e0]:hover {
  cursor: pointer;
}


[data-v-6ea19405] .idt-dropdown--pane {
  padding: 0;
}
.days-container__header[data-v-6ea19405] {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: var(--rem-size-10);
}
.days-container__header__buttons__button[data-v-6ea19405] {
  margin: 7px;
  color: var(--grey-darker);
}
.days-container__header__buttons__button[data-v-6ea19405]:hover {
  cursor: pointer;
}
.days-container__header__label[data-v-6ea19405] {
  color: var(--black);
  font-size: var(--rem-size-15);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-24);
}
.days-container__calendar[data-v-6ea19405] {
  background-color: var(--white);
  border: 1px solid var(--grey-lighter);
  z-index: 100;
}
.days-container__dropdown[data-v-6ea19405] {
  width: 100%;
}
.days-container__input[data-v-6ea19405] {
  display: flex;
  flex-flow: wrap;
  max-width: 100%;
  margin-bottom: var(--rem-size-25);
}
.days-container__input[data-v-6ea19405]:hover {
  cursor: pointer;
}
.days-container__input__days[data-v-6ea19405] {
  display: flex;
  flex-flow: wrap;
}
.days-container__input.on-edition[data-v-6ea19405] {
  flex-flow: row;
  align-items: baseline;
  justify-content: space-between;
  max-width: 100%;
  min-height: 38px;
  padding-left: 5px;
  border: solid 1px var(--grey);
  border-radius: var(--global-radius);
}


.timeslot__error[data-v-2a6f83f6] {
  color: var(--secondary-color);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-24);
}
.timeslot__day[data-v-2a6f83f6] {
  display: flex;
}
.timeslot__day__inputs[data-v-2a6f83f6] {
  width: 100%;
}
.timeslot__day__inputs__days[data-v-2a6f83f6] {
  width: 100%;
}
.timeslot__day__inputs__edit[data-v-2a6f83f6] {
  margin-left: var(--rem-size-25);
}
.timeslot__day__inputs__edit[data-v-2a6f83f6]:hover {
  cursor: pointer;
}
.timeslot__day__inputs__delete[data-v-2a6f83f6] {
  margin-left: var(--rem-size-15);
}
.timeslot__day__inputs__delete[data-v-2a6f83f6]:hover {
  cursor: pointer;
}
.timeslot__day__calendar[data-v-2a6f83f6] {
  position: relative;
  top: var(--rem-size-10);
  left: 100px;
  background-color: var(--white);
  border: 1px solid var(--grey-lighter);
  z-index: 10;
}
.timeslot__time[data-v-2a6f83f6] {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 639px) {
.timeslot__time[data-v-2a6f83f6] {
    flex-direction: column;
}
}
[data-v-2a6f83f6] .timeslot__time .idt-time-picker-input {
  width: 50%;
}
@media only screen and (max-width: 639px) {
[data-v-2a6f83f6] .timeslot__time .idt-time-picker-input {
    width: 100%;
}
}
[data-v-2a6f83f6] .timeslot__time .idt-time-picker-input:first-child {
  margin-right: 15px;
}
.timeslot__button[data-v-2a6f83f6] {
  display: flex;
  align-items: center;
  justify-content: right;
}
.timeslot__button__cancel[data-v-2a6f83f6] {
  width: 100px;
  height: 45px;
  padding: 10px var(--rem-size-25);
  margin-right: 7px;
  color: var(--black);
  border: solid 1px var(--grey);
  border-radius: 30px;
  background-color: var(--white);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-24);
}
.timeslot__button__cancel[data-v-2a6f83f6]:hover {
  cursor: pointer;
}
.timeslot__button__save[data-v-2a6f83f6] {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  height: 45px;
  padding: 10px var(--rem-size-25);
  color: var(--white);
  border-radius: 30px;
  background-color: var(--main-color);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-24);
}
.timeslot__button__save.disabled[data-v-2a6f83f6] {
  background-color: var(--grey);
}
.timeslot__button__save.disabled[data-v-2a6f83f6]:hover {
  cursor: not-allowed;
}
.timeslot__button__save[data-v-2a6f83f6]:hover {
  cursor: pointer;
}


.selection-container-timeslots__timeslot[data-v-495a28f2] {
  padding: 40px;
}
.selection-container-timeslots__timeslot[data-v-495a28f2]:not(:last-child) {
  border-bottom: 2px solid var(--grey);
}


.selection-container__block__text[data-v-1a69c60c] {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100px;
  padding-left: 40px;
  font-weight: 500;
}
.selection-container__block__text__title[data-v-1a69c60c] {
  color: var(--black);
  font-size: var(--rem-size-18);
  line-height: var(--rem-size-24);
}
.selection-container__block__timeslots[data-v-1a69c60c] {
  min-height: 200px;
  max-height: calc(100vh - 260px);
  overflow-x: auto;
}
.selection-container__block[data-v-1a69c60c]:not(:last-child) {
  border-bottom: 1px solid var(--grey);
}


.idt-availabilities-slot-list {
  padding: var(--rem-size-20);
  background: var(--grey-lightest);
  overflow: auto;
}
@media only screen and (max-width: 639px) {
.idt-availabilities-slot-list {
    width: 100%;
    height: auto;
    max-height: 400px;
    margin-bottom: var(--rem-size-15);
}
}
.idt-availabilities-slot-list__slot-item {
  padding: var(--rem-size-5) var(--rem-size-15);
  background: var(--main-color-dark);
  border-radius: var(--global-radius);
  text-align: left;
}
.idt-availabilities-slot-list__slot-item:not(:last-child) {
  margin-bottom: var(--rem-size-5);
}
.idt-availabilities-slot-list__slot-item.empty {
  padding: var(--rem-size-10) var(--rem-size-15);
  color: var(--grey-darker);
  background: var(--grey);
  font-size: var(--rem-size-16);
  text-align: center;
  line-height: var(--rem-size-24);
}
.idt-availabilities-slot-list__slot-item__date,
.idt-availabilities-slot-list__slot-item__range {
  color: var(--white);
  line-height: var(--rem-size-18);
}
.idt-availabilities-slot-list__slot-item__date {
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
}
.idt-availabilities-slot-list__slot-item__range {
  font-size: var(--rem-size-10);
  font-weight: var(--font-weight-medium);
}


.fo-availabilities-editor[data-v-c0f0f1e0] {
  display: flex;
}
@media only screen and (max-width: 639px) {
.fo-availabilities-editor[data-v-c0f0f1e0] {
    flex-direction: column;
}
}
.fo-availabilities-editor[data-v-c0f0f1e0]  .selection-container {
  width: calc(100% - 245px);
}
.fo-availabilities-editor[data-v-c0f0f1e0]  .idt-availabilities-slot-list {
  width: 245px;
  max-height: 730px;
}
@media only screen and (max-width: 639px) {
.fo-availabilities-editor[data-v-c0f0f1e0]  .selection-container,
  .fo-availabilities-editor[data-v-c0f0f1e0]  .idt-availabilities-slot-list {
    width: 100%;
}
}



.idt-account-availabilities__define-screen[data-v-3dbdf370] {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 639px) {
.idt-account-availabilities__define-screen[data-v-3dbdf370] {
    padding: var(--rem-size-24) 0;
}
}
@media only screen and (min-width: 640px) {
.idt-account-availabilities__define-screen[data-v-3dbdf370] {
    padding: var(--rem-size-24);
}
}
@media only screen and (max-width: 639px) {
.idt-account-availabilities__description[data-v-3dbdf370],
  .idt-account-availabilities__question[data-v-3dbdf370],
  .idt-account-availabilities__choise[data-v-3dbdf370] {
    margin-bottom: var(--rem-size-16);
}
}
@media only screen and (min-width: 640px) {
.idt-account-availabilities__description[data-v-3dbdf370],
  .idt-account-availabilities__question[data-v-3dbdf370],
  .idt-account-availabilities__choise[data-v-3dbdf370] {
    margin-bottom: var(--rem-size-24);
}
}
.idt-account-availabilities__choise[data-v-3dbdf370] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.idt-account-availabilities__choise .button[data-v-3dbdf370] {
  margin: 0 var(--rem-size-16);
}


.idt-profile-upload-file {
  position: relative;
}
.idt-profile-upload-file__hint {
  font-size: .75rem;
  font-style: italic;
  margin-top: .5rem;
}
.idt-profile-upload-file__remove {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 38px;
}


.idt-profile-custom {
  display: flex;
  flex-flow: row wrap;
}
.idt-profile-custom .idt-profile__input-section {
  flex: 1 1 100%;
  margin: 10px 0;
  padding: 20px;
  background-color: var(--main-color-lightest);
  border-radius: 15px;
}
.idt-profile-custom .idt-profile__input-section__input {
  margin-bottom: 0;
}
.idt-profile-custom__choice-list {
  margin-left: 0;
}
.idt-profile-custom__choice-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  list-style-type: none;
}
.idt-profile-custom__choice-list li input[type=checkbox],
.idt-profile-custom__choice-list li input[type=radio] {
  height: 20px;
  width: 20px;
}
.idt-profile-custom .idt-profile__input-section__input>label>p {
  margin-bottom: 10px;
  word-break: break-all;
}
.idt-profile-custom .idt-profile__input-section__input>label.required::after {
  display: none;
}
.idt-profile-custom .idt-profile__input-section__input>label.required>p:first-child::after {
  content: " *";
}
.idt-profile-custom .idt-radiobutton,
.idt-profile-custom .idt-checkbox {
  --text-color: var(--black);
  background: none;
}
.idt-profile-custom .idt-radiobutton input+label .box,
.idt-profile-custom .idt-checkbox input+label .box {
  background-color: var(--white);
  border-color: var(--grey-dark);
}
.idt-profile-custom .idt-textarea-container {
  padding-bottom: .5rem !important;
}
.idt-profile-custom .idt-select-container {
  padding-bottom: 0;
}
.idt-profile-custom .idt-select-container .v-select {
  background-color: var(--white);
}
.idt-profile-custom .idt-profile-upload-file {
  margin-top: 1rem;
}


.idt-profile-invoices {
  border-top: 2px solid var(--grey);
  margin: 0 -30px;
  padding: 0 30px;
  padding-top: 24px;
  margin-top: 25px;
}
.idt-profile-invoices__title {
  color: var(--black);
  font-weight: var(--font-weight-bold);
  margin-bottom: 23px;
}
.idt-profile-invoices__no-content {
  margin: auto;
  text-align: center;
}
.idt-profile-invoices__no-content h5 {
  margin-top: 15px;
}
.idt-profile-invoices__invoice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 53px;
  padding: 0 25px;
  border: 1px solid var(--grey-lighter);
  border-radius: var(--global-radius);
  margin-bottom: 10px;
}
.idt-profile-invoices__invoice__title {
  color: var(--black);
  font-weight: var(--font-weight-bold);
  margin: 0;
}
.idt-profile-invoices__invoice__download-button {
  min-width: 134px;
  height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 15px;
  font-weight: var(--font-weight-bold);
  padding: 0 14px;
  margin: 0;
}


.idt-profile-notifications__switch {
  margin-bottom: 5px;
}


.idt-profile-privacy p {
  color: var(--black);
}
.idt-profile-privacy label {
  margin-bottom: 10px;
}
.idt-profile-privacy button.button {
  min-width: 220px;
}
.idt-profile-privacy button.button.idt-profile-privacy__button-remove:not(:hover) {
  color: var(--black) !important;
  background-color: var(--grey-light);
}


.idt-profile-system-checking__section {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--rem-size-24);
}
.idt-profile-system-checking__section--inline {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.idt-profile-system-checking__section--inline>div:first-of-type {
  flex-grow: 1;
}
@media only screen and (max-width: 991px) {
.idt-profile-system-checking__section--inline>div {
    margin-bottom: var(--rem-size-12);
    flex-grow: 1;
}
}
.idt-profile-system-checking__section__title {
  margin-bottom: var(--rem-size-8);
  color: var(--black);
  font-weight: var(--font-weight-bold);
}
.idt-profile-system-checking__version-info,
.idt-profile-system-checking__bandwidth-info {
  display: flex;
  flex-grow: 1;
  padding: var(--rem-size-24);
  background-color: var(--main-color-lighter);
  border-radius: var(--global-radius);
}
.idt-profile-system-checking__version-info .idt-icon,
.idt-profile-system-checking__bandwidth-info .idt-icon {
  color: var(--main-color);
}
.idt-profile-system-checking__version-info--limited,
.idt-profile-system-checking__bandwidth-info--limited {
  background-color: #fff3dd;
}
.idt-profile-system-checking__version-info--limited .idt-icon,
.idt-profile-system-checking__bandwidth-info--limited .idt-icon {
  color: #f1a627;
}
.idt-profile-system-checking__version-info__content,
.idt-profile-system-checking__bandwidth-info__content {
  margin-left: var(--rem-size-16);
}
.idt-profile-system-checking__bandwidth-info {
  margin-top: var(--rem-size-16);
  background-color: var(--grey-light);
  color: var(--black);
  font-weight: var(--font-weight-bold);
}
.idt-profile-system-checking__bandwidth-info .idt-icon {
  color: var(--grey);
}
.idt-profile-system-checking__gauge img {
  width: 4rem;
}
.idt-profile-system-checking__bandwidth-test {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-right: var(--rem-size-16);
  padding: 9px var(--rem-size-24);
  background-color: #d6f4f5;
  font-weight: bold;
  color: #2daeb2;
  font-size: var(--rem-size-14);
  border-radius: 50px;
  cursor: pointer;
}
.idt-profile-system-checking__bandwidth-test--loading {
  background-color: var(--grey-light);
  color: var(--grey-darker);
  cursor: not-allowed;
}
.idt-profile-system-checking__bandwidth-test--loading .idt-round-loader {
  height: var(--rem-size-20);
  width: var(--rem-size-20);
  margin: 0 0 0 var(--rem-size-13);
}
.idt-profile-system-checking .browser-support-card {
  flex-wrap: wrap;
  height: auto;
  margin-top: var(--rem-size-16);
}
.idt-profile-system-checking .browser-support-card__browser {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  margin-bottom: var(--rem-size-12);
}
@media only screen and (max-width: 991px) {
.idt-profile-system-checking .browser-support-card {
    padding: var(--rem-size-16);
}
.idt-profile-system-checking .browser-support-card__browser {
    flex-wrap: wrap;
}
.idt-profile-system-checking .browser-support-card__icon {
    margin-bottom: var(--rem-size-12);
}
.idt-profile-system-checking .browser-support-card__link {
    flex-grow: 1;
    margin-bottom: var(--rem-size-12);
}
}
.idt-profile-system-checking .browser-support-card--limited {
  padding: 0;
}


.idt-page.confirmemail .idt-profile {
  --confirm-email-margin: 70px;
}
.idt-profile {
  --global-top-margin: var(--confirm-email-margin, 0px);
  margin-top: calc(var(--global-top-margin) + 70px);
  background-color: var(--grey-lighter);
}
.idt-profile .idt-breadcrumb {
  margin-left: 23px;
}
.idt-profile__hint {
  margin-bottom: 5px;
  font-size: var(--rem-size-12);
  color: var(--black-alpha-50);
}
.idt-profile__container {
  display: flex;
  max-width: 1170px;
  margin: auto;
  padding-top: 40px;
  justify-content: space-between;
  padding-left: var(--rem-size-15);
  padding-right: var(--rem-size-15);
}
.idt-profile__container__main {
  flex-shrink: 1;
  max-width: 825px;
  width: 100%;
  padding-bottom: calc(100vh - 740px);
}
@media only screen and (max-width: 991px) {
.idt-profile__container__main {
    max-width: initial;
}
}
@media only screen and (max-width: 991px) {
.idt-profile__container {
    padding: 40px 0;
}
}
.idt-profile__container>.idt-side-menu {
  --sticky-margin: var(--global-top-margin);
}
@media only screen and (max-width: 991px) {
.idt-profile__container>.idt-side-menu {
    display: none;
}
}
.idt-profile__header-button {
  height: 35px;
  padding: 0px 45px;
  margin: 0;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  font-size: 1rem;
}
.idt-profile__input-section {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  -moz-column-gap: var(--rem-size-16);
       column-gap: var(--rem-size-16);
}
@media only screen and (max-width: 639px) {
.idt-profile__input-section>.idt-input-container {
    width: 100%;
}
}
@media only screen and (min-width: 640px) {
.idt-profile__input-section>.idt-input-container {
    max-width: calc(50% - var(--rem-size-8));
}
}
.idt-profile__input-section__input {
  margin-bottom: 1.5rem;
}
.idt-profile__input-section__input,
.idt-profile__input-section .idt-input-container {
  flex-grow: 1;
  min-width: 250px;
}
@media only screen and (min-width: 992px) {
.idt-profile__fieldset-action-btn {
    display: none !important;
}
}
.idt-profile__footer {
  position: sticky;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 35px;
  padding-top: 0;
  background: rgba(0,0,0,0);
  z-index: 1;
}
@media only screen and (min-width: 992px) {
.idt-profile__footer {
    display: none;
}
}
.idt-profile__footer__save-btn {
  margin: 0;
}
.idt-profile__menu-mobile {
  position: fixed;
  top: calc(70px + var(--global-top-margin));
  height: calc(100vh - 70px);
  width: 100%;
  padding: 16px;
  background: var(--white);
  z-index: 1;
}
@media only screen and (min-width: 992px) {
.idt-profile__menu-mobile {
    display: none;
}
}
.idt-profile__menu-mobile__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 35px;
  border-top: 2px solid var(--grey-light);
}
.idt-profile__menu-mobile__header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.idt-profile__menu-mobile__header__title {
  font-weight: var(--font-weight-bold);
  margin: 0;
  margin-left: 10px;
  text-transform: uppercase;
  color: var(--black);
}
.idt-profile .idt-fo-subheader {
  --sticky-margin: var(--global-top-margin);
}
@media only screen and (max-width: 991px) {
.idt-profile .idt-fo-subheader {
    display: none;
}
}
.idt-profile .user-tags {
  margin: 0 -30px;
  padding: 30px;
  background: var(--grey-lightest);
}
.idt-profile .user-tags__item img {
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
}
.idt-profile .idt-user-profile-container {
  position: fixed;
  right: 0;
  height: 100%;
  top: 0px;
  z-index: 2000;
}
.fade-mm-enter-active,
.fade-mm-leave-active {
  transition: all .3s ease;
}
.fade-mm-enter,
.fade-mm-leave-to {
  opacity: 0;
  transform: translateY(100%);
}


.idt-confirm-email[data-v-629ca621] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--main-color-darkest);
}
@media only screen and (max-width: 991px) {
.idt-confirm-email[data-v-629ca621] {
    margin: auto 10vw auto 15vw;
}
}
@media only screen and (min-width: 992px) {
.idt-confirm-email[data-v-629ca621] {
    margin: auto 20vw auto 30vw;
}
}
.idt-confirm-email__content[data-v-629ca621] {
  position: relative;
  flex: 1 1 auto;
  margin-top: 5vw;
}
.idt-confirm-email__svg[data-v-629ca621] {
  position: absolute;
  top: -9vw;
  left: -17vw;
  width: 28vw;
}
.idt-confirm-email__title[data-v-629ca621] {
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
}
.idt-confirm-email__text[data-v-629ca621] {
  font-size: 1.1rem;
}
.idt-confirm-email__email[data-v-629ca621],
.idt-confirm-email__link[data-v-629ca621] {
  color: var(--main-color);
}
.idt-confirm-email__link[data-v-629ca621] {
  text-decoration: underline;
  cursor: pointer;
}


.idt-confirm-email-headband[data-v-682d962f] {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: var(--menu-height);
  color: var(--warning-color-dark);
  background-color: var(--warning-color-alpha20);
  z-index: 999;
}
@media only screen and (max-width: 639px) {
.idt-confirm-email-headband[data-v-682d962f] {
    flex-direction: column;
    padding: var(--rem-size-16);
}
}
@media only screen and (min-width: 640px) {
.idt-confirm-email-headband[data-v-682d962f] {
    padding: 0 var(--rem-size-16);
}
}
@media only screen and (max-width: 639px) {
.idt-confirm-email-headband__text[data-v-682d962f] {
    margin: var(--rem-size-16) 0;
    text-align: center;
}
}
@media only screen and (min-width: 640px) {
.idt-confirm-email-headband__text[data-v-682d962f] {
    margin: 0 var(--rem-size-16);
}
}
@media only screen and (min-width: 640px) {
.idt-confirm-email-headband__btn[data-v-682d962f] {
    margin-left: auto !important;
}
}


.idt-register {
  --outer-elements-height-small: 195px;
  --outer-elements-height-large: 215px;
}
.idt-register .register__form-block {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
.idt-register .register__form-block {
    flex-direction: column;
}
}
@media only screen and (min-width: 480px) {
.idt-register .register__form-block {
    flex-flow: row wrap;
}
}
.idt-register .register__form-block:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 639px) {
.idt-register .register__form-block--avatar {
    flex-flow: column;
    justify-content: center;
}
}
.idt-register .register__form-block select {
  margin: 0;
}
.register__slide {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 639px) {
.register__slide {
    margin-bottom: 20px;
    padding: 0 1rem;
}
}
@media only screen and (min-width: 640px) {
.register__slide {
    padding: 0 2rem;
}
}
.register__slide__availabilities {
  box-shadow: 0px 2px 4px rgba(0,0,0,.25);
  border-radius: var(--global-radius);
}
.register__slide.basic-slide {
  max-width: 400px;
}
.register__slide.extended-slide {
  max-width: 700px;
}
.register__slide.complete-slide {
  max-width: 1134px;
}
.register__slide__title {
  position: relative;
  margin-bottom: var(--rem-size-24);
  padding-bottom: var(--rem-size-24);
  font-size: 1.8rem;
  font-family: var(--title-font-family);
  font-weight: var(--font-weight-light);
  text-transform: uppercase;
  line-height: 1;
}
.register__slide__title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  border-bottom: 4px solid var(--main-color);
  transform: translate(-50%, 50%);
}
.form-toggle {
  height: 46px;
}


.idt-register .register__page[data-v-169e11c3] {
  display: flex;
  justify-content: center;
  position: relative;
  min-height: calc(100vh - 150px);
}
@media only screen and (min-width: 640px) {
.idt-register .register__page[data-v-169e11c3] {
    padding: 40px 0;
}
}
@media only screen and (min-width: 992px) {
.idt-register .register__page[data-v-169e11c3] {
    align-items: center;
}
}
.idt-register .register__container[data-v-169e11c3] {
  flex: 1 1 auto;
  position: relative;
  text-align: center;
  max-width: 100vw;
}
@media only screen and (max-width: 639px) {
.idt-register .register__container[data-v-169e11c3] {
    padding: 1.5rem 0 4.25rem;
}
}
@media only screen and (min-width: 640px) {
.idt-register .register__container[data-v-169e11c3] {
    padding: 2rem 0 4.75rem;
}
}
.idt-register .register__container .register__title[data-v-169e11c3] {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
  text-align: left;
}
.idt-register .register__container .account__basic .account__agreements__container[data-v-169e11c3] {
  display: flex;
  padding: .25rem;
}
.idt-register .register__container .account__basic .account__agreements__container.required-field[data-v-169e11c3] {
  border: 1px solid var(--secondary-color);
  border-radius: var(--global-radius);
}
.idt-register .register__container .account__basic .account__agreements label[data-v-169e11c3] {
  flex: 1 1 auto;
  text-align: left;
}
.idt-register .register__container .account__basic .account__agreements input[type=checkbox][data-v-169e11c3] {
  flex: 0 0 auto;
  margin: .25rem .5rem 0 0;
}
.idt-register .register__container .account__complete textarea[data-v-169e11c3] {
  height: 50px;
  resize: none;
}
.idt-register .register__container .account__preferences .intl-tel-input[data-v-169e11c3] {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  margin-top: 1rem;
}
.idt-register .register__container .account__preferences .intl-tel-input .country-list[data-v-169e11c3] {
  z-index: 200;
}
.idt-register .register__container .account__availabilities-expanded .idt-da__block[data-v-169e11c3] {
  border: 1px solid var(--grey-light);
}
.idt-register .register__container .account__availabilities-expanded .idt-da__block__content[data-v-169e11c3] {
  max-height: 400px;
  overflow-y: auto;
}
.idt-register .register__container .account__availabilities-expanded .idt-da__block .select-block[data-v-169e11c3] {
  width: 42%;
}
.idt-register .ticket-slide[data-v-169e11c3] {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (min-width: 640px) {
.idt-register .ticket-slide[data-v-169e11c3] {
    padding: 0 2rem;
}
}
@media only screen and (min-width: 1200px)and (max-width: 1441px) {
.idt-register .ticket-slide[data-v-169e11c3] {
    margin: -6rem auto;
}
}
@media only screen and (min-width: 1442px) {
.idt-register .ticket-slide[data-v-169e11c3] {
    flex-direction: column;
}
}
.idt-register .ticket-slide .register__slide__title[data-v-169e11c3] {
  margin-bottom: 0;
}
@media only screen and (max-width: 1441px) {
.idt-register .ticket-slide .register__slide__title[data-v-169e11c3] {
    display: none;
}
}
.idt-register .register__footer[data-v-169e11c3] {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: var(--white);
  border-top: 1px solid var(--grey);
  z-index: 10;
}
@media only screen and (min-width: 640px) {
.idt-register .register__footer[data-v-169e11c3] {
    padding: 0 1.15rem;
}
}
@media only screen and (max-width: 639px) {
.idt-register .register__footer__left[data-v-169e11c3],
  .idt-register .register__footer__right[data-v-169e11c3] {
    flex: 1 1 auto;
    margin: 0 1rem;
}
}
.idt-register .register__footer .register__next[data-v-169e11c3],
.idt-register .register__footer .register__previous[data-v-169e11c3] {
  margin-right: auto;
  border: 2px solid var(--main-color);
  text-transform: uppercase;
  transition: all var(--default-duration) ease-in-out;
}
@media only screen and (max-width: 639px) {
.idt-register .register__footer .register__next[data-v-169e11c3],
  .idt-register .register__footer .register__previous[data-v-169e11c3] {
    width: 100%;
}
}
@media only screen and (min-width: 640px) {
.idt-register .register__footer .register__next[data-v-169e11c3],
  .idt-register .register__footer .register__previous[data-v-169e11c3] {
    width: 40%;
}
}
.idt-register .register__footer .register__next.hidden[data-v-169e11c3],
.idt-register .register__footer .register__previous.hidden[data-v-169e11c3] {
  pointer-events: none;
  visibility: hidden;
}
.idt-register .register__footer .register__next[data-v-169e11c3]:focus,
.idt-register .register__footer .register__previous[data-v-169e11c3]:focus {
  outline: 0;
}
.idt-register .register__footer .register__next[data-v-169e11c3] {
  color: var(--white);
  background-color: var(--main-color);
}
.idt-register .register__footer .register__next[data-v-169e11c3]:hover {
  color: var(--main-color);
  background-color: rgba(0,0,0,0);
}
.idt-register .register__footer .register__previous[data-v-169e11c3] {
  padding: 0;
  color: var(--grey-darker);
  background-color: rgba(0,0,0,0);
  border: solid 2px var(--grey-darker);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
.idt-register .register__footer .register__previous[data-v-169e11c3] {
    margin-bottom: 10px;
}
}
.idt-register .register__footer .register__previous[data-v-169e11c3]:hover {
  color: var(--white);
  background-color: var(--grey-darker);
}
@media only screen and (min-width: 480px) {
.idt-register .register__footer .register__previous+.register__next[data-v-169e11c3] {
    margin-left: 20px;
}
}
.idt-register .register__footer .button[data-v-169e11c3] {
  min-width: 134px;
  height: 42px;
  margin: 0;
  font-weight: var(--font-weight-bold);
}
@media only screen and (max-width: 479px) {
.idt-register .ticket-payment-success[data-v-169e11c3] {
    padding: 0 20px;
}
}
@media only screen and (max-width: 479px) {
.idt-register .ticket-payment-success[data-v-169e11c3] {
    padding: 0 40px;
}
}
@media only screen and (max-width: 479px) {
.idt-register .payment-loading[data-v-169e11c3] {
    padding: 0 20px;
}
}
@media only screen and (max-width: 639px) {
.step-viewer[data-v-169e11c3] {
    display: none;
}
}
.step-viewer__step[data-v-169e11c3] {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-right: 20px;
  font-size: 0;
  vertical-align: middle;
}
.step-viewer__step.done .number[data-v-169e11c3] {
  background-color: var(--main-color-lighter);
  color: var(--main-color);
}
.step-viewer__step[data-v-169e11c3]:last-child {
  margin-right: 20px;
}
.step-viewer__step .number[data-v-169e11c3] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: #fff;
  background-color: var(--grey);
  border-radius: 50%;
  font-size: 15px;
  font-weight: var(--font-weight-medium);
  line-height: 15px;
  vertical-align: middle;
}
.step-viewer__step .name[data-v-169e11c3] {
  font-weight: var(--font-weight-medium);
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
.step-viewer__step .name[data-v-169e11c3] {
    display: none;
}
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
.step-viewer__step .name[data-v-169e11c3] {
    font-size: var(--rem-size-14);
}
}
@media only screen and (min-width: 1200px) {
.step-viewer__step .name[data-v-169e11c3] {
    font-size: var(--rem-size-16);
}
}
.step-viewer__step[data-v-169e11c3]  .ideacon {
  margin-left: 24px;
  color: var(--grey);
}


.menu-credit-item[data-v-3f0872d2] {
  flex: 1 1 100%;
  padding: 0 .15rem;
  text-align: center;
}
.menu-credit-item__badge[data-v-3f0872d2] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: auto;
  color: var(--white);
  border-radius: 100%;
  font-weight: var(--font-weight-medium);
}
.menu-credit-item__badge.disabled[data-v-3f0872d2] {
  color: var(--grey-dark);
  background-color: var(--grey-lighter);
  border: 1px solid var(--grey-light);
}
.menu-credit-item__label[data-v-3f0872d2] {
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-medium);
  text-transform: capitalize;
  line-height: normal;
}


.menu-ticket-info[data-v-0f7cbc3a] {
  padding: var(--rem-size-5) 1rem;
  background-color: var(--grey-lightest);
  text-align: center;
}
.menu-ticket-info__title[data-v-0f7cbc3a] {
  margin-bottom: .625rem;
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  text-align: center;
  text-transform: uppercase;
}
.menu-ticket-info__credit-list[data-v-0f7cbc3a] {
  display: flex;
  justify-content: space-around;
}


.submenu-account-info[data-v-899d0b34] {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: var(--rem-size-5) 1rem;
  background-color: var(--grey-lightest);
}
@media only screen and (max-width: 991px) {
.submenu-account-info[data-v-899d0b34] {
    justify-content: space-between;
    text-align: left;
}
}
@media only screen and (min-width: 992px) {
.submenu-account-info[data-v-899d0b34] {
    justify-content: center;
    text-align: center;
}
}
.submenu-account-info[data-v-899d0b34]:not(.no-ticket) {
  color: var(--white);
}
.submenu-account-info.no-ticket[data-v-899d0b34] {
  color: var(--grey-darker);
}
.submenu-account-info__connected[data-v-899d0b34] {
  font-size: var(--rem-size-12);
  font-style: italic;
  line-height: var(--rem-size-18);
}
.submenu-account-info__name[data-v-899d0b34] {
  flex: 1 0 auto;
  max-width: 170px;
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-21);
  overflow: hidden;
}
.submenu-account-info__ticket[data-v-899d0b34] {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
.submenu-account-info__ticket[data-v-899d0b34] {
    justify-content: center;
}
}
.submenu-account-info__ticket__title[data-v-899d0b34] {
  max-width: 125px;
  margin-left: .375rem;
  font-size: .75rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
.submenu-account-info__avatar[data-v-899d0b34] {
    display: none;
}
}


.submenu-account-list-item[data-v-b966f1d0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--rem-size-18);
  padding: 0 var(--rem-size-4);
  color: var(--grey-darker);
  border-left: var(--rem-size-2) solid rgba(0,0,0,0);
  border-radius: 0;
  font-family: var(--text-font-family);
  font-size: var(--rem-size-14);
  line-height: 0;
  white-space: nowrap;
  cursor: pointer;
}
.submenu-account-list-item[data-v-b966f1d0]:hover,
.submenu-account-list-item.active[data-v-b966f1d0] {
  border-color: var(--main-color);
}
.submenu-account-list-item:hover .submenu-account-list-item__icon[data-v-b966f1d0],
.submenu-account-list-item.active .submenu-account-list-item__icon[data-v-b966f1d0] {
  color: var(--main-color);
}
.submenu-account-list-item__wrapper[data-v-b966f1d0] {
  margin: var(--rem-size-4) 0;
  padding: var(--rem-size-4);
}
.submenu-account-list-item__icon[data-v-b966f1d0] {
  margin-left: var(--rem-size-8);
}


.submenu-account-list[data-v-a971bb54] {
  margin-top: var(--rem-size-12);
}
.submenu-account-list__labeled-separator[data-v-a971bb54],
.submenu-account-list__separator[data-v-a971bb54] {
  width: calc(100% - var(--rem-size-20));
}
.submenu-account-list__labeled-separator[data-v-a971bb54] {
  margin-left: var(--rem-size-10);
}
.submenu-account-list__separator[data-v-a971bb54] {
  margin: var(--rem-size-10);
  border-color: var(--grey-light);
}


.submenu-account[data-v-663dbcfa] {
  position: absolute;
  top: calc(var(--menu-height)*.75);
  right: var(--rem-size-12);
  min-width: 200px;
  background-color: var(--white);
  box-shadow: 0px 3px 6px 0px var(--black-alpha12);
  text-align: left;
}


.idt-expired-token[data-v-03cb7a5f] {
  padding-top: 25px;
  padding-bottom: 50px;
  text-align: center;
}
.idt-expired-token__icon[data-v-03cb7a5f] {
  color: var(--grey);
  font-size: 80px;
}
.idt-expired-token__text[data-v-03cb7a5f] {
  max-width: 450px;
  margin: auto;
}
.idt-expired-token h1[data-v-03cb7a5f] {
  margin-bottom: 25px;
}


.activity[data-v-1f2d6fdb] {
  display: flex;
  align-items: center;
  height: 45px;
  background-color: var(--grey-lighter);
  border-radius: 3px;
  color: var(--black);
  cursor: grab;
}
.activity.selected[data-v-1f2d6fdb] {
  background-color: var(--white);
  box-shadow: 0 0 10px 0 var(--black-alpha15);
}
.activity__activity-description[data-v-1f2d6fdb] {
  padding: unset;
}
.activity__activity-description__title[data-v-1f2d6fdb] {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.activity__activity-description__title__name[data-v-1f2d6fdb] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity__activity-description__title__date[data-v-1f2d6fdb] {
  min-width: 30%;
  font-style: italic;
}
.activity__edit[data-v-1f2d6fdb] {
  margin: 5px 5px 0px 0px;
}
.activity__cancel[data-v-1f2d6fdb] {
  margin-top: 8px;
  color: var(--grey-dark);
  font-size: 16px;
  font-weight: var(--font-weight-medium);
}
.activity button[data-v-1f2d6fdb] {
  cursor: pointer;
}


.activity-list[data-v-35f33640] {
  display: flex;
  flex-direction: column;
  gap: var(--rem-size-8);
  height: 550px;
  padding: var(--rem-size-8);
  border: solid 1px var(--grey-light);
  overflow-y: auto;
}


.agenda-activities[data-v-3dd296f9] {
  display: flex;
  justify-content: center;
  justify-items: center;
  width: 100%;
}
.agenda-activities #list-mobile[data-v-3dd296f9] {
  display: none;
}
@media only screen and (max-width: 1000px) {
.agenda-activities #list[data-v-3dd296f9] {
    display: none;
}
.agenda-activities #list-mobile[data-v-3dd296f9] {
    display: flex;
}
}
.agenda-activities__label[data-v-3dd296f9] {
  font-weight: var(--font-weight-medium);
}
.agenda-activities__empty-list[data-v-3dd296f9] {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 550px;
  min-height: 250px;
  margin: 40px 0px 0px 0px;
  border: solid 1px var(--grey-light);
}
.agenda-activities__empty-list__text[data-v-3dd296f9] {
  font-family: var(--text-font-family);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-light);
  line-height: 22px;
  text-align: center;
}
.agenda-activities__delete__icon[data-v-3dd296f9] {
  margin-left: var(--rem-size-8);
}


.agenda-categories__content__cat-button .button[data-v-256da2e8] {
  height: 48px;
  width: 122px;
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
  margin: 0 0 1.75rem 0;
}
.agenda-categories .button[data-v-256da2e8] {
  margin: 0 0 1.75rem 0;
}


.chose-modal[data-v-65f2b900] {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
.chose-modal[data-v-65f2b900] {
    max-width: 100%;
}
}
.chose-modal__title[data-v-65f2b900] {
  color: var(--main-color);
  font-weight: var(--font-weight-normal);
}
.chose-modal__subtitle[data-v-65f2b900] {
  color: var(--grey-900);
}
@media only screen and (min-width: 1024px) {
.chose-modal__subtitle[data-v-65f2b900] {
    max-width: 550px;
    margin: auto;
}
}
.chose-modal__content[data-v-65f2b900] {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
.chose-modal__content[data-v-65f2b900] {
    flex-flow: column wrap;
}
}
.chose-modal__content__item[data-v-65f2b900] {
  flex-flow: column wrap;
  flex: 1 1 auto;
}
.chose-modal__content__item.choose[data-v-65f2b900] {
  text-align: center;
}
@media only screen and (min-width: 640px) {
.chose-modal__content__item.choose[data-v-65f2b900] {
    padding: 0 90px;
}
}
@media only screen and (min-width: 1024px) {
.chose-modal__content__item.choose[data-v-65f2b900] {
    max-width: 400px;
}
}
@media only screen and (min-width: 640px) {
.chose-modal__content__item[data-v-65f2b900]:not(.choose) {
    padding: 0 35px;
}
}
@media only screen and (min-width: 1024px) {
.chose-modal__content__item[data-v-65f2b900]:not(.choose) {
    max-width: 600px;
}
}
.chose-modal__content__item[data-v-65f2b900]:not(:last-child) {
  position: relative;
}
@media only screen and (max-width: 1023px) {
.chose-modal__content__item[data-v-65f2b900]:not(:last-child) {
    margin-bottom: 1rem;
}
}
@media only screen and (min-width: 1024px) {
.chose-modal__content__item:not(:last-child).choose[data-v-65f2b900]:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 70%;
    border-right: 1px solid var(--grey);
    transform: translateY(-50%);
}
}
.chose-modal__content__icon[data-v-65f2b900] {
  margin-top: 1rem;
  color: var(--grey-900);
  font-size: 7rem;
}
.chose-modal__content__title[data-v-65f2b900] {
  margin-bottom: 1rem;
  color: var(--main-color);
  font-family: var(--title-font-family);
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
.chose-modal__content__text[data-v-65f2b900] {
    min-height: 125px;
}
}
.chose-modal__button[data-v-65f2b900] {
  min-width: 235px;
  height: 55px;
  font-family: var(--text-font-family);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}


.conference-form[data-v-5c4ed526] {
  width: 100vw;
}
@media only screen and (max-width: 639px) {
.conference-form[data-v-5c4ed526] {
    padding-top: var(--rem-size-32);
}
}
@media only screen and (min-width: 1024px) {
.conference-form__subtitle[data-v-5c4ed526] {
    max-width: 550px;
    margin: 0 auto 2rem auto;
}
}
.conference-form__content[data-v-5c4ed526] {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 991px) {
.conference-form__content[data-v-5c4ed526] {
    flex-direction: column;
}
}
.conference-form__content__block[data-v-5c4ed526] {
  flex: 1 1 auto;
  position: relative;
}
@media only screen and (max-width: 639px) {
.conference-form__content__block[data-v-5c4ed526] {
    padding: 0 var(--rem-size-16);
}
}
@media only screen and (min-width: 640px) {
.conference-form__content__block[data-v-5c4ed526] {
    padding: 0 var(--rem-size-32);
}
}
@media only screen and (min-width: 992px) {
.conference-form__content__block[data-v-5c4ed526] {
    width: 50%;
    max-width: 600px;
}
}
.conference-form__content__block.has-separator[data-v-5c4ed526]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  border-right: 1px solid var(--grey);
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
.conference-form__content__block.has-separator[data-v-5c4ed526]:after {
    display: none;
}
}
@media only screen and (min-width: 992px) {
.conference-form__content__block.has-separator[data-v-5c4ed526]:after {
    display: block;
}
}
.conference-form__upload[data-v-5c4ed526] {
  padding-left: 0;
}
.conference-form__upload--pre-recorded-input[data-v-5c4ed526] {
  display: contents;
}
.conference-form[data-v-5c4ed526]  .conference-form__upload-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  text-transform: uppercase;
}
.conference-form[data-v-5c4ed526]  .conference-form__upload-btn--pre-recorded {
  margin: 0;
}
.conference-form__switch-title[data-v-5c4ed526] {
  margin-bottom: .5rem;
}
.conference-form__switch-desc[data-v-5c4ed526] {
  margin-bottom: .5rem;
  min-height: 50px;
}
.conference-form__button[data-v-5c4ed526] {
  min-width: 235px;
  height: 55px;
  font-family: var(--text-font-family);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.conference-form__footer[data-v-5c4ed526] {
  margin-top: 50px;
  text-align: center;
}
.conference-form__back.hollow[data-v-5c4ed526] {
  position: fixed;
  margin: 0;
  padding: .6rem 1rem;
  color: var(--grey-darker);
  border-color: var(--grey-darker);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 639px) {
.conference-form__back.hollow[data-v-5c4ed526] {
    top: .5rem;
    left: .5rem;
    z-index: 100;
}
}
@media only screen and (min-width: 640px) {
.conference-form__back.hollow[data-v-5c4ed526] {
    top: 1.875rem;
    left: 1.875rem;
}
}
.conference-form__back.hollow[data-v-5c4ed526]:hover {
  color: var(--grey-darkest);
  border-color: var(--grey-darkest);
}
.conference-form[data-v-5c4ed526]  .upload_input input {
  background-color: var(--white);
}
.conference-form__attachment[data-v-5c4ed526] {
  width: 100%;
  height: 45px;
  max-width: 600px;
  border: 2px dashed var(--main-color);
  border-radius: var(--global-radius);
}
.conference-form__attachment--filled[data-v-5c4ed526] {
  max-width: 600px;
  margin-top: 3px;
  border: none;
}
.conference-form__attachment__preview[data-v-5c4ed526] {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--global-radius);
}
.conference-form__attachment__no-preview[data-v-5c4ed526] {
  position: relative;
  border-radius: var(--global-radius);
}
.conference-form__attachment__preview .conference-form__attachment__file.has-file[data-v-5c4ed526] {
  border: 2px dashed var(--main-color);
}
.conference-form__attachment__preview:hover .conference-form__attachment__file.has-file[data-v-5c4ed526] {
  background-color: rgba(0,0,0,.7);
  border: 2px solid var(--main-color);
  border-radius: var(--global-radius);
}
.conference-form__attachment__preview:hover .conference-form__attachment__file.has-file span.white-hovered[data-v-5c4ed526] {
  color: var(--white);
  font-size: 1.0625rem;
  font-weight: var(--font-weight-medium);
}
.conference-form__attachment__file[data-v-5c4ed526] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.conference-form__attachment__file[data-v-5c4ed526]  button {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.conference-form__attachment__file__label span[data-v-5c4ed526] {
  color: var(--main-color);
  font-size: .875rem;
}
.conference-form__attachment__file__delete[data-v-5c4ed526] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  padding: .5rem;
  color: var(--white);
  background-color: var(--secondary-color);
  font-size: 1.2rem;
  text-align: center;
  line-height: 14px;
  cursor: pointer;
}
.conference-form__attachment[data-v-5c4ed526]:hover {
  border: 2px solid var(--main-color);
}
.conference-form__attachment:hover span.white-hovered[data-v-5c4ed526] {
  font-weight: var(--font-weight-medium);
}
.conference-form__upload-infos[data-v-5c4ed526] {
  display: flex;
  align-items: flex-start;
  color: var(--grey-darker);
  font-size: .75rem;
  font-weight: var(--font-weight-light);
  font-style: italic;
}
.conference-form__upload-infos--filled[data-v-5c4ed526] {
  font-weight: var(--font-weight-medium);
  line-height: 1.125rem;
}
.conference-form__stream-types[data-v-5c4ed526] {
  padding-bottom: 0;
}
.conference-form__stream-types[data-v-5c4ed526]  .v-select {
  margin-bottom: 0;
}
.conference-form__url-container-button[data-v-5c4ed526] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px;
  color: var(--main-color);
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}
.conference-form__url-container-button__link[data-v-5c4ed526] {
  width: 95%;
  flex: 0 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conference-form__infos[data-v-5c4ed526] {
  margin-bottom: 1rem;
  color: var(--grey-darker);
  font-size: .75rem;
  font-weight: var(--font-weight-light);
  font-style: italic;
}
.upload-replay[data-v-5c4ed526] {
  display: flex;
  gap: var(--rem-size-8);
  margin-bottom: var(--rem-size-24);
}
.upload-replay[data-v-5c4ed526]  .idt-fs-upload-file {
  flex: 0 0 auto;
}


.export-viewer-stats-modal[data-v-617f6443] {
  padding: var(--rem-size-8);
}
.export-viewer-stats-modal__title[data-v-617f6443] {
  margin-bottom: var(--rem-size-8);
  font-size: 18px;
  font-weight: 500;
  color: var(--grey-darkest);
}
.export-viewer-stats-modal__content[data-v-617f6443] {
  margin-top: var(--rem-size-8);
}
.export-viewer-stats-modal__content__info[data-v-617f6443] {
  margin-bottom: var(--rem-size-16);
}
.export-viewer-stats-modal__content__label[data-v-617f6443] {
  margin-bottom: var(--rem-size-8);
  font-size: var(--rem-size-16);
  font-weight: 500;
  color: var(--grey-darkest);
}
.export-viewer-stats-modal__content__radio[data-v-617f6443] {
  margin: var(--rem-size-16);
  max-width: 250px;
}
.export-viewer-stats-modal__footer[data-v-617f6443] {
  display: flex;
  justify-content: flex-end;
}
.export-viewer-stats-modal__footer__button__cancel[data-v-617f6443] {
  margin-right: var(--rem-size-8);
}


[data-v-021d2e77] .idt-conference-table .idt-table-cell--camera {
  max-width: 7vw;
  text-align: center;
}
[data-v-021d2e77] .idt-conference-table .idt-table-cell--camera .ideacons {
  font-size: 2rem;
}
[data-v-021d2e77] .idt-conference-table .idt-table-cell--camera .idea-ht-circle-checked {
  color: var(--main-color);
}
[data-v-021d2e77] .idt-conference-table .idt-table-cell--camera .idea-ht-circle-info {
  color: var(--yellow);
}
[data-v-021d2e77] .idt-conference-table .idt-table-cell--camera .idea-ht-circle-close {
  color: var(--red);
}
[data-v-021d2e77] .idt-conference-table .idt-table-header-cell--camera {
  max-width: 7vw;
  text-align: center;
}
[data-v-021d2e77] .idt-conference-table .idt-table-header-cell--free {
  max-width: 7vw;
  text-align: center;
}
[data-v-021d2e77] .idt-conference-table .idt-table-cell--free {
  max-width: 7vw;
  text-align: center;
}
[data-v-021d2e77] .idt-conference-table .idt-table-cell--free .free {
  display: block;
  width: 78px;
  margin: 3px 0;
  border: solid 1px;
  border-radius: 3px;
  font-size: .55rem;
  text-align: center;
  text-transform: uppercase;
}
[data-v-021d2e77] .idt-conference-table .idt-table-cell--free .live {
  color: var(--secondary-color);
}
[data-v-021d2e77] .idt-conference-table .idt-table-cell--free .replay {
  color: #484848;
}


.conference-bo-agenda-info[data-v-252ccc8c] {
  position: relative;
}
@media only screen and (max-width: 1199px) {
.conference-bo-agenda-info[data-v-252ccc8c] {
    height: var(--bo-header-elm-height);
    padding: 0 var(--rem-size-20);
}
}
@media only screen and (min-width: 1200px) {
.conference-bo-agenda-info[data-v-252ccc8c] {
    height: var(--bo-header-height);
}
}
.conference-bo-agenda-info__toggle[data-v-252ccc8c] {
  display: flex;
  align-items: center;
  color: var(--black);
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
.conference-bo-agenda-info__toggle[data-v-252ccc8c] {
    justify-content: flex-end;
    height: var(--bo-header-elm-height);
}
}
@media only screen and (min-width: 1200px) {
.conference-bo-agenda-info__toggle[data-v-252ccc8c] {
    height: var(--bo-header-height);
}
}
@media (hover: hover) {
.conference-bo-agenda-info__toggle[data-v-252ccc8c]:hover {
    color: var(--main-color-dark);
}
}
.conference-bo-agenda-info__toggle.open[data-v-252ccc8c] {
  color: var(--main-color-dark);
}
.conference-bo-agenda-info__toggle__label[data-v-252ccc8c] {
  margin-right: .25rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.conference-bo-agenda-info__container[data-v-252ccc8c] {
  color: var(--grey-darkest);
  background-color: var(--main-color-lighter);
  overflow: hidden;
  transition: all .3s ease-in-out;
}
@media only screen and (max-width: 639px) {
.conference-bo-agenda-info__container[data-v-252ccc8c] {
    left: 0;
    width: 100%;
    box-shadow: -2px 2px 3px var(--black-alpha15);
}
}
@media only screen and (min-width: 640px)and (max-width: 1199px) {
.conference-bo-agenda-info__container[data-v-252ccc8c] {
    top: calc(var(--menu-height) + var(--bo-header-height) + var(--bo-header-elm-height));
    left: var(--vertical-menu-width);
}
}
@media only screen and (max-width: 1199px) {
.conference-bo-agenda-info__container[data-v-252ccc8c] {
    position: fixed;
    height: calc(var(--vh)*100 - (var(--menu-height) + var(--bo-header-height) + var(--bo-header-elm-height)));
    z-index: 1;
}
}
@media only screen and (min-width: 1200px) {
.conference-bo-agenda-info__container[data-v-252ccc8c] {
    position: fixed;
    width: 470px;
    box-shadow: -2px 2px 3px var(--black-alpha15);
}
}
.conference-bo-agenda-info__container__icon[data-v-252ccc8c] {
  position: absolute;
  right: 20px;
  bottom: 1rem;
  color: var(--main-color-light);
  z-index: 0;
}
.conference-bo-agenda-info__container.slide-content-enter-active[data-v-252ccc8c] {
  animation: slide-down-data-v-252ccc8c .3s;
}
.conference-bo-agenda-info__container.slide-content-leave-active[data-v-252ccc8c] {
  animation: slide-down-data-v-252ccc8c .3s reverse;
}
.conference-bo-agenda-info__container[data-v-252ccc8c]  * {
  line-height: 1.25;
}
.conference-bo-agenda-info__content[data-v-252ccc8c] {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
.conference-bo-agenda-info__content[data-v-252ccc8c] {
    height: 100%;
    padding: 50px 45px 30px 30px;
    overflow-y: auto;
}
}
@media only screen and (min-width: 1200px) {
.conference-bo-agenda-info__content[data-v-252ccc8c] {
    padding: 30px 30px 15px;
}
}
.conference-bo-agenda-info__close[data-v-252ccc8c] {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--main-color-dark);
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
.conference-bo-agenda-info__close[data-v-252ccc8c] {
    display: none;
}
}
.conference-bo-agenda-info[data-v-252ccc8c]  ul {
  margin-left: 20px;
  list-style-position: inside;
}
.conference-bo-agenda-info[data-v-252ccc8c]  ul li {
  margin-bottom: .25rem;
  color: var(--main-color);
}
.conference-bo-agenda-info[data-v-252ccc8c]  ul li span {
  color: var(--grey-darkest);
  font-weight: var(--font-weight-medium);
}
@keyframes slide-down-data-v-252ccc8c {
0% {
    transform: translateY(-10%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}


.category[data-v-78a8ab8a] {
  display: flex;
  align-items: center;
  height: 45px;
  background-color: var(--grey-lighter);
  border-radius: 3px;
  color: var(--black);
  cursor: grab;
}
.category.selected[data-v-78a8ab8a] {
  background-color: var(--white);
  box-shadow: 0 0 10px 0 var(--black-alpha15);
}
.category__category-description[data-v-78a8ab8a] {
  display: flex;
  align-items: center;
  gap: var(--rem-size-8);
}
.category__category-description__title[data-v-78a8ab8a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category__category-description__info[data-v-78a8ab8a] {
  align-self: center;
}
.category__edit[data-v-78a8ab8a] {
  margin: 5px 5px 0px 0px;
}
.category__cancel[data-v-78a8ab8a] {
  margin-top: 8px;
  color: var(--grey-dark);
  font-size: 16px;
  font-weight: var(--font-weight-medium);
}
.category button[data-v-78a8ab8a] {
  cursor: pointer;
}


.category-list[data-v-e1231c22] {
  display: flex;
  flex-direction: column;
  gap: var(--rem-size-8);
  height: 350px;
  padding: var(--rem-size-8);
  border: solid 1px var(--grey-light);
  overflow-y: auto;
}
.category-list .ghost[data-v-e1231c22] {
  width: 600px;
  cursor: grab;
  opacity: .5;
  background: var(--grey-lighter);
}


.agenda-categories__content__delete[data-v-dff202be] {
  color: var(--red);
}
.agenda-categories__content__delete[data-v-dff202be]:hover {
  margin-top: 1px;
  cursor: pointer;
  filter: brightness(75%);
}
.agenda-categories__content__delete__icon[data-v-dff202be] {
  color: var(--red);
}
.agenda-categories__content__cat-button .button[data-v-dff202be] {
  height: 48px;
  width: 122px;
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
  margin: 0 0 1.75rem 0;
}


.item[data-v-06221450] {
  display: flex;
  align-items: center;
  height: 45px;
  background-color: var(--grey-lighter);
  border-radius: 3px;
  color: var(--black);
  cursor: grab;
}
.item.selected[data-v-06221450] {
  background-color: var(--white);
  box-shadow: 0 0 10px 0 var(--black-alpha15);
}
.item__item-description[data-v-06221450] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item__edit[data-v-06221450] {
  margin: 5px 5px 0px 0px;
}
.item__cancel[data-v-06221450] {
  margin-top: 8px;
  color: var(--grey-dark);
  font-size: 16px;
  font-weight: var(--font-weight-medium);
}
.item button[data-v-06221450] {
  cursor: pointer;
}


.item-list[data-v-66c38cd0] {
  display: flex;
  flex-direction: column;
  gap: var(--rem-size-8);
  height: 350px;
  padding: var(--rem-size-8);
  border: solid 1px var(--grey-light);
  overflow-y: auto;
}
.item-list .ghost[data-v-66c38cd0] {
  width: 600px;
  background: var(--grey-lighter);
  cursor: grab;
  opacity: .5;
}


.items[data-v-f4d2da6e] {
  display: flex;
  justify-items: center;
  flex-flow: column;
  width: 100%;
}
.items__input[data-v-f4d2da6e] {
  padding-right: 0px;
}
.items__label[data-v-f4d2da6e] {
  font-weight: var(--font-weight-medium);
}
.items__inputs[data-v-f4d2da6e] {
  height: 50px;
  margin-bottom: 10px;
}
.items__inputs__item-button .button[data-v-f4d2da6e] {
  width: 122px;
  height: 48px;
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
}
.items__inputs__text[data-v-f4d2da6e] {
  padding-right: 0px;
}
.items__inputs__text__area[data-v-f4d2da6e] {
  overflow: auto;
}
.items__inputs__content[data-v-f4d2da6e] {
  height: 20px;
}
.items__inputs__content__delete[data-v-f4d2da6e] {
  margin-right: 15px;
  color: var(--red);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
}
.items__inputs__content__delete[data-v-f4d2da6e]:hover {
  cursor: pointer;
  filter: brightness(75%);
}
.items__inputs__content__delete__icon[data-v-f4d2da6e] {
  color: var(--red);
}
.items__inputs__content .button[data-v-f4d2da6e] {
  margin: 0 0 1.75rem 0;
}
.items__empty-list[data-v-f4d2da6e] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  max-height: 500px;
  margin: 40px 0px 0px 0px;
  border: solid 1px var(--grey-light);
}
.items__empty-list__text[data-v-f4d2da6e] {
  font-family: var(--text-font-family);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-light);
  line-height: 22px;
  text-align: center;
}


.date-picker[data-v-9c62ad78] {
  margin-top: 20px;
}


.switch-interactive-feature[data-v-690571fc] {
  margin-bottom: 1rem;
}


::v-deep .switch-talk {
  margin-bottom: var(--rem-size-20);
}
.bo-vertical__title {
  margin-bottom: var(--rem-size-30);
  padding: 0 .9375rem;
}


.pre-conference-canceled-card[data-v-b41cb7e6] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: var(--grey-light);
}
.pre-conference-canceled-card__content[data-v-b41cb7e6] {
  color: var(--grey-dark);
  text-align: center;
}
@media only screen and (max-width: 639px) {
.pre-conference-canceled-card__content[data-v-b41cb7e6] {
    transform: scale(0.6);
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.pre-conference-canceled-card__content[data-v-b41cb7e6] {
    transform: scale(0.9);
}
}
@media only screen and (min-width: 1024px)and (max-width: 1199px) {
.pre-conference-canceled-card__content[data-v-b41cb7e6] {
    transform: scale(0.7);
}
}
.pre-conference-canceled-card .date__part[data-v-b41cb7e6] {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.pre-conference-canceled-card .date__calendar[data-v-b41cb7e6] {
  margin-right: 1rem;
  padding: 0 1.5rem;
}
.pre-conference-canceled-card .date__calendar .idt-icon[data-v-b41cb7e6] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pre-conference-canceled-card .date__day[data-v-b41cb7e6] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.pre-conference-canceled-card .date__month[data-v-b41cb7e6] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 55%);
  font-size: .8rem;
  font-weight: 300;
  text-transform: uppercase;
}
.pre-conference-canceled-card .date__text[data-v-b41cb7e6] {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
}
.pre-conference-canceled-card .date__hours[data-v-b41cb7e6] {
  font-family: var(--title-font-family);
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1;
}
.pre-conference-canceled-card .message[data-v-b41cb7e6] {
  font-family: var(--title-font-family);
  font-size: 2.6rem;
  font-weight: 300;
}
.pre-conference-canceled-card .message__container[data-v-b41cb7e6] {
  position: relative;
  width: 600px;
  margin-top: 4.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--grey-dark);
  font-size: 2rem;
}
.pre-conference-canceled-card .message__text[data-v-b41cb7e6] {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 1.25rem;
  background-color: var(--grey-light);
  font-size: 1.4rem;
  font-weight: 300;
  transform: translate(-50%, -50%);
}


.conference-canceled[data-v-fd320f3a] {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
.conference-canceled[data-v-fd320f3a] {
    height: var(--video-height);
}
}


.idt-conference-time-schedule {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 10px;
  background-color: var(--white);
  border: 2px solid;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
}
.idt-conference-time-schedule .ideacon {
  margin-right: 15px;
}


.conference-alert {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 40vh;
  height: 380px;
  margin: 5px;
  padding: 1.5rem;
  color: var(--white);
  background-color: var(--grey-darkest-alpha75);
  text-align: center;
  z-index: 5;
}
.conference-alert.conf-advice {
  flex-basis: 60%;
}
.conference-alert .idt-conference-time-schedule {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.conference-alert__time {
  margin-bottom: 5px;
  font-size: 2.125rem;
  font-weight: var(--font-weight-bold);
}
.conference-alert__time ::v-deep .idt-conference-duration {
  color: var(--white);
}
.conference-alert__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}
.conference-alert__content__title {
  color: var(--white);
  font-family: var(--title-font-family);
  font-size: 1.75rem;
  text-transform: uppercase;
}
.conference-alert__content__separator {
  width: 100px;
  margin-top: .5rem;
  border: 1px solid var(--main-color);
}
.conference-alert__content__text--primary {
  margin-bottom: 1rem;
  color: var(--white);
  font-size: 1rem;
}
.conference-alert__content__text--secondary {
  margin-bottom: .5rem;
  color: var(--white);
  font-size: .625rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
.conference-alert__content__button-group {
  margin-bottom: 20px;
}
.conference-alert__footer {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.conference-alert__footer__relaunch-test {
  color: var(--white);
  border-bottom: 1px solid var(--white);
  font-size: .6rem;
  font-weight: var(--font-weight-medium);
}
.conference-alert__footer__relaunch-test:hover {
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
.conference-alert button,
.conference-alert a.button {
  min-width: 130px;
  margin-bottom: .625rem;
  border-color: var(--white);
  color: var(--main-color-dark);
  background-color: var(--white);
  border-radius: 3px;
  font-size: .8rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
.conference-alert button.postpone-button,
.conference-alert a.button.postpone-button {
  margin: 0 auto;
  display: block;
  padding: .5rem;
  border-color: var(--white);
  color: var(--color);
  font-size: .75rem;
  text-transform: none;
}
.conference-alert button.postpone-button:hover,
.conference-alert button.postpone-button:focus,
.conference-alert a.button.postpone-button:hover,
.conference-alert a.button.postpone-button:focus {
  color: var(--color);
  background-color: var(--black-alpha30);
  border-color: var(--white);
}
.conference-alert button.postpone-button.disabled,
.conference-alert a.button.postpone-button.disabled {
  background-color: var(--grey-darkest);
  border-color: var(--grey-darkest);
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.25);
  opacity: 1;
  pointer-events: none;
}
.conference-alert button.postpone-button svg,
.conference-alert a.button.postpone-button svg {
  --spinner-stroke-color: white;
  --spiner-radius: 10px;
}
.conference-alert a {
  color: var(--white);
}
.conference-alert a:hover {
  color: var(--white);
  background-color: var(--main-color);
}
.conf-live {
  color: var(--color-live);
}
.conf-replay {
  color: var(--color-replay);
  border: none;
}
.conf-scheduled {
  color: var(--color-scheduled);
}
.conf-standby {
  color: var(--color-starting);
}
.conf-starting {
  color: var(--color-starting);
}


.post-conference-card[data-v-23d9e4b4] {
  height: 100%;
  width: 100%;
  background-color: var(--main-color-lighter);
}
.post-conference-card__content[data-v-23d9e4b4] {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--main-color);
  text-align: center;
}
@media only screen and (max-width: 639px) {
.post-conference-card__content[data-v-23d9e4b4] {
    transform: translate(-50%, -50%) scale(0.5);
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.post-conference-card__content[data-v-23d9e4b4] {
    transform: translate(-50%, -50%) scale(0.9);
}
}
@media only screen and (min-width: 1024px)and (max-width: 1199px) {
.post-conference-card__content[data-v-23d9e4b4] {
    transform: translate(-50%, -50%) scale(0.7);
}
}
@media only screen and (min-width: 1200px) {
.post-conference-card__content[data-v-23d9e4b4] {
    transform: translate(-50%, -50%);
}
}


.idt-conference-countdown-updated[data-v-255c1727] {
  display: flex;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
}
.idt-conference-countdown-updated__line[data-v-255c1727] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.idt-conference-countdown-updated__line__box[data-v-255c1727] {
  width: var(--rem-size-40);
  height: var(--rem-size-40);
  padding: var(--rem-size-8);
  background: var(--white);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-medium);
  text-align: center;
  line-height: var(--rem-size-24);
}
.idt-conference-countdown-updated__line__units[data-v-255c1727] {
  margin-left: var(--rem-size-8);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-20);
}
.idt-conference-countdown-updated__line__units[data-v-255c1727]:not(:last-child) {
  margin-right: var(--rem-size-16);
}


.conference-presentation[data-v-b7e858b8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 0 30px 0;
  background-color: var(--grey-light);
  color: var(--grey-darkest);
  overflow: auto;
}
.conference-presentation__date-container[data-v-b7e858b8] {
  display: flex;
  flex-direction: row;
  vertical-align: center;
  padding: .625rem;
  background-color: var(--white);
  font-weight: var(--font-weight-bold);
  border-radius: var(--global-radius);
}
.conference-presentation__date-container[data-v-b7e858b8]  .idt-icon {
  margin-top: -5px;
}
.conference-presentation__date-container__date[data-v-b7e858b8] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: .625rem;
  border-right: 1px solid #3a3c43;
}
.conference-presentation__date-container__date__text[data-v-b7e858b8] {
  margin-left: .625rem;
}
.conference-presentation__date-container__hour[data-v-b7e858b8] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: .625rem;
}
.conference-presentation__date-container__hour__text[data-v-b7e858b8] {
  margin-left: .625rem;
}
.conference-presentation__speakers[data-v-b7e858b8] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 var(--rem-size-16);
}
.conference-presentation__speakers[data-v-b7e858b8]  .idt-user-avatar {
  margin: 10px 0;
  border: 5px solid var(--white);
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
}
.conference-presentation__speakers__item[data-v-b7e858b8] {
  flex: 0 0 auto;
  max-width: 200px;
  padding: var(--rem-size-20) var(--rem-size-16);
  text-align: center;
}
.conference-presentation__speakers__item__name[data-v-b7e858b8] {
  font-size: .875rem;
  font-weight: var(--font-weight-medium);
}
.conference-presentation__speakers__item__job[data-v-b7e858b8] {
  font-size: .75rem;
  color: var(--grey-darker);
}
.conference-presentation__separator[data-v-b7e858b8] {
  width: 50%;
  margin: 2rem 0;
}
.conference-presentation__external-link[data-v-b7e858b8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-top: 2.5rem;
}
.conference-presentation__external-link__input[data-v-b7e858b8] {
  margin: 0 var(--rem-size-16) 0 0;
}
.conference-presentation__title[data-v-b7e858b8] {
  max-width: 1000px;
  padding: 1.5rem;
  font-family: var(--title-font-family);
  line-height: 1.1;
}
@media only screen and (max-width: 1023px) {
.conference-presentation__title[data-v-b7e858b8] {
    font-size: var(--rem-size-24);
}
}
@media only screen and (min-width: 1024px)and (max-width: 1441px) {
.conference-presentation__title[data-v-b7e858b8] {
    font-size: var(--rem-size-30);
}
}
@media only screen and (min-width: 1442px) {
.conference-presentation__title[data-v-b7e858b8] {
    font-size: var(--rem-size-35);
}
}


.conference-controls[data-v-365343c0] {
  margin-top: 22px;
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
}
.conference-controls__wrapper[data-v-365343c0] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.conference-controls__autostart[data-v-365343c0]  .idt-checkbox {
  margin: 0;
  background: none;
  border: none;
}
.conference-controls__autostart[data-v-365343c0]  .idt-checkbox--checked {
  box-shadow: none;
}
.conference-controls__left-panel[data-v-365343c0],
.conference-controls__right-panel[data-v-365343c0] {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}
.conference-controls__left-panel[data-v-365343c0] {
  border-radius: 23px 0 0 23px;
  background-color: var(--white);
  color: var(--main-color);
}
.conference-controls__left-panel--speaker[data-v-365343c0] {
  border-radius: 23px;
}
.conference-controls__left-panel__label[data-v-365343c0] {
  padding: 0 var(--rem-size-20);
  white-space: nowrap;
}
.conference-controls__left-panel__started[data-v-365343c0] {
  color: var(--black);
}
.conference-controls__right-panel[data-v-365343c0] {
  border-radius: 0 23px 23px 0;
  background-color: var(--main-color);
}
.conference-controls__right-panel__button[data-v-365343c0] {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: .5rem var(--rem-size-20);
  color: var(--white);
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}
.conference-controls__right-panel__button__label[data-v-365343c0] {
  margin-right: 10px;
  white-space: nowrap;
}
.conference-controls__right-panel__started[data-v-365343c0] {
  background-color: #ea4335;
}
.conference-controls__loading[data-v-365343c0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  padding: 0 1rem;
  border-radius: 23px;
  background-color: var(--white);
  color: #ffaf22;
}
.conference-controls__loading__label[data-v-365343c0] {
  white-space: nowrap;
}
.conference-controls__loading__spinner[data-v-365343c0] {
  margin-left: 15px;
}
.conference-moderator-buttons-container[data-v-365343c0] {
  display: flex;
  flex-direction: column;
  height: 90px;
}
.conference-moderator-buttons-container__start-stream[data-v-365343c0] {
  width: 180px;
  height: 45px;
  border-radius: 25px;
  background: var(--white);
  color: var(--main-color);
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}
.conference-moderator-buttons-container__start-stream--dark[data-v-365343c0] {
  background: var(--main-color);
  color: var(--white);
}
.conference-moderator-buttons-container__start-stream[data-v-365343c0]:hover {
  background: var(--main-color-light);
  color: var(--main-color-darker);
}
.conference-moderator-buttons-container__start-stream[data-v-365343c0]  .idt-icon {
  margin-left: 7px;
}
.conference-moderator-buttons-container__launching[data-v-365343c0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  border-radius: 25px;
  background: var(--main-color-darker);
}
.conference-moderator-buttons-container__launching__label[data-v-365343c0] {
  color: var(--white);
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
}
.conference-moderator-buttons-container__launching__spinner[data-v-365343c0] {
  margin-left: 7px;
}
.conference-moderator-buttons-container__live[data-v-365343c0] {
  width: 85px;
  height: 35px;
  border: 1px solid var(--white);
  border-radius: var(--global-radius);
  color: var(--white);
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
}
.conference-moderator-buttons-container__live[data-v-365343c0]  .idt-icon {
  margin-left: 7px;
}
.conference-moderator-buttons-container__stop-stream[data-v-365343c0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  margin-top: 10px;
  border-radius: 25px;
  background: var(--white);
  color: #ff3d30;
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}
.conference-moderator-buttons-container__stop-stream--dark[data-v-365343c0] {
  border: 1px solid #ff3d30;
}
.conference-moderator-buttons-container__stop-stream__square[data-v-365343c0] {
  width: 12px;
  height: 12px;
  margin-left: 7px;
  border-radius: 2px;
  background: #ff3d30;
}
.conference-moderator-buttons-container__stop-stream[data-v-365343c0]:hover {
  background: #ff3d30;
  color: var(--white);
}
.conference-moderator-buttons-container__stop-stream:hover div[data-v-365343c0] {
  background: var(--white);
}


.conference-primary-info[data-v-3b89f3e3] {
  width: 100%;
  min-height: var(--conference-footer-height);
  background: #eeeff2;
  border-top: #d0cfd5 solid 3px;
}
.conference-primary-info--no-separator[data-v-3b89f3e3] {
  border-top: none;
}
.conference-primary-info__container[data-v-3b89f3e3] {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.conference-primary-info__presentation-image[data-v-3b89f3e3],
.conference-primary-info__avatar[data-v-3b89f3e3] {
  flex: 0 0 auto;
  width: 75px;
  height: 75px;
  margin: 1.875rem;
}
.conference-primary-info__presentation-image[data-v-3b89f3e3] {
  border-radius: 50%;
  background-color: var(--grey-darkest-alpha20);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.conference-primary-info__title[data-v-3b89f3e3] {
  flex: 0 1 auto;
  margin-top: 22px;
  color: var(--black);
  font-size: 1.375rem;
  font-weight: var(--font-weight-medium);
  text-overflow: ellipsis;
  overflow: hidden;
}
.conference-primary-info__tags-container[data-v-3b89f3e3] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--rem-size-3);
  padding-bottom: 1rem;
}
.conference-primary-info__favorite[data-v-3b89f3e3],
.conference-primary-info__moderator-buttons[data-v-3b89f3e3] {
  flex: 0 0 auto;
  margin: 1.25rem 1.25rem 0 auto;
  padding-left: .75rem;
}
.conference-primary-info__favorite[data-v-3b89f3e3]  .ideacon,
.conference-primary-info__moderator-buttons[data-v-3b89f3e3]  .ideacon {
  vertical-align: unset;
}


.multi-speaker-list__counter[data-v-6f9c918a] {
  font-weight: var(--font-weight-bold);
  color: var(--black);
  border-bottom: 1px solid #cacaca;
}
.multi-speaker-list__item[data-v-6f9c918a] {
  display: flex;
  align-items: center;
  padding: .3rem 0;
  cursor: pointer;
}
.multi-speaker-list__item[data-v-6f9c918a]:not(:last-child) {
  border-bottom: 1px solid #cacaca;
}
.multi-speaker-list__item__avatar[data-v-6f9c918a] {
  flex: 0 0 auto;
}
.multi-speaker-list__item__speaker[data-v-6f9c918a] {
  padding-left: .45rem;
  color: var(--black);
}
.multi-speaker-list__item__speaker__name[data-v-6f9c918a] {
  font-family: var(--title-font-family);
  font-weight: var(--font-weight-bold);
  font-size: var(--rem-size-16);
  line-height: 1.2;
}
.multi-speaker-list__item__speaker__company[data-v-6f9c918a] {
  font-size: var(--rem-size-13);
  line-height: 1;
}


.talk-links-item[data-v-b70de19e] {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 50px;
  padding: 0 .5rem;
  border: 1px solid var(--grey);
  border-radius: var(--global-radius);
  color: var(--black);
  transition: border-color var(--default-duration) ease;
}
.talk-links-item__label[data-v-b70de19e] {
  flex: 1 0;
}
.talk-links-item__action[data-v-b70de19e] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: var(--grey-light);
  transition: background-color var(--default-duration) ease;
}
.talk-links-item[data-v-b70de19e]:hover {
  border-color: var(--grey-dark);
}
.talk-links-item:hover .talk-links-item__action[data-v-b70de19e] {
  background-color: var(--grey);
}


.talk-links[data-v-b16ba2c6] {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin: 1rem 0;
}


.conference-secondary-info[data-v-3519cb1e] {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: var(--grey-lightest);
}
.conference-secondary-info__section-title[data-v-3519cb1e] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.conference-secondary-info__speakers[data-v-3519cb1e] {
  width: 30%;
  margin: .9375rem 1.25rem;
}
.conference-secondary-info__description-container[data-v-3519cb1e] {
  width: 70%;
  margin: .9375rem 1.25rem;
}
.conference-secondary-info__description[data-v-3519cb1e] {
  margin-top: .9375rem;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  color: var(--black);
  text-align: justify;
}


@media only screen and (max-width: 639px) {
:root {
    --conference-footer-height: 80px;
}
}
@media only screen and (min-width: 640px) {
:root {
    --conference-footer-height: 130px;
}
}


.conference-footer[data-v-758adaa5] {
  height: var(--conference-footer-height);
  border-top: 3px;
  border-color: #000;
}


.embedded-solution-player[data-v-3d697cad] {
  height: 100%;
}
.embedded-solution-player__video-container[data-v-3d697cad] {
  width: 100%;
  height: calc(var(--vh, 1vh)*100 - (var(--conference-footer-height) + var(--menu-height))) !important;
}
.embedded-solution-player__video-container[data-v-3d697cad]  .video-js {
  width: 100%;
  height: 100%;
}


.youtube-player[data-v-02588b83] {
  height: 100%;
}
.youtube-player__video-container[data-v-02588b83] {
  width: 100%;
  height: calc(var(--vh, 1vh)*100 - (var(--conference-footer-height) + var(--menu-height)));
}


.conference-player-container[data-v-7dd2ad29] {
  width: 100%;
  height: 100%;
}


.idt-live-preview[data-v-cc52949e] {
  display: flex;
  width: 100%;
  height: 100%;
}
.idt-live-preview__video-container[data-v-cc52949e] {
  width: 100%;
  height: 100%;
}
.idt-live-preview__overlay[data-v-cc52949e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10%;
  border-radius: var(--global-radius);
  background-color: var(--grey-darker);
}
.idt-live-preview__overlay__message[data-v-cc52949e] {
  color: var(--white);
  font-weight: var(--font-weight-medium);
  text-overflow: ellipsis;
  text-align: center;
}
.idt-live-preview[data-v-cc52949e]  .video-js {
  border-radius: var(--global-radius);
}
.idt-live-preview[data-v-cc52949e]  .video-js .vjs-control-bar {
  border-bottom-left-radius: var(--global-radius);
  border-bottom-right-radius: var(--global-radius);
}


.custom-rtmp-publisher-container[data-v-260ce14a] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: var(--grey-darkest);
  background-color: var(--grey-lighter);
}
.crpc__admin-panel[data-v-260ce14a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 75%;
}
@media only screen and (min-width: 480px)and (max-width: 1199px) {
.crpc__admin-panel[data-v-260ce14a] {
    flex-direction: column;
    height: 100%;
}
.crpc__admin-panel .crpc__admin-panel__settings[data-v-260ce14a] {
    overflow-y: auto;
}
.crpc__admin-panel .crpc__admin-panel__settings[data-v-260ce14a],
  .crpc__admin-panel .crpc__admin-panel__live-preview[data-v-260ce14a] {
    width: 100%;
}
}
.crpc__admin-panel__settings[data-v-260ce14a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  margin: 10px;
  background-color: var(--white);
  border-radius: var(--global-radius);
  color: var(--grey-darkest);
}
.crpc__admin-panel__settings__form[data-v-260ce14a] {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  height: 100%;
  width: 100%;
  padding: 1rem;
}
.crpc__admin-panel__settings__form__title[data-v-260ce14a] {
  margin: 20px 0;
  color: var(--black);
  font-size: var(--rem-size-22);
  font-weight: var(--font-weight-medium);
  text-align: center;
  text-overflow: ellipsis;
}
.crpc__admin-panel__settings__form__label[data-v-260ce14a],[data-v-260ce14a] .crpc__admin-panel__settings__form__one-link .content {
  color: var(--black);
  font-size: var(--rem-size-14);
}
.crpc__admin-panel__settings__form__label[data-v-260ce14a] {
  font-weight: var(--font-weight-medium);
}
[data-v-260ce14a] .crpc__admin-panel__settings__form__one-link .content {
  font-weight: var(--font-weight-normal);
}
.crpc__admin-panel__settings__form .idt-input-container[data-v-260ce14a] {
  padding-bottom: 10px;
}
.crpc__admin-panel__settings__form__field__link[data-v-260ce14a] {
  margin: 0 5px;
  color: var(--main-color);
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}
.crpc__admin-panel__settings__form__field__textarea[data-v-260ce14a]  textarea {
  border-radius: var(--global-radius);
}
.crpc__admin-panel__settings__form__field__access-button[data-v-260ce14a] {
  height: 35px;
  margin-top: 1rem;
  padding: .7rem 1rem;
}
.crpc__admin-panel__settings__form__field__update-button[data-v-260ce14a] {
  margin-top: var(--rem-size-20);
  margin-bottom: var(--rem-size-10);
  text-align: center;
}
.crpc__admin-panel__settings__form__field__update-button button[data-v-260ce14a] {
  width: 90px;
  height: 35px;
  margin-left: .5rem;
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 23px;
  font-weight: var(--font-weight-bold);
  text-align: center;
  cursor: pointer;
}
.crpc__admin-panel__settings__form[data-v-260ce14a]  .idt-text-copy.one-link {
  height: 100px;
}
.crpc__admin-panel__live-preview[data-v-260ce14a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  margin: 5px;
}
.crpc__admin-panel__live-preview__title[data-v-260ce14a] {
  margin-bottom: 10px;
  color: var(--grey-darkest);
  font-size: 1.125rem;
  font-weight: var(--font-weight-medium);
}
.crpc__admin-panel__live-preview__container[data-v-260ce14a] {
  width: 100%;
}


.replay-player[data-v-5f69575a] {
  height: 100%;
}
.replay-player video[data-v-5f69575a] {
  width: 100%;
  height: 100%;
  background-color: var(--black);
}


.jitsi-publisher-container[data-v-6b175c18] {
  height: 100%;
}
.jitsi-publisher-container__video-container[data-v-6b175c18] {
  display: block;
  width: 100%;
  max-width: 177.78vh;
  height: 56.25vw;
  max-height: 100%;
  background: var(--grey-darkest);
}
.jitsi-publisher-container__video-container--loading[data-v-6b175c18] {
  position: relative;
}
.jitsi-publisher-container__video-container--loading .idt-round-loader[data-v-6b175c18] {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jitsi-publisher-container__pr-warning[data-v-6b175c18] {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 2vh;
  left: 50%;
  width: 55vw;
  max-width: 90%;
  transform: translateX(-50%);
  cursor: pointer;
}
.jitsi-publisher-container__pr-warning__close[data-v-6b175c18] {
  position: absolute;
  top: 1rem;
  right: .75rem;
  color: var(--black);
  font-size: var(--rem-size-20);
  line-height: 0;
}
.jitsi-publisher-container__pr-warning[data-v-6b175c18]  .alert-card {
  width: 100%;
}
.jitsi-publisher-container__launch-stream-button[data-v-6b175c18] {
  margin-right: 1rem;
}
.jitsi-publisher-container__ingestor-input[data-v-6b175c18] {
  padding-bottom: 0;
  width: 30%;
}
.jitsi-publisher-container__ingestor-input[data-v-6b175c18]  .idt-input {
  height: 50px;
  margin: 0;
  border: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.jitsi-publisher-container__ingestor-input[data-v-6b175c18]  .idt-input input[disabled] {
  background-color: var(--white);
}
.jitsi-publisher-container__clipboard-button[data-v-6b175c18] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.conference-publisher-container[data-v-5b053757] {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(var(--vh, 1vh)*100 - var(--conference-footer-height)) !important;
  overflow: hidden;
}


.replay-credit-card[data-v-2a512d7a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-lighter);
}


.idt-survey-conference-item[data-v-7bd08946] {
  display: flex;
  align-items: center;
}
.idt-survey-conference-item__img[data-v-7bd08946] {
  height: 50px;
  width: 75px;
  margin-right: .5rem;
}
.idt-survey-conference-item__start[data-v-7bd08946] {
  margin-bottom: .25rem;
  font-size: var(--rem-size-14);
  color: var(--black);
}
.idt-survey-conference-item__title[data-v-7bd08946] {
  margin-bottom: .25rem;
  font-size: 1rem;
  color: var(--black);
  font-weight: var(--font-weight-bold);
}
.idt-survey-conference-item__slot-end[data-v-7bd08946] {
  margin-left: auto;
}


.idt-survey-conference-modal__title[data-v-4cb3a91b] {
  margin-bottom: 1rem;
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.idt-survey-conference-modal__content .idt-input-container[data-v-4cb3a91b]  label {
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.idt-survey-conference-modal__content__list[data-v-4cb3a91b] {
  height: 300px;
  overflow: auto;
}
.idt-survey-conference-modal__content__list__item[data-v-4cb3a91b] {
  padding-bottom: var(--rem-size-12);
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--grey);
  cursor: pointer;
}
.idt-survey-conference-modal__footer[data-v-4cb3a91b] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  height: 72px;
  padding: 0 1rem;
  border-top: 2px solid var(--grey);
}
.idt-survey-conference-modal__footer .button[data-v-4cb3a91b] {
  min-width: 115px;
  margin-bottom: 0;
  margin-left: 1rem;
}


.idt-create-survey-like__title[data-v-806442e0] {
  font-size: var(--rem-size-12);
  color: var(--black);
  font-weight: var(--font-weight-bold);
}
.idt-create-survey-like__row[data-v-806442e0] {
  display: flex;
  align-items: stretch;
  margin-bottom: var(--rem-size-10);
}
.idt-create-survey-like__row__label[data-v-806442e0] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 0 var(--rem-size-24);
  background: var(--grey);
  border-radius: var(--global-radius) 0 0 var(--global-radius);
}
.idt-create-survey-like__row .idt-input-container[data-v-806442e0] {
  flex-grow: 1;
  padding-bottom: 0;
}
.idt-create-survey-like__row .idt-input-container[data-v-806442e0]  .idt-input {
  border-radius: 0 var(--global-radius) var(--global-radius) 0;
}


.idt-survey-add-answer[data-v-77d68032] {
  --height: 38px;
}
.idt-survey-add-answer__button[data-v-77d68032] {
  width: 100%;
  height: var(--height);
  padding: 3px .5rem;
  text-align: left;
  border: 2px dashed var(--grey);
  color: var(--grey);
  cursor: pointer;
}
.idt-survey-add-answer__button[data-v-77d68032]  .ideacon {
  margin-right: var(--rem-size-18);
}
.idt-survey-add-answer__input[data-v-77d68032] {
  position: relative;
}
.idt-survey-add-answer__input[data-v-77d68032]  .idt-input {
  height: var(--height);
}
.idt-survey-add-answer__input__button[data-v-77d68032] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 var(--rem-size-10);
  height: var(--height);
  color: var(--main-color);
  cursor: pointer;
}


.idt-create-survey-multiple .idt-checkbox[data-v-23923f49] {
  margin-bottom: var(--rem-size-8);
  padding: 3px .5rem;
  border: 2px solid var(--grey-light);
  border-radius: var(--global-radius);
  box-shadow: none;
}
.idt-create-survey-multiple[data-v-23923f49]  .idt-checkbox label {
  padding: var(--rem-size-8);
  color: var(--black);
  font-weight: var(--font-weight-medium);
}
.idt-create-survey-multiple[data-v-23923f49]  .idt-checkbox .box {
  margin-right: var(--rem-size-18);
  background: var(--grey);
}
.idt-create-survey-multiple__title[data-v-23923f49] {
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.idt-create-survey-multiple__answers[data-v-23923f49] {
  margin-bottom: 1rem;
}
.idt-create-survey-multiple__answers__item.ghost[data-v-23923f49] {
  cursor: grab;
  opacity: .5;
  background: var(--grey-lighter);
}
.idt-create-survey-multiple__answers__item__remove[data-v-23923f49] {
  position: relative;
  cursor: pointer;
}
.idt-create-survey-multiple__answers__item__remove[data-v-23923f49]  .ideacon {
  position: relative !important;
  color: var(--grey-dark) !important;
}


.idt-create-survey-nps__title[data-v-4a3a5356] {
  font-size: var(--rem-size-12);
  color: var(--black);
  font-weight: var(--font-weight-bold);
}
.idt-create-survey-nps__row[data-v-4a3a5356] {
  display: flex;
  align-items: stretch;
  margin-bottom: var(--rem-size-10);
}
.idt-create-survey-nps__row__label[data-v-4a3a5356] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  padding: 0 var(--rem-size-24);
  background: var(--grey);
  border-radius: var(--global-radius) 0 0 var(--global-radius);
}
.idt-create-survey-nps__row .idt-input-container[data-v-4a3a5356] {
  flex-grow: 1;
  padding-bottom: 0;
}
.idt-create-survey-nps__row .idt-input-container[data-v-4a3a5356]  .idt-input {
  border-radius: 0 var(--global-radius) var(--global-radius) 0;
}


.idt-create-survey-rating__title[data-v-2c3734d4] {
  font-size: var(--rem-size-12);
  color: var(--black);
  font-weight: var(--font-weight-bold);
}
.idt-create-survey-rating__row[data-v-2c3734d4] {
  display: flex;
  align-items: center;
  margin-bottom: var(--rem-size-10);
}
.idt-create-survey-rating__row__stars .idt-icon.active[data-v-2c3734d4] {
  color: var(--yellow);
}
.idt-create-survey-rating__row .idt-input-container[data-v-2c3734d4] {
  flex-grow: 1;
  padding-bottom: 0;
  margin-left: 1rem;
}


.idt-create-survey-single .idt-radiobutton[data-v-055f1601] {
  margin-bottom: var(--rem-size-8);
  padding: 3px .5rem;
  border: 2px solid var(--grey-light);
  border-radius: var(--global-radius);
  box-shadow: none;
}
.idt-create-survey-single[data-v-055f1601]  .idt-radiobutton label {
  padding: var(--rem-size-8);
  color: var(--black);
  font-weight: var(--font-weight-medium);
}
.idt-create-survey-single[data-v-055f1601]  .idt-radiobutton .box {
  margin-right: var(--rem-size-18);
  background: var(--grey);
}
.idt-create-survey-single__title[data-v-055f1601] {
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.idt-create-survey-single__answers[data-v-055f1601] {
  margin-bottom: 1rem;
}
.idt-create-survey-single__answers__item.ghost[data-v-055f1601] {
  cursor: grab;
  opacity: .5;
  background: var(--grey-lighter);
}
.idt-create-survey-single__answers__item__remove[data-v-055f1601] {
  position: relative;
  cursor: pointer;
}
.idt-create-survey-single__answers__item__remove[data-v-055f1601]  .ideacon {
  position: relative !important;
  color: var(--grey-dark) !important;
}


.idt-create-survey-question[data-v-964e9242] {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid var(--grey-light);
  border-left: 4px solid var(--main-color);
  border-radius: var(--global-radius);
}
.idt-create-survey-question__header[data-v-964e9242] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.idt-create-survey-question__header button[data-v-964e9242] {
  cursor: pointer;
}
.idt-create-survey-question__header button.idt-create-survey-question__header__duplicate[data-v-964e9242] {
  margin-left: auto;
}
.idt-create-survey-question__header button.idt-create-survey-question__header__delete[data-v-964e9242] {
  margin-left: 1rem;
}
.idt-create-survey-question__header[data-v-964e9242]  .ideacon {
  color: var(--grey-dark);
}
.idt-create-survey-question__content[data-v-964e9242] {
  padding-top: 1rem;
}
.idt-create-survey-question__content .idt-select-container[data-v-964e9242] {
  display: inline-block;
  min-width: 300px;
  padding-bottom: 0;
}
.idt-create-survey-question__content .idt-select-container[data-v-964e9242]  label {
  margin-bottom: .25rem;
  font-weight: var(--font-weight-bold);
  color: var(--black);
}


.idt-survey-pagination[data-v-06d6e69b] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: var(--rem-size-16);
}
.idt-survey-pagination__chip[data-v-06d6e69b] {
  width: 9px;
  height: 9px;
  margin: 0 6px 6px 0;
  background-color: var(--grey-light);
  border-radius: 50%;
  cursor: pointer;
}
.idt-survey-pagination__chip.active[data-v-06d6e69b] {
  background-color: var(--main-color);
}


.idt-survey-question-like[data-v-b56aa24c] {
  display: flex;
  align-items: center;
  height: 60px;
}
.idt-survey-question-like__button[data-v-b56aa24c] {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  padding: 0 var(--rem-size-20);
  background-color: var(--grey-lighter);
  border: 2px solid rgba(0,0,0,0);
  cursor: pointer;
}
.idt-survey-question-like__button.selected[data-v-b56aa24c] {
  font-weight: var(--font-weight-bold);
}
.idt-survey-question-like__button[data-v-b56aa24c]:hover {
  border-color: var(--grey-light);
}
.idt-survey-question-like__button.dislike[data-v-b56aa24c] {
  justify-content: flex-start;
  color: var(--secondary-color);
  border-radius: var(--rem-size-35) 0px 0px var(--rem-size-35);
}
.idt-survey-question-like__button.dislike.selected[data-v-b56aa24c] {
  border-color: var(--secondary-color);
}
.idt-survey-question-like__button.dislike[data-v-b56aa24c]  .ideacon {
  margin-right: .5rem;
}
.idt-survey-question-like__button.like[data-v-b56aa24c] {
  justify-content: flex-end;
  color: var(--main-color);
  border-radius: 0px var(--rem-size-35) var(--rem-size-35) 0px;
}
.idt-survey-question-like__button.like.selected[data-v-b56aa24c] {
  border-color: var(--main-color);
}
.idt-survey-question-like__button.like[data-v-b56aa24c]  .ideacon {
  margin-left: .5rem;
}


.idt-survey-result-like__table[data-v-2ae82811] {
  margin-top: 1rem;
}
.idt-survey-result-like__table__row[data-v-2ae82811] {
  display: flex;
  align-items: stretch;
  margin-bottom: 1rem;
  color: var(--black);
}
.idt-survey-result-like__table__row__column[data-v-2ae82811] {
  display: flex;
  flex-direction: column;
}
.idt-survey-result-like__table__row__column.progress-column[data-v-2ae82811] {
  flex-grow: 1;
  justify-content: space-around;
}
.idt-survey-result-like__table__row__column.count-column[data-v-2ae82811] {
  align-items: flex-end;
}
.idt-survey-result-like__table__row__column__label[data-v-2ae82811] {
  cursor: pointer;
}
.idt-survey-result-like__table__row .progress[data-v-2ae82811] {
  height: 7px;
  margin: 0 var(--rem-size-10);
  border-radius: var(--global-radius);
}
.idt-survey-result-like__table__row .progress.like[data-v-2ae82811] {
  --progress-color: var(--main-color);
}
.idt-survey-result-like__table__row .progress.dislike[data-v-2ae82811] {
  --progress-color: var(--secondary-color);
}
.idt-survey-result-like__table__row .progress[data-v-2ae82811]  .progress-meter {
  border-radius: var(--global-radius);
}


.idt-survey-result-multiple .idt-checkbox[data-v-0c47079c] {
  margin-bottom: var(--rem-size-8);
  padding: 3px .5rem;
  border: 2px solid rgba(0,0,0,0);
  border-radius: var(--global-radius);
  box-shadow: none;
}
.idt-survey-result-multiple .idt-checkbox.poll[data-v-0c47079c] {
  border-left-color: var(--grey);
  border-right-color: var(--grey-lighter);
}
.idt-survey-result-multiple .idt-checkbox--checked[data-v-0c47079c] {
  border: 2px solid var(--main-color) !important;
}
.idt-survey-result-multiple .idt-checkbox--checked.wrong[data-v-0c47079c] {
  border: 2px solid var(--secondary-color);
}
.idt-survey-result-multiple[data-v-0c47079c]  .idt-checkbox.quiz.wrong .box {
  background: var(--secondary-color);
}
.idt-survey-result-multiple[data-v-0c47079c]  .idt-checkbox.quiz .box {
  background: var(--main-color);
  border: 1px solid var(--white) !important;
}
.idt-survey-result-multiple[data-v-0c47079c]  .idt-checkbox.quiz label .idt-icon {
  color: var(--white) !important;
}
.idt-survey-result-multiple[data-v-0c47079c]  .idt-checkbox label {
  color: var(--black);
  font-weight: var(--font-weight-medium);
}
.idt-survey-result-multiple[data-v-0c47079c]  .idt-checkbox .box {
  margin-right: var(--rem-size-18);
}


.idt-survey-question-rating[data-v-bf5bb140] {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 0 1rem;
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
}
.idt-survey-question-rating__stars[data-v-bf5bb140] {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.idt-survey-question-rating__stars__item[data-v-bf5bb140] {
  padding: 0 1px;
  color: var(--grey);
  cursor: pointer;
}
.idt-survey-question-rating__stars__item.active[data-v-bf5bb140] {
  color: var(--yellow);
}
.idt-survey-question-rating__label[data-v-bf5bb140] {
  line-height: 1.2rem;
}


.idt-survey-result-rating__table[data-v-34762ed7] {
  margin-top: 1rem;
}
.idt-survey-result-rating__table__row[data-v-34762ed7] {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--black);
  cursor: pointer;
}
.idt-survey-result-rating__table__row .progress[data-v-34762ed7] {
  --progress-color: var(--yellow);
  flex-grow: 1;
  height: 7px;
  margin: 0 var(--rem-size-10);
  border-radius: var(--global-radius);
}
.idt-survey-result-rating__table__row .progress[data-v-34762ed7]  .progress-meter {
  border-radius: var(--global-radius);
}


.idt-survey-result-single .idt-radiobutton[data-v-055bdf8c] {
  margin-bottom: var(--rem-size-8);
  padding: 3px .5rem;
  border: 2px solid rgba(0,0,0,0);
  border-radius: var(--global-radius);
  box-shadow: none;
}
.idt-survey-result-single .idt-radiobutton.poll[data-v-055bdf8c] {
  border-left-color: var(--grey);
  border-right-color: var(--grey-lighter);
}
.idt-survey-result-single .idt-radiobutton--checked[data-v-055bdf8c] {
  border: 2px solid var(--main-color) !important;
}
.idt-survey-result-single .idt-radiobutton--checked.wrong[data-v-055bdf8c] {
  border: 2px solid var(--secondary-color);
}
.idt-survey-result-single[data-v-055bdf8c]  .idt-radiobutton.quiz.wrong .box {
  background: var(--secondary-color);
}
.idt-survey-result-single[data-v-055bdf8c]  .idt-radiobutton.quiz .box {
  background: var(--main-color);
  border: 1px solid var(--white) !important;
}
.idt-survey-result-single[data-v-055bdf8c]  .idt-radiobutton.quiz label .idt-icon {
  color: var(--white) !important;
}
.idt-survey-result-single[data-v-055bdf8c]  .idt-radiobutton label {
  color: var(--black);
  font-weight: var(--font-weight-medium);
}
.idt-survey-result-single[data-v-055bdf8c]  .idt-radiobutton .box {
  margin-right: var(--rem-size-18);
}


.idt-survey-question-nps__labels[data-v-4b088d08] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding: 0 var(--rem-size-12);
  margin-top: var(--rem-size-10);
  background-color: var(--grey-lighter);
  border-radius: var(--global-radius);
}
.idt-survey-question-nps__labels__bad[data-v-4b088d08],
.idt-survey-question-nps__labels__good[data-v-4b088d08] {
  font-size: 1rem;
  color: var(--black);
}
.idt-survey-question-nps__slider[data-v-4b088d08] {
  padding: 0 .5rem;
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
}
.idt-survey-question-nps__slider .vue-slider[data-v-4b088d08] {
  margin: 0 .5rem;
  margin-top: 38px;
  margin-bottom: .5rem;
}
.idt-survey-question-nps__slider[data-v-4b088d08]  .vue-slider.danger .vue-slider-process {
  background-color: var(--secondary-color);
}
.idt-survey-question-nps__slider[data-v-4b088d08]  .vue-slider.danger .vue-slider-mark-label-active::after {
  background-color: var(--secondary-color);
}
.idt-survey-question-nps__slider[data-v-4b088d08]  .vue-slider.medium .vue-slider-process {
  background-color: var(--yellow);
}
.idt-survey-question-nps__slider[data-v-4b088d08]  .vue-slider.medium .vue-slider-mark-label-active::after {
  background-color: var(--yellow);
}
.idt-survey-question-nps__slider[data-v-4b088d08]  .vue-slider.good .vue-slider-mark-label-active::after {
  background-color: var(--main-color);
}
.idt-survey-question-nps__slider[data-v-4b088d08]  .vue-slider-process {
  border-radius: 4px;
}
.idt-survey-question-nps__slider[data-v-4b088d08]  .vue-slider-dot {
  border-color: var(--grey);
}
.idt-survey-question-nps__slider[data-v-4b088d08]  .vue-slider-mark-label {
  top: initial;
  bottom: 100%;
  margin: 0;
  padding-bottom: 12px;
  font-size: var(--rem-size-12);
  color: var(--black);
}
.idt-survey-question-nps__slider[data-v-4b088d08]  .vue-slider-mark-label-active {
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
}
.idt-survey-question-nps__slider[data-v-4b088d08]  .vue-slider-mark-label:after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 1px;
  height: 8px;
  margin-top: -2px;
  margin-left: -1px;
  background: var(--grey-light);
}


.idt-survey-result-nps__progressbar[data-v-a5828536] {
  display: flex;
  align-items: center;
  height: 25px;
  width: 100%;
  margin-top: var(--rem-size-10);
  overflow: hidden;
  border-radius: var(--global-radius);
}
.idt-survey-result-nps__progressbar__item[data-v-a5828536] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  height: 100%;
  font-weight: var(--font-weight-bold);
  font-size: var(--rem-size-12);
  color: var(--white);
}
.idt-survey-result-nps__progressbar__item.detractors[data-v-a5828536] {
  background-color: var(--secondary-color);
}
.idt-survey-result-nps__progressbar__item.passives[data-v-a5828536] {
  background-color: var(--yellow);
}
.idt-survey-result-nps__progressbar__item.promoters[data-v-a5828536] {
  background-color: var(--main-color);
}
.idt-survey-result-nps__labels[data-v-a5828536] {
  margin-top: var(--rem-size-10);
}
.idt-survey-result-nps__labels__item[data-v-a5828536] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  cursor: pointer;
}
.idt-survey-result-nps__labels__item.detractors[data-v-a5828536] {
  color: var(--secondary-color);
}
.idt-survey-result-nps__labels__item.passives[data-v-a5828536] {
  color: var(--yellow);
}
.idt-survey-result-nps__labels__item.promoters[data-v-a5828536] {
  color: var(--main-color);
}


.idt-survey-question-multiple .idt-checkbox[data-v-d575e46e] {
  margin-bottom: var(--rem-size-8);
  padding: 3px .5rem;
  border: 2px solid rgba(0,0,0,0);
  box-shadow: none;
}
.idt-survey-question-multiple .idt-checkbox[data-v-d575e46e]:hover:not(.idt-checkbox--checked) {
  border: 2px solid var(--grey-light);
}
.idt-survey-question-multiple .idt-checkbox--checked[data-v-d575e46e] {
  border: 2px solid var(--main-color);
}
.idt-survey-question-multiple[data-v-d575e46e]  .idt-checkbox label {
  color: var(--black);
  font-weight: var(--font-weight-medium);
}
.idt-survey-question-multiple[data-v-d575e46e]  .idt-checkbox .box {
  margin-right: var(--rem-size-18);
  background: var(--grey);
}


.idt-survey-question-single .idt-radiobutton[data-v-50101b91] {
  margin-bottom: var(--rem-size-8);
  padding: 3px .5rem;
  border: 2px solid rgba(0,0,0,0);
  border-radius: var(--global-radius);
  box-shadow: none;
}
.idt-survey-question-single .idt-radiobutton[data-v-50101b91]:hover:not(.idt-radiobutton--checked) {
  border: 2px solid var(--grey-light);
}
.idt-survey-question-single .idt-radiobutton--checked[data-v-50101b91] {
  border: 2px solid var(--main-color);
}
.idt-survey-question-single[data-v-50101b91]  .idt-radiobutton label {
  color: var(--black);
  font-weight: var(--font-weight-medium);
}
.idt-survey-question-single[data-v-50101b91]  .idt-radiobutton .box {
  margin-right: var(--rem-size-18);
  background: var(--grey);
}


.idt-survey-card[data-v-2175a548] {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 1rem;
  border: 1px solid #cacaca;
  box-shadow: 0px 3px 6px rgba(0,0,0,.1607843137);
  background: var(--white);
  border-radius: var(--global-radius);
}
.idt-survey-card.ended[data-v-2175a548] {
  box-shadow: none;
}
.idt-survey-card.highlighted[data-v-2175a548] {
  border-left: 3px solid var(--main-color);
}
.idt-survey-card.collapsed .idt-survey-card__question[data-v-2175a548] {
  height: 0;
}
.idt-survey-card.collapsed .idt-survey-card__buttons__collapse[data-v-2175a548] {
  transform: rotate3d(0, 0, 1, 180deg);
}
.idt-survey-card__duration .progress[data-v-2175a548] {
  --progress-color: var(--main-color);
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 7px;
  margin: 0;
  border-radius: var(--global-radius) var(--global-radius) 0 0;
  overflow: hidden;
}
.idt-survey-card__duration .progress.danger[data-v-2175a548] {
  --progress-color: var(--danger-color);
}
.idt-survey-card__header[data-v-2175a548] {
  position: relative;
  padding-left: 33px;
}
.idt-survey-card__header__duration[data-v-2175a548] {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: var(--rem-size-12);
  color: var(--black);
}
.idt-survey-card__header__icon[data-v-2175a548]  .ideacon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  color: var(--main-color);
}
.idt-survey-card__header__status[data-v-2175a548] {
  font-size: var(--rem-size-12);
}
.idt-survey-card__header__question[data-v-2175a548] {
  line-height: 1rem;
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.idt-survey-card__question[data-v-2175a548] {
  height: auto;
  padding-top: .5rem;
  overflow: hidden;
  transition: height .3s ease;
}
.idt-survey-card__question__footer[data-v-2175a548] {
  margin-top: var(--rem-size-20);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.idt-survey-card__question__footer__button[data-v-2175a548] {
  flex: 0 0 auto;
  min-width: 120px;
  height: 35px;
  margin-left: auto;
  line-height: 0;
}
.idt-survey-card__results[data-v-2175a548] {
  padding-top: .5rem;
  border-bottom: 1px solid var(--grey-light);
}
.idt-survey-card__results[data-v-2175a548]:not(.results-mode) {
  pointer-events: none;
}
.idt-survey-card__results__title[data-v-2175a548] {
  margin-top: var(--rem-size-28);
  margin-bottom: var(--rem-size-18);
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.idt-survey-card__thanks[data-v-2175a548],
.idt-survey-card__ended[data-v-2175a548] {
  margin-top: 1rem;
  color: var(--black);
}
.idt-survey-card__footer__hint[data-v-2175a548] {
  font-size: var(--rem-size-12);
}
.idt-survey-card__buttons[data-v-2175a548] {
  display: flex;
  align-items: center;
  position: absolute;
  height: 21px;
  right: 1rem;
  bottom: 1rem;
}
.idt-survey-card__buttons__collapse[data-v-2175a548],
.idt-survey-card__buttons__close[data-v-2175a548] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  width: 21px;
  line-height: 0;
  background: var(--grey-lighter);
  cursor: pointer;
}
.idt-survey-card__buttons__close[data-v-2175a548] {
  margin-left: 4px;
}


.idt-survey-modal__form__add-question[data-v-2a68a368] {
  margin-top: var(--rem-size-12) !important;
}
.idt-survey-modal__form__schedule[data-v-2a68a368] {
  max-width: 450px;
}
.idt-survey-modal__form__results-visibility[data-v-2a68a368] {
  width: 420px;
}
.idt-survey-modal__form__tabs[data-v-2a68a368] {
  margin-bottom: 5px;
}
.idt-survey-modal__form__tabs__button[data-v-2a68a368] {
  padding: 2px;
  border: solid 2px var(--main-color);
  border-radius: var(--global-radius);
  cursor: pointer;
}
.idt-survey-modal__form__tabs__button.selected[data-v-2a68a368] {
  background-color: var(--main-color);
  color: var(--white);
}


.idt-survey-modal-results__card[data-v-2cbbe18e] {
  margin-bottom: 1.5rem;
}
.idt-survey-modal-results__user-list[data-v-2cbbe18e] {
  max-height: 400px;
  padding-bottom: 10px;
  overflow-y: auto;
}
.idt-survey-modal-results__user-list__header[data-v-2cbbe18e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.idt-survey-modal-results__user-list__header__hint[data-v-2cbbe18e] {
  color: var(--black);
}
.idt-survey-modal-results__user-list__header__hint .color[data-v-2cbbe18e] {
  color: var(--main-color);
}
.idt-survey-modal-results__user-list__header .idt-select-container[data-v-2cbbe18e] {
  padding: 0;
}
.idt-survey-modal-results__user-list__item[data-v-2cbbe18e] {
  padding: 1rem .5rem;
  border-top: 1px solid var(--grey);
}
.idt-survey-modal-results__user-list__item>div[data-v-2cbbe18e] {
  display: flex;
  align-items: center;
}
.idt-survey-modal-results__user-list__item__avatar[data-v-2cbbe18e] {
  margin-right: var(--rem-size-10);
  cursor: pointer;
}
.idt-survey-modal-results__user-list__item__name[data-v-2cbbe18e] {
  margin: 0;
  color: var(--black);
  font-weight: var(--font-weight-bold);
  font-size: var(--rem-size-14);
}
.idt-survey-modal-results__user-list__item__button[data-v-2cbbe18e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  border-radius: 50%;
}
.idt-survey-modal-results__user-list__item__value[data-v-2cbbe18e] {
  margin-top: .6rem;
  padding: .8rem;
  background-color: var(--white);
  border-radius: var(--global-radius);
}


.idt-bo-survey-results__export-action[data-v-10675649] {
  padding: 8px 40px;
}
.idt-bo-survey-results__item[data-v-10675649] {
  padding: 1rem .7rem;
  border-top: 1px solid var(--grey);
}


.idt-survey-modal-results[data-v-022cccfa] {
  margin-top: 70px;
  padding: 1rem 0;
  background: var(--grey-lighter);
}
.idt-survey-modal-results__select-talk[data-v-022cccfa] {
  padding: 8px;
}
.idt-survey-modal-results__select-talk .idt-select-container[data-v-022cccfa]  label {
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.idt-survey-modal-results__select-talk .idt-select-container[data-v-022cccfa]  .v-select {
  background-color: var(--white);
}
.idt-survey-modal-results__select-talk .idt-select-container[data-v-022cccfa]  .v-select .vs__dropdown-option--highlight {
  background-color: var(--grey-light) !important;
}
.idt-survey-modal-results__select-talk .idt-select-container[data-v-022cccfa]  .v-select:not(.vs--open) .vs__search::-moz-placeholder {
  color: var(--black) !important;
}
.idt-survey-modal-results__select-talk .idt-select-container[data-v-022cccfa]  .v-select:not(.vs--open) .vs__search::placeholder {
  color: var(--black) !important;
}
.idt-survey-modal-results__select-talk .idt-select-container[data-v-022cccfa]  .vs__dropdown-option {
  border-bottom: 1px solid var(--grey-light);
}


.idt-survey-table[data-v-44ee3b1c]  .idt-table-cell--status .default {
  text-align: left;
}


.idt-survey-card-admin-menu[data-v-3776b289] {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  min-width: 205px;
  padding: 1rem var(--rem-size-28);
  z-index: 1;
  box-shadow: 0px 3px 6px rgba(0,0,0,.1607843137);
  background: var(--white);
}
.idt-survey-card-admin-menu__item[data-v-3776b289] {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  color: var(--black);
  cursor: pointer;
}
.idt-survey-card-admin-menu__item__icon[data-v-3776b289] {
  margin-right: var(--rem-size-15);
}
.idt-survey-card-admin-menu__item.disabled[data-v-3776b289] {
  opacity: .35;
  pointer-events: none;
}


.idt-survey-card-admin[data-v-99fecdde] {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 1rem;
  border: 1px solid #cacaca;
  background: var(--white);
  border-radius: var(--global-radius);
}
.idt-survey-card-admin__duration .progress[data-v-99fecdde] {
  --progress-color: var(--main-color);
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 7px;
  margin: 0;
  border-radius: var(--global-radius) var(--global-radius) 0 0;
  overflow: hidden;
}
.idt-survey-card-admin__duration .progress.danger[data-v-99fecdde] {
  --progress-color: var(--danger-color);
}
.idt-survey-card-admin__header[data-v-99fecdde] {
  position: relative;
  padding-left: 33px;
}
.idt-survey-card-admin__header__icon[data-v-99fecdde]  .ideacon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  color: var(--main-color);
}
.idt-survey-card-admin__header__status[data-v-99fecdde] {
  font-size: var(--rem-size-12);
}
.idt-survey-card-admin__header__question[data-v-99fecdde] {
  line-height: 1rem;
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.idt-survey-card-admin__header__button-menu[data-v-99fecdde] {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.idt-survey-card-admin__header .idt-survey-card-admin-menu[data-v-99fecdde] {
  position: absolute;
  right: 0;
  top: 1rem;
}
.idt-survey-card-admin__content__results[data-v-99fecdde] {
  padding-top: .5rem;
  border-bottom: 1px solid var(--grey-light);
}
.idt-survey-card-admin__content__results[data-v-99fecdde]:not(.results-mode) {
  pointer-events: none;
}
.idt-survey-card-admin__content__results__title[data-v-99fecdde] {
  margin-top: var(--rem-size-28);
  margin-bottom: var(--rem-size-18);
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.idt-survey-card-admin__content__row[data-v-99fecdde] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.idt-survey-card-admin__content__row--actions[data-v-99fecdde] {
  flex-direction: row-reverse;
}
.idt-survey-card-admin__content__row__duration[data-v-99fecdde] {
  margin: 0;
  font-size: var(--rem-size-12);
  color: var(--black);
}
.idt-survey-card-admin__content__row__votes[data-v-99fecdde] {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: .5rem;
  font-size: var(--rem-size-12);
  color: var(--black);
}
.idt-survey-card-admin__buttons[data-v-99fecdde] {
  display: flex;
  align-items: center;
  position: absolute;
  height: 21px;
  left: 1rem;
  bottom: 1rem;
}
.idt-survey-card-admin__buttons__close[data-v-99fecdde] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  width: 21px;
  background: var(--grey-lighter);
  cursor: pointer;
}


.idt-conference-tab-surveys[data-v-7c1917ec] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px;
  background-color: var(--white);
}
.idt-conference-tab-surveys .idt-survey-card[data-v-7c1917ec],
.idt-conference-tab-surveys .idt-survey-card-admin[data-v-7c1917ec] {
  margin-bottom: 1rem;
}


.idt-conference-chat-surveys[data-v-00607531] {
  padding: var(--rem-size-10);
}


.idt-surveys[data-v-6493f50c] {
  align-self: flex-end;
  width: 100%;
  max-width: calc(420px + 2rem);
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.idt-surveys__container[data-v-6493f50c] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 1;
  padding: 1rem;
}
.idt-surveys__container .idt-survey-card[data-v-6493f50c] {
  margin-bottom: 1rem;
}


.idt-live-chat-reactions {
  display: inline-flex;
  align-items: center;
  margin: 0 var(--rem-size-6);
  min-height: var(--rem-size-24);
  color: var(--grey-darker);
  background: var(--grey-lightest);
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
}
.idt-live-chat-reactions .emoji-mart-emoji {
  padding: var(--rem-size-4);
  cursor: pointer;
}


.live-chat-message-actions__reaction-trigger .idea-ht-emoji {
  --color2: var(--grey-darker);
  --color3: var(--white);
}
.live-chat-message-actions__reaction-trigger:disabled .idea-ht-emoji {
  --color2: var(--grey);
}
.live-chat-message-actions {
  display: none;
  position: absolute;
  top: -12px;
  right: 20px;
  border-radius: 4px;
}
.live-chat-message-actions .action {
  width: 26px;
  height: 26px;
  vertical-align: middle;
  color: var(--grey-darker);
  background: var(--grey-lightest);
  border: 1px solid var(--grey-light);
  cursor: pointer;
}
.live-chat-message-actions .action:disabled {
  color: var(--grey);
  opacity: 1;
  cursor: default;
}
.live-chat-message-actions__reaction-trigger {
  border-left: 1px solid var(--grey-light) !important;
  border-radius: var(--global-radius) 0 0 var(--global-radius) !important;
}


.live-chat-message-username[data-v-49b78f41] {
  --admin-color: var(--purple);
  --mentor-color: var(--orange);
  --moderator-color: var(--green-dark);
  --winner-color: var(--yellow);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--rem-size-8);
  font-weight: bold;
}
.live-chat-message-username__respond-icon[data-v-49b78f41] {
  color: var(--grey-darker);
}
.live-chat-message-username__text.admin[data-v-49b78f41] {
  color: var(--admin-color);
}
.live-chat-message-username__text.moderator[data-v-49b78f41] {
  color: var(--moderator-color);
}
.live-chat-message-username__text.winner[data-v-49b78f41] {
  color: var(--winner-color);
}
.live-chat-message-username__text.mentor[data-v-49b78f41] {
  color: var(--mentor-color);
}
.live-chat-message-username__container[data-v-49b78f41] {
  display: flex;
  align-items: center;
  gap: var(--rem-size-4);
  line-height: 16px;
}
.live-chat-message-username__container__role-icon[data-v-49b78f41] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  color: var(--white);
  border-radius: 2px;
  text-align: center;
}
.live-chat-message-username__container__role-icon.admin[data-v-49b78f41] {
  background-color: var(--admin-color);
}
.live-chat-message-username__container__role-icon.mentor[data-v-49b78f41] {
  background: var(--mentor-color);
}
.live-chat-message-username__container__role-icon.moderator[data-v-49b78f41] {
  background: var(--moderator-color);
  font-size: 10px;
}
.live-chat-message-username__container__role-icon.winner[data-v-49b78f41] {
  background: var(--winner-color);
  font-size: 10px;
}
.live-chat-message-username .role-tag[data-v-49b78f41] {
  padding: 0 12px;
  background-color: var(--main-color-dark-alpha20);
  color: var(--main-color-dark);
  border-radius: var(--global-radius);
}
.live-chat-message-username .clickable[data-v-49b78f41] {
  cursor: pointer;
}


.live-chat-message-content[data-v-a92cf2c8] {
  display: flex;
  padding: var(--rem-size-10) 0;
  gap: var(--rem-size-12);
}
.live-chat-message-content__user[data-v-a92cf2c8] {
  align-self: flex-start;
  cursor: pointer;
}
.live-chat-message-content__wrapper[data-v-a92cf2c8] {
  align-self: center;
  color: var(--grey-darkest);
  font-size: var(--rem-size-14);
  z-index: 0;
}
.live-chat-message-content__info[data-v-a92cf2c8] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--rem-size-8);
}
.live-chat-message-content__text[data-v-a92cf2c8] {
  line-height: var(--rem-size-22);
}
.live-chat-message-content__text__message[data-v-a92cf2c8] {
  white-space: pre-line;
  word-break: break-word;
}
.live-chat-message-content__text__show-more[data-v-a92cf2c8] {
  color: var(--main-color);
  cursor: pointer;
}
.live-chat-message-content__text__reactions--disabled[data-v-a92cf2c8] {
  cursor: auto;
  pointer-events: none;
}
.live-chat-message-content__reactions[data-v-a92cf2c8] {
  display: flex;
  align-items: center;
  gap: var(--rem-size-4);
  min-height: var(--rem-size-24);
}
@media only screen and (max-width: 479px) {
.live-chat-message-content__reactions[data-v-a92cf2c8] {
    flex-wrap: wrap;
}
}
.live-chat-message-content__reactions__button[data-v-a92cf2c8] {
  flex: 0 0 auto;
  height: 20px;
  padding: 0 6px;
  background: var(--grey-lighter);
  border-radius: 10px;
  cursor: pointer;
}
.live-chat-message-content__reactions__button[data-v-a92cf2c8]:hover {
  background: var(--grey-light);
}
.live-chat-message-content__reactions__button.active[data-v-a92cf2c8] {
  background: var(--main-color);
}
.live-chat-message-content__reactions__button.active .live-chat-message-content__reactions__button__count[data-v-a92cf2c8] {
  color: var(--white);
}
.live-chat-message-content__reactions__button__count[data-v-a92cf2c8] {
  color: var(--grey-darker);
  font-size: var(--rem-size-14);
  font-weight: bold;
  vertical-align: top;
}
.live-chat-message-content__reactions__button .emoji-mart-emoji[data-v-a92cf2c8] {
  padding: 0;
}
.live-chat-message-content:not(.only-emoji) .emoji[data-v-a92cf2c8] {
  font-size: var(--rem-size-16);
}
.live-chat-message-content__add-extra-reaction[data-v-a92cf2c8]  .idea-ht-emoji {
  --color2: var(--grey-darker);
  --color3: var(--white);
}
.live-chat-message-content__blocked-by[data-v-a92cf2c8],
.live-chat-message-content__hour[data-v-a92cf2c8],
.live-chat-message-content__modified[data-v-a92cf2c8] {
  display: inline-flex;
  align-items: center;
  gap: var(--rem-size-8);
  color: var(--grey-darker);
}
.live-chat-message-content.only-emoji .live-chat-message-content__text__message[data-v-a92cf2c8],
.live-chat-message-content.only-emoji .live-chat-message__container__user[data-v-a92cf2c8],
.live-chat-message-content.only-emoji .live-chat-message-username__text[data-v-a92cf2c8],
.live-chat-message-content.only-emoji .live-chat-message-username__container__role-icon[data-v-a92cf2c8] {
  line-height: var(--rem-size-32);
}
.live-chat-message-content.only-emoji .live-chat-message-username__container[data-v-a92cf2c8] {
  line-height: var(--rem-size-24);
}
.live-chat-message-content.only-emoji .live-chat-message-content__text__message[data-v-a92cf2c8] {
  font-size: var(--rem-size-30);
}
.live-chat-message-content.only-emoji .live-chat-message-content__user[data-v-a92cf2c8] {
  margin-top: .25rem;
}
.live-chat-message-content.response[data-v-a92cf2c8] {
  margin-top: var(--rem-size-10);
  margin-left: var(--rem-size-24);
  padding: var(--rem-size-4) var(--rem-size-12);
  background: var(--grey-lighter);
  border-radius: var(--global-radius);
}
.live-chat-message-content.response .live-chat-message-content__wrapper[data-v-a92cf2c8] {
  margin-left: 0;
}
.live-chat-message-content.response.live-chat-message-content--in-lobby .live-chat-message-content__reactions[data-v-a92cf2c8] {
  display: none !important;
}
.live-chat-message-content__editor[data-v-a92cf2c8] {
  width: 100%;
}
.live-chat-message-content__gif-preview[data-v-a92cf2c8] {
  max-width: 200px;
  padding: var(--rem-size-10) 0;
}
.live-chat-message-content__gif-preview img[data-v-a92cf2c8] {
  border-radius: var(--global-radius);
}
.live-chat-message-content__image-preview[data-v-a92cf2c8] {
  padding-top: var(--rem-size-10);
}
.live-chat-message-content__blocked-line[data-v-a92cf2c8] {
  margin-top: var(--rem-size-5);
  padding: var(--rem-size-4) var(--rem-size-12);
  border-radius: var(--global-radius);
  background: var(--grey-lighter);
  color: var(--grey-darkest);
}
.live-chat-message-content--blocked[data-v-a92cf2c8] {
  opacity: .5;
}
.live-chat-message-content--in-lobby .live-chat-message-content[data-v-a92cf2c8] {
  padding-top: var(--rem-size-4);
  padding-bottom: var(--rem-size-4);
}
.live-chat-message-content--in-lobby .live-chat-message-content__text__message[data-v-a92cf2c8] {
  display: block;
  margin-top: var(--rem-size-5);
  margin-left: 0;
  line-height: var(--rem-size-22);
}
.live-chat-message-content--in-lobby .live-chat-message-content__reactions[data-v-a92cf2c8] {
  margin-top: var(--rem-size-8);
}
.live-chat-message-content--in-lobby .live-chat-message-content__reactions__button[data-v-a92cf2c8] {
  padding: var(--rem-size-4) var(--rem-size-10);
  border: 1px solid var(--grey);
  height: auto;
  transition: background-color .2s ease-in-out,color .2s ease-in-out;
}
.live-chat-message-content--in-lobby .live-chat-message-content__reactions__button.active[data-v-a92cf2c8] {
  border-color: var(--main-color-dark);
  background-color: var(--main-color-dark-alpha20);
}
.live-chat-message-content--in-lobby .live-chat-message-content__reactions__button.active .live-chat-message-content__reactions__button__count[data-v-a92cf2c8] {
  color: var(--main-color-dark);
}


.live-chat-message {
  position: relative;
  padding: 0 var(--rem-size-10);
  border-radius: var(--global-radius);
  transition: background-color .15s ease-in-out;
  z-index: 1;
}
.live-chat-message:not(:last-child) {
  border-bottom: 1px solid var(--grey-lighter);
}
.live-chat-message:hover {
  background: var(--grey-lightest);
}
.live-chat-message:hover .live-chat-message-actions {
  display: block;
}
.live-chat-message__gif-preview {
  padding-bottom: var(--rem-size-15);
}
.live-chat-message__gif-preview img {
  position: relative;
  max-height: 150px;
  border-radius: var(--global-radius);
}
.live-chat-message--edit {
  background-color: var(--main-color-alpha20) !important;
}
.live-chat-message--edit .live-chat-message-content__flex {
  padding-top: var(--rem-size-16);
}
.live-chat-message--edit .live-chat-form__container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.live-chat-message--edit .live-chat-form__container .live-chat-form__actions {
  background-color: var(--white);
}
.live-chat-message--edit .live-chat-form__actions__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  min-width: 66px;
  min-height: var(--rem-size-27);
  padding: 0 var(--rem-size-15);
  color: var(--white);
  font-weight: var(--font-weight-bold);
  font-size: var(--rem-size-12);
}
.live-chat-message--edit .live-chat-form__actions__submit--cancel {
  background: rgba(0,0,0,0);
  border: 1.5px solid var(--main-color);
  color: var(--main-color);
}


.live-chat-form .idt-fs-upload-file__button {
  width: 100%;
  height: 100%;
  cursor: pointer;
}


.live-chat-form[data-v-78e26f29] {
  position: relative;
  border-top: 1px solid var(--grey-lighter);
}
.live-chat-form__container[data-v-78e26f29] {
  display: flex;
  align-items: flex-end;
  padding: var(--rem-size-10);
}
.live-chat-form__text[data-v-78e26f29] {
  height: auto;
  min-height: var(--live-chat-form-height);
  max-height: 75px;
  margin-bottom: 0;
  padding: 0;
  color: var(--black);
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: var(--rem-size-14);
  line-height: var(--live-chat-form-height);
  overflow: initial !important;
  resize: none;
}
[data-v-78e26f29] .live-chat-form__actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: var(--rem-size-10);
  height: var(--live-chat-form-height);
}
[data-v-78e26f29] .live-chat-form__actions .action {
  height: 27px;
  width: 27px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 1001;
}
[data-v-78e26f29] .live-chat-form__actions .action[disabled] {
  cursor: default;
}
[data-v-78e26f29] .live-chat-form__actions .action>.idt-icon {
  color: var(--white);
}
[data-v-78e26f29] .live-chat-form__actions__submit {
  background: var(--main-color);
}
[data-v-78e26f29] .live-chat-form__actions__image {
  font-size: var(--rem-size-24);
}
[data-v-78e26f29] .live-chat-form__actions__image:hover .idea-ht-image-bicolor {
  --color2: var(--info-color-lightest);
  --color3: var(--success-color-dark);
}
[data-v-78e26f29] .live-chat-form__actions__locked-submit {
  width: 33px;
  height: 33px;
  background: var(--red);
  border-radius: 50%;
}
.live-chat-form__gif-container[data-v-78e26f29] {
  position: relative;
  display: inline-block;
  padding: var(--rem-size-10);
}
.live-chat-form__gif-container img[data-v-78e26f29] {
  max-width: 200px;
  border-radius: var(--global-radius);
}
.live-chat-form__gif-container__cancel[data-v-78e26f29] {
  position: absolute;
  top: var(--rem-size-15);
  right: var(--rem-size-15);
  width: var(--rem-size-20);
  height: var(--rem-size-20);
  background: var(--white);
  text-align: center;
  line-height: var(--rem-size-26);
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
.live-chat-form__upload-container[data-v-78e26f29] {
    padding: .5rem;
    padding-bottom: 0px;
    background-color: var(--white);
}
}
@media only screen and (min-width: 1024px) {
.live-chat-form__upload-container[data-v-78e26f29] {
    padding: 1.125rem 1.125rem 0 1.125rem;
    background-color: var(--white);
}
}
.live-chat-form__reply-container[data-v-78e26f29] {
  max-height: 200px;
  padding: var(--rem-size-10) var(--rem-size-20) 0;
  font-size: var(--rem-size-14);
  overflow-y: auto;
}
.live-chat-form__reply-container__informations[data-v-78e26f29] {
  color: var(--grey-darker);
}
.live-chat-form__reply-container__informations__author[data-v-78e26f29] {
  color: var(--black);
  font-weight: bold;
}
.live-chat-form__reply-container__informations__cancel[data-v-78e26f29] {
  position: absolute;
  top: 5px;
  right: 5px;
  width: var(--rem-size-25);
  height: var(--rem-size-25);
  padding: 5px;
  color: var(--grey-darkest);
  text-align: center;
  cursor: pointer;
}
.live-chat-form__reply-container__informations__cancel[data-v-78e26f29]:hover {
  background: var(--grey-light);
}
.live-chat-form__reply-container__informations__cancel.speaker[data-v-78e26f29] {
  right: var(--rem-size-30);
}
.live-chat-form--in-lobby[data-v-78e26f29] {
  border: 0;
}
.live-chat-form--in-lobby .live-chat-form__container[data-v-78e26f29] {
  display: flex;
  flex-flow: column;
  padding: var(--rem-size-12) var(--rem-size-24) var(--rem-size-24);
}
@media only screen and (max-width: 991px) {
.live-chat-form--in-lobby .live-chat-form__container[data-v-78e26f29] {
    padding: var(--rem-size-12) 0 0;
}
}
.live-chat-form--in-lobby .live-chat-form__container .live-chat-form__text[data-v-78e26f29] {
  width: 100%;
  border: 1px solid var(--grey-darkest-alpha20);
  border-radius: var(--global-radius) var(--global-radius) 0 0;
  border-bottom: 0;
  padding: 16px;
  min-height: 60px;
}
@media only screen and (max-width: 991px) {
.live-chat-form--in-lobby .live-chat-form__container .live-chat-form__text[data-v-78e26f29] {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
}
}
.live-chat-form--in-lobby .live-chat-form__container .live-chat-form__actions[data-v-78e26f29] {
  position: relative;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid var(--grey-darkest-alpha20);
  border-top: 0;
  border-radius: 0 0 var(--global-radius) var(--global-radius);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
.live-chat-form--in-lobby .live-chat-form__container .live-chat-form__actions[data-v-78e26f29] {
    border: 0;
}
}
.live-chat-form--in-lobby .live-chat-form__container .live-chat-form__actions[data-v-78e26f29]::before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(100% - 32px);
  background: var(--grey-darkest-alpha8);
  height: 1px;
}
.live-chat-form--disabled[data-v-78e26f29] {
  filter: grayscale(1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}


.live-chat {
  --live-chat-action-bar-height: 75px;
  --live-chat-form-height: 26px;
}
.file-preview__overlay__icon.ideacons,
.file-preview__file__icon.ideacons {
  position: absolute;
}
.live-chat__pinned-message .live-chat-message-actions {
  top: 10px;
  right: 10px;
}


.live-chat[data-v-97122394] {
  display: flex;
  flex-direction: column;
  height: calc(100% - 75px);
  background-color: var(--white);
  z-index: 2;
}
.live-chat.only-tab[data-v-97122394] {
  height: 100%;
}
.live-chat.viewer-count[data-v-97122394] {
  height: calc(100% - 113px);
}
.live-chat.only-tab.viewer-count[data-v-97122394] {
  height: calc(100% - 38px);
}
.live-chat__pinned-message[data-v-97122394] {
  border-left: 3px solid var(--main-color);
  box-shadow: 0px 3px 6px var(--grey);
  z-index: 2;
}
.live-chat__pinned-message .live-chat-message[data-v-97122394] {
  height: auto;
  max-height: 300px;
  padding: 10px 17px;
  overflow-y: auto;
}
.live-chat__messages[data-v-97122394] {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 10px 0px 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
.live-chat__messages[data-v-97122394]>:first-child {
  margin-top: auto;
}
.live-chat__notification-new-message[data-v-97122394] {
  position: relative;
}
.live-chat__notification-new-message__button[data-v-97122394] {
  position: absolute;
  height: 13px;
  bottom: 10px;
  left: 10px;
  padding: 0 8px;
  background: var(--main-color);
  color: var(--white);
  font-weight: bold;
  font-size: 10px;
  border-radius: 23px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
}


.talk-question-card[data-v-576407a0] {
  border-radius: var(--global-radius);
  padding: 8px;
  background-color: var(--grey-lighter);
  color: var(--black);
  font-size: 16px;
}
.talk-question-card__text[data-v-576407a0] {
  line-height: 1.2;
  white-space: pre-line;
  word-break: break-word;
}
.talk-question-card--is-author[data-v-576407a0] {
  border: 1px solid var(--main-color);
}
.talk-question-card--is-answer[data-v-576407a0] {
  border: none;
  background-color: var(--white);
}
.talk-question-card--highlighted[data-v-576407a0] {
  border-left: 3px solid var(--main-color);
}
.talk-question-card__content[data-v-576407a0] {
  display: flex;
}
.talk-question-card__center[data-v-576407a0] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 7px;
  padding-top: .1rem;
  font-size: 16px;
}
.talk-question-card__right[data-v-576407a0] {
  display: flex;
  flex-direction: column;
  font-weight: var(--font-weight-bold);
  margin-left: 8px;
}
.talk-question-card__right .vote-button[data-v-576407a0] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 28px;
  border-radius: 3px;
  cursor: pointer;
}
.talk-question-card__right .vote-button[data-v-576407a0]:hover {
  background-color: var(--grey);
}
.talk-question-card__right .votes-number[data-v-576407a0] {
  display: flex;
  justify-content: center;
}
.talk-question-card__right .upVote[data-v-576407a0]:hover,
.talk-question-card__right .upVote.has-voted[data-v-576407a0] {
  color: var(--main-color);
}
.talk-question-card__right .downVote[data-v-576407a0]:hover,
.talk-question-card__right .downVote.has-voted[data-v-576407a0] {
  color: var(--red);
}
.talk-question-card__actions[data-v-576407a0] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--rem-size-8);
  margin-top: var(--rem-size-8);
}
.talk-question-card__author-name[data-v-576407a0],
.talk-question-card .idt-user-avatar[data-v-576407a0] {
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}
.talk-question-card__answers[data-v-576407a0] {
  display: flex;
  flex-direction: column;
  margin-top: var(--rem-size-8);
}
.talk-question-card__answers>.talk-question-card[data-v-576407a0] {
  margin-bottom: 10px;
}
.talk-question-card__answers>.talk-question-card[data-v-576407a0]:last-of-type {
  margin-bottom: 0;
}
.talk-question-card__answer-input[data-v-576407a0]  .idt-textarea {
  margin-top: 10px;
}
.talk-question-card--no-margin[data-v-576407a0] {
  margin: 0;
}


.conference-questions[data-v-aa9d9886] {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  background-color: var(--white);
}
.conference-questions .question-input[data-v-aa9d9886]  .idt-textarea {
  display: block;
  min-height: 4rem;
  padding: .4rem;
  resize: none;
  overflow-y: auto;
  line-height: 16px;
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
}
.conference-questions .question-input[data-v-aa9d9886]  .idt-textarea:focus {
  border-color: var(--main-color);
}
.conference-questions__ask-button[data-v-aa9d9886] {
  min-height: 28px;
  margin-top: .5rem;
  padding: .4rem;
}
.conference-questions__sort[data-v-aa9d9886] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  min-height: 30px;
}
.conference-questions__sort span[data-v-aa9d9886] {
  margin-right: .5rem;
}
.conference-questions__sort-selector[data-v-aa9d9886] {
  position: relative;
  width: 10rem;
}
.conference-questions__sort-selector select[data-v-aa9d9886] {
  margin: 0;
  padding: 4px 6px;
  background: var(--grey-light);
  border-radius: 4px;
  color: var(--black);
  border: none;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.conference-questions__sort-selector .select_arrow[data-v-aa9d9886] {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 6px;
  height: 6px;
  border: solid var(--black);
  border-width: 0 3px 3px 0;
  padding: 3px;
  transform: rotate(45deg);
}
.conference-questions__label[data-v-aa9d9886],
.conference-questions__sort-selector select[data-v-aa9d9886],
.conference-questions__ask-button[data-v-aa9d9886] {
  font-size: 14px;
}
.conference-questions__separator[data-v-aa9d9886] {
  display: flex;
  justify-content: center;
  height: 1px;
  margin-bottom: 10px;
  border-top: 1px solid var(--main-color);
}
.conference-questions__new-tag[data-v-aa9d9886] {
  position: sticky;
  display: flex;
  bottom: 0;
  left: 1rem;
}
.conference-questions__new-tag--tag[data-v-aa9d9886] {
  height: 1rem;
  transform: translate(0, -0.5rem);
  padding: 0 1rem 0 .4rem;
  background-color: var(--main-color);
  color: var(--white);
  border-radius: 3rem;
  font-size: 10px;
  font-weight: var(--font-weight-bold);
}
[data-v-aa9d9886] .talk-question-card {
  margin-bottom: 10px;
}
[data-v-aa9d9886] .talk-question-card,
.conference-questions__new-tag[data-v-aa9d9886] {
  transition: transform .7s;
}
.slide-leave-active[data-v-aa9d9886],
.slide-enter-active[data-v-aa9d9886],
.slide-top-leave-active[data-v-aa9d9886],
.slide-top-enter-active[data-v-aa9d9886] {
  transition: .5s;
}
.slide-leave-active.talk-question-card[data-v-aa9d9886],
.slide-enter-active.talk-question-card[data-v-aa9d9886],
.slide-top-leave-active.talk-question-card[data-v-aa9d9886],
.slide-top-enter-active.talk-question-card[data-v-aa9d9886] {
  width: 100%;
}
.slide-leave-active[data-v-aa9d9886] {
  position: absolute;
}
.slide-enter[data-v-aa9d9886] {
  transform: translate(-20%);
  opacity: 0;
}
.slide-leave-to[data-v-aa9d9886] {
  transform: translate(20%);
  opacity: 0;
}
.slide-top-enter[data-v-aa9d9886] {
  transform: translate(0, -20%);
  opacity: 0;
}
.slide-top-leave-to[data-v-aa9d9886] {
  transform: translate(0, 20%);
  opacity: 0;
}


.idt-conference-surveys[data-v-ab107fee] {
  flex-grow: 1;
  width: 100%;
  overflow-y: auto;
  background: var(--white);
}
.idt-conference-surveys__add[data-v-ab107fee] {
  display: block;
  margin: 1rem auto !important;
}


.idt-user-list-item {
  display: flex;
  align-items: center;
  min-height: 4rem;
  padding: var(--rem-size-9);
  border-bottom: 1px solid var(--grey-lighter);
  cursor: pointer;
}
.idt-user-list-item--highlight {
  background-color: var(--grey-lighter);
  border-bottom: 1px solid var(--grey);
}
.idt-user-list-item:hover {
  background-color: var(--grey-lightest);
}
.idt-user-list-item__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.idt-user-list-item__content__description {
  font-size: var(--rem-size-14);
}
.idt-user-list-item .idt-user-avatar {
  margin-right: var(--rem-size-10);
}


.conference-viewers-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: var(--rem-size-10);
  background-color: var(--white);
  overflow-y: auto;
}
.conference-viewers-list .idt-input {
  margin-bottom: var(--rem-size-10);
  padding: var(--rem-size-6) var(--rem-size-10);
}
.conference-viewers-list .vs__dropdown-toggle {
  height: 40px;
}
.conference-viewers-list .vs__search {
  margin: 0;
  padding-left: var(--rem-size-8) !important;
}
.conference-viewers-list .idt-select-container {
  height: 50px;
}
.conference-viewers-list__list {
  flex-grow: 1;
  overflow: auto;
}
.conference-viewers-list__list div[role=group] :last-child .conference-viewers-list-item {
  border-bottom: 0 !important;
}


.conference-sidebar[data-v-105a85cc] {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: var(--grey-light);
}
.conference-sidebar__header[data-v-105a85cc] {
  display: flex;
  justify-content: flex-end;
  padding: var(--rem-size-6);
  background-color: var(--white);
  border-bottom: 1px solid var(--grey);
}
.conference-sidebar__viewers-count[data-v-105a85cc]:hover,
.conference-sidebar__viewers-count.unClickable[data-v-105a85cc],
.conference-sidebar__viewers-count.selected[data-v-105a85cc] {
  background-color: var(--grey-lighter);
  color: var(--black);
}
.conference-sidebar__viewers-count.unClickable[data-v-105a85cc] {
  cursor: default;
}
.conference-sidebar__chat-surveys[data-v-105a85cc] {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  z-index: 3;
}
.conference-sidebar__tabs[data-v-105a85cc] {
  display: flex;
  min-height: 60px;
  border-bottom: 1px solid var(--grey);
  z-index: 1;
}
@media only screen and (min-width: 640px) {
.conference-sidebar__tabs[data-v-105a85cc] {
    min-height: 75px;
}
}
.conference-sidebar__tab[data-v-105a85cc] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: .8rem;
  cursor: pointer;
}
.conference-sidebar__tab-content[data-v-105a85cc] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
}
.conference-sidebar__tab--active[data-v-105a85cc] {
  background-color: var(--white);
  color: var(--main-color);
  font-weight: var(--font-weight-bold);
}


.conference-page[data-v-3c8eb7f2] {
  --menu-height: 70px;
  --video-height: 48vw;
  --menu-and-footer-height: calc( var(--menu-height) + var(--conference-footer-height) );
  display: flex;
  position: relative;
  width: 100%;
  height: calc(100vh - var(--menu-height));
  height: calc(var(--vh, 1vh)*100 - var(--menu-height));
}
@media only screen and (max-width: 991px) {
.conference-page[data-v-3c8eb7f2] {
    flex-flow: column nowrap;
}
}
@media only screen and (min-width: 992px) {
.conference-page[data-v-3c8eb7f2] {
    flex-flow: row;
}
}
.conference-page__video[data-v-3c8eb7f2] {
  position: relative;
}
@media only screen and (max-width: 991px) {
.conference-page__video[data-v-3c8eb7f2] {
    flex: 0 0 auto;
}
}
@media only screen and (min-width: 992px) {
.conference-page__video[data-v-3c8eb7f2] {
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
}
}
.conference-page__video__container[data-v-3c8eb7f2] {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(var(--vh, 1vh)*100);
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
.conference-page__video__container[data-v-3c8eb7f2] {
    max-height: calc(100% - var(--conference-footer-height)) !important;
}
}
.conference-page__chat[data-v-3c8eb7f2] {
  height: calc(100vh - 70px);
}
@media only screen and (max-width: 991px) {
.conference-page__chat[data-v-3c8eb7f2] {
    flex: 1 1 auto;
}
}
@media only screen and (max-width: 991px)and (min-aspect-ratio: 13/9) {
.conference-page__chat[data-v-3c8eb7f2] {
    display: none;
}
}
@media only screen and (min-width: 992px) {
.conference-page__chat[data-v-3c8eb7f2] {
    flex: 0 0 auto;
    width: 440px;
}
}
@media only screen and (min-width: 640px) {
.conference-page__chat[data-v-3c8eb7f2]  .conference-sidebar {
    border-left: 1px solid var(--grey-lighter);
}
}
@media only screen and (min-width: 992px) {
.conference-page__chat[data-v-3c8eb7f2]  .conference-sidebar {
    flex-grow: 1;
}
}
.conference-page__chat[data-v-3c8eb7f2]  .conference-sidebar__title {
  font-size: 18px;
  text-transform: uppercase;
}
.conference-page__chat[data-v-3c8eb7f2]  .room {
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
.conference-page .mentor-mobile-chat[data-v-3c8eb7f2]:not(.pending),
  .conference-page .mentor-mobile-chat[data-v-3c8eb7f2]:not(.replay) {
    height: calc(100vh - var(--menu-and-header-height));
    height: calc(var(--vh, 1vh)*100 - var(--menu-and-header-height));
}
.conference-page .mentor-mobile-chat.pending[data-v-3c8eb7f2],
  .conference-page .mentor-mobile-chat.replay[data-v-3c8eb7f2] {
    height: calc(100vh - (var(--video-height) + 110px));
    height: calc(var(--vh, 1vh)*100 - (var(--video-height) + 110px));
}
}
@media only screen and (max-width: 1023px)and (min-aspect-ratio: 13/9) {
.conference-page .participant-mobile-chat[data-v-3c8eb7f2] {
    display: none;
}
}


.skeleton[data-v-5801b038] {
  width: 100%;
  max-width: 870px;
  height: 202px;
  margin: 0 0 var(--rem-size-20) 0;
  background-color: var(--white);
  border-radius: var(--global-radius);
}
.skeleton.mobile[data-v-5801b038] {
  display: inline-block;
  max-width: 275px;
  height: 382px;
}
.skeleton__image[data-v-5801b038] {
  position: relative;
  width: 275px;
  height: 202px;
  max-width: 275px;
  border-right: solid 2px var(--grey-light);
  border-radius: var(--global-radius) 0 0 var(--global-radius);
}
.skeleton__image.mobile[data-v-5801b038] {
  height: 144px;
  border-bottom: solid 2px var(--grey-light);
  border-right: none;
  border-radius: var(--global-radius) var(--global-radius) 0 0;
}
.skeleton__image__favorite[data-v-5801b038] {
  position: absolute;
  top: var(--rem-size-10);
  right: var(--rem-size-10);
  width: var(--rem-size-32);
  height: var(--rem-size-32);
  background-color: var(--grey);
  border-radius: 100%;
  animation: glowing-data-v-5801b038 1300ms infinite;
}
.skeleton__image__reward[data-v-5801b038] {
  position: absolute;
  bottom: var(--rem-size-10);
  left: var(--rem-size-10);
  width: 88px;
  height: var(--rem-size-24);
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-5801b038 1300ms infinite;
}
.skeleton__image__duration[data-v-5801b038] {
  position: absolute;
  right: var(--rem-size-10);
  bottom: var(--rem-size-10);
  width: 56px;
  height: var(--rem-size-24);
  margin-top: 5px;
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-5801b038 1300ms infinite;
}
.skeleton__informations[data-v-5801b038] {
  margin: 7px 0 0 var(--rem-size-20);
  padding-left: 0;
}
.skeleton__informations__date[data-v-5801b038] {
  width: 80px;
  height: var(--rem-size-10);
  margin-bottom: var(--rem-size-16);
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-5801b038 1300ms infinite;
}
.skeleton__informations__title[data-v-5801b038] {
  display: flex;
  align-items: center;
  width: 180px;
  height: var(--rem-size-16);
  margin-bottom: var(--rem-size-12);
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-5801b038 1300ms infinite;
}
.skeleton__informations__title.mobile[data-v-5801b038] {
  margin-bottom: var(--rem-size-10);
}
.skeleton__informations__description[data-v-5801b038] {
  display: flex;
  width: 250px;
  height: var(--rem-size-10);
  margin-bottom: var(--rem-size-8);
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-5801b038 1300ms infinite;
}
.skeleton__informations__description.mobile[data-v-5801b038] {
  margin-bottom: var(--rem-size-15);
}
.skeleton__informations__description2[data-v-5801b038] {
  display: flex;
  width: 112px;
  height: var(--rem-size-10);
  margin-bottom: var(--rem-size-22);
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-5801b038 1300ms infinite;
}
.skeleton__informations__description2.mobile[data-v-5801b038] {
  margin-bottom: var(--rem-size-30);
}
.skeleton__informations__separator[data-v-5801b038] {
  width: 275px;
  margin: var(--rem-size-8) 0 var(--rem-size-15) -20px;
  border-top: solid 1px var(--grey-light);
}
.skeleton__informations__speaker-info[data-v-5801b038] {
  display: flex;
  padding: 5px 0 20px 0;
  border-radius: var(--global-radius);
}
.skeleton__informations__speaker-info.mobile[data-v-5801b038] {
  margin: 0;
  padding: var(--rem-size-8) 0 var(--rem-size-10) 0;
  border-radius: 0 0 5px 5px;
}
.skeleton__informations__speaker-info__avatar[data-v-5801b038] {
  width: var(--rem-size-32);
  height: var(--rem-size-32);
  background-color: var(--grey);
  border-radius: 100%;
  animation: glowing-data-v-5801b038 1300ms infinite;
}
.skeleton__informations__speaker-info__mentor[data-v-5801b038] {
  display: flex;
  flex-direction: column;
  margin-left: var(--rem-size-10);
}
.skeleton__informations__speaker-info__mentor__username[data-v-5801b038] {
  width: 80px;
  height: 10px;
  margin-bottom: var(--rem-size-8);
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-5801b038 1300ms infinite;
}
.skeleton__informations__speaker-info__mentor__job-company[data-v-5801b038] {
  width: 200px;
  height: 10px;
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-5801b038 1300ms infinite;
}
.skeleton__informations__track-tags[data-v-5801b038] {
  display: flex;
  flex-direction: row;
}
.skeleton__informations__track-tags__track[data-v-5801b038] {
  width: 59px;
  height: var(--rem-size-24);
  margin-right: var(--rem-size-8);
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-5801b038 1300ms infinite;
}
.skeleton__informations__track-tags__tag[data-v-5801b038] {
  width: 48px;
  height: var(--rem-size-24);
  margin-right: var(--rem-size-8);
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-5801b038 1300ms infinite;
}
@keyframes glowing-data-v-5801b038 {
0% {
    background-color: var(--grey-light);
}
25% {
    background-color: var(--grey);
}
50% {
    background-color: var(--grey-light);
}
75% {
    background-color: var(--grey-lighter);
}
100% {
    background-color: var(--grey-light);
}
}


.conference-list-item[data-v-4097e535] {
  display: flex;
  max-width: 890px;
  width: 100%;
  height: 202px;
  margin: 0 0 var(--rem-size-20) 0;
  background-color: var(--white);
  border-radius: var(--global-radius);
  overflow: hidden;
  cursor: pointer;
  --flow-mobile: column nowrap;
  --height-mobile: 470px;
  --right-padding-mobile: var(--rem-size-30) var(--rem-size-15) 55px var(--rem-size-25);
  --right-border-top-mobile: 0;
  --badge-bottom-mobile: 0;
  --badge-left-mobile: 0;
  --badge-radius-mobile: 3px;
  --track--text--color: var(--grey-darker);
  --track--text--title: var(--main-color);
  --track--text--desc: var(--grey-darker);
}
.conference-list-item[data-v-4097e535]:hover {
  box-shadow: 0 2px var(--rem-size-8) 0 var(--black-alpha10);
}
.conference-list-item:hover .conference-list-item__image__favorite[data-v-4097e535] {
  display: block;
}
.conference-list-item.mobile[data-v-4097e535] {
  display: inline-block;
  max-width: 275px;
  height: 382px;
}
.conference-list-item.mobile .conference-list-item__image__favorite[data-v-4097e535] {
  display: block;
}
.conference-list-item.canceled[data-v-4097e535] {
  background-color: var(--grey-light);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  pointer-events: none;
  cursor: auto;
}
.conference-list-item.canceled .conference-list-item__image[data-v-4097e535] {
  opacity: .5;
}
.conference-list-item.no-access[data-v-4097e535] {
  --track--text--color: var(--grey-dark);
  --track--text--title: var(--grey-dark);
  --track--text--desc: var(--grey-dark);
  background-color: var(--grey-lighter);
  border-color: var(--grey-lighter);
  transition: all .3s ease-in-out;
}
@media (hover: hover) {
.conference-list-item.no-access[data-v-4097e535]:hover {
    --track--text--color: var(--grey-darker);
    --track--text--title: var(--grey-darker);
    --track--text--desc: var(--grey-darker);
}
}
.conference-list-item.restricted[data-v-4097e535]:hover {
  cursor: not-allowed;
}
.conference-list-item__image[data-v-4097e535] {
  flex: 0 0 auto;
  position: relative;
  width: 275px;
  height: 202px;
  max-width: 275px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--global-radius) 0 0 var(--global-radius);
  overflow: hidden;
}
.conference-list-item__image.mobile[data-v-4097e535] {
  height: 144px;
  border-radius: var(--global-radius) var(--global-radius) 0 0;
}
.conference-list-item__image__unlock[data-v-4097e535] {
  position: absolute;
  top: var(--rem-size-10);
  left: var(--rem-size-10);
}
.conference-list-item__image__free[data-v-4097e535] {
  position: absolute;
  top: var(--rem-size-10);
  left: var(--rem-size-10);
  background-color: var(--main-color);
  border-radius: var(--global-radius);
  color: var(--white);
  text-transform: uppercase;
}
.conference-list-item__image__favorite[data-v-4097e535] {
  display: none;
  position: absolute;
  top: var(--rem-size-10);
  right: var(--rem-size-10);
}
.conference-list-item__image__favorite.active[data-v-4097e535] {
  display: block;
}
.conference-list-item__image__favorite[data-v-4097e535]:hover {
  cursor: pointer;
}
.conference-list-item__image__reward[data-v-4097e535] {
  position: absolute;
  bottom: var(--rem-size-10);
  left: var(--rem-size-10);
  width: 91px;
  height: var(--rem-size-24);
  background-color: var(--white);
  border-radius: var(--rem-size-15);
}
.conference-list-item__image__reward__icon[data-v-4097e535] {
  display: inline-block;
  margin-left: var(--rem-size-10);
  color: var(--yellow);
}
.conference-list-item__image__reward__text[data-v-4097e535] {
  display: inline-block;
  margin-left: 5px;
  color: var(--black);
  font-family: var(--text-font-family);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-14);
}
.conference-list-item__image__duration[data-v-4097e535] {
  position: absolute;
  right: var(--rem-size-10);
  bottom: var(--rem-size-10);
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--rem-size-2) var(--rem-size-8);
  border-radius: var(--global-radius);
  background-color: var(--black-alpha50);
  color: var(--white);
  font-family: var(--text-font-family);
  font-size: var(--rem-size-12);
  line-height: var(--rem-size-14);
  text-align: center;
  vertical-align: middle;
}
.conference-list-item.no-access .conference-list-item__image[data-v-4097e535] {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.conference-list-item__information[data-v-4097e535] {
  padding: var(--rem-size-10) var(--rem-size-20);
}
.conference-list-item__information__status-info[data-v-4097e535] {
  display: flex;
  gap: var(--rem-size-16);
}
.conference-list-item__information__status-info.mobile[data-v-4097e535] {
  margin-bottom: var(--rem-size-10);
}
.conference-list-item__information__status-info__status[data-v-4097e535] {
  border-radius: var(--global-radius);
}
.conference-list-item__information__status-info__status.live[data-v-4097e535] {
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
}
.conference-list-item__information__status-info__status.canceled[data-v-4097e535] {
  background-color: var(--grey-dark);
  color: var(--white);
}
.conference-list-item__information__status-info__status.replay[data-v-4097e535] {
  background-color: var(--black);
  color: var(--white);
}
.conference-list-item__information__status-info__status.onDemand[data-v-4097e535] {
  background-color: var(--main-color);
  color: var(--white);
}
.conference-list-item__information__status-info__counter[data-v-4097e535] {
  background-color: var(--grey-light);
  border-radius: var(--global-radius);
  color: var(--black);
}
.conference-list-item__information__date[data-v-4097e535] {
  align-items: center;
  min-height: var(--rem-size-24);
}
.conference-list-item__information__date.mobile[data-v-4097e535] {
  margin-bottom: var(--rem-size-10);
}
.conference-list-item__information__date__content[data-v-4097e535] {
  width: 100%;
  color: var(--black);
  font-family: var(--text-font-family);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-16);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conference-list-item__information__title[data-v-4097e535] {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.conference-list-item__information__title.mobile[data-v-4097e535] {
  margin-bottom: var(--rem-size-10);
}
.conference-list-item__information__title__content[data-v-4097e535] {
  color: var(--black);
  font-family: var(--text-font-family);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-20);
}
.conference-list-item__information__description[data-v-4097e535] {
  display: flex;
  min-height: 48px;
}
.conference-list-item__information__description.mobile[data-v-4097e535] {
  margin-bottom: var(--rem-size-10);
}
.conference-list-item__information__description__content[data-v-4097e535] {
  color: var(--black);
  font-family: var(--text-font-family);
  font-size: var(--rem-size-12);
  line-height: var(--rem-size-16);
}
.conference-list-item__information__separator[data-v-4097e535] {
  width: 275px;
  margin: var(--rem-size-8) 0 0 -20px;
  border-top: solid 1px var(--grey-light);
}
.conference-list-item__information__speaker-info[data-v-4097e535] {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 5px 0 5px 0;
  border-radius: var(--global-radius);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conference-list-item__information__speaker-info[data-v-4097e535]:hover {
  margin-left: -5px;
  padding-left: 5px;
  background-color: var(--grey-lighter);
  cursor: pointer;
}
.conference-list-item__information__speaker-info.mobile[data-v-4097e535]:hover {
  width: 275px;
}
.conference-list-item__information__speaker-info.mobile[data-v-4097e535] {
  margin: 0;
  padding: var(--rem-size-8) 0 var(--rem-size-10) 0;
  border-radius: 0 0 5px 5px;
}
.conference-list-item__information__speaker-info.mobile .conference-list-item__information__speaker-info__mentor__username[data-v-4097e535] {
  font-family: var(--title-font-family);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-20);
}
.conference-list-item__information__speaker-info__mentor[data-v-4097e535] {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin-left: var(--rem-size-10);
}
.conference-list-item__information__speaker-info__mentor__username[data-v-4097e535] {
  max-width: 100%;
  color: var(--black);
  font-family: var(--text-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-16);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conference-list-item__information__speaker-info__mentor__job-company[data-v-4097e535] {
  max-width: 100%;
  color: var(--black);
  font-family: var(--text-font-family);
  font-size: var(--rem-size-12);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conference-list-item__information__track-tags[data-v-4097e535] {
  display: flex;
}
.conference-list-item__information[data-v-4097e535]  .idt-tag-list {
  width: 100%;
  height: var(--rem-size-24);
  overflow: hidden;
}
.conference-list-item__information[data-v-4097e535]  .idt-tag-list__item {
  max-width: 75%;
}
.conference-list-item__speakers[data-v-4097e535] {
  width: -moz-fit-content;
  width: fit-content;
  margin: var(--rem-size-4) 0;
}
@media (hover: hover) {
.conference-list-item:hover .conference-list-item__information[data-v-4097e535] {
    border-color: rgba(0,0,0,0);
}
}
.conference-list-item.no-access .conference-list-item-status[data-v-4097e535] {
  opacity: .5;
}


.conference-list-container[data-v-6fbcd230] {
  overflow-x: auto;
  overflow-y: hidden;
}
.conference-list-container__card[data-v-6fbcd230] {
  width: 305px;
}
.conference-list-container__mobile-container[data-v-6fbcd230] {
  flex-flow: nowrap;
}
.conference-list-container__mobile-container__mobile-card[data-v-6fbcd230] {
  width: 275px;
  margin-left: 20px;
  padding: 0;
}


.conferences-page[data-v-5a0aac1c] {
  height: calc(var(--vh, 1vh)*100 - 70px);
  background-color: var(--grey-lighter);
  font-family: var(--text-font-family);
  overflow: auto;
}
@media only screen and (max-width: 1023px) {
.conferences-page[data-v-5a0aac1c] {
    height: -moz-fit-content;
    height: fit-content;
    overflow: unset;
}
}
.conferences-page__conferences .side-open-enter-active[data-v-5a0aac1c] {
  transition: opacity 1s;
}
.conferences-page__conferences .side-open-enter[data-v-5a0aac1c] {
  opacity: 0;
}
.conferences-page__conferences__filter-panel[data-v-5a0aac1c] {
  position: sticky;
  top: 0;
  max-width: 280px;
  height: calc(100vh - 70px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.conferences-page__conferences__filter-panel.hidden[data-v-5a0aac1c] {
  position: absolute;
}
@media only screen and (max-width: 1023px) {
.conferences-page__conferences__filter-panel[data-v-5a0aac1c] {
    background-color: var(--white);
    max-width: none;
}
}
.conferences-page__conferences__filter-panel[data-v-5a0aac1c]::-webkit-scrollbar {
  display: none;
}
.conferences-page__conferences__conferences-list__no-more[data-v-5a0aac1c] {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: var(--rem-size-15);
}
.conferences-page__conferences__conferences-list__spinner[data-v-5a0aac1c] {
  display: flex;
  align-content: left;
}
.conferences-page__conferences__conferences-list__header[data-v-5a0aac1c] {
  position: sticky;
  top: 0;
  padding: var(--rem-size-15) 0 var(--rem-size-25) 0;
  background-color: var(--grey-lighter);
  box-shadow: 0px 0px 0px var(--rem-size-10) var(--grey-lighter);
  clip-path: inset(0px -10px 0px -10px);
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
.conferences-page__conferences__conferences-list__header[data-v-5a0aac1c] {
    padding: var(--rem-size-15) 0 var(--rem-size-10) 0;
}
}
.conferences-page__conferences__conferences-list__header__search[data-v-5a0aac1c] {
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
.conferences-page__conferences__conferences-list__header__search[data-v-5a0aac1c] {
    height: 100%;
    visibility: initial;
}
}
.conferences-page__conferences__conferences-list__header__search__bar[data-v-5a0aac1c] {
  height: 46px;
  margin-right: var(--rem-size-10);
  background-color: var(--white);
  border: solid 1px var(--grey-light);
  border-radius: var(--global-radius);
  box-shadow: 0 2px var(--rem-size-8) 0 var(--black-alpha10);
}
.conferences-page__conferences__conferences-list__header__search__bar__input[data-v-5a0aac1c] {
  height: 44px;
  margin: 0;
  color: var(--black);
  background-color: var(--white);
  border: none;
  font-size: var(--rem-size-16);
}
.conferences-page__conferences__conferences-list__header__search__bar[data-v-5a0aac1c]:before {
  content: "";
  display: block;
  top: 84px;
  left: 0px;
  position: absolute;
  color: var(--black);
  font-family: "ideation-icons";
  font-size: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.conferences-page__conferences__conferences-list__header__search__filter[data-v-5a0aac1c] {
  height: 46px;
  background-color: var(--white);
  box-shadow: 0 2px var(--rem-size-8) 0 var(--black-alpha10);
}
.conferences-page__conferences__conferences-list__header__title-results[data-v-5a0aac1c] {
  top: 0;
  position: sticky;
  height: var(--rem-size-32);
  margin-bottom: var(--rem-size-15);
  color: var(--black);
}
.conferences-page__conferences__conferences-list__header__title-results__title[data-v-5a0aac1c] {
  max-height: 48px;
  font-size: var(--rem-size-24);
  font-weight: var(--font-weight-bold);
  text-align: left;
}
@media only screen and (max-width: 1023px) {
.conferences-page__conferences__conferences-list__header__title-results__title[data-v-5a0aac1c] {
    text-align: center;
}
}
.conferences-page__conferences__conferences-list__header__title-results__title.search[data-v-5a0aac1c] {
  font-size: var(--rem-size-16);
}
.conferences-page__conferences__conferences-list__header__title-results__result[data-v-5a0aac1c] {
  align-self: flex-end;
  font-size: var(--rem-size-15);
  text-align: right;
}
@media only screen and (max-width: 1023px) {
.conferences-page__conferences__conferences-list__header__title-results__result[data-v-5a0aac1c] {
    display: none;
}
}
.conferences-page__conferences__conferences-list__header__title-results__mobile-result[data-v-5a0aac1c] {
  display: none;
}
@media only screen and (max-width: 1023px) {
.conferences-page__conferences__conferences-list__header__title-results__mobile-result[data-v-5a0aac1c] {
    display: flex;
    height: var(--rem-size-22);
    margin: 0;
    font-size: var(--rem-size-14);
    text-align: right;
}
}
.conferences-page__conferences__conferences-list__header__infos[data-v-5a0aac1c] {
  align-content: center;
  height: 64px;
  background: var(--white);
  border-radius: var(--global-radius);
  box-shadow: 0px 2px 3px var(--grey);
}
@media only screen and (max-width: 1023px) {
.conferences-page__conferences__conferences-list__header__infos[data-v-5a0aac1c] {
    height: 0;
    visibility: hidden;
}
}
.conferences-page__conferences__conferences-list__header__infos__live[data-v-5a0aac1c] {
  margin-left: var(--rem-size-25);
}
.conferences-page__conferences__conferences-list__header__infos__live__button[data-v-5a0aac1c] {
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: var(--rem-size-32);
  border: 2px solid var(--red);
  border-radius: 5em/5em;
  color: var(--red);
}
.conferences-page__conferences__conferences-list__header__infos__live__button.active[data-v-5a0aac1c] {
  color: var(--white);
  background-color: var(--red);
}
.conferences-page__conferences__conferences-list__header__infos__live__button[data-v-5a0aac1c]:hover {
  cursor: pointer;
}
.conferences-page__conferences__conferences-list__header__infos__live__button__label[data-v-5a0aac1c] {
  padding: 0 var(--rem-size-15) 0 7px;
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
}
.conferences-page__conferences__conferences-list__header__infos__live__button__blob[data-v-5a0aac1c] {
  width: var(--rem-size-10);
  height: var(--rem-size-10);
  margin-left: var(--rem-size-10);
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--red);
  animation: pulse-red-data-v-5a0aac1c 2s infinite;
  transform: scale(1);
}
.conferences-page__conferences__conferences-list__header__infos__live__button__blob.active[data-v-5a0aac1c] {
  animation: pulse-white-data-v-5a0aac1c 2s infinite;
  background: var(--white);
  box-shadow: 0 0 0 0 var(--white);
}
@keyframes pulse-red-data-v-5a0aac1c {
0% {
    box-shadow: 0 0 0 0 var(--red-alpha70);
    transform: scale(0.95);
}
70% {
    box-shadow: 0 0 0 var(--rem-size-10) rgba(0,0,0,0);
    transform: scale(1);
}
100% {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    transform: scale(0.95);
}
}
@keyframes pulse-white-data-v-5a0aac1c {
0% {
    box-shadow: 0 0 0 0 var(--white-alpha70);
    transform: scale(0.95);
}
70% {
    box-shadow: 0 0 0 var(--rem-size-10) var(--white-alpha10);
    transform: scale(1);
}
100% {
    box-shadow: 0 0 0 0 var(--white-alpha10);
    transform: scale(0.95);
}
}
.conferences-page__conferences__conferences-list__header__infos__live .row[data-v-5a0aac1c] {
  align-items: center;
}
.conferences-page__conferences__conferences-list__header__infos__sort__label[data-v-5a0aac1c] {
  margin: var(--rem-size-5) var(--rem-size-10) 0 0;
  color: var(--black);
}
.conferences-page__conferences__conferences-list__header__infos__sort__select[data-v-5a0aac1c] {
  width: 170px;
  height: 41px;
  margin: 0 var(--rem-size-10) 0 0;
  padding: 0 var(--rem-size-15);
}
.conferences-page__conferences__conferences-list__header__infos__list-mode[data-v-5a0aac1c] {
  color: var(--grey);
}
.conferences-page__conferences__conferences-list__header__infos__list-mode__button[data-v-5a0aac1c] {
  margin-right: var(--rem-size-10);
}
.conferences-page__conferences__conferences-list__header__infos__list-mode__button[data-v-5a0aac1c]:hover {
  cursor: pointer;
}
.conferences-page__conferences__conferences-list__header__infos__list-mode__button.active[data-v-5a0aac1c] {
  color: var(--black);
}
.conferences-page__conferences__conferences-list__list__group[data-v-5a0aac1c] {
  top: 150px;
  height: 100%;
  position: sticky;
  box-shadow: 0px 0px 0px var(--rem-size-10) var(--grey-lighter);
  clip-path: inset(0px -10px 0px -10px);
  color: var(--black);
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
.conferences-page__conferences__conferences-list__list__group[data-v-5a0aac1c] {
    top: 140px;
}
}
.conferences-page__conferences__conferences-list__list__group__text[data-v-5a0aac1c] {
  background-color: var(--grey-lighter);
  border-bottom: 1px solid var(--grey-dark);
  font-family: var(--text-font-family);
  font-size: var(--rem-size-22);
  font-weight: var(--font-weight-bold);
  text-align: left;
}
.conferences-page__conferences__conferences-list__list__release-date[data-v-5a0aac1c] {
  top: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: sticky;
  color: var(--black);
  background-color: var(--grey-lighter);
  box-shadow: 0px 0px 0px var(--rem-size-10) var(--grey-lighter);
  clip-path: inset(0px -10px 0px -10px);
  z-index: 5;
}
.conferences-page__conferences__conferences-list__list__release-date__text[data-v-5a0aac1c] {
  margin-left: 10px;
  font-family: var(--text-font-family);
  font-size: var(--rem-size-18);
  text-align: left;
}
.conferences-page__conferences__conferences-list__list__container[data-v-5a0aac1c] {
  padding: var(--rem-size-15) 0 var(--rem-size-15) 0;
}
.conferences-page__conferences__conferences-list__no-item-icon[data-v-5a0aac1c] {
  padding-bottom: var(--rem-size-15);
}


.talk-premium-badge[data-v-2498f791] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 30px;
  padding: 5px 10px;
  color: var(--secondary-color);
  background-color: var(--secondary-color-alpha20);
  border-top-left-radius: 3px;
  font-size: 12px;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.talk-premium-badge__text[data-v-2498f791] {
  margin-left: 5px;
}


.menu-conference-item[data-v-c68ab5e6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100px;
  margin: 2px 0;
  padding: 1rem .75rem 1rem 1.25rem;
  color: var(--main-color);
  background-color: var(--main-color-lighter);
  transition: background-color .3s ease-in-out;
}
.menu-conference-item[data-v-c68ab5e6]:hover {
  background-color: var(--main-color-alpha40);
}
.menu-conference-item.is-starting[data-v-c68ab5e6] {
  color: var(--color-starting);
  background-color: var(--color-starting-alpha20);
}
.menu-conference-item.is-starting[data-v-c68ab5e6]:hover {
  background-color: var(--color-starting-alpha30);
}
.menu-conference-item.is-now[data-v-c68ab5e6] {
  color: var(--secondary-color);
  background-color: var(--secondary-color-alpha20);
}
.menu-conference-item.is-now[data-v-c68ab5e6]:hover {
  background-color: var(--secondary-color-alpha30);
}
.menu-conference-item.converting[data-v-c68ab5e6] {
  color: var(--main-color-darker);
  background-color: var(--main-color-darker-alpha20);
}
.menu-conference-item.converting[data-v-c68ab5e6]:hover {
  background-color: var(--main-color-darker-alpha30);
}
.menu-conference-item.replay[data-v-c68ab5e6] {
  color: var(--grey-darkest);
  background-color: var(--grey-light);
}
.menu-conference-item.replay[data-v-c68ab5e6]:hover {
  background-color: var(--grey-lighter);
}
.menu-conference-item.canceled[data-v-c68ab5e6] {
  color: var(--grey-dark);
  background-color: var(--grey);
  pointer-events: none;
}
.menu-conference-item__speaker[data-v-c68ab5e6] {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  max-width: calc(100% - 125px);
  color: var(--grey-darkest);
  line-height: 20px;
}
.menu-conference-item__speaker__avatar[data-v-c68ab5e6] {
  margin-right: 10px;
}
.menu-conference-item__speaker__info[data-v-c68ab5e6] {
  max-width: 95%;
}
.menu-conference-item__speaker__info .conference-track[data-v-c68ab5e6] {
  font-size: .75rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.menu-conference-item__speaker__info .conference-title[data-v-c68ab5e6] {
  width: 100%;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.menu-conference-item__speaker__info .conference-speaker-name[data-v-c68ab5e6] {
  font-size: .75rem;
}
.menu-conference-item__state[data-v-c68ab5e6] {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
}
.menu-conference-item__state__info[data-v-c68ab5e6] {
  margin-right: var(--rem-size-10);
}
.menu-conference-item__state__info.scheduled[data-v-c68ab5e6],
.menu-conference-item__state__info.converting[data-v-c68ab5e6] {
  font-size: .8rem;
  text-align: right;
  line-height: 1.2;
}
.menu-conference-item__state .live-dot[data-v-c68ab5e6] {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: var(--color-live);
  border: 1px solid var(--white);
  border-radius: 100%;
}
.menu-conference-item__stared[data-v-c68ab5e6] {
  position: absolute;
  top: .5rem;
  left: .5rem;
}
.menu-conference-item.premium[data-v-c68ab5e6] {
  color: var(--grey-dark);
  background-color: var(--grey-lighter);
}
.menu-conference-item.premium[data-v-c68ab5e6]:hover {
  color: var(--grey-darker);
  background-color: var(--grey-lightest);
}
.menu-conference-item .conference-premium-badge[data-v-c68ab5e6] {
  top: 0;
  right: 0;
}


.menu-conference[data-v-35e15f41] {
  display: flex;
  flex-flow: column nowrap;
  background-color: var(--grey-lighter);
  text-align: left;
  overflow-y: auto;
}
@media only screen and (max-width: 991px) {
.menu-conference[data-v-35e15f41] {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh)*100 - 70px);
}
}
.menu-conference__content[data-v-35e15f41] {
  overflow-y: auto;
}
@media only screen and (max-width: 991px) {
.menu-conference__content[data-v-35e15f41] {
    height: calc(100% - 40px);
}
}
@media only screen and (min-width: 992px) {
.menu-conference__content[data-v-35e15f41] {
    max-height: calc(80vh - 40px);
    padding-bottom: 40px;
}
}
.menu-conference__category[data-v-35e15f41] {
  background-color: var(--white);
}
.menu-conference__category__title[data-v-35e15f41] {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  width: 100%;
  padding: .2rem 1.25rem;
  color: var(--black);
  background-color: var(--grey-light);
  border-bottom: 1px solid var(--grey);
  font-size: .8rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  z-index: 1;
}
.menu-conference__category__title__label[data-v-35e15f41] {
  margin-left: var(--rem-size-8);
}
.menu-conference__footer[data-v-35e15f41] {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.menu-conference__footer__link[data-v-35e15f41] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: var(--white);
  font-size: .75rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}


.conference-menu__submenu[data-v-797e9a03] {
  position: absolute;
  top: calc(var(--menu-height) - 13px);
  right: 0;
  width: 380px;
  background-color: var(--white);
  filter: drop-shadow(0 2px 2px var(--black-alpha20));
  z-index: 10;
}


.remaining-credit-box[data-v-5e278fb8] {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 2px;
  color: var(--secondary-color);
  background-color: var(--secondary-color-alpha20);
  font-size: 1rem;
}
.remaining-credit-box__icon[data-v-5e278fb8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.remaining-credit-box__text[data-v-5e278fb8] {
  width: 100%;
  background-color: var(--white);
  font-weight: var(--font-weight-normal);
  text-align: center;
  line-height: 46px;
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.remaining-credit-box__text[data-v-5e278fb8] {
    padding: 0 10px;
}
}
@media only screen and (min-width: 1024px) {
.remaining-credit-box__text[data-v-5e278fb8] {
    padding: 0 20px;
}
}


.idt-conference-waiting-box {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.idt-conference-waiting-box {
    align-items: center;
    padding: 30px;
}
}
.idt-conference-waiting-box__credit {
  flex: 0 1 auto;
}
@media only screen and (min-width: 1024px) {
.idt-conference-waiting-box__credit {
    position: absolute;
    top: 20px;
    left: 20px;
}
}
.idt-conference-waiting-box__content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  text-align: center;
}
@media only screen and (max-width: 639px) {
.idt-conference-waiting-box__content {
    transform: scale(0.6);
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.idt-conference-waiting-box__content {
    transform: scale(0.9);
}
}
@media only screen and (min-width: 1024px)and (max-width: 1199px) {
.idt-conference-waiting-box__content {
    transform: scale(0.7);
}
}
.idt-conference-waiting-box .date__part {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.idt-conference-waiting-box .date__calendar {
  margin-right: 1rem;
  padding: 0 1.5rem;
}
.idt-conference-waiting-box .date__calendar .idt-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.idt-conference-waiting-box .date__day {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.idt-conference-waiting-box .date__month {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 55%);
  font-size: .8rem;
  font-weight: 300;
  text-transform: uppercase;
}
.idt-conference-waiting-box .date__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
}
.idt-conference-waiting-box .date__hours {
  font-family: var(--title-font-family);
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1;
}
.idt-conference-waiting-box .timer {
  font-family: var(--title-font-family);
  font-size: 2.6rem;
  font-weight: 300;
}
.idt-conference-waiting-box .timer__container {
  position: relative;
  width: 600px;
  padding-top: 1rem;
  border-top: 1px solid var(--main-color);
}
@media only screen and (max-width: 639px) {
.idt-conference-waiting-box .timer__container {
    margin-top: 2.5rem;
}
}
@media only screen and (min-width: 640px) {
.idt-conference-waiting-box .timer__container {
    margin-top: 4.5rem;
}
}
.idt-conference-waiting-box .timer__text {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 1.25rem;
  background-color: var(--main-color-lighter);
  font-size: 1.4rem;
  font-weight: 300;
  transform: translate(-50%, -50%);
}


.days-buttons[data-v-2cf22dac] {
  display: inline-flex;
  align-items: center;
}
.days-buttons__day-button[data-v-2cf22dac] {
  flex-direction: column;
  margin-right: var(--rem-size-16);
  margin-left: var(--rem-size-16);
}
.days-buttons__day-button__day-clickable[data-v-2cf22dac] {
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  letter-spacing: .7px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.days-buttons__day-button__day-clickable[data-v-2cf22dac]:hover {
  color: var(--grey-dark);
  cursor: pointer;
}
.days-buttons__day-button__day-clickable[data-v-2cf22dac]:active {
  top: 1px;
  color: var(--white);
}
.days-buttons__day-button__mark-selected[data-v-2cf22dac] {
  width: 100%;
  margin: auto;
  border: 2px solid var(--main-color);
  border-radius: 5px;
}
.days-buttons__day-button__mark-unselected[data-v-2cf22dac] {
  width: 100%;
  margin: auto;
  border-color: var(--grey-lighter);
}


[data-v-5713af86] .ideacon {
  vertical-align: sub;
}
.track-name[data-v-5713af86] {
  display: flex;
  height: 26px;
  width: 290px;
  align-items: center;
  background-color: var(--white);
  border-radius: 50px;
  color: var(--black);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  justify-content: space-between;
  letter-spacing: 0px;
  line-height: .8rem;
  padding-left: 15px;
}
.track-name__remove-icon[data-v-5713af86] {
  color: var(--red);
  padding-right: 5px;
  padding-left: 10px;
  cursor: pointer;
}


.talk[data-v-7885e6fc] {
  height: 128px;
  width: 100%;
}
.vue-grid-item[data-v-7885e6fc] {
  transition: none;
}
.vue-grid-layout[data-v-7885e6fc] {
  transition: none;
}


.skeleton[data-v-19baa60e] {
  display: flex;
  height: 127px;
  width: 282px;
  animation: shine 1s infinite;
  background: var(--white);
  border-radius: 5px;
}
.skeleton__wrapper__speaker[data-v-19baa60e] {
  height: 30px;
  width: 30px;
  margin: 10px 15px 0px 10px;
  animation: glowing-data-v-19baa60e 1300ms infinite;
  background-color: var(--grey);
  border-radius: 100%;
}
.skeleton__wrapper__label[data-v-19baa60e] {
  height: 8px;
  width: 90px;
  margin: 25px 0px 10px 10px;
  animation: glowing-data-v-19baa60e 1300ms infinite;
  background-color: var(--grey);
  border-radius: 5px;
}
.skeleton__wrapper__content[data-v-19baa60e] {
  height: 8px;
  width: 200px;
  margin-bottom: 5px;
  margin-left: 10px;
  animation: glowing-data-v-19baa60e 1300ms infinite;
  border-radius: 5px;
  background-color: var(--grey);
}
.skeleton__wrapper__separation[data-v-19baa60e] {
  height: 1px;
  width: 282px;
  margin-bottom: 5px;
  margin-top: 25px;
  background-color: var(--grey-light);
  border-radius: 5px;
}
@keyframes glowing-data-v-19baa60e {
0% {
    background-color: var(--grey-light);
}
25% {
    background-color: var(--grey);
}
50% {
    background-color: var(--grey-light);
}
75% {
    background-color: var(--grey-lighter);
}
100% {
    background-color: var(--grey-light);
}
}


.loader-agenda[data-v-b369d562] {
  display: inline-block;
  position: absolute;
  width: 100%;
  background-color: var(--grey-lighter);
  z-index: 100;
}
.skeleton[data-v-b369d562] {
  height: 127px;
}
.vue-grid-item[data-v-b369d562] {
  transition: none;
}
.vue-grid-layout[data-v-b369d562] {
  transition: none;
}


.timeline[data-v-c28f2086] {
  min-width: 120px;
  width: 100%;
  height: 100%;
  padding-top: var(--rem-size-10);
}
.timeline[data-v-c28f2086]:after {
  content: "";
  position: absolute;
  top: 0;
  right: var(--rem-size-15);
  width: 1px;
  height: 100%;
  background-color: var(--main-color);
  transform: translateX(-50%);
}
.timeline__container[data-v-c28f2086] {
  display: flex;
  align-items: center;
  height: 128px;
  margin-bottom: var(--rem-size-10);
}
.timeline__container__hour[data-v-c28f2086] {
  position: relative;
  width: 100%;
  color: var(--grey-darker);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-normal);
  text-align: center;
  text-transform: uppercase;
}
.timeline__container__hour[data-v-c28f2086]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  height: 10px;
  width: 10px;
  background-color: var(--main-color);
  border-radius: 50%;
  transform: translateY(-50%);
}


.filters[data-v-04b6ab76] {
  height: 100%;
  width: 300px;
  background-color: var(--white);
  margin-right: var(--rem-size-16);
  overflow-y: auto;
  padding-top: var(--rem-size-16);
}
.filters__title[data-v-04b6ab76] {
  margin-left: 20px;
  margin-top: 18px;
  color: var(--black);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  letter-spacing: .7px;
  text-align: center;
  text-transform: uppercase;
}
.filters__close-btn[data-v-04b6ab76] {
  margin-right: 20px;
  cursor: pointer;
}
.filters__close-btn[data-v-04b6ab76]:hover {
  color: var(--red);
}
.filters__categories[data-v-04b6ab76] {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 18px;
}
.filters__categories__category[data-v-04b6ab76] {
  padding-bottom: var(--rem-size-8);
}
.filters__categories__category__container[data-v-04b6ab76] {
  align-items: center;
  min-height: 25px;
  border-radius: 25px;
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  word-break: break-word;
}
.filters__categories__category__container.opened[data-v-04b6ab76] {
  background-color: var(--main-color);
  color: var(--white);
}
.filters__categories__category__container.closed[data-v-04b6ab76] {
  background-color: var(--grey-lighter);
  color: var(--black);
}
.filters__categories__category__container__selected-number[data-v-04b6ab76] {
  height: 15px;
  width: 15px;
  background-color: var(--main-color);
  border-radius: 100%;
  color: var(--white);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-10);
  font-weight: var(--font-weight-medium);
  text-align: center;
}
.filters__categories__category__container[data-v-04b6ab76]:hover {
  cursor: pointer;
}
.filters__categories__category__tracks[data-v-04b6ab76] {
  margin-top: 10px;
}
.filters__categories__category__tracks__container[data-v-04b6ab76] {
  align-items: center;
  margin-bottom: 10px;
  margin-right: 14px;
  cursor: pointer;
  color: var(--black);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0px;
  line-height: 16px;
  text-align: left;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.filters__categories__category__tracks__container[data-v-04b6ab76]:hover {
  color: var(--grey-darker);
}
.filters__categories__category__tracks__container__customCheckMark[data-v-04b6ab76] {
  height: 18px;
  width: 18px;
  background-color: var(--grey);
  border-radius: var(--global-radius);
}
.filters__categories__category__tracks__container__customCheckMark[data-v-04b6ab76]:after {
  content: "";
  display: none;
  position: relative;
}
.filters__categories__category__tracks__container input[data-v-04b6ab76] {
  position: absolute;
  height: 0;
  width: 0;
  cursor: pointer;
}
.filters__categories__category__tracks__container input:checked~.filters__categories__category__tracks__container__customCheckMark[data-v-04b6ab76] {
  background-color: var(--main-color);
}
.filters__categories__category__tracks__container input:checked~.filters__categories__category__tracks__container__customCheckMark[data-v-04b6ab76]:after {
  display: flex;
}
.filters__categories__category__tracks__container .filters__categories__category__tracks__container__customCheckMark[data-v-04b6ab76]:after {
  left: 6px;
  height: 14px;
  width: 7px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.filters__categories__category__tracks__separation[data-v-04b6ab76] {
  margin: 0;
  margin-bottom: var(--rem-size-8);
}


.agenda[data-v-715143ff] {
  min-height: calc(105vh - 210px);
  background-color: var(--grey-lighter);
}
.agenda .idt-page-top[data-v-715143ff] {
  min-height: 100px;
}
.agenda__grid-container[data-v-715143ff] {
  display: grid;
  grid-template-columns: 0fr 1.6fr;
  grid-template-rows: 1fr;
  grid-template-areas: "filter-container main-grid";
  min-height: calc(105vh - 210px);
  gap: 1px 1px;
}
.agenda__grid-container__filter-container[data-v-715143ff] {
  grid-area: filter-container;
  width: 60px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 1000px) {
.agenda__grid-container__filter-container[data-v-715143ff] {
    width: 0px;
}
}
.agenda__grid-container__filter-container.active[data-v-715143ff] {
  width: 300px;
}
.agenda__grid-container__filter-container__show-filter[data-v-715143ff] {
  height: 35px;
  width: 35px;
  margin-left: 15px;
  margin-right: 20px;
  margin-top: 10px;
  background-color: var(--white);
  border: solid 1px var(--grey-dark);
  border-radius: 100%;
  color: var(--black);
  cursor: pointer;
}
.agenda__grid-container__main-grid[data-v-715143ff] {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: .1fr 1.9fr;
  grid-template-areas: "days" "tracks";
  grid-area: main-grid;
  gap: 1px 1px;
}
@media only screen and (max-width: 1000px) {
.agenda__grid-container__main-grid[data-v-715143ff] {
    margin-left: -10px;
}
}
.agenda__grid-container__main-grid__days[data-v-715143ff] {
  display: grid;
  grid-area: days;
  grid-template-columns: .1fr 1.9fr;
  grid-template-rows: 1fr;
  grid-template-areas: "days-title days";
  align-items: center;
  height: 100%;
  min-height: 60px;
  border-left: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  gap: 1px 1px;
}
.agenda__grid-container__main-grid__days__selector[data-v-715143ff] {
  height: 100%;
  max-width: none;
  margin: unset;
  overflow-y: auto;
}
.agenda__grid-container__main-grid__days__title[data-v-715143ff] {
  grid-area: days-title;
  align-items: center;
  height: 100%;
  min-width: 120px;
  width: 100%;
  border-right: 1px solid var(--grey);
}
.agenda__grid-container__main-grid__days__title__media-show-filter[data-v-715143ff] {
  display: none;
}
@media only screen and (max-width: 1000px) {
.agenda__grid-container__main-grid__days__title__media-show-filter[data-v-715143ff] {
    display: block;
    height: 30px;
    width: 30px;
    margin-left: 10px;
    background-color: var(--white);
    border: solid 1px var(--grey-dark);
    border-radius: 100%;
    color: var(--black);
    cursor: pointer;
}
}
.agenda__grid-container__main-grid__days__title__text[data-v-715143ff] {
  margin-right: 15px;
  color: var(--black);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
.agenda__grid-container__main-grid__days__title__text[data-v-715143ff] {
    margin-top: 5px;
}
}
.agenda__grid-container__main-grid__days__selector[data-v-715143ff] {
  grid-area: days;
}
.agenda__grid-container__main-grid__tracks[data-v-715143ff] {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: .1fr 1.8fr;
  grid-template-areas: "tracks-bar" "talks";
  grid-area: tracks;
  height: calc(105vh - 275px);
  overflow: auto;
  gap: 1px 1px;
  border-left: 1px solid var(--grey);
}
.agenda__grid-container__main-grid__tracks__bar[data-v-715143ff] {
  display: grid;
  align-items: center;
  grid-template-columns: .1fr 1.9fr;
  grid-template-rows: 1fr;
  grid-template-areas: "tracks-title tracks";
  grid-area: tracks-bar;
  position: sticky;
  top: 0;
  height: 100%;
  min-height: 60px;
  background-color: var(--grey-lighter);
  border-bottom: 1px solid var(--grey);
  gap: 1px 1px;
  z-index: 20;
}
.agenda__grid-container__main-grid__tracks__bar__title[data-v-715143ff] {
  grid-area: tracks-title;
  left: 0;
  position: sticky;
  height: 100%;
  min-width: 120px;
  width: 100%;
  background-color: var(--grey-lighter);
  border-right: 1px solid var(--grey);
  z-index: 10;
}
.agenda__grid-container__main-grid__tracks__bar__title__text[data-v-715143ff] {
  margin-top: 20px;
  color: var(--black);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}
.agenda__grid-container__main-grid__tracks__bar__grid[data-v-715143ff] {
  grid-area: tracks;
}
.agenda__grid-container__main-grid__tracks__talks[data-v-715143ff] {
  display: grid;
  grid-template-columns: .1fr 1.9fr;
  grid-template-rows: 1fr;
  grid-template-areas: "timeline agenda-grid";
  grid-area: talks;
  gap: 1px 1px;
  border-bottom: 1px solid var(--grey);
}
.agenda__grid-container__main-grid__tracks__talks__timeline[data-v-715143ff] {
  grid-area: timeline;
  position: sticky;
  left: 0;
  min-width: 120px;
  width: 100%;
  height: 100%;
  background-color: var(--grey-lighter);
  border-right: 1px solid var(--grey);
  z-index: 10;
}
.agenda__grid-container__main-grid__tracks__talks__timeline__timezone[data-v-715143ff] {
  position: absolute;
  top: var(--rem-size-8);
  width: 100%;
  background-color: var(--grey-lighter);
  color: var(--grey-darker);
  font-family: var(--first-font-family);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
  text-align: center;
}
.agenda__grid-container__main-grid__tracks__talks__grid[data-v-715143ff] {
  grid-area: agenda-grid;
  height: 100%;
}


.statistics-chart[data-v-7a0fbcd4] {
  display: flex;
  flex-direction: column;
}
.statistics-chart__header[data-v-7a0fbcd4] {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: .3125rem;
}
.statistics-chart__header--select[data-v-7a0fbcd4] {
  padding-top: 1rem;
}
.statistics-chart__header .header__select[data-v-7a0fbcd4] {
  width: 245px;
  max-width: 100%;
}
.statistics-chart__header .header__title[data-v-7a0fbcd4] {
  font-weight: var(--font-weight-bold);
}
@media only screen and (max-width: 479px) {
.statistics-chart__header .header__title[data-v-7a0fbcd4] {
    font-size: var(--rem-size-16);
}
}
@media only screen and (min-width: 480px) {
.statistics-chart__header .header__title[data-v-7a0fbcd4] {
    font-size: var(--rem-size-20);
}
}
.statistics-chart__content[data-v-7a0fbcd4] {
  display: flex;
  flex-direction: column;
  flex-grow: 100;
}
.statistics-chart__status[data-v-7a0fbcd4] {
  display: flex;
}
.statistics-chart__status span[data-v-7a0fbcd4] {
  margin: auto;
}


.statistics-chart--loading {
  display: flex;
  flex-direction: column;
}
.statistics-chart__status {
  margin-top: auto;
  margin-bottom: auto;
}
.statistics-chart__status .status__loader {
  width: 50px;
  height: 50px;
  margin: 1.5rem auto !important;
}
.statistics-chart .content__svg .overlay {
  fill: none;
  pointer-events: all;
}
.statistics-chart .content__tab {
  flex-grow: 100;
}


.yA path,
.grid path,
.yA .tick line {
  stroke: rgba(0,0,0,0);
}
.xA path {
  stroke: rgba(0,0,0,0);
}
.grid line,
.xA .tick line {
  opacity: .3;
}
text {
  color: var(--grey);
}


.bo-dashboard-tooltip rect[data-v-4a82f93a] {
  background-color: var(--black);
  stroke: rgba(0,0,0,0);
}
.bo-dashboard-tooltip polyline[data-v-4a82f93a] {
  stroke: rgba(0,0,0,0);
}
.bo-dashboard-tooltip text[data-v-4a82f93a] {
  color: var(--white);
  fill: var(--white);
  font-family: var(--text-font-family);
}
.bo-dashboard-tooltip circle.inner[data-v-4a82f93a] {
  fill: var(--white);
}
.bo-dashboard-tooltip circle.outer[data-v-4a82f93a] {
  fill: var(--main-color);
}
.bo-dashboard-tooltip__value[data-v-4a82f93a] {
  font-weight: var(--font-weight-bold);
}


.bar-chart__bar[data-v-c5b8092e] {
  fill: var(--main-color);
}
.bar-chart__bar[data-v-c5b8092e]:hover {
  fill: var(--main-color-darker);
}


.bar-chart .xA .tick line {
  stroke: rgba(0,0,0,0);
}


.line-chart__line[data-v-a28684e8] {
  fill: none;
  stroke: var(--main-color);
  stroke-width: 3px;
}
.line-chart__circle[data-v-a28684e8] {
  fill: var(--main-color);
  stroke: var(--main-color);
}


.map-chart__bar text[data-v-60b9b0f2] {
  font-size: var(--rem-size-14);
}
.map-chart__bar line[data-v-60b9b0f2]:not(.last) {
  stroke: var(--grey);
}
.map-chart__bar.hoverMainG>g[data-v-60b9b0f2]:not(.hoverG) {
  opacity: .5;
}
.map-chart__map g:hover>path[data-v-60b9b0f2]:not(:hover) {
  opacity: .5;
  stroke-opacity: 0;
}
.map-chart__map g.hoverG>path[data-v-60b9b0f2]:not(.hoverPath) {
  opacity: .5;
  stroke-opacity: 0;
}
.map-chart__map g.hoverG>path.hoverPath[data-v-60b9b0f2] {
  stroke: var(--main-color-darkest) !important;
  fill: var(--main-color-darkest) !important;
}
.map-chart .column[data-v-60b9b0f2] {
  padding: 0;
}


.live[data-v-5c9a9838] {
  height: 100%;
  padding: 1.5rem 1.25rem;
  color: var(--white);
  background-color: var(--main-color);
  font-size: var(--rem-size-14);
}
.live .highlight[data-v-5c9a9838] {
  margin-bottom: .3125rem;
  padding: .3125rem .9375rem;
  color: var(--main-color-dark);
  background-color: var(--main-color-lighter);
  border-radius: 5px;
}
.live__users-header[data-v-5c9a9838] {
  display: flex;
  justify-content: space-between;
}
.live__users-header__refresh[data-v-5c9a9838] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  cursor: pointer;
}
.live__users-number[data-v-5c9a9838] {
  font-size: var(--rem-size-40);
}
.live__content .content__title[data-v-5c9a9838] {
  margin-top: .9375rem;
  margin-bottom: .3125rem;
}
.live__content .content__number[data-v-5c9a9838] {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
.live__top-talk[data-v-5c9a9838] {
    padding-right: .5rem;
}
.live__top-talk[data-v-5c9a9838]:last-child {
    padding-left: .5rem;
    padding-right: 0;
}
}
.live__top-talk .top-talk__header[data-v-5c9a9838] {
  margin-bottom: .3125rem;
}
@media only screen and (min-width: 992px) {
.live__top-talk .top-talk__header[data-v-5c9a9838] {
    margin-top: .9375rem;
}
}
.live__top-talk .top-talk__no-data[data-v-5c9a9838] {
  padding: .3125rem .9375rem;
}
@media only screen and (max-width: 991px) {
.live__top-conference[data-v-5c9a9838] {
    display: flex;
    margin-top: 1.25rem;
}
}
.live__loader[data-v-5c9a9838] {
  width: 50px;
  height: 50px;
  margin-top: .625rem;
}


.statistics-number[data-v-a609b17e] {
  font-size: var(--rem-size-14);
}
@media only screen and (max-width: 479px) {
.statistics-number[data-v-a609b17e] {
    padding: .75rem 1rem;
}
}
@media only screen and (min-width: 480px) {
.statistics-number[data-v-a609b17e] {
    padding: 1.5rem 2rem;
}
}
.statistics-number__title[data-v-a609b17e] {
  font-weight: var(--font-weight-bold);
}
.statistics-number__data[data-v-a609b17e] {
  font-size: var(--rem-size-40);
}
.statistics-number__status[data-v-a609b17e] {
  display: flex;
  height: 100%;
}
.statistics-number__status .status__loader[data-v-a609b17e] {
  width: 50px;
  height: 50px;
  margin: auto;
}
.statistics-number__status span[data-v-a609b17e] {
  margin: auto;
}
.statistics-number__evolution[data-v-a609b17e] {
  display: flex;
  align-items: center;
}
.statistics-number__evolution__icon[data-v-a609b17e] {
  margin-right: 5px;
}
.statistics-number__evolution__icon--decreased[data-v-a609b17e] {
  transform: rotate(90deg);
}


.tab[data-v-7249800b] {
  height: 100%;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  font-size: var(--rem-size-14);
}
.tab__content[data-v-7249800b] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.tab__content .content__container__data[data-v-7249800b] {
  border-top: 1px solid var(--grey-lighter);
}
.tab__content .content__container__row[data-v-7249800b] {
  display: flex;
  justify-content: space-between;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-size: var(--rem-size-14);
}
.tab__content .content__container__row.border[data-v-7249800b] {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  border-bottom: 1px solid var(--grey);
}
.tab__content .content__container__row.border[data-v-7249800b]:last-child {
  border-bottom: 1px solid var(--grey-lighter);
}
.tab__content .content__container__row.header[data-v-7249800b] {
  margin-bottom: .625rem;
  font-weight: var(--font-weight-bold);
}
.tab__content .content__container__row .row__title[data-v-7249800b] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tab__content .content__container__row .row__value[data-v-7249800b] {
  margin-left: 1.5rem;
}
@media only screen and (max-width: 1199px) {
.tab__content .idt-table-pagination li a[data-v-7249800b] {
    width: 25px;
}
}
@media only screen and (max-width: 991px) {
.tab__content .idt-table-pagination li a[data-v-7249800b] {
    width: 35px;
}
}


.bo-page__content[data-v-6210471b] {
  background-color: var(--grey-lighter);
}
@media only screen and (min-width: 1024px) {
.bo-page__content[data-v-6210471b] {
    padding-left: 2rem;
    padding-right: 2rem;
}
}
.bo-page__content .dashboard[data-v-6210471b] {
  color: var(--black);
}
.bo-page__content .dashboard__statistics[data-v-6210471b] {
  color: var(--black);
}
@media only screen and (max-width: 991px) {
.bo-page__content .dashboard__statistics[data-v-6210471b] {
    padding-right: 1.875rem;
}
}
@media only screen and (min-width: 992px) {
.bo-page__content .dashboard__statistics .row[data-v-6210471b] {
    margin-bottom: 1rem;
}
}
@media only screen and (min-width: 992px) {
.bo-page__content .dashboard__statistics .column[data-v-6210471b] {
    padding-left: 0;
}
}
@media only screen and (max-width: 991px) {
.bo-page__content .dashboard__statistics .column[data-v-6210471b] {
    margin-bottom: 1rem;
    padding-right: 0;
}
}
.bo-page__content .dashboard__statistics .statistics[data-v-6210471b] {
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
.bo-page__content .dashboard__live[data-v-6210471b] {
    padding-left: .9375rem;
    padding-right: .9375rem;
}
}
@media only screen and (min-width: 992px) {
.bo-page__content .dashboard__live[data-v-6210471b] {
    margin-bottom: 1rem;
    padding: 0;
}
}
.bo-page__content .dashboard__live .live__header[data-v-6210471b] {
  margin-bottom: 1rem;
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
.bo-page__content .dashboard__live .live__header[data-v-6210471b] {
    display: none;
}
}
@media only screen and (max-width: 991px) {
.bo-page__content .dashboard__live .live__header[data-v-6210471b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
.bo-page__content .dashboard__live .live__header__label[data-v-6210471b] {
  display: flex;
  align-items: center;
}
.bo-page__content .dashboard__live .live__header__label__text[data-v-6210471b] {
  font-size: var(--rem-size-24);
}
.bo-page__content .dashboard .header[data-v-6210471b] {
  margin-bottom: 1rem;
}
.bo-page__content .dashboard .header__filter[data-v-6210471b] {
  display: inline-flex;
}
@media only screen and (min-width: 992px) {
.bo-page__content .dashboard .header__filter[data-v-6210471b] {
    margin-left: -0.9375rem;
    align-items: center;
}
}
@media only screen and (max-width: 991px) {
.bo-page__content .dashboard .header__filter[data-v-6210471b] {
    flex-direction: column;
    height: 100%;
}
}
.bo-page__content .dashboard .header__filter .filter__label[data-v-6210471b] {
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: .625rem;
  font-size: var(--rem-size-20);
  font-weight: var(--font-weight-bold);
}
.bo-page__content .dashboard .header__filter .filter__preset[data-v-6210471b] {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media only screen and (max-width: 991px) {
.bo-page__content .dashboard .header__filter .filter__preset[data-v-6210471b] {
    margin-top: .3125rem;
    margin-bottom: .625rem;
}
}
@media only screen and (min-width: 992px) {
.bo-page__content .dashboard .header__filter .filter__preset[data-v-6210471b] {
    height: 100%;
    margin-right: .625rem;
}
}
.bo-page__content .dashboard .header__filter .filter__date[data-v-6210471b] {
  min-width: -moz-max-content;
  min-width: max-content;
}
.bo-page__content .dashboard .header__filter .filter__date .idt-date-time-container[data-v-6210471b] {
  padding-bottom: 0;
}
.bo-page__content .dashboard .header__live[data-v-6210471b] {
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
.bo-page__content .dashboard .header__live[data-v-6210471b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
@media only screen and (max-width: 991px) {
.bo-page__content .dashboard .header__live[data-v-6210471b] {
    display: none;
}
}
.bo-page__content .dashboard .header__live .live__label[data-v-6210471b] {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
.bo-page__content .dashboard .header__live .live__label__text[data-v-6210471b] {
    font-size: var(--rem-size-12);
}
}
@media only screen and (min-width: 1024px) {
.bo-page__content .dashboard .header__live .live__label__text[data-v-6210471b] {
    font-size: var(--rem-size-14);
}
}
@media only screen and (min-width: 1200px) {
.bo-page__content .dashboard .header__live .live__label__text[data-v-6210471b] {
    font-size: var(--rem-size-18);
}
}
@media only screen and (min-width: 1442px) {
.bo-page__content .dashboard .header__live .live__label__text[data-v-6210471b] {
    font-size: var(--rem-size-24);
}
}
.bo-page__content .dashboard__live-icon[data-v-6210471b] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.bo-page__content .dashboard__live-icon.radar[data-v-6210471b] {
  margin-right: .3125rem;
  color: var(--white);
  background-color: var(--main-color);
}


@media only screen and (min-width: 992px) {
.bo-page__content .dashboard .header .idt-select-container {
    height: 100%;
}
.bo-page__content .dashboard .header .idt-select-container .v-select {
    height: 100%;
}
.bo-page__content .dashboard .header .idt-select-container .v-select .vs__dropdown-toggle {
    height: 100%;
}
}
.bo-page__content .dashboard .idt-select-container {
  padding-bottom: 0;
  font-size: var(--rem-size-14);
}
.bo-page__content .dashboard .idt-select-container .v-select {
  margin-bottom: 0;
}
.bo-page__content .dashboard .idt-select-container .v-select .vs__selected-options {
  flex-wrap: nowrap;
  max-width: calc(100% - 30px);
}
.bo-page__content .dashboard .idt-select-container .v-select .vs__selected-options .vs__selected {
  display: block;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.bo-page__content .dashboard .idt-select-container .v-select .vs__dropdown-toggle {
  padding: 0;
  background: var(--white);
  border: 1px solid var(--black);
}
.bo-page__content .dashboard .idt-select-container svg {
  fill: var(--black);
}
.bo-page__content .dashboard .idt-date-time-container .mx-input {
  border: 1px solid var(--black);
}
.bo-page__content .dashboard .idt-date-time-container i {
  color: var(--black);
}


.user-input-container[data-v-81683388] {
  padding: 20px 40px 20px;
}


.button[data-v-22eb94cc] {
  margin-top: 5px;
}
.availabilities[data-v-22eb94cc] {
  background-color: var(--grey-light);
  height: 1100px;
  width: 100%;
  padding: 20px 0 0 500px;
}
.availabilities__input[data-v-22eb94cc] {
  width: 150px;
  border: solid 1px var(--black);
}
.availabilities__params[data-v-22eb94cc] {
  display: flex;
  align-items: center;
}
.availabilities__params__input[data-v-22eb94cc] {
  flex-direction: column;
  width: 250px;
  margin-right: 10px;
}
.availabilities__params__value[data-v-22eb94cc] {
  flex-direction: column;
  width: 150px;
  border: solid 1px var(--black);
}
.availabilities__table[data-v-22eb94cc] {
  height: 400px;
  overflow: auto;
}


.user-input-container[data-v-30f0674e] {
  padding: 20px 40px 20px;
}
.time-picker-section[data-v-30f0674e] {
  display: flex;
  background: var(--grey-lightest);
}
.time-picker-section__container[data-v-30f0674e] {
  width: 300px;
  padding: 20px;
}


.event-admin-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .75rem;
  color: var(--white);
  background-color: var(--main-color);
  text-align: center;
}
@media only screen and (max-width: 1023px) {
.event-admin-section {
    padding: 3rem 1rem;
}
}
@media only screen and (min-width: 1024px) {
.event-admin-section {
    padding: 5rem 3rem;
}
}
.event-admin-section__content {
  flex: 1 1 auto;
}
.event-admin-section__title {
  margin: 0 0 1rem 0;
  font-family: var(--title-font-family);
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}
.event-admin-section__desc {
  margin-bottom: 1.5rem;
}
.event-admin-section .button {
  color: var(--main-color);
  background-color: var(--white);
  border: 2px solid var(--white);
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 640px) {
.event-admin-section .button {
    padding: .5rem 1rem;
    font-size: .9rem;
}
}
@media only screen and (min-width: 640px) {
.event-admin-section .button {
    width: 420px;
    padding: 1rem;
    font-size: 1.1rem;
}
}
.event-admin-section .button:hover {
  color: var(--white);
  background-color: rgba(0,0,0,0);
}


.event-baseline[data-v-e6d17760] {
  padding: 2.5rem 50px;
}
.event-baseline__container[data-v-e6d17760] {
  margin: auto;
}
.event-baseline__baseline[data-v-e6d17760] {
  margin-bottom: var(--rem-size-16);
  font-size: 1.4rem;
  text-transform: uppercase;
}
.event-baseline__over[data-v-e6d17760] {
  font-size: 1.25rem;
  text-align: center;
}
.event-baseline__over.after-btn[data-v-e6d17760] {
  margin-top: 1rem;
}
.event-baseline__over__text[data-v-e6d17760] {
  color: var(--main-color);
}
.event-baseline__button[data-v-e6d17760] {
  width: 100%;
  max-width: 430px;
  margin: auto;
}


.event-edit-section[data-v-1daec0a0] {
  display: flex;
  align-items: center;
  gap: var(--rem-size-16);
  position: absolute;
  padding: .5rem 1rem;
  background-color: var(--white);
}
@media only screen and (max-width: 639px) {
.event-edit-section[data-v-1daec0a0] {
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid var(--main-color-alpha70);
    text-align: right;
}
}
@media only screen and (min-width: 640px) {
.event-edit-section[data-v-1daec0a0] {
    top: 30px;
    right: 30px;
    border-radius: var(--global-radius);
}
}
.event-edit-section__link[data-v-1daec0a0] {
  display: inline-flex;
  align-items: center;
  gap: var(--rem-size-4);
  font-size: 1.2rem;
}


.event-contact[data-v-3a7e7c2c] {
  position: relative;
  padding: 0;
  background: rgba(0,0,0,0);
  overflow: hidden;
  z-index: 10;
}
.event-contact__background[data-v-3a7e7c2c] {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  -moz-filter: blur(28px);
  -o-filter: blur(28px);
  -ms-filter: blur(28px);
  filter: blur(28px);
}
.event-contact__container[data-v-3a7e7c2c] {
  padding: 5rem 3rem;
  background-color: var(--white-alpha80);
}
.event-contact__title[data-v-3a7e7c2c] {
  margin-bottom: 1rem;
  line-height: 1;
}
.event-contact__email[data-v-3a7e7c2c] {
  color: var(--grey-darkest);
  font-size: 1.35rem;
}
.event-contact__email[data-v-3a7e7c2c]:hover {
  color: var(--black);
}


@media only screen and (max-width: 639px) {
.event-description {
    padding: 2rem 1rem;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.event-description {
    padding: 4rem 1rem;
}
}
@media only screen and (min-width: 1024px) {
.event-description {
    padding: 5rem 3rem;
}
}
.event-description__title {
  margin-top: 0;
  font-size: 2.1875rem;
  font-weight: 300;
  text-transform: uppercase;
}
.event-description__text {
  margin: .625rem .625rem;
  text-align: justify;
}
.event-description__text blockquote {
  margin: .625rem 1.25rem;
  padding: 0 .625rem;
  border-left: 1px solid var(--grey);
}
.event-description__text blockquote p {
  margin: .3125px auto;
  color: var(--grey-darker);
  font-weight: var(--font-weight-light);
}
@media only screen and (max-width: 1023px) {
.event-description__text {
    margin-bottom: 2rem;
}
}


.event-hero[data-v-e7f9d2a0] {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.event-hero img[data-v-e7f9d2a0] {
  width: 100%;
  max-width: none;
}


.event-map[data-v-883230b8] {
  z-index: 1;
}
.event-map__background[data-v-883230b8] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.event-map__background img[data-v-883230b8] {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100% !important;
  min-height: 100% !important;
  transform: translate(-50%, -50%);
}
.event-map__info[data-v-883230b8] {
  max-width: 600px;
  color: var(--white);
  background-color: var(--black-alpha60);
}
@media only screen and (max-width: 639px) {
.event-map__info[data-v-883230b8] {
    padding: 2.5rem;
}
}
@media only screen and (min-width: 640px) {
.event-map__info[data-v-883230b8] {
    padding: 4rem 5rem;
}
}
.event-map__info__container[data-v-883230b8] {
  display: flex;
  justify-content: flex-end;
}
.event-map__info__name[data-v-883230b8] {
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 639px) {
.event-map__info__name[data-v-883230b8] {
    font-size: 1.2rem;
}
}
@media only screen and (min-width: 640px) {
.event-map__info__name[data-v-883230b8] {
    font-size: 2rem;
}
}
.event-map__info__name i[data-v-883230b8] {
  vertical-align: middle;
}
.event-map__info__dates[data-v-883230b8] {
  padding: 1rem 0;
  font-weight: 700;
}
@media only screen and (max-width: 639px) {
.event-map__info__dates[data-v-883230b8] {
    font-size: 1rem;
}
}
@media only screen and (min-width: 640px) {
.event-map__info__dates[data-v-883230b8] {
    font-size: 1.8rem;
}
}
.event-map__info__address[data-v-883230b8] {
  font-size: 1.1rem;
  line-height: 1.2;
}
.event-map__info__address i[data-v-883230b8] {
  font-size: 2.5rem;
}


.event-mentor {
  text-align: center;
  margin-bottom: 2.5rem;
  cursor: pointer;
}
.event-mentor__avatar {
  width: 125px;
  height: 125px;
  margin: 0 auto 8px;
  border: 10px solid var(--grey-lighter);
  border-radius: 100%;
}
.event-mentor__avatar .idt-user-avatar {
  background-color: var(--grey-lighter);
}
.event-mentor__avatar .idt-user-avatar span {
  color: var(--grey);
}
.event-mentor__avatar>img {
  border-radius: 100%;
}
.event-mentor__name {
  margin-bottom: 10px;
  color: var(--grey-darkest);
  line-height: 1.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.event-mentor__job {
  color: var(--grey-darker);
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 500;
}
.event-mentor__company {
  color: var(--grey-darker);
  font-size: .875rem;
  line-height: 1rem;
  font-weight: 300;
}
.event-mentor__see-more {
  margin: .625rem 0 4.375rem 0;
}
.event-mentor__see-more .btn {
  display: inline-block;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  border: 1px solid var(--main-color);
  padding: 10px 18px;
  border-radius: 3px;
}
.event-mentor__jury-title {
  margin-top: 4rem;
}
.event-mentor__jurys {
  pointer-events: none;
}


.event-partner {
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (max-width: 479px) {
.event-partner {
    flex: 0 0 100%;
}
}
@media only screen and (min-width: 480px)and (max-width: 639px) {
.event-partner {
    flex: 0 0 50%;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.event-partner {
    flex: 0 0 33.33333%;
}
}
@media only screen and (min-width: 1024px)and (max-width: 1199px) {
.event-partner {
    flex: 0 0 25%;
}
}
@media only screen and (min-width: 1200px) {
.event-partner {
    flex: 0 0 20%;
}
}


.event-partners__separator[data-v-3d393b90] {
  margin: .5rem 0 3.5rem;
  border-color: var(--main-color);
}


.idt-event-prize[data-v-2afb1b31] {
  --border-style: 3px solid var(--border-color);
  display: flex;
  flex-direction: column;
  width: 375px;
  border: 1px solid var(--grey);
  border-bottom: var(--border-style);
  border-radius: var(--global-radius);
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
.idt-event-prize[data-v-2afb1b31] {
    width: 300px;
}
}
@media only screen and (min-width: 1200px) {
.idt-event-prize.inline[data-v-2afb1b31] {
    flex-direction: row;
    width: 100%;
    border-bottom: none;
    border-left: var(--border-style);
}
.idt-event-prize.inline .idt-event-prize__image[data-v-2afb1b31] {
    flex: 1 1 20%;
    height: 100%;
    max-width: 205px;
    min-width: 50px;
}
.idt-event-prize.inline .idt-event-prize__content[data-v-2afb1b31] {
    flex: 1 1 60%;
    min-height: 0;
    padding: 1rem 2rem;
    text-align: left;
}
.idt-event-prize.inline .idt-event-prize__content__title[data-v-2afb1b31] {
    font-size: var(--rem-size-18);
}
.idt-event-prize.inline .idt-event-prize__content__ref[data-v-2afb1b31] {
    font-size: var(--rem-size-24);
}
.idt-event-prize.inline .idt-event-prize__content__description[data-v-2afb1b31] {
    margin-bottom: 0;
    font-size: var(--rem-size-14);
}
.idt-event-prize.inline .idt-event-prize__content__sponsor[data-v-2afb1b31] {
    display: none;
}
.idt-event-prize.inline .idt-event-prize__sponsor-inline[data-v-2afb1b31] {
    display: flex;
    flex: 1 1 20%;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-width: 100px;
    padding: 1rem;
    background: var(--white);
    border-left: 1px solid var(--grey-light);
    text-align: center;
}
.idt-event-prize.inline .idt-event-prize__sponsor-inline__logo[data-v-2afb1b31] {
    width: 100%;
    max-width: 130px;
    height: auto;
}
}
.idt-event-prize__image[data-v-2afb1b31] {
  height: 195px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 479px) {
.idt-event-prize__image[data-v-2afb1b31] {
    height: 150px;
}
}
.idt-event-prize__image--placeholder[data-v-2afb1b31] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grey);
}
.idt-event-prize__content[data-v-2afb1b31] {
  flex-grow: 1;
  min-height: 195px;
  padding: 2rem 2.5rem;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 479px) {
.idt-event-prize__content[data-v-2afb1b31] {
    min-height: 0;
}
}
@media only screen and (max-width: 639px) {
.idt-event-prize__content[data-v-2afb1b31] {
    padding: 1rem 1.5rem;
}
}
.idt-event-prize__content__title[data-v-2afb1b31] {
  color: var(--black);
  font-weight: var(--font-weight-bold);
}
.idt-event-prize__content__ref[data-v-2afb1b31] {
  font-weight: var(--font-weight-bold);
}
.idt-event-prize__content__description[data-v-2afb1b31] {
  color: var(--black);
  font-size: var(--rem-size-14);
}
@media only screen and (min-width: 1024px) {
.idt-event-prize__content__description[data-v-2afb1b31] {
    font-size: var(--rem-size-16);
}
}
@media only screen and (max-width: 479px) {
.idt-event-prize__content__description[data-v-2afb1b31] {
    font-size: var(--rem-size-12);
}
}
.idt-event-prize__content__sponsor__hint[data-v-2afb1b31] {
  margin-bottom: .5rem;
  font-size: var(--rem-size-12);
  color: var(--black);
}
.idt-event-prize__content__sponsor__link.no-link[data-v-2afb1b31] {
  cursor: default;
}
.idt-event-prize__content__sponsor__logo[data-v-2afb1b31] {
  max-width: 100px;
  height: auto;
}
.idt-event-prize__sponsor-inline[data-v-2afb1b31] {
  display: none;
}


.event-prizes[data-v-190f1890] {
  position: relative;
  overflow: hidden;
}
.event-prizes__list[data-v-190f1890] {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
.event-prizes__list[data-v-190f1890] {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
}
.event-prizes__list .idt-event-prize[data-v-190f1890] {
    flex-shrink: 0;
}
}
@media only screen and (max-width: 479px) {
.event-prizes__list[data-v-190f1890]:after {
    content: "";
    min-width: .4rem;
}
}
.event-prizes__list .idt-event-prize[data-v-190f1890] {
  margin: .4rem;
  max-width: 1170px;
}


.event-projects[data-v-59c98bb0] {
  padding: 0;
}
@media only screen and (max-width: 1023px) {
.event-projects__container[data-v-59c98bb0] {
    padding: 3rem 1rem;
}
}
@media only screen and (min-width: 1024px) {
.event-projects__container[data-v-59c98bb0] {
    padding: 5rem 3rem;
}
}
.event-projects__list[data-v-59c98bb0] {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
.event-projects__list[data-v-59c98bb0] {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
}
.event-projects__list .event-projects__list__item[data-v-59c98bb0] {
    flex-shrink: 0;
}
}
.event-projects__list.first-prize[data-v-59c98bb0] {
  overflow: hidden !important;
}
@media only screen and (max-width: 479px) {
.event-projects__list[data-v-59c98bb0]:after {
    content: "";
    min-width: .4rem;
}
}
.event-projects__list__item[data-v-59c98bb0] {
  display: flex;
  width: 375px;
  margin: .4rem;
}
@media only screen and (max-width: 479px) {
.event-projects__list__item[data-v-59c98bb0] {
    width: 300px;
}
}
.event-projects__list__item .idt-project-card[data-v-59c98bb0] {
  max-width: 375px;
}
@media only screen and (max-width: 479px) {
.event-projects__list__item .idt-project-card[data-v-59c98bb0] {
    max-width: 300px;
}
}
.event-projects__list__first-prize[data-v-59c98bb0] {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--grey);
}
.event-projects__list__first-prize .idt-project-card[data-v-59c98bb0] {
  max-width: 100%;
}


.event-resource[data-v-5f0e156a] {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin: auto;
  background-color: var(--white);
  border: 1px solid var(--grey);
  transition: box-shadow var(--default-duration) ease-in-out;
}
@media only screen and (max-width: 639px) {
.event-resource[data-v-5f0e156a] {
    flex-flow: column wrap;
    padding-bottom: 1rem;
}
}
@media only screen and (min-width: 640px) {
.event-resource[data-v-5f0e156a] {
    flex-flow: row wrap;
}
}
.event-resource[data-v-5f0e156a]:hover {
  box-shadow: 0 2px var(--rem-size-8) 0 var(--black-alpha10);
}
.event-resource__img[data-v-5f0e156a] {
  flex: 0 1 auto;
  align-self: stretch;
  min-height: 146px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 640px) {
.event-resource__img[data-v-5f0e156a] {
    width: 23.5%;
}
}
.event-resource__info[data-v-5f0e156a] {
  flex: 1 1 0;
}
@media only screen and (max-width: 1023px) {
.event-resource__info[data-v-5f0e156a] {
    padding: 1rem 1.5rem;
}
}
@media only screen and (min-width: 1024px) {
.event-resource__info[data-v-5f0e156a] {
    padding: 1rem 2.5rem;
}
}
.event-resource__title[data-v-5f0e156a] {
  color: var(--grey-darkest);
  font-size: 1.8rem;
  font-weight: 300;
}
.event-resource__desc[data-v-5f0e156a] {
  color: var(--grey-dark);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
}
.event-resource__link[data-v-5f0e156a] {
  flex: 0 1 auto;
}
@media only screen and (max-width: 1023px) {
.event-resource__link[data-v-5f0e156a] {
    padding: 1rem;
}
}
@media only screen and (min-width: 1024px) {
.event-resource__link[data-v-5f0e156a] {
    padding: 1rem 1.5rem;
}
}
.event-resource__link .btn[data-v-5f0e156a] {
  padding: .75rem 1rem;
  color: var(--main-color-dark);
  background-color: var(--main-color-alpha20);
  font-weight: 500;
  text-transform: uppercase;
}
.event-resource__link .btn[data-v-5f0e156a]:hover {
  background-color: var(--main-color-dark-alpha20);
}


.event-resources[data-v-234c81b6] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}


.event-sponsors[data-v-30d531d0] {
  padding: 0;
}
.event-sponsors__subtitle[data-v-30d531d0] {
  margin-bottom: 30px;
}
.event-sponsors__container[data-v-30d531d0] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
.event-sponsors__container[data-v-30d531d0] {
    padding: 3rem 1rem;
}
}
@media only screen and (min-width: 1024px) {
.event-sponsors__container[data-v-30d531d0] {
    padding: 5rem 3rem;
}
}
.event-sponsors__container--top-level[data-v-30d531d0] {
  background: var(--grey-lighter);
}
.event-sponsors__container--level[data-v-30d531d0] {
  padding: 25px 1rem;
}
.event-sponsors__section-ultimate[data-v-30d531d0] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  max-width: 1272px;
}
.event-sponsors__carousel-item[data-v-30d531d0]  .idt-simple-card {
  width: 100% !important;
  margin: 0;
}
.event-sponsors .idt-page-section__title[data-v-30d531d0] {
  margin-bottom: 10px;
}
.event-sponsors[data-v-30d531d0]  .idt-carousel {
  margin-top: 0;
}
.event-sponsors[data-v-30d531d0]  .idt-carousel .slick-slide {
  padding: 0 10px 10px 10px;
}


.event-talk__avatar {
  height: 200px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
}
.event-talk__speaker {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 5px;
  background-color: var(--main-color);
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
}
.event-talk__speaker__name {
  width: 100%;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.event-talk__speaker__info {
  width: 100%;
  color: var(--white);
  font-size: .875rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.event-talk__title {
  margin-top: 7px;
  color: var(--grey-darker);
  font-size: 1.125rem;
  font-weight: var(--font-weight-medium);
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: .5px;
}


.event-talks .slick-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}
.event-talks .slick-slider.slick-dotted {
  margin-bottom: 37px;
}
.event-talks .slick-slider .slick-prev {
  margin-right: 25px;
}
.event-talks .slick-slider .slick-next {
  margin-left: 25px;
}
.event-talks .slick-slider .slick-disabled {
  opacity: .3;
}
.event-talks .slick-slider .slick-list {
  max-width: 350px;
  width: 100%;
}
@media only screen and (min-width: 640px) {
.event-talks .slick-slider .slick-list {
    max-width: 715px;
}
}
@media only screen and (min-width: 1200px) {
.event-talks .slick-slider .slick-list {
    max-width: 1000px;
}
}
@media only screen and (min-width: 1442px) {
.event-talks .slick-slider .slick-list {
    max-width: 1200px;
}
}
.event-talks .slick-slider .slick-list .slick-slide {
  padding: 0 5px;
}
@media only screen and (min-width: 640px) {
.event-talks .slick-slider .slick-list .slick-slide {
    padding: 0 10px;
}
}
.event-talks .slick-slider .slick-dots {
  display: block;
  position: absolute;
  bottom: -30px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.event-talks .slick-slider .slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.event-talks .slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.event-talks .slick-slider .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.event-talks .slick-slider .slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: var(--main-color);
  font-family: "slick";
  font-size: 1.5625rem;
  text-align: center;
  line-height: 20px;
  opacity: .5;
}
.event-talks .slick-slider .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border: solid 1px var(--main-color);
  border-radius: 50%;
}
.event-talks .slick-slider .arrow .ideacons {
  color: var(--main-color);
  font-size: 1.25rem;
}
.event-talks__see-more {
  margin-top: 40px;
  text-align: center;
}


.event-topic-card[data-v-3e06cb5e] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--white);
  border: solid 3px var(--grey-light);
  border-radius: var(--global-radius);
  text-align: center;
}
.event-topic-card__title[data-v-3e06cb5e] {
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--grey-darkest);
  font-weight: var(--font-weight-medium);
  font-size: 1.25rem;
}
.event-topic-card__description[data-v-3e06cb5e] {
  display: block;
  position: relative;
  min-height: 125px;
  margin-right: 15px;
  margin-left: 15px;
  color: var(--grey-darker);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.44;
  letter-spacing: normal;
}
.event-topic-card__description p[data-v-3e06cb5e] {
  word-break: break-word;
  margin-bottom: 0;
}
.event-topic-card__image[data-v-3e06cb5e] {
  width: 200px;
  height: 100px;
  margin: -40px auto 0 auto;
  border-radius: var(--global-radius);
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
  background-color: var(--white);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.event-topic-card__insight[data-v-3e06cb5e] {
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: var(--font-weight-medium);
  color: var(--main-color);
}
.event-topic-card__insight svg[data-v-3e06cb5e] {
  margin-top: 3px;
}
@media only screen and (max-width: 639px) {
.event-challenge[data-v-3e06cb5e] {
    flex-flow: column wrap;
}
}
@media only screen and (min-width: 640px) {
.event-challenge[data-v-3e06cb5e] {
    align-items: center;
}
}
@media only screen and (max-width: 639px) {
.event-challenge[data-v-3e06cb5e]:not(:last-child) {
    margin-bottom: 2rem;
}
}
@media only screen and (min-width: 640px) {
.event-challenge[data-v-3e06cb5e]:not(:last-child) {
    margin-bottom: 130px;
}
}
.event-challenge__badge[data-v-3e06cb5e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  color: var(--main-color-darker);
  background-color: var(--main-color-lighter);
  border-radius: 100%;
  font-size: 3.5rem;
  font-weight: var(--font-weight-light);
}
@media only screen and (max-width: 639px) {
.event-challenge__badge[data-v-3e06cb5e] {
    position: relative;
}
.event-challenge__badge[data-v-3e06cb5e]:after {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--main-color-alpha30);
}
}
@media only screen and (max-width: 639px) {
.event-challenge__badge__container[data-v-3e06cb5e] {
    padding-bottom: 1.5rem;
}
}
@media only screen and (min-width: 640px) {
.event-challenge__badge__container[data-v-3e06cb5e] {
    padding-right: 3rem;
    border-right: 1px solid var(--main-color-alpha30);
}
}
@media only screen and (max-width: 639px) {
.event-challenge__content[data-v-3e06cb5e] {
    padding-top: 1.5rem;
}
}
@media only screen and (min-width: 640px) {
.event-challenge__content[data-v-3e06cb5e] {
    padding-left: 3rem;
}
}
.event-challenge__title[data-v-3e06cb5e] {
  margin-bottom: 1.5rem;
  color: var(--grey-darkest);
  font-size: 1.4rem;
  font-weight: 300;
}
.event-challenge__desc[data-v-3e06cb5e] {
  color: var(--grey-dark);
  font-size: 1.1rem;
  font-weight: 500;
  white-space: pre-wrap;
}


@media only screen and (max-width: 639px) {
.event-topics__list[data-v-233d7d70] {
    row-gap: var(--rem-size-24);
}
}
@media only screen and (min-width: 640px) {
.event-topics__list[data-v-233d7d70] {
    row-gap: var(--rem-size-48);
}
}
.event-topics__join[data-v-233d7d70] {
  margin-top: 20px;
  text-align: center;
}


.event-standard-section {
  position: relative;
}
@media only screen and (max-width: 1023px) {
.event-standard-section {
    padding: 3rem 1rem;
}
}
@media only screen and (min-width: 1024px) {
.event-standard-section {
    padding: 5rem 3rem;
}
}
.event-standard-section:nth-child(odd) {
  background: var(--grey-lightest);
}
.event-standard-section:nth-child(even) {
  background: var(--white);
}
.event-standard-section__title {
  font-family: var(--title-font-family);
  font-size: 2rem;
  font-weight: var(--font-weight-light);
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.event-standard-section__title {
    margin: 0 0 3rem 0;
}
}
@media only screen and (min-width: 1024px) {
.event-standard-section__title {
    margin: 0 0 4rem 0;
}
}
.event-standard-section__title.has-intro {
  margin-bottom: 1rem;
}
.event-standard-section__intro {
  margin-bottom: 3.75rem;
  color: var(--grey-dark);
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}


.mx-datepicker[data-v-11341e72] {
  width: 100%;
}
.mx-datepicker[data-v-11341e72]  .mx-input {
  height: auto;
  padding: .6566rem 1rem;
  margin: 0;
  color: var(--black);
}
.bo-date-location__separator[data-v-11341e72] {
  color: var(--grey);
  font-size: 1.5625rem;
  font-weight: 300;
  text-align: center;
  line-height: 48px;
}
@media only screen and (min-width: 1024px) {
.bo-date-location__separator[data-v-11341e72] {
    padding-top: 1.875rem;
}
}
.bo-date-location__select[data-v-11341e72] {
  height: 48px;
}


.idt-description .froala-container--sticky .fr-toolbar.fr-sticky-on {
  top: 140px !important;
}


.font-selector[data-v-b67dc14a] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 48px;
  padding: var(--rem-size-8) var(--rem-size-32) var(--rem-size-8) var(--rem-size-16);
  border: 1px solid var(--grey-dark);
  border-radius: var(--global-radius);
}
.font-selector[data-v-b67dc14a]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: var(--rem-size-16);
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0,0,0,0);
  border-right: 5px solid rgba(0,0,0,0);
  border-top: 5px solid var(--grey-darkest);
  transform: translate(-50%, -50%);
}
.font-selector[data-v-b67dc14a]:not(.disabled) {
  cursor: pointer;
}
.font-selector.disabled[data-v-b67dc14a] {
  cursor: not-allowed;
  pointer-events: none;
}
.font-selector-opt-container[data-v-b67dc14a] {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  max-height: 200px;
  background-color: var(--white);
  border: 1px solid var(--grey-dark);
  border-radius: 0 0 var(--global-radius) var(--global-radius);
  box-shadow: 0 0 2px var(--black-alpha30),0 4px 8px var(--black-alpha30);
  overflow-x: hiddend;
  overflow-y: auto;
  z-index: 10;
}
.font-selector-opt[data-v-b67dc14a] {
  padding: var(--rem-size-8);
  background-color: var(--white);
  border-bottom: 1px solid var(--grey-dark);
  transition: background-color .3s ease-in-out;
}
.font-selector-opt[data-v-b67dc14a]:hover {
  color: var(--main-color-dark);
  background-color: var(--main-color-lighter);
}
.font-selector-opt.selected[data-v-b67dc14a] {
  color: var(--white);
  background-color: var(--main-color);
}


.sample-abril {
  font-family: "Abril" !important;
}
.sample-alata {
  font-family: "Alata" !important;
}
.sample-bebas {
  font-family: "Bebas" !important;
}
.sample-ibmplexmono {
  font-family: "IBM Plex Mono" !important;
}
.sample-ibmplexsans {
  font-family: "IBM Plex Sans" !important;
}
.sample-kreon {
  font-family: "Kreaon" !important;
}
.sample-lato {
  font-family: "Lato" !important;
}
.sample-montserrat {
  font-family: !important;
}
.sample-Montserrat {
  font-family: !important;
}
.sample-opensans {
  font-family: "Open Sans" !important;
}
.sample-optimisticdisplay {
  font-family: "Optimistic Display" !important;
}
.sample-optimistictext {
  font-family: "Optimistic Text" !important;
}
.sample-payfair {
  font-family: !important;
}
.sample-Payfair {
  font-family: !important;
}
.sample-poppins {
  font-family: "Poppins" !important;
}
.sample-redhatdisplay {
  font-family: "Red Hat Display" !important;
}
.sample-redhattext {
  font-family: "Red Hat Text" !important;
}
.sample-roboto {
  font-family: "Roboto" !important;
}
.sample-robotoslab {
  font-family: "Roboto Slab" !important;
}


.color-selector[data-v-3f727308] {
  width: 100%;
  border: 1px solid var(--grey-dark);
  box-shadow: none;
}
.color-selector[data-v-3f727308]  .vc-chrome-fields .vc-input__input {
  font-size: var(--rem-size-14);
}
.theme-fonts[data-v-3f727308] {
  margin-top: 60px;
}
.sample-palette[data-v-3f727308] {
  --sample-color: hsl(var(--sample-color-hue), var(--sample-color-saturation), var(--sample-color-lightness));
  --sample-color-lightest: hsl(var(--sample-color-hue), var(--sample-color-saturation), 95%);
  --sample-color-lighter: hsl(var(--sample-color-hue), var(--sample-color-saturation), 90%);
  --sample-color-light: hsl(var(--sample-color-hue), var(--sample-color-saturation), 65%);
  --sample-color-dark: hsl(var(--sample-color-hue), var(--sample-color-saturation), 40%);
  --sample-color-darker: hsl(var(--sample-color-hue), var(--sample-color-saturation), 27%);
  --sample-color-darkest: hsl(var(--sample-color-hue), var(--sample-color-saturation), 20%);
  display: flex;
  flex-flow: row wrap;
}
.sample-palette-block[data-v-3f727308] {
  flex: 0 0 33%;
}
.sample-palette-block--spacer[data-v-3f727308] {
  flex: 0 0 66%;
}
.sample-palette-color[data-v-3f727308] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: var(--rem-size-8);
  padding: var(--rem-size-8);
  border-radius: var(--global-radius);
}
.sample-palette-color--primary[data-v-3f727308] {
  color: var(--white);
  background-color: var(--sample-color);
}
.sample-palette-color--primary-light[data-v-3f727308] {
  color: var(--white);
  background-color: var(--sample-color-light);
}
.sample-palette-color--primary-lighter[data-v-3f727308] {
  background-color: var(--sample-color-lighter);
}
.sample-palette-color--primary-lightest[data-v-3f727308] {
  background-color: var(--sample-color-lightest);
}
.sample-palette-color--primary-dark[data-v-3f727308] {
  color: var(--white);
  background-color: var(--sample-color-dark);
}
.sample-palette-color--primary-darker[data-v-3f727308] {
  color: var(--white);
  background-color: var(--sample-color-darker);
}
.sample-palette-color--primary-darkest[data-v-3f727308] {
  color: var(--white);
  background-color: var(--sample-color-darkest);
}
.sample-fonts__title[data-v-3f727308] {
  font-family: var(--sample-title-font);
  font-size: var(--rem-size-28);
}
.sample-fonts__text[data-v-3f727308] {
  font-family: var(--sample-text-font);
}


.bo-topic[data-v-6537ba58] {
  padding: .25rem;
}
@media only screen and (max-width: 479px) {
.bo-topic[data-v-6537ba58] {
    width: 50%;
}
}
@media only screen and (min-width: 480px)and (max-width: 639px) {
.bo-topic[data-v-6537ba58] {
    width: 33.3333333333%;
}
}
@media only screen and (min-width: 640px) {
.bo-topic[data-v-6537ba58] {
    width: 25%;
}
}
.bo-topic__status[data-v-6537ba58] {
  margin-bottom: 5px;
  font-weight: 500;
  text-align: right;
}
.bo-topic__list[data-v-6537ba58] {
  display: flex;
  flex-flow: row wrap;
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.bo-topic__label[data-v-6537ba58] {
  display: flex !important;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 !important;
  color: var(--white);
  background-color: var(--black-alpha70);
  border-radius: var(--global-radius);
  font-size: .9rem;
  text-align: center;
  overflow: hidden;
  transition: all .3s ease;
  cursor: pointer;
}
.bo-topic__label[data-v-6537ba58]:hover {
  background-color: var(--black-alpha80);
}
.bo-topic__label__name[data-v-6537ba58] {
  flex: 1 0 auto;
  font-weight: 700;
}
.bo-topic__label__check[data-v-6537ba58] {
  position: absolute;
  top: .35rem;
  right: .35rem;
  color: var(--main-color-dark);
  font-size: 1rem;
  line-height: 1;
  opacity: 0;
  transition: all .3s ease;
}
.bo-topic__label.checked[data-v-6537ba58] {
  color: var(--main-color-dark);
  background-color: var(--main-color-alpha20);
}
.bo-topic__label.checked .bo-topic__label__check[data-v-6537ba58] {
  opacity: 1;
}


.bo-jury-modal[data-v-0431091e] {
  padding: var(--rem-size-32) var(--rem-size-16) 0 var(--rem-size-16);
}
.bo-jury-modal h4[data-v-0431091e] {
  margin-bottom: var(--rem-size-24);
}
.bo-jury-modal__enabled[data-v-0431091e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bo-jury-modal__image-import[data-v-0431091e] {
  margin-bottom: var(--rem-size-24);
}
.bo-jury-modal__image-import__button[data-v-0431091e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  background-color: var(--color-white);
  border: 1px dashed var(--main-color);
  border-radius: 50%;
  cursor: pointer;
}
.bo-jury-modal__image-import__button.error[data-v-0431091e] {
  border-color: var(--secondary-color);
}
.bo-jury-modal__image-import__image[data-v-0431091e] {
  border-radius: 50%;
}
.bo-jury-modal__image-import__image[data-v-0431091e]:hover {
  opacity: .4;
  cursor: pointer;
}
.bo-jury-modal__image-import__error[data-v-0431091e] {
  color: var(--secondary-color);
  font-size: var(--rem-size-12);
  font-weight: 500;
}
.bo-jury-modal__buttons[data-v-0431091e] {
  display: flex;
  justify-content: flex-end;
  margin-top: var(--rem-size-16);
}
.bo-jury-modal__buttons button[data-v-0431091e] {
  width: 6rem;
  margin-left: var(--rem-size-16);
}


.idt-prize-layout[data-v-2fbbe21d] {
  --layout-color: var(--grey-light);
  display: flex;
  width: 91px;
  height: 58px;
  padding: 6px;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  border: 2px solid var(--layout-color);
  border-radius: var(--global-radius);
}
.idt-prize-layout.selected[data-v-2fbbe21d] {
  --layout-color: var(--main-color);
}
.idt-prize-layout__row[data-v-2fbbe21d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.idt-prize-layout__column[data-v-2fbbe21d] {
  height: 19px;
  width: 22px;
  background: var(--layout-color);
}
.idt-prize-layout__column[data-v-2fbbe21d]:only-child {
  height: 9px;
  width: 100%;
}


.bo-prizes-layouts[data-v-491d272f] {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.bo-prizes-layouts .idt-prize-layout[data-v-491d272f] {
  margin-right: 9px;
  cursor: pointer;
}


.modal-question__step[data-v-068babb7] {
  padding: var(--rem-size-16);
}
.modal-question__step[data-v-068babb7]:not(:last-child) {
  border-bottom: 2px solid var(--grey);
}
.modal-question__step__header[data-v-068babb7] {
  margin-bottom: var(--rem-size-16);
}
.modal-question__step__header__number[data-v-068babb7] {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: .5rem;
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 100%;
  font-size: .9rem;
  text-align: center;
  line-height: 24px;
  vertical-align: middle;
}
.modal-question__step__header__title[data-v-068babb7] {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.modal-question__step__counter[data-v-068babb7] {
  position: relative;
}
.modal-question__step__counter__textarea[data-v-068babb7] {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding: var(--rem-size-8) var(--rem-size-16) var(--rem-size-8) var(--rem-size-8);
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: var(--global-radius);
  transition: border .3s ease-in-out;
  resize: vertical;
}
.modal-question__step__counter__textarea[data-v-068babb7]:focus {
  border: 1px solid var(--main-color);
  outline: 0;
}
.modal-question__step__counter__number[data-v-068babb7] {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: var(--rem-size-4);
  border-radius: 0 var(--global-radius) 0 var(--global-radius);
  background-color: var(--main-color);
  font-size: 11px;
  color: var(--white);
}
.modal-question__step__button.button--submit[data-v-068babb7] {
  display: inline-block;
  width: 100%;
  max-width: 80px;
  padding: var(--rem-size-4) var(--rem-size-12);
  border-radius: var(--global-radius);
  border: none;
  background-color: var(--main-color);
  vertical-align: middle;
  color: var(--white);
  transition: all .4s ease;
}
.modal-question__step__button.button--submit[data-v-068babb7]:hover {
  background-color: var(--main-color-dark);
}
.modal-question__step__button.button--download .upload-file__btn[data-v-068babb7] {
  padding: var(--rem-size-4) var(--rem-size-8);
}
.modal-question__step__panels[data-v-068babb7] {
  flex-flow: row wrap;
  margin: 0;
}
.modal-question__step__panels .button[data-v-068babb7] {
  margin-right: var(--rem-size-4);
}
.modal-question__step__separator[data-v-068babb7] {
  position: relative;
  margin-top: var(--rem-size-16);
  margin-bottom: var(--rem-size-16);
  height: 1px;
  background-color: var(--grey);
  text-align: center;
}
.modal-question__step__separator[data-v-068babb7]:before,
.modal-question__step__separator[data-v-068babb7]:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7px;
  border-left: 14px solid rgba(0,0,0,0);
  border-right: 14px solid rgba(0,0,0,0);
}
.modal-question__step__separator[data-v-068babb7]:before {
  border-top: 14px solid var(--grey);
}
.modal-question__step__separator[data-v-068babb7]:after {
  top: -1px;
  border-top: 14px solid var(--grey-lighter);
}
.modal-question__step__preview[data-v-068babb7] {
  display: block;
}
.modal-question__actions[data-v-068babb7] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 2px solid var(--grey);
}
@media only screen and (max-width: 639px) {
.modal-question__actions[data-v-068babb7] {
    height: 70px;
}
}
@media only screen and (min-width: 640px) {
.modal-question__actions[data-v-068babb7] {
    height: 96px;
}
}
.modal-question__actions__button[data-v-068babb7] {
  margin: 0;
}
.modal-question__actions__button.button--pending[data-v-068babb7] {
  background-color: var(--grey-lightest);
  border-color: var(--grey-lightest);
}


.answer[data-v-65f936dd] {
  margin-bottom: 1.25rem;
}
.answer__header[data-v-65f936dd] {
  display: flex;
  padding-bottom: 1.2rem;
}
.answer__header__user[data-v-65f936dd] {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  cursor: pointer;
}
.answer__header__user__avatar[data-v-65f936dd] {
  display: inline-block;
  margin-right: var(--rem-size-8);
  vertical-align: middle;
}
.answer__header__user__information[data-v-65f936dd] {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
}
@media only screen and (max-width: 639px) {
.answer__header__user__information .idt-user-information__username[data-v-65f936dd] {
    display: block;
}
}
.answer__header__vote[data-v-65f936dd] {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
  text-align: right;
}
.answer__header__vote__button[data-v-65f936dd] {
  display: inline-block;
  font-size: 1.3rem;
  vertical-align: middle;
}
.answer__header__vote__button.button--togglable[data-v-65f936dd] {
  transition: all .4s ease;
  cursor: pointer;
}
.answer__header__vote__button.button--togglable.button--full[data-v-65f936dd],
.answer__header__vote__button.button--togglable[data-v-65f936dd]:hover {
  color: var(--main-color);
}
.answer__header__vote__button.button--disable[data-v-65f936dd] {
  opacity: .4;
}
.answer__header__vote__number[data-v-65f936dd] {
  display: inline-block;
  padding: 0 2px;
  font-size: .8rem;
  vertical-align: middle;
}
.answer__content[data-v-65f936dd] {
  padding: 1.25rem 1.5rem;
  background-color: var(--white);
  box-shadow: -1px -1px 2px -2px var(--grey);
}
.answer__content__text[data-v-65f936dd] {
  white-space: pre-wrap;
  word-break: break-word;
}
.answer__content__created[data-v-65f936dd] {
  margin-bottom: .5rem;
  font-size: .9rem;
  font-weight: 300;
}
.answer__content__created__icon[data-v-65f936dd] {
  cursor: pointer;
}
.answer__content__delete[data-v-65f936dd] {
  font-size: 1.1rem;
  vertical-align: middle;
  cursor: pointer;
}
.answer__content__delete[data-v-65f936dd]:hover {
  color: var(--danger-color);
}
.answer__content__preview[data-v-65f936dd] {
  display: block;
  margin-top: .5rem;
}


.modal-answers__question[data-v-738db906] {
  padding: 1.2rem 1.5rem;
  color: var(--white);
  background-color: var(--main-color-dark);
}
.modal-answers__question__header[data-v-738db906] {
  display: flex;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--white);
}
.modal-answers__question__header__user[data-v-738db906] {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  cursor: pointer;
}
.modal-answers__question__header__user__avatar[data-v-738db906] {
  display: inline-block;
  margin-right: .85rem;
  background-color: var(--white);
  border-radius: 100%;
  box-shadow: 2px 2px 5px -1px var(--black);
  vertical-align: middle;
}
.modal-answers__question__header__user__information[data-v-738db906] {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
}
@media only screen and (max-width: 639px) {
.modal-answers__question__header__user__information .idt-user-information__username[data-v-738db906] {
    display: block;
}
}
.modal-answers__question__header__votes[data-v-738db906] {
  display: inline-block;
  width: 25%;
  font-size: 1.05rem;
  vertical-align: middle;
  text-align: right;
}
.modal-answers__question__header__votes__number[data-v-738db906] {
  display: inline-block;
  vertical-align: middle;
}
.modal-answers__question__header__votes__label[data-v-738db906] {
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}
.modal-answers__question__header__votes__icon[data-v-738db906] {
  display: inline-block;
  font-size: 1.6rem;
  vertical-align: middle;
}
.modal-answers__question__content__text[data-v-738db906] {
  margin-bottom: var(--rem-size-8);
  white-space: pre-wrap;
  word-break: break-word;
}
.modal-answers__question__content__created[data-v-738db906] {
  color: var(--grey-light);
  font-size: .9rem;
  font-weight: 700;
}


.modal-answers__content[data-v-300472fa] {
  position: absolute;
  width: 100%;
  transition: all .3s ease;
  overflow-y: scroll;
}
@media only screen and (max-width: 639px) {
.modal-answers__content[data-v-300472fa] {
    height: calc(100% - 70px);
}
}
@media only screen and (min-width: 640px) {
.modal-answers__content[data-v-300472fa] {
    height: calc(100% - 96px);
}
}
.modal-answers__content.footer-open[data-v-300472fa] {
  height: calc(100% - 292px);
}
.modal-answers__content.footer-open.has-file[data-v-300472fa] {
  height: calc(100% - 398px);
}
.modal-answers__form[data-v-300472fa] {
  border-bottom: 6px solid var(--grey-light);
  background-color: var(--grey-lightest);
}
.modal-answers__form__counter[data-v-300472fa] {
  position: relative;
}
.modal-answers__form__counter__textarea[data-v-300472fa] {
  width: 100%;
  max-width: 100%;
  max-height: 250px;
  margin-bottom: 10px;
  padding: var(--rem-size-8) var(--rem-size-30) var(--rem-size-8) var(--rem-size-8);
  border-radius: var(--global-radius);
  border: 1px solid var(--grey-light);
  background-color: var(--white);
  transition: border .3s ease;
  resize: vertical;
}
.modal-answers__form__counter__textarea[data-v-300472fa]:focus {
  border: 1px solid var(--main-color);
  outline: 0;
}
.modal-answers__form__counter__number[data-v-300472fa] {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: var(--rem-size-3);
  border-radius: 0 var(--global-radius) 0 var(--global-radius);
  background-color: var(--main-color);
  font-size: 11px;
  color: var(--white);
}
.modal-answers__form__upload-preview__link[data-v-300472fa] {
  display: inline-block;
  position: relative;
}
.modal-answers__form__upload-preview__link__figure[data-v-300472fa],
.modal-answers__form__upload-preview__link__file[data-v-300472fa] {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: var(--global-radius);
}
.modal-answers__form__upload-preview__link__figure[data-v-300472fa] {
  background-repeat: no-repeat;
  background-position: center center;
}
.modal-answers__form__upload-preview__link__file[data-v-300472fa] {
  background-color: var(--grey-light);
  text-align: center;
}
.modal-answers__form__upload-preview__link__file__icon[data-v-300472fa] {
  position: relative;
  top: -18px;
  margin-top: 50%;
  font-size: 36px;
  color: var(--grey-lightest);
}
.modal-answers__form__upload-preview__link__button[data-v-300472fa] {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: var(--rem-size-4) var(--rem-size-8);
  border-radius: var(--global-radius);
  border: none;
  background-color: var(--danger-color);
  z-index: 5;
  transition: all .3s ease;
}
.modal-answers__form__upload-preview__link__button[data-v-300472fa]:hover {
  background-color: var(--main-color);
}
.modal-answers__form__upload-preview__link__button__icon[data-v-300472fa] {
  color: var(--white);
}
.modal-answers__form__upload-preview__link__overlay[data-v-300472fa] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: var(--global-radius);
  background-color: var(--black-alpha40);
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
  z-index: 4;
}
.modal-answers__form__upload-preview__link__overlay[data-v-300472fa]:hover {
  opacity: 1;
}
.modal-answers__form__upload-preview__link__overlay__icon[data-v-300472fa] {
  position: relative;
  top: -12px;
  margin-top: 50%;
  font-size: 24px;
  color: var(--white);
}
.modal-answers__form__button.button--submit[data-v-300472fa] {
  display: inline-block;
  width: 100%;
  max-width: 80px;
  border-radius: var(--global-radius);
  border: none;
  background-color: var(--main-color);
  vertical-align: middle;
  color: var(--white);
  transition: all .3s ease;
}
.modal-answers__list-answers[data-v-300472fa],
.modal-answers__no-content[data-v-300472fa] {
  padding: 1.25rem 1.5rem;
}
.modal-answers__footer[data-v-300472fa] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: var(--grey-lightest);
  border-top: 2px solid var(--grey);
}
.modal-answers__footer__content[data-v-300472fa] {
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.modal-answers__footer__content.opened[data-v-300472fa] {
  max-height: 500px;
}


.question {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
  background-color: var(--white);
  border: 1px solid var(--grey-light);
  cursor: pointer;
}
.question__part {
  flex: 0 0 auto;
}
.question .author {
  display: flex;
  align-items: center;
  order: 1;
  color: var(--white);
  background-color: var(--main-color);
}
@media only screen and (max-width: 639px) {
.question .author {
    width: 100%;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.question .author {
    width: 50%;
    height: 70px;
}
}
@media only screen and (max-width: 1023px) {
.question .author {
    flex-direction: row;
    padding: 1rem;
}
}
@media only screen and (min-width: 1024px) {
.question .author {
    flex-direction: column;
    justify-content: center;
    width: 274px;
    height: 170px;
    padding: 1.25rem 0;
    text-align: center;
}
}
@media only screen and (max-width: 1023px) {
.question .author .author__avatar {
    width: 40px !important;
    height: 40px !important;
    margin-right: 1rem;
}
}
@media only screen and (min-width: 1024px) {
.question .author .author__avatar {
    margin-bottom: .85rem;
}
}
.question .author .author__avatar .idt-user-avatar {
  filter: drop-shadow(2px 2px 3px var(--black-alpha50));
}
@media only screen and (max-width: 639px) {
.question .author .author__information {
    flex: 1 1 auto;
}
}
@media only screen and (max-width: 1023px) {
.question .content {
    order: 3;
    width: 100%;
    padding: 1rem 1.5rem;
}
}
@media only screen and (min-width: 1024px) {
.question .content {
    order: 2;
    width: calc(100% - 434px);
    padding: 0 2.2rem;
}
}
.question .content__actions {
  display: flex;
  margin-bottom: .5rem;
}
.question .content__actions__delete {
  position: relative;
  margin-left: 2rem;
  color: var(--main-color);
  vertical-align: middle;
}
@media only screen and (min-width: 640px) {
.question .content__actions__delete {
    font-size: 1.25rem;
}
}
.question .content__actions__delete:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1rem;
  height: 100%;
  border-left: 1px solid var(--grey);
  transform: translateY(-50%);
}
.question .content__created {
  color: var(--grey-darker);
  font-weight: 300;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
.question .content__created {
    font-size: 1.25rem;
}
}
.question .content__text {
  color: var(--grey-dark);
  font-weight: 500;
  line-height: 1.15;
  overflow: hidden;
}
@media only screen and (max-width: 639px) {
.question .content__text {
    height: 74px;
}
}
@media only screen and (min-width: 640px) {
.question .content__text {
    height: 64px;
    font-size: 1.15rem;
}
}
@media only screen and (max-width: 639px) {
.question .info {
    width: 100%;
    padding-bottom: 1rem;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.question .info {
    justify-content: flex-end;
    width: 50%;
    height: 70px;
    padding: 1rem 0;
}
}
@media only screen and (max-width: 1023px) {
.question .info {
    display: flex;
    align-items: center;
    order: 2;
    color: var(--white);
    background-color: var(--main-color);
}
}
@media only screen and (min-width: 1024px) {
.question .info {
    order: 3;
    width: 160px;
    color: var(--grey-darker);
    padding-right: 2.5rem;
}
}
.question .info__block {
  display: flex;
}
@media only screen and (max-width: 639px) {
.question .info__block {
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    text-align: center;
}
}
@media only screen and (min-width: 640px) {
.question .info__block {
    justify-content: flex-end;
    align-items: center;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.question .info__block {
    text-align: right;
}
}
@media only screen and (max-width: 1023px) {
.question .info__block {
    padding: 0 1rem;
}
}
@media only screen and (min-width: 1024px) {
.question .info__block {
    text-align: center;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.question .info__block:first-child {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
}
}
@media only screen and (max-width: 1023px) {
.question .info__block:first-child {
    border-right: 1px solid var(--white);
}
}
@media only screen and (min-width: 1024px) {
.question .info__block:first-child {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--grey);
}
}
@media only screen and (min-width: 640px) {
.question .info__block__text {
    flex: 1 0 auto;
}
}
.question .info__block__number {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
.question .info__block__number {
    display: inline-block;
}
}
.question .info__block__label {
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
.question .info__block__label {
    display: inline-block;
    font-size: .9rem;
    line-height: 1;
}
}
.question .info__block__icon {
  padding-left: 1rem;
  line-height: 1;
}


.questions__section[data-v-c7bb98c2] {
  padding-bottom: 2rem;
}
.questions__section__list__actions[data-v-c7bb98c2] {
  text-align: center;
}
.questions__section__list__actions .button[data-v-c7bb98c2] {
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
}
.idt-table-pagination.idt-question-pagination[data-v-c7bb98c2] {
  margin-bottom: 20px;
}


.bo-gamification .gamification_setting[data-v-e7be9d12] {
  padding-bottom: var(--rem-size-16);
}
.bo-gamification .gamification_setting .gamification_title[data-v-e7be9d12] {
  font-weight: var(--font-weight-medium);
}
.bo-gamification .gamification_setting .gamification_label[data-v-e7be9d12] {
  margin: auto;
  padding-left: var(--rem-size-12);
}
.bo-gamification .gamification_setting[data-v-e7be9d12]  .container-only {
  display: inherit;
}
.bo-gamification[data-v-e7be9d12]  .idt-input-counter {
  right: var(--rem-size-32);
}
.bo-gamification[data-v-e7be9d12]  .idt-required-field {
  left: unset;
}


.gamification-activation-token[data-v-3950216a] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  border: 1px solid var(--grey-light);
  border-radius: 50px;
  color: var(--black);
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
  padding: .25rem 1rem;
  background-color: var(--white);
}
.gamification-activation-token img[data-v-3950216a] {
  height: 24px;
  width: 24px;
}
.gamification-activation-token__label[data-v-3950216a] {
  margin-left: 1rem;
}


.gamification-points[data-v-056d34cd] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  border: 1px solid var(--grey-light);
  border-radius: 50px;
  color: var(--black);
  font-weight: var(--font-weight-bold);
  padding: .25rem 1rem;
  background-color: var(--white);
}
@media only screen and (max-width: 991px) {
.gamification-points[data-v-056d34cd] {
    font-size: var(--rem-size-14);
}
.gamification-points img[data-v-056d34cd] {
    height: 12px;
    width: 12px;
}
}
@media only screen and (min-width: 992px) {
.gamification-points[data-v-056d34cd] {
    font-size: var(--rem-size-18);
}
.gamification-points img[data-v-056d34cd] {
    height: 24px;
    width: 24px;
}
}
.gamification-points__value[data-v-056d34cd] {
  margin-left: 1rem;
}
.gamification-points.active[data-v-056d34cd] {
  color: var(--main-color);
}


.gamification-history-row[data-v-15a31d69] {
  display: flex;
  flex-direction: row;
  height: 70px;
  margin-bottom: 10px;
  background-color: var(--white);
  border-radius: 5px;
  overflow: hidden;
}
.gamification-history-row--reward[data-v-15a31d69] {
  background-color: var(--main-color-lighter);
}
.gamification-history-row--targetable[data-v-15a31d69]:hover {
  cursor: pointer;
}
.gamification-history-row__icon[data-v-15a31d69] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  background-color: var(--grey-lighter);
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
.gamification-history-row__icon[data-v-15a31d69] {
    width: 30px;
    height: 30px;
    margin: auto .5rem;
}
}
@media only screen and (min-width: 992px) {
.gamification-history-row__icon[data-v-15a31d69] {
    width: 40px;
    height: 40px;
    margin: auto 1rem;
}
}
.gamification-history-row__icon--reward[data-v-15a31d69] {
  color: var(--white);
  background-color: var(--main-color);
}
@media only screen and (min-width: 992px) {
.gamification-history-row__icon[data-v-15a31d69]  .ideacon {
    width: 1.25rem;
    height: 1.25rem;
}
}
@media only screen and (max-width: 991px) {
.gamification-history-row__icon[data-v-15a31d69]  .ideacon.idea-ht-bubbles {
    width: 1.5rem;
    height: 1.5rem;
}
}
@media only screen and (min-width: 992px) {
.gamification-history-row__icon[data-v-15a31d69]  .ideacon.idea-ht-bubbles {
    width: 1.8rem;
    height: 1.8rem;
}
}
.gamification-history-row__content[data-v-15a31d69] {
  width: 0;
  padding: .75rem 0;
}
@media only screen and (max-width: 991px) {
.gamification-history-row__content[data-v-15a31d69] {
    flex-grow: 8;
}
}
@media only screen and (min-width: 992px) {
.gamification-history-row__content[data-v-15a31d69] {
    flex-grow: 6;
}
}
.gamification-history-row__content .content__title[data-v-15a31d69] {
  width: 100%;
  color: var(--grey-darkest);
  font-weight: var(--font-weight-medium);
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
.gamification-history-row__content .content__title[data-v-15a31d69] {
    font-size: var(--rem-size-16);
}
}
@media only screen and (min-width: 992px) {
.gamification-history-row__content .content__title[data-v-15a31d69] {
    font-size: var(--rem-size-18);
}
}
.gamification-history-row__content .content__title--reward[data-v-15a31d69] {
  color: var(--main-color);
}
.gamification-history-row__content .content__description[data-v-15a31d69] {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
.gamification-history-row__content .content__description[data-v-15a31d69] {
    font-size: var(--rem-size-12);
}
}
@media only screen and (min-width: 992px) {
.gamification-history-row__content .content__description[data-v-15a31d69] {
    font-size: var(--rem-size-14);
}
}
.gamification-history-row__content .content__description--reward[data-v-15a31d69] {
  color: var(--black);
}
@media only screen and (max-width: 991px) {
.gamification-history-row__content .content__description__type[data-v-15a31d69] {
    display: none;
}
}
@media only screen and (max-width: 991px) {
.gamification-history-row__flag[data-v-15a31d69] {
    flex-grow: 1;
    margin: auto .5rem;
}
}
@media only screen and (min-width: 992px) {
.gamification-history-row__flag[data-v-15a31d69] {
    margin: auto 1rem;
}
}
.gamification-history-row__flag .flag__reward[data-v-15a31d69] {
  vertical-align: middle;
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 50px;
  font-size: var(--rem-size-18);
  text-align: center;
}
@media only screen and (max-width: 991px) {
.gamification-history-row__flag .flag__reward[data-v-15a31d69] {
    padding: .25rem .5rem;
}
}
@media only screen and (min-width: 992px) {
.gamification-history-row__flag .flag__reward[data-v-15a31d69] {
    padding: .25rem 1rem;
}
}
@media only screen and (max-width: 991px) {
.gamification-history-row__flag .gamification-points[data-v-15a31d69] {
    padding: .25rem .5rem;
}
}
@media only screen and (max-width: 991px) {
[data-v-15a31d69] .gamification-history-row__flag .gamification-points__value {
    margin-left: .5rem;
}
}


.gamification-history__no-data-container[data-v-04df2c1c] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gamification-history__no-data-container__label[data-v-04df2c1c] {
  color: var(--grey-dark);
  font-size: var(--rem-size-20);
}
.gamification-history__no-data-container__icon[data-v-04df2c1c] {
  color: var(--grey-dark);
}


.gamification-how-to[data-v-65ce3412] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 -15px;
  color: var(--black);
}
.gamification-how-to>.idt-fo-card[data-v-65ce3412] {
  margin: 0 15px;
  flex-grow: 1;
  flex-basis: 0;
  align-self: stretch;
}
@media only screen and (max-width: 991px) {
.gamification-how-to[data-v-65ce3412] {
    flex-direction: column;
    margin: -15px 0;
}
.gamification-how-to>.idt-fo-card[data-v-65ce3412] {
    margin: 6px 0;
    flex-basis: auto;
}
}


.gamification-leaderboard-row[data-v-919b1dee] {
  display: flex;
  flex-direction: row;
  height: 70px;
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.gamification-leaderboard-row__position[data-v-919b1dee] {
  color: var(--grey);
  font-size: var(--rem-size-16);
  font-weight: bold;
  margin: auto 1rem;
  text-align: center;
  width: 2rem;
}
@media only screen and (max-width: 991px) {
.gamification-leaderboard-row__position[data-v-919b1dee] {
    margin: auto 0;
}
}
.gamification-leaderboard-row__avatar[data-v-919b1dee] {
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
.gamification-leaderboard-row__avatar.idt-user-avatar[data-v-919b1dee] {
    width: 30px !important;
    height: 30px !important;
}
}
@media only screen and (max-width: 991px) {
.gamification-leaderboard-row__avatar[data-v-919b1dee]  .idt-user-avatar__initial {
    font-size: 20px !important;
    line-height: 30px !important;
}
}
.gamification-leaderboard-row__content[data-v-919b1dee] {
  display: flex;
  flex-direction: column;
  flex-grow: 6;
  width: 0;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
.gamification-leaderboard-row__content[data-v-919b1dee] {
    margin: auto 0;
    padding-left: .5rem;
}
}
@media only screen and (min-width: 992px) {
.gamification-leaderboard-row__content[data-v-919b1dee] {
    padding: .5rem 0 .5rem 1rem;
}
}
.gamification-leaderboard-row__content__title[data-v-919b1dee] {
  width: 100%;
  color: var(--black);
  font-weight: var(--font-weight-bold);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
.gamification-leaderboard-row__content__title[data-v-919b1dee] {
    font-size: var(--rem-size-16);
}
}
@media only screen and (min-width: 992px) {
.gamification-leaderboard-row__content__title[data-v-919b1dee] {
    font-size: var(--rem-size-18);
}
}
.gamification-leaderboard-row__content__description[data-v-919b1dee] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
.gamification-leaderboard-row__content__description[data-v-919b1dee] {
    font-size: var(--rem-size-12);
}
}
@media only screen and (min-width: 992px) {
.gamification-leaderboard-row__content__description[data-v-919b1dee] {
    font-size: var(--rem-size-14);
}
}
.gamification-leaderboard-row .gamification-points[data-v-919b1dee] {
  margin: auto 1rem;
}
@media only screen and (max-width: 991px) {
.gamification-leaderboard-row .gamification-points[data-v-919b1dee]  sup {
    display: none;
}
}
.gamification-leaderboard-row.active[data-v-919b1dee] {
  background: var(--main-color-gradient);
  color: var(--white);
}
.gamification-leaderboard-row.active .gamification-leaderboard-row__position[data-v-919b1dee],
.gamification-leaderboard-row.active .gamification-leaderboard-row__content__title[data-v-919b1dee] {
  color: var(--white);
}


.gamification-leaderboard[data-v-05694fbc] {
  color: var(--black);
}
.gamification-leaderboard__your-position[data-v-05694fbc] {
  color: var(--grey-dark);
  font-weight: var(--font-weight-bold);
  margin-top: 1rem;
}


.progress[data-v-5dd393b2] {
  position: relative;
  background-color: var(--grey-light);
  border-radius: 15px;
  height: .5rem;
  margin: 0;
}
.progress[data-v-5dd393b2]:focus {
  outline: none;
}
.progress .progress-meter[data-v-5dd393b2] {
  position: static;
  border-radius: 15px;
  background-color: var(--secondary-color);
}
.progress .progress-meter.animated[data-v-5dd393b2] {
  transition: width 3s ease-in-out;
}
.progress.primary .progress-meter[data-v-5dd393b2] {
  background-color: var(--main-color);
}


.gamification-widget-point-progress[data-v-2d9e4ffe] {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}
.gamification-widget-point-progress__level[data-v-2d9e4ffe] {
  display: flex;
  justify-content: space-between;
}
.gamification-widget-point-progress__level--center[data-v-2d9e4ffe] {
  margin: auto;
}
.gamification-widget-point-progress__level__points[data-v-2d9e4ffe] {
  color: var(--secondary-color);
  font-weight: var(--font-weight-bold);
  margin-left: 1rem;
}
.gamification-widget-point-progress__level__points sup[data-v-2d9e4ffe] {
  font-size: var(--rem-size-8);
}
.gamification-widget-point-progress.primary .gamification-widget-point-progress__level__points[data-v-2d9e4ffe] {
  color: var(--main-color);
}


.gamification-reward-row[data-v-d82d9e1c] {
  display: flex;
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
.gamification-reward-row[data-v-d82d9e1c] {
    flex-direction: column;
}
}
@media only screen and (min-width: 992px) {
.gamification-reward-row[data-v-d82d9e1c] {
    flex-direction: row;
    height: 90px;
}
}
.gamification-reward-row__image.no-image[data-v-d82d9e1c] {
  filter: grayscale(100%);
  border-right: 1px solid var(--grey-light);
}
.gamification-reward-row__image img[data-v-d82d9e1c] {
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
.gamification-reward-row__image img[data-v-d82d9e1c] {
    width: 100%;
}
}
@media only screen and (min-width: 992px) {
.gamification-reward-row__image img[data-v-d82d9e1c] {
    width: 160px;
}
}
.gamification-reward-row__content[data-v-d82d9e1c] {
  display: flex;
  flex-direction: column;
  flex-grow: 6;
}
@media only screen and (max-width: 991px) {
.gamification-reward-row__content[data-v-d82d9e1c] {
    padding: 1rem 1.5rem;
}
}
@media only screen and (min-width: 992px) {
.gamification-reward-row__content[data-v-d82d9e1c] {
    width: 0;
    padding: .5rem 0 .5rem 1rem;
}
}
.gamification-reward-row__content__title[data-v-d82d9e1c] {
  width: 100%;
  color: var(--black);
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gamification-reward-row__content__description[data-v-d82d9e1c] {
  width: 100%;
  font-size: var(--rem-size-14);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gamification-reward-row__progress[data-v-d82d9e1c] {
  flex-grow: 3;
}
@media only screen and (max-width: 991px) {
.gamification-reward-row__progress[data-v-d82d9e1c] {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--grey);
}
}
@media only screen and (min-width: 992px) {
.gamification-reward-row__progress[data-v-d82d9e1c] {
    width: 0;
    margin: auto;
    padding: 1rem;
}
}
.gamification-reward-row__progress .glyphicons[data-v-d82d9e1c] {
  vertical-align: middle;
}
.gamification-reward-row__progress .glyphicons.glyphicons-unlock[data-v-d82d9e1c] {
  color: var(--main-color);
}
.gamification-reward-row__progress__locked[data-v-d82d9e1c] {
  color: var(--black);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
  vertical-align: middle;
  padding: 6px 0;
}


.gamification-rewards[data-v-35a433c8] {
  width: 100%;
}


.gamification-section__title[data-v-3cbfa6a1] {
  width: 90%;
  margin-bottom: 1rem;
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: var(--black);
  overflow: hidden;
}
.gamification-section__title[data-v-3cbfa6a1]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: -100%;
  margin-left: .5rem;
  border-top: 2px solid var(--grey);
}
.gamification-section__content[data-v-3cbfa6a1] {
  width: 90%;
}


.gamification-dashboard[data-v-4d1fc0c1] {
  background-color: var(--grey-lighter);
}
.gamification-dashboard[data-v-4d1fc0c1]  button {
  cursor: pointer;
}
.gamification-dashboard[data-v-4d1fc0c1]  .error {
  color: var(--red);
  margin: auto;
  font-size: var(--rem-size-16);
  text-align: center;
}
.gamification-dashboard__content[data-v-4d1fc0c1] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gamification-dashboard__content>div[data-v-4d1fc0c1] {
  width: 100%;
  max-width: 1170px;
  margin: 1rem;
  flex-direction: column;
  margin-top: 2rem;
}
.gamification-dashboard__content[data-v-4d1fc0c1]  .gamification-loader {
  width: 50px;
  height: 50px;
}
.gamification-dashboard__content__info-card[data-v-4d1fc0c1] {
  display: flex;
  align-items: center;
}
.gamification-dashboard__content__info-card__content[data-v-4d1fc0c1] {
  width: 90%;
}


.gamification-notifications[data-v-d004412a] {
  position: absolute;
  right: 0;
  top: 50px;
  transition: display 3s ease-in-out;
}
.gamification-notifications.hide[data-v-d004412a] {
  display: none;
}
.gamification-notifications .notification[data-v-d004412a] {
  display: flex;
  margin-top: 1rem;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  font-size: var(--rem-size-16);
  transform: translateX(1000px);
  transition: 1s;
}
.gamification-notifications .notification.slideIn[data-v-d004412a] {
  transform: translateX(0px);
}
.gamification-notifications .notification__label[data-v-d004412a] {
  width: 200px;
  padding: 1rem .5rem;
  font-weight: var(--font-weight-bold);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.gamification-notifications .notification.reward .notification__label[data-v-d004412a] {
  margin-left: auto;
  background-color: var(--main-color);
  border-radius: 50px;
}
.gamification-notifications .notification.reward .notification__points[data-v-d004412a] {
  display: none;
}
.gamification-notifications .notification.setting .notification__label[data-v-d004412a] {
  background-color: var(--yellow);
  border-radius: 50px 0 0 50px;
}
.gamification-notifications .notification.setting .notification__points[data-v-d004412a] {
  display: flex;
  width: 100px;
  padding: 1rem .5rem;
  color: var(--yellow);
  background-color: var(--white);
  border-radius: 0 50px 50px 0;
  font-weight: var(--font-weight-bold);
}
.gamification-notifications .notification.setting .notification__points span[data-v-d004412a] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.gamification-notifications .notification.setting .notification__points img[data-v-d004412a] {
  height: 14px;
  width: 17px;
  margin-right: .25rem;
}


.gamification-widget[data-v-7269198f] {
  height: 44px;
  border: 1px solid var(--grey-light);
  border-radius: 50px;
  padding: .5rem 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
}
.gamification-widget__content[data-v-7269198f] {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
}
.gamification-widget__content img[data-v-7269198f] {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  align-self: center;
}
.gamification-widget__content img.rotate[data-v-7269198f] {
  animation: spin-data-v-7269198f 4s linear infinite;
}
.gamification-widget[data-v-7269198f]:hover {
  cursor: pointer;
}
@keyframes spin-data-v-7269198f {
100% {
    transform: rotateY(360deg);
}
}


.gamification-menu[data-v-083120c5] {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 991px) {
.gamification-menu .gamification-widget[data-v-083120c5] {
    display: none !important;
}
}


.bo-section__title+.bo-lobby-table {
  margin-top: calc(-1*var(--rem-size-30));
}
.bo-lobby-table {
  width: 100%;
  overflow: initial !important;
}
@media only screen and (max-width: 639px) {
.bo-lobby-table {
    overflow: auto !important;
}
}
.bo-lobby-table__add-row .idt-icon {
  color: var(--main-color);
}
.bo-lobby-table__add-row>:first-child,
.bo-lobby-table__add-row>:nth-child(2) {
  cursor: pointer;
}
.bo-lobby-table__add-row>:nth-child(2) {
  transform: translateX(-41px);
}
.bo-lobby-table__add-row .idt-icon {
  display: inline-flex;
  transform: translateY(1px) translateX(3px);
}
.bo-lobby-table__add-row svg {
  transform: rotate(-45deg);
}
.bo-lobby-table__row--header {
  height: 50px;
  box-shadow: none;
}
.bo-lobby-table__row--header .bo-lobby-table__cell {
  color: var(--grey-dark);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
}
.bo-lobby-table .bo-lobby-table__cell .idt-select-container:not(.idt-select-container--multiple) .v-select .vs__selected .column {
  max-width: 141px;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bo-lobby-table .bo-lobby-table__cell input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bo-lobby-table .bo-lobby-table__cell input[type=number]::-webkit-outer-spin-button,
.bo-lobby-table .bo-lobby-table__cell input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.bo-lobby-table .bo-lobby-table__cell--editing {
  max-width: none !important;
  overflow: initial !important;
}
.bo-lobby-table .bo-lobby-table__cell--placeholder {
  color: var(--grey-dark);
  white-space: nowrap;
  overflow: visible !important;
}
.bo-lobby-table__content {
  position: relative;
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
  box-shadow: 0 2px 3px var(--grey-darker-alpha15);
}
.bo-lobby-table__content,
.bo-lobby-table__content__lines {
  width: 100%;
}
.bo-lobby-table__content__lines .bo-lobby-table__row {
  border-bottom: 1px solid var(--grey-light);
  left: 0;
}
.bo-lobby-table .bo-lobby-table__row {
  background: var(--white) !important;
}
.bo-lobby-table .bo-lobby-table__row--ghost {
  opacity: 0;
}
.bo-lobby-table .bo-lobby-table__cell {
  padding-top: var(--rem-size-16);
  padding-bottom: var(--rem-size-16);
  vertical-align: top;
  overflow: hidden;
}
.bo-lobby-table .bo-lobby-table__cell__content {
  display: flex;
  flex: auto;
  white-space: normal;
  word-break: break-word;
}
.bo-lobby-table a {
  color: var(--grey-dark);
}
.bo-lobby-table .bo-lobby-table__actions {
  display: flex;
  align-items: flex-start;
  max-width: none !important;
  white-space: nowrap;
  overflow: initial !important;
  transition: padding-top .1s ease-in-out;
}
.bo-lobby-table .bo-lobby-table__actions a+a {
  margin-left: var(--rem-size-8);
}
.bo-lobby-table .bo-lobby-table__actions.bo-lobby-table__cell--editing {
  padding-top: var(--rem-size-22);
}
.bo-lobby-table .idea-menu {
  cursor: move;
}
.bo-lobby-table .idt-input-container input {
  font-size: var(--rem-size-14);
  padding: var(--rem-size-6) var(--rem-size-16);
}
.bo-lobby-table .idt-input-container .idt-input-counter {
  top: .5rem;
}
.bo-lobby-table .idt-required-field {
  position: relative;
}
.bo-lobby-table .idt-select-container {
  flex: auto;
  padding-bottom: 0;
}
.bo-lobby-table .vs__dropdown-option--disabled {
  display: none !important;
}
.bo-lobby-table .vs__dropdown-toggle {
  height: 34px;
  padding-bottom: 0;
}
.bo-lobby-table .vs__dropdown-toggle input {
  margin-top: 0;
}
.bo-lobby-table .vs__selected {
  padding-left: 7px !important;
}
.bo-lobby-table .vs__selected-options {
  flex-flow: nowrap;
  white-space: nowrap;
}
.bo-lobby-table .idt-select-container--multiple div[role=combobox] {
  height: auto;
  min-height: 34px;
  padding: 2px 0;
}
.bo-lobby-table .idt-select-container--multiple div[role=combobox] .vs__selected-options {
  flex-flow: wrap;
}
.bo-lobby-table .v-select {
  min-height: 35px;
  margin-bottom: 0 !important;
  padding: 0;
}
.bo-lobby-table .bo-lobby-table__actions__handle {
  transition: opacity .5s ease-in-out;
}
.bo-lobby-table--disable-move .bo-lobby-table__actions__handle {
  opacity: .2;
  cursor: not-allowed;
}
.bo-lobby-table--disable-move .bo-lobby-table__actions__handle * {
  pointer-events: none;
}
.bo-lobby-table__table,
.bo-lobby-table__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  width: 100%;
  min-width: 1100px;
}
.bo-lobby-table__row {
  display: grid;
  width: 100%;
  font-size: var(--rem-size-14);
}
.bo-lobby-table__cell {
  padding: var(--rem-size-16);
}
.bo-lobby-table .list-transition-items .list-transition-item {
  transition: all .35s;
}
.bo-lobby-table .list-transition-items .list-transition-item .bo-lobby-table__cell {
  transition: all .35s;
}
.bo-lobby-table .list-transition-leave-active,
.bo-lobby-table .list-transition-enter-active {
  overflow: hidden !important;
}
.bo-lobby-table .list-transition-leave-active .bo-lobby-table__cell,
.bo-lobby-table .list-transition-enter-active .bo-lobby-table__cell {
  overflow: hidden !important;
}
.bo-lobby-table .list-transition-enter {
  max-height: 0;
  opacity: 0;
}
.bo-lobby-table .list-transition-enter .bo-lobby-table__cell {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.bo-lobby-table .list-transition-enter-to,
.bo-lobby-table .list-transition-leave {
  max-height: 125px;
  opacity: 1;
}
.bo-lobby-table .list-transition-enter-to .bo-lobby-table__cell,
.bo-lobby-table .list-transition-leave .bo-lobby-table__cell {
  max-height: 125px;
  padding-top: var(--rem-size-16);
  padding-bottom: var(--rem-size-16);
}
.bo-lobby-table .list-transition-leave-to {
  max-height: 0;
  border-bottom-color: rgba(0,0,0,0) !important;
  opacity: 0;
}
.bo-lobby-table .list-transition-leave-to .bo-lobby-table__cell {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.bo-lobby-category--sponsor-cat .bo-lobby-table__add-row>:nth-child(2) {
  transform: translateX(-18px);
}


.bo-lobby-category {
  display: flex;
  flex-flow: column;
  margin-bottom: var(--rem-size-23);
  padding-bottom: var(--rem-size-12);
  background: var(--white);
  border: 1px solid rgba(203,203,209,0);
  transition: all .2s ease-in-out;
}
.bo-lobby-category--ghost {
  opacity: 0;
}
.bo-lobby-category .bo-lobby-category__icon-collapse {
  display: flex;
  padding: var(--rem-size-4);
  border-radius: var(--global-radius);
  transition: transform .25s ease-in-out,background-color .15s ease-in-out;
}
.bo-lobby-category .bo-lobby-category__icon-collapse:hover {
  background-color: var(--grey-light);
}
.bo-lobby-category__textarea-autosize {
  position: relative;
}
.bo-lobby-category__textarea-autosize textarea {
  margin-bottom: 0;
  padding: var(--rem-size-6) var(--rem-size-12) var(--rem-size-24);
  font-size: var(--rem-size-14);
}
.bo-lobby-category__textarea-autosize__counter {
  position: absolute;
  right: var(--rem-size-12);
  bottom: var(--rem-size-6);
  color: var(--grey-dark);
}
.bo-lobby-category__title-right-side {
  margin-left: auto;
}
.bo-lobby-category__title-right-side .idt-search input {
  height: 36px;
}
.bo-lobby-category__title-right-side .idt-search::after {
  color: var(--grey-darker);
  font-size: var(--rem-size-14);
}
.bo-lobby-category--collapsed {
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}
.bo-lobby-category--collapsed input {
  cursor: auto;
}
.bo-lobby-category--collapsed .bo-vertical__section__title {
  margin-bottom: 0 !important;
}
.bo-lobby-category--collapsed .bo-lobby-category__icon-collapse {
  transform: rotate(180deg);
}
.bo-lobby-category--draggable {
  transition: none;
  transition-delay: 0;
}
.bo-lobby-category--sponsor-cat.bo-lobby-category--collapsed {
  box-shadow: none;
}
.bo-lobby-category .row.expanded {
  width: 100%;
}
.bo-lobby-category h2.bo-vertical__section__title {
  display: flex;
  margin-bottom: var(--rem-size-8);
  color: var(--grey-darkest);
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
  transition: margin-bottom .2s ease-in-out;
}
.bo-lobby-category h2.bo-vertical__section__title>* {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--rem-size-12);
}
.bo-lobby-category h2.bo-vertical__section__title a {
  color: var(--grey-darkest-alpha75);
}
.bo-lobby-category .bo-table-actions {
  margin-bottom: 0;
}
.bo-lobby-category .bo-table-actions .idt-input-container {
  max-width: 300px;
}
.bo-lobby-category .bo-table-actions .idt-input-container:not(.no-margin) {
  padding-bottom: var(--rem-size-8);
}
.bo-lobby-category .bo-table-actions .idt-input-container .idt-input-counter {
  bottom: .7rem;
}
.bo-lobby-category .bo-table-actions .idt-required-field {
  bottom: calc(-1*var(--rem-size-25));
  left: 0;
  padding: 0 var(--rem-size-16);
  background: var(--white-alpha80);
}
.bo-lobby-category .tooltip-info {
  position: relative;
}
.bo-lobby-category .tooltip-info__content {
  display: none;
  position: absolute;
  right: calc(-1*var(--rem-size-16));
  top: 50%;
  padding: calc(var(--rem-size-8)/2) var(--rem-size-8);
  background-color: var(--grey-dark);
  border-radius: var(--global-radius);
  color: var(--white);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-normal);
  white-space: nowrap;
  transform: translateX(100%) translateY(-50%);
  z-index: 1;
}
.bo-lobby-category .tooltip-info__content::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border: 4px solid rgba(0,0,0,0);
  border-right-color: var(--grey-dark);
  transform: translateX(-100%) translateY(-50%);
  vertical-align: middle;
}
.bo-lobby-category .tooltip-info a {
  display: inline-flex;
}
.bo-lobby-category .tooltip-info a:hover+.tooltip-info__content,
.bo-lobby-category .tooltip-info a:focus+.tooltip-info__content {
  display: block;
}
.bo-lobby-category .width-animation-enter-active,
.bo-lobby-category .width-animation-leave-active {
  max-width: 35px;
  transition: max-width .2s ease-in-out,margin-right .2s ease-in-out;
  overflow: hidden;
}
.bo-lobby-category .width-animation-enter,
.bo-lobby-category .width-animation-leave-to {
  max-width: 0;
  margin-right: 0;
}
.bo-lobby-category .opacity-animation-enter-active,
.bo-lobby-category .opacity-animation-leave-active {
  transition: opacity .2s ease-in-out;
}
.bo-lobby-category .opacity-animation-enter,
.bo-lobby-category .opacity-animation-leave-to {
  opacity: 0;
}
.bo-lobby-category .height-animation-enter-active,
.bo-lobby-category .height-animation-leave-active {
  max-height: 1200px;
  overflow: hidden;
  transition: max-height .4s ease-out;
}
.bo-lobby-category .height-animation-enter,
.bo-lobby-category .height-animation-leave-to {
  max-height: 0;
}
.bo-lobby-category__yes {
  color: var(--green-dark);
}
.bo-lobby-category__no {
  color: var(--danger-color);
}
.bo-lobby-category .text-ellipsis {
  max-width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


.bo-lobby-crud .bo-page__content {
  overflow-x: auto;
}
.bo-lobby-crud .bo-lobby-button {
  background-color: var(--main-color) !important;
  color: var(--white) !important;
  border: 0 !important;
  font-weight: var(--font-weight-bold);
}
.bo-lobby-crud .bo-lobby-button .idt-icon {
  display: inline-flex;
  opacity: .6;
  margin-right: var(--rem-size-8);
}
.bo-lobby-crud .bo-lobby-button svg {
  transform: rotate(-45deg);
}


.bo-lobby-settings__warning[data-v-045b6767] {
  position: relative;
  margin-bottom: 24px;
  padding: var(--rem-size-24) var(--rem-size-24) var(--rem-size-24) 60px;
  color: var(--yellow-dark);
  background-color: var(--yellow-dark-alpha10);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-14);
}
.bo-lobby-settings__warning__icon[data-v-045b6767] {
  color: var(--yellow-dark);
}
.bo-lobby-settings__warning__icon .ideacon[data-v-045b6767] {
  position: absolute;
  top: 50%;
  left: var(--rem-size-24);
  transform: translateY(-50%);
}


.lobby-room {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  padding: 0 var(--rem-size-16);
}
.lobby-room svg {
  width: var(--rem-size-12) !important;
}
.lobby-room,
.lobby-room:hover {
  color: var(--grey-darker);
}
.lobby-room__title {
  padding: var(--rem-size-9) 0;
  color: var(--grey-darkest);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-18);
  word-break: break-word;
}
.lobby-room__icons {
  margin-left: auto;
}
.lobby-room__icon {
  margin-right: var(--rem-size-12);
}
.lobby-room__counter {
  display: inline-flex;
  justify-content: center;
  min-width: 20px;
  margin-left: auto;
  padding: 0px 4px;
  color: var(--white);
  background: var(--danger-color);
  border-radius: var(--rem-size-24);
  font-size: var(--rem-size-12);
}
.lobby-room--selected {
  background: var(--grey-light);
  border: 1px solid var(--grey-darkest-alpha8);
}
.lobby-room--selected::after {
  content: "";
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: var(--rem-size-24);
  background-color: var(--main-color);
  transform: translateY(-50%) translateX(-1px);
}
.lobby-room--unread {
  font-weight: bold;
}


.lobby-sponsor-line {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 36px;
  padding: 0 var(--rem-size-16);
  color: var(--grey-darkest);
  background-color: var(--white);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  transition: background-color .1s ease-in-out;
}
.lobby-sponsor-line--opened {
  border-radius: var(--global-radius) var(--global-radius) 0 0;
}
.lobby-sponsor-line:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  border-radius: var(--global-radius);
  transition: opacity .1s ease-in-out;
}
.lobby-sponsor-line:focus:not(:active):after {
  opacity: .2;
}
.lobby-sponsor-line:hover,
.lobby-sponsor-line:focus {
  color: var(--grey-darkest);
}
.lobby-sponsor-line__chevron {
  display: inline-flex;
  color: var(--grey-darkest);
  margin-right: var(--rem-size-10);
  transition: transform .2s ease-in-out;
}
.lobby-sponsor-line--opened .lobby-sponsor-line__chevron {
  transform: rotate(-180deg);
}
.lobby-sponsor-line__icon {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: var(--rem-size-10);
  background-color: var(--white);
  border-radius: 100%;
  overflow: hidden;
}
.lobby-sponsor-line__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  opacity: 0;
  transition: opacity .15s ease-in-out;
}
.lobby-sponsor-line__icon--loaded img {
  opacity: 1;
}
.lobby-sponsor-line__icon--hidden {
  visibility: hidden;
}
.lobby-sponsor-line__name {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.lobby-sponsor-line .fade-enter,
.lobby-sponsor-line .fade-leave-to {
  opacity: 0;
}
.lobby-sponsor-line .fade-enter-active,
.lobby-sponsor-line .fade-leave-active {
  transition: opacity .2s ease;
}


.fo-lobby-categories {
  display: flex;
  flex-flow: row wrap;
  align-self: stretch;
}
.fo-lobby-categories>* {
  width: 100%;
}
.fo-lobby-categories .lobby-category {
  display: flex;
  flex-flow: row wrap;
}
.fo-lobby-categories .lobby-category__view-more {
  display: flex;
  align-items: center;
  min-height: var(--rem-size-36);
  padding: 0 var(--rem-size-16);
  color: var(--black);
  font-size: var(--rem-size-14);
}
.fo-lobby-categories .lobby-category__view-more svg {
  transition: transform .2s ease-in-out;
}
.fo-lobby-categories .lobby-category__view-more--viewing-more svg {
  transform: rotate(-180deg);
}
.fo-lobby-categories .lobby-category__wrapper {
  display: flex;
  flex-flow: column;
  padding-right: var(--rem-size-16);
  height: 100%;
  overflow-y: auto;
}
@media only screen and (max-width: 991px) {
.fo-lobby-categories .lobby-category__wrapper {
    padding-left: var(--rem-size-16);
}
}
.fo-lobby-categories .lobby-category>* {
  width: 100%;
}
.fo-lobby-categories .lobby-category__title {
  margin-bottom: var(--rem-size-16);
  padding: var(--rem-size-9) 0;
  border-bottom: 1px solid var(--grey-dark);
  color: var(--grey-darkest);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-18);
  color: var(--grey-darkest);
}
.fo-lobby-categories .lobby-category__sponsor {
  margin-bottom: var(--rem-size-8);
}
.fo-lobby-categories .lobby-category__regular-rooms .lobby-room {
  margin-bottom: var(--rem-size-4);
}
.fo-lobby-categories .lobby-category__regular-rooms>.lobby-room:last-child,
.fo-lobby-categories .lobby-category__sponsor-rooms>.lobby-room:last-child {
  border-radius: 0 0 5px 5px;
}
.fo-lobby-categories .height-animation-enter-active,
.fo-lobby-categories .height-animation-leave-active {
  transition: max-height .3s ease-out;
  overflow: hidden;
  max-height: 125px;
}
.fo-lobby-categories .height-animation-enter,
.fo-lobby-categories .height-animation-leave-to {
  max-height: 0;
}
.fo-lobby-categories .list-transition-items .list-transition-item {
  transform: translate3d(0, 0, 0);
  transition: all .33s;
}
.fo-lobby-categories .list-transition-leave-active,
.fo-lobby-categories .list-transition-enter-active {
  overflow: hidden !important;
}
.fo-lobby-categories .list-transition-enter {
  max-height: 0;
  margin-bottom: 0;
  opacity: 0;
}
.fo-lobby-categories .list-transition-enter-to,
.fo-lobby-categories .list-transition-leave {
  max-height: 7rem;
}
.fo-lobby-categories .list-transition-leave-to {
  max-height: 0;
  margin-bottom: 0;
  opacity: 0;
}
.fo-lobby-categories--remove-animations .height-animation-enter-active,
.fo-lobby-categories--remove-animations .height-animation-leave-active {
  transition: none;
}
.fo-lobby-categories--remove-animations .list-transition-items .list-transition-item {
  transition: none;
}
.fo-lobby-categories--remove-animations .lobby-sponsor-line__chevron {
  transition: none;
}


.fo-lobby-error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: var(--rem-size-18);
  color: var(--grey-darkest);
}
.fo-lobby-error-page__content {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.fo-lobby-error-page__content>* {
  margin-bottom: var(--rem-size-24);
}
.fo-lobby-error-page__content strong+span {
  margin-top: calc(-1*var(--rem-size-8));
  color: var(--grey-darker);
}
.fo-lobby-error-page__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: var(--grey-lightest);
  color: var(--grey-darker);
}


.read-more__content[data-v-f9d6023c] {
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height .2s ease-in-out;
}
.read-more__link[data-v-f9d6023c] {
  padding-top: var(--rem-size-4);
  color: var(--main-color);
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}


.fo-lobby-header {
  display: flex;
  align-items: flex-start;
  flex-flow: nowrap;
  gap: var(--rem-size-16);
  width: 100%;
  padding: var(--rem-size-16) var(--rem-size-24);
  border-bottom: 1px solid var(--grey-dark-alpha-50);
}
@media only screen and (max-width: 991px) {
.fo-lobby-header {
    flex-flow: wrap;
}
}
.fo-lobby-header__buttons {
  display: flex;
  gap: var(--rem-size-8);
  flex-shrink: 0;
}
.fo-lobby-header__buttons .fo-lobby-btn {
  height: 36px;
  font-size: var(--rem-size-14);
}
@media only screen and (max-width: 991px) {
.fo-lobby-header__buttons {
    width: 100%;
    justify-content: space-between;
}
.fo-lobby-header__buttons .fo-lobby-header__more-menu {
    display: none;
}
}
.fo-lobby-header__title-wrapper {
  display: flex;
  flex-flow: column wrap;
  flex: auto;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
.fo-lobby-header__title-wrapper {
    padding-top: var(--rem-size-8);
}
}
.fo-lobby-header__title-wrapper>* {
  width: 100%;
}
.fo-lobby-header__title {
  display: flex;
  align-items: center;
  gap: var(--rem-size-8);
  position: relative;
  margin-bottom: 0;
  color: var(--grey-darkest);
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-24);
}
.fo-lobby-header__title__text {
  flex: auto;
}
.fo-lobby-header__title .lobby-icon {
  line-height: var(--rem-size-16);
}
@media only screen and (max-width: 991px) {
.fo-lobby-header__title .lobby-icon,
  .fo-lobby-header__title .lobby-icon .idt-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 100%;
}
}
.fo-lobby-header__title .lobby-icon .ideacon {
  color: var(--grey-darker);
  line-height: var(--rem-size-10);
}
@media only screen and (max-width: 991px) {
.fo-lobby-header__title .lobby-icon .ideacon {
    width: var(--rem-size-12) !important;
    height: var(--rem-size-12) !important;
}
}
.fo-lobby-header__show-left-panel,
.fo-lobby-header__show-right-panel {
  display: none;
  width: var(--rem-size-20);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: var(--rem-size-4) 0;
}
@media only screen and (max-width: 991px) {
.fo-lobby-header__show-left-panel,
  .fo-lobby-header__show-right-panel {
    display: flex;
}
}
.fo-lobby-header__show-left-panel {
  transform: translateX(-5px);
}
.fo-lobby-header__show-right-panel {
  transform: translateX(5px);
}
.fo-lobby-header .read-more {
  margin: var(--rem-size-4) 0;
}
.fo-lobby-header__description {
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-20);
  color: var(--grey-darkest-alpha75);
}
.fo-lobby-header__more-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  flex-shrink: 0;
  position: relative;
  width: var(--rem-size-36);
  height: var(--rem-size-36);
  color: var(--main-color-dark);
  background-color: var(--main-color-dark-alpha20);
  border-radius: 100%;
  transition: background-color .1s ease;
  cursor: pointer;
  z-index: 2;
}
.fo-lobby-header__more-menu:hover {
  background-color: var(--main-color-dark-alpha40);
}
.fo-lobby-header__more-menu .ideacon {
  transform: rotate(-90deg);
}
.fo-lobby-header__more-menu__menu {
  position: absolute;
  bottom: calc(-1*var(--rem-size-8));
  right: 0;
  background: var(--white);
  display: flex;
  flex-flow: column wrap;
  transform: translateY(100%);
  border: 1px solid var(--grey-dark-alpha-50);
  border-radius: var(--global-radius);
}
.fo-lobby-header__more-menu__menu>* {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--black);
  width: 100%;
  min-height: var(--rem-size-36);
  white-space: nowrap;
  padding: var(--rem-size-8) var(--rem-size-12);
  border-bottom: 1px solid var(--black-alpha10);
  transition: background-color .1s ease-in-out;
}
.fo-lobby-header__more-menu__menu>*:hover {
  color: var(--black);
  background-color: var(--grey);
}
.fo-lobby-header__more-menu__menu>:last-child {
  border-bottom: 0;
}
.fo-lobby-header .contextual-menu-fade-enter,
.fo-lobby-header .contextual-menu-fade-leave-to {
  opacity: 0;
  bottom: 0;
}
.fo-lobby-header .contextual-menu-fade-enter-to,
.fo-lobby-header .contextual-menu-fade-leave {
  opacity: 1;
  bottom: calc(-1*var(--rem-size-8));
}
.fo-lobby-header .contextual-menu-fade-enter-active,
.fo-lobby-header .contextual-menu-fade-leave-active {
  transition: opacity .15s ease,bottom .15s ease;
}


.fo-lobby-message__last-unread {
  display: flex;
  position: relative;
}
.fo-lobby-message__last-unread::before {
  content: "";
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 3rem);
  height: 2px;
  background-color: var(--danger-color-alpha20);
  transform: translate(-50%, -50%);
}
.fo-lobby-message__last-unread>div {
  display: inline-flex;
  position: relative;
  width: auto;
  margin: auto;
  padding: var(--rem-size-3) var(--rem-size-24);
  color: var(--danger-color);
  background: var(--white);
  font-weight: var(--font-weight-bold);
}


.fo-lobby-message-skeleton {
  position: relative;
  padding: var(--rem-size-15) 1.5rem;
  padding-left: 4rem;
}
.fo-lobby-message-skeleton__line {
  display: flex;
  padding-bottom: var(--rem-size-8);
}
.fo-lobby-message-skeleton__line>* {
  height: var(--rem-size-24);
  background: var(--grey-alpha30);
  margin-right: var(--rem-size-8);
  border-radius: var(--global-radius);
}
.fo-lobby-message-skeleton__avatar {
  width: var(--rem-size-24);
  height: var(--rem-size-24);
  border-radius: 100%;
  background: var(--grey-alpha30);
  position: absolute;
  top: var(--rem-size-10);
  left: var(--rem-size-24);
}
.fo-lobby-message-skeleton__cell-info {
  width: 4rem;
}
.fo-lobby-message-skeleton__cell-pseudo {
  width: 7rem;
}
.fo-lobby-message-skeleton__cell-long {
  height: var(--rem-size-16);
  width: 60%;
}
@media only screen and (max-width: 991px) {
.fo-lobby-message-skeleton__cell-long {
    width: 70%;
}
}
.fo-lobby-message-skeleton__cell-short {
  height: var(--rem-size-16);
  width: 16%;
}
@media only screen and (max-width: 991px) {
.fo-lobby-message-skeleton__cell-short {
    width: 20%;
}
}
.fo-lobby-message-skeleton__shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0px, var(--white-alpha60) 60px, rgba(255, 255, 255, 0) 120px);
  background-repeat: no-repeat;
  animation: shine 4s infinite;
}
@media only screen and (max-width: 991px) {
.fo-lobby-message-skeleton__shine {
    animation: shine-mobile 3s infinite;
}
}
@keyframes shine {
0% {
    background-position: -100px;
}
100% {
    background-position: calc(65vw + 100px);
}
}
@keyframes shine-mobile {
0% {
    background-position: -100px;
}
100% {
    background-position: calc(100vw + 100px);
}
}


.fo-lobby-messages {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.fo-lobby-messages__content-wrapper {
  display: flex;
  flex-flow: column;
  position: relative;
  flex: auto;
  overflow: hidden;
}
.fo-lobby-messages__content-wrapper--loading {
  padding-top: var(--rem-size-10);
}
.fo-lobby-messages__messages {
  display: flex;
  flex: auto;
  height: 100%;
}
.fo-lobby-messages__messages__scroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding-top: var(--rem-size-12);
  transform: translate3d(0, 0, 0);
}
.fo-lobby-messages__messages>* {
  width: 100%;
}
.fo-lobby-messages__messages>* .live-chat-message {
  padding: 0 var(--rem-size-24);
}
.fo-lobby-messages__unread-button {
  display: inline-flex;
  width: auto;
  position: absolute;
  padding: var(--rem-size-9) var(--rem-size-24);
  left: 50%;
  top: var(--rem-size-12);
  background: var(--lobby-danger-background);
  color: var(--danger-color);
  font-weight: var(--font-weight-bold);
  z-index: 10;
  transform: translateX(-50%);
  border-radius: 5rem;
}
.fo-lobby-messages__unread-button--bottom {
  top: auto;
  bottom: var(--rem-size-12);
}
.fo-lobby-messages__unread-button:hover {
  color: var(--danger-color);
  background: var(--lobby-danger-background);
}
.live-chat-message--in-lobby .live-chat-message-actions {
  padding-right: var(--rem-size-20);
}
.live-chat-message--in-lobby .live-chat-message-actions .idt-button-group>span>.action {
  border-radius: 100% !important;
  border: 1px solid var(--grey-light) !important;
  background: var(--white) !important;
  margin-right: 5px;
}
.live-chat-message--in-lobby .live-chat-message-actions .idt-button-group>span>.action svg:not(.idea-ht-emoji) {
  width: var(--rem-size-10) !important;
}


.lobby-video {
  background: var(--grey-darkest);
}
.lobby-video--full {
  background: rgba(0,0,0,0);
}
.lobby-video--loading {
  position: relative;
}
.lobby-video--loading .idt-round-loader {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lobby-video__footer {
  display: flex;
  flex-flow: wrap;
}
.lobby-video__footer a {
  padding: var(--rem-size-5) var(--rem-size-24);
  border: 1px solid var(--main-color-dark);
  border-radius: 30px;
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
}
.lobby-video__footer a+a {
  margin-left: var(--rem-size-10);
}


.fo-lobby-chat {
  display: flex;
  flex: auto;
  flex-flow: column;
  height: 100%;
  background: var(--white);
}
.fo-lobby-chat__content {
  flex: auto;
}


.lobby-info__title[data-v-6b31262a] {
  margin-bottom: var(--rem-size-16);
  padding-top: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
  font-size: var(--rem-size-18);
  line-height: var(--rem-size-24);
}
.lobby-info__load-more[data-v-6b31262a] {
  width: 100%;
  padding: var(--rem-size-9) var(--rem-size-20);
  color: var(--black);
  font-weight: var(--font-weight-bold);
  text-align: center;
  cursor: pointer;
}


.fo-lobby-team-member[data-v-a2aa4ef6] {
  display: flex;
  flex-flow: column;
  background: var(--white);
  border-radius: var(--global-radius);
  padding: var(--rem-size-24);
  border: 1px solid var(--grey-dark-alpha-50);
  margin-bottom: var(--rem-size-8);
}
.fo-lobby-team-member__infos[data-v-a2aa4ef6] {
  display: flex;
  gap: var(--rem-size-16);
}
.fo-lobby-team-member__infos[data-v-a2aa4ef6] :last-child {
  flex: auto;
}
.fo-lobby-team-member__name[data-v-a2aa4ef6] {
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--rem-size-4);
}
.fo-lobby-team-member__buttons[data-v-a2aa4ef6] {
  display: flex;
  gap: var(--rem-size-8);
  margin-top: var(--rem-size-25);
}
.fo-lobby-team-member__buttons>*[data-v-a2aa4ef6] {
  width: 50%;
}
.fo-lobby-team-member__buttons[data-v-a2aa4ef6] :first-child:last-child {
  width: 100%;
}


.sponsor-edit-modal {
  margin: -45px -40px -25px;
}
.sponsor-edit-modal__content,
.sponsor-edit-modal__buttons,
.sponsor-edit-modal__title {
  padding: var(--rem-size-24) var(--rem-size-40);
  border-bottom: 1px solid var(--grey);
}
.sponsor-edit-modal__title {
  font-weight: var(--font-weight-bold);
  font-size: var(--rem-size-18);
  line-height: var(--rem-size-24);
  color: var(--black);
}
.sponsor-edit-modal__buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: none;
}
.sponsor-edit-modal__buttons .button {
  margin: 0;
}
.sponsor-edit-modal .idt-textarea-container {
  padding-bottom: 0;
}
.sponsor-edit-modal .idt-textarea-container label {
  margin-bottom: var(--rem-size-8);
  font-weight: var(--font-weight-bold);
  font-size: var(--rem-size-12);
  line-height: var(--rem-size-18);
  color: var(--black);
}
.sponsor-edit-modal .idt-textarea-container .idt-textarea-counter {
  bottom: 0;
  font-size: var(--rem-size-10);
  line-height: var(--rem-size-12);
}


.fo-lobby-info[data-v-753eb270] {
  height: 100%;
  padding: 0 var(--rem-size-20);
  color: var(--black);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-20);
  overflow-x: hidden;
  overflow-y: auto;
}
.fo-lobby-info__title[data-v-753eb270] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
  font-size: var(--rem-size-18);
  line-height: var(--rem-size-24);
  padding-top: var(--rem-size-16);
  margin-bottom: var(--rem-size-16);
}
.fo-lobby-info__load-more[data-v-753eb270] {
  width: 100%;
  font-weight: var(--font-weight-bold);
  text-align: center;
  padding: var(--rem-size-9) var(--rem-size-20);
  color: var(--black);
  cursor: pointer;
}
.fo-lobby-info__edit-btn[data-v-753eb270] {
  width: var(--rem-size-14);
  height: var(--rem-size-14);
  color: var(--black);
  cursor: pointer;
}
.fo-lobby-info__edit-btn[data-v-753eb270]:hover {
  color: var(--grey-darker);
}
.fo-lobby-info__desc[data-v-753eb270] {
  margin-bottom: var(--rem-size-30);
}
.fo-lobby-info__desc img[data-v-753eb270] {
  display: block;
  width: var(--rem-size-24);
  height: var(--rem-size-24);
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: var(--rem-size-12);
  border-radius: 100%;
}
.fo-lobby-info__resources[data-v-753eb270] {
  margin-bottom: var(--rem-size-30);
}
.fo-lobby-resource[data-v-753eb270] {
  display: flex;
  align-items: center;
  margin-bottom: var(--rem-size-8);
  padding: var(--rem-size-14) var(--rem-size-16);
  background: var(--white);
  border: 1px solid var(--grey-dark-alpha-50);
  border-radius: var(--global-radius);
  font-weight: var(--font-weight-bold);
  transition: background-color var(--default-duration) ease-in-out;
}
.fo-lobby-resource[data-v-753eb270]:hover {
  background-color: var(--grey-lightest);
}
.fo-lobby-resource[data-v-753eb270] :first-child {
  flex: auto;
}
.fo-lobby-resource__icon[data-v-753eb270] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--rem-size-36);
  height: var(--rem-size-36);
  border-radius: 100%;
  background: var(--main-color-dark-alpha20);
  color: var(--main-color-dark);
}


.lobby-user-list[data-v-529683e0] {
  background-color: var(--white);
  border-radius: var(--global-radius);
  box-shadow: 0px 2px 3px var(--grey-darkest-alpha20);
  overflow-y: auto;
}
.lobby-user-list[data-v-529683e0]  .idt-input-container {
  padding: var(--rem-size-10) var(--rem-size-24);
}
.lobby-user-list .vs__dropdown-toggle[data-v-529683e0] {
  height: 40px;
}
.lobby-user-list .vs__search[data-v-529683e0] {
  margin: 0;
  padding-left: var(--rem-size-8) !important;
}
.lobby-user-list .idt-select-container[data-v-529683e0] {
  height: 50px;
}
.lobby-user-list__container[data-v-529683e0] {
  border-top: 1px solid var(--grey-light);
  overflow: auto;
}
@media only screen and (max-width: 991px) {
.lobby-user-list__container[data-v-529683e0] {
    height: calc(var(--vh, 1vh)*100 - var(--menu-height)*3 - 66px);
}
}
@media only screen and (min-width: 992px) {
.lobby-user-list__container[data-v-529683e0] {
    height: calc(var(--vh, 1vh)*100 - var(--menu-height)*3 - var(--rem-size-48));
}
}
.lobby-user-list__container div[role=group] :last-child .lobby-user-list-item[data-v-529683e0] {
  border: none;
}
.lobby-user-list[data-v-529683e0]  .idt-user-list-item {
  padding-right: var(--rem-size-24);
  padding-left: var(--rem-size-24);
}


.lobby-user-list__header[data-v-4b359026] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--rem-size-22) var(--rem-size-24);
  border-bottom: 1px solid var(--grey-light);
  font-size: var(--rem-size-18);
  font-weight: bold;
}
.lobby-user-list__header>div[data-v-4b359026] {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.lobby-user-list__header .idt-icon[data-v-4b359026] {
  cursor: pointer;
}
.lobby-user-list__header__text[data-v-4b359026] {
  margin-right: var(--rem-size-4);
  color: var(--grey-darkest);
}
@media only screen and (max-width: 639px) {
.lobby-user-list__header__left[data-v-4b359026] {
    display: flex;
    align-items: center;
    margin-right: var(--rem-size-4);
}
}
@media only screen and (min-width: 640px) {
.lobby-user-list__header__left[data-v-4b359026] {
    display: none;
}
}
@media only screen and (max-width: 639px) {
.lobby-user-list__header__close[data-v-4b359026] {
    display: none;
}
}
@media only screen and (min-width: 640px) {
.lobby-user-list__header__close[data-v-4b359026] {
    display: inline-block;
}
}
@media only screen and (max-width: 991px) {
.lobby-user-list[data-v-4b359026] {
    box-shadow: none;
}
}


.fo-lobby__wrapper--has-absolute-panel-open .idt-bottom-navbar {
  z-index: 1001;
}
.fo-lobby-btn {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-height: var(--rem-size-36);
  margin-right: var(--rem-size-8);
  padding: var(--rem-size-9) var(--rem-size-24);
  border-radius: 40px;
  font-weight: var(--font-weight-bold);
  text-align: center;
}
.fo-lobby-btn--secondary {
  color: var(--main-color-dark);
  background-color: var(--main-color-dark-alpha20);
}


.fo-lobby[data-v-468fa04c] {
  flex: auto;
  align-items: flex-start;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
.fo-lobby[data-v-468fa04c] {
    padding: 0;
}
}
.fo-lobby__wrapper[data-v-468fa04c] {
  display: flex;
  flex-flow: column;
  height: calc(var(--vh, 1vh)*100 - var(--menu-height));
  background-color: var(--grey-lighter);
}
.fo-lobby__mobile-close-header[data-v-468fa04c] {
  padding: var(--rem-size-16);
  display: flex;
}
.fo-lobby__mobile-close-header a[data-v-468fa04c] {
  display: inline-flex;
  margin-left: auto;
}
.fo-lobby--sponsor .fo-lobby__mobile-close-header a[data-v-468fa04c] {
  margin-left: 0;
}
.fo-lobby .fo-lobby-categories[data-v-468fa04c],
.fo-lobby__right-panel[data-v-468fa04c] {
  flex-shrink: 0;
  width: 26.2376%;
  max-width: 348px;
  height: 100%;
  transition: width .3s ease-in-out;
}
.fo-lobby .fo-lobby-categories--hidden[data-v-468fa04c],
.fo-lobby__right-panel--hidden[data-v-468fa04c] {
  width: 0;
  overflow-x: hidden;
}
.fo-lobby__content[data-v-468fa04c] {
  display: flex;
  flex-flow: column;
  flex: auto;
  align-self: stretch;
  align-items: stretch;
  background: var(--white);
  border-radius: var(--global-radius);
  box-shadow: 0px 2px 3px var(--grey-darkest-alpha20);
  font-size: var(--rem-size-14);
  overflow: hidden;
  transition: width .3s ease-in-out;
}
@media only screen and (max-width: 991px) {
.fo-lobby__content[data-v-468fa04c] {
    border-radius: 0;
    box-shadow: none;
}
}
.fo-lobby__mobile-only[data-v-468fa04c] {
  display: none;
}
.fo-lobby__right-panel--users[data-v-468fa04c] {
  position: absolute;
  top: 0;
  right: 0;
  width: 388px;
  max-width: 388px;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  transition: transform .3s ease-in-out;
  transform: translateX(100%);
}
@media only screen and (max-width: 991px) {
.fo-lobby__right-panel--users[data-v-468fa04c] {
    padding: 0 !important;
}
}
@media only screen and (min-width: 992px) {
.fo-lobby__right-panel--users[data-v-468fa04c] {
    padding: var(--rem-size-24);
}
}
@media only screen and (max-width: 991px) {
.fo-lobby__mobile-only[data-v-468fa04c] {
    display: flex;
}
.fo-lobby .fo-lobby-categories[data-v-468fa04c],
  .fo-lobby__right-panel[data-v-468fa04c] {
    left: 0;
    width: 100%;
    max-width: none;
    padding-bottom: var(--mobile-bottom-navbar-height);
    background: var(--white);
    overflow: auto;
    transition: transform .3s ease-in-out;
}
.fo-lobby .fo-lobby-categories[data-v-468fa04c]:not(.fo-lobby__right-panel--users),
  .fo-lobby__right-panel[data-v-468fa04c]:not(.fo-lobby__right-panel--users) {
    position: fixed;
    top: var(--menu-height);
    height: calc(var(--vh, 1vh)*100 - var(--menu-height));
    z-index: 1001;
}
.fo-lobby .fo-lobby-categories[data-v-468fa04c] {
    transform: translateX(-100%);
}
.fo-lobby__right-panel[data-v-468fa04c] {
    transform: translateX(100%);
}
}
.fo-lobby--categories .fo-lobby-categories[data-v-468fa04c] {
  transform: translateX(0);
}
.fo-lobby--sponsor .fo-lobby__right-panel--sponsor[data-v-468fa04c] {
  transform: translateX(0);
}
.fo-lobby--users .fo-lobby__right-panel--users[data-v-468fa04c] {
  transform: translateX(0);
}


.mentor[data-v-fd054a4e] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 280px;
  width: 100%;
  height: 300px;
  background-color: var(--white);
  border-radius: var(--global-radius);
  cursor: pointer;
}
.mentor__extra[data-v-fd054a4e] {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.mentor__extra__book[data-v-fd054a4e] {
  display: block;
}
.mentor__extra__message[data-v-fd054a4e] {
  margin-bottom: var(--rem-size-8);
  z-index: 10;
}
.mentor[data-v-fd054a4e]  .idt-tag-list {
  margin-top: 5px;
}
.non-clickable[data-v-fd054a4e] {
  cursor: default;
}


.mentor[data-v-4fc022ea] {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  background-color: var(--white);
  border-radius: var(--global-radius);
}
.mentor[data-v-4fc022ea]:hover {
  cursor: pointer;
}
.mentor__left[data-v-4fc022ea] {
  display: flex;
  width: 50%;
}
.mentor__left__image[data-v-4fc022ea] {
  margin: 0 10px 0 20px;
}
.mentor__left__infos[data-v-4fc022ea] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 80%;
}
.mentor__left__infos__name[data-v-4fc022ea] {
  max-width: 100%;
  color: var(--black);
  font-family: var(--title-font-family);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-20);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mentor__left__infos__job-company[data-v-4fc022ea] {
  color: var(--black);
  font-family: var(--text-font-family);
  font-size: var(--rem-size-12);
}
.mentor__separator[data-v-4fc022ea] {
  position: absolute;
  right: 50%;
  height: 100%;
  color: var(--grey-lighter);
  border: 1px solid;
}
.mentor__right[data-v-4fc022ea] {
  display: flex;
}
.mentor__right__message[data-v-4fc022ea] {
  margin-right: var(--rem-size-10);
}
.mentor__right__book[data-v-4fc022ea] {
  margin-right: var(--rem-size-10);
}


.mentor-list-container[data-v-41750ff7] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: var(--rem-size-16);
}
.mentor-list-container__card[data-v-41750ff7] {
  flex: 0 0 auto;
  max-width: 280px;
  width: 100%;
}
.mentor-list-container__card.type-list[data-v-41750ff7] {
  max-width: unset;
}


.skeleton[data-v-f82d6ca4] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 275px;
  width: 100%;
  height: 300px;
  margin: 0 0 var(--rem-size-15) 0;
  background-color: var(--white);
  border-radius: var(--global-radius);
}
.skeleton.type-list[data-v-f82d6ca4] {
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  height: 60px;
}
.skeleton.type-list .skeleton__mentor[data-v-f82d6ca4] {
  flex-direction: row;
  margin-left: var(--rem-size-20);
}
.skeleton.type-list .skeleton__mentor__image[data-v-f82d6ca4] {
  width: 40px;
  height: 40px;
  margin: 0 var(--rem-size-15) 0 0;
}
.skeleton.type-list .skeleton__mentor__infos[data-v-f82d6ca4] {
  align-items: normal;
}
.skeleton__mentor[data-v-f82d6ca4] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.skeleton__mentor__image[data-v-f82d6ca4] {
  width: 150px;
  height: 150px;
  margin: var(--rem-size-22) 0px var(--rem-size-22) 0px;
  border-radius: 100%;
  background-color: var(--grey);
  animation: glowing-data-v-f82d6ca4 1300ms infinite;
}
.skeleton__mentor__infos[data-v-f82d6ca4] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.skeleton__mentor__infos__name[data-v-f82d6ca4] {
  width: 65px;
  height: var(--rem-size-12);
  margin-bottom: var(--rem-size-12);
  border-radius: var(--global-radius);
  background-color: var(--grey);
  animation: glowing-data-v-f82d6ca4 1300ms infinite;
}
.skeleton__mentor__infos__job-company[data-v-f82d6ca4] {
  width: 200px;
  height: var(--rem-size-8);
  margin-bottom: 4px;
  border-radius: var(--global-radius);
  background-color: var(--grey);
  animation: glowing-data-v-f82d6ca4 1300ms infinite;
}
.skeleton__mentor__infos__tags[data-v-f82d6ca4] {
  width: 120px;
  height: var(--rem-size-8);
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-f82d6ca4 1300ms infinite;
}
.skeleton__button[data-v-f82d6ca4] {
  width: 180px;
  height: var(--rem-size-32);
  margin-right: var(--rem-size-20);
  background-color: var(--grey);
  border-radius: var(--rem-size-24);
  animation: glowing-data-v-f82d6ca4 1300ms infinite;
}
@keyframes glowing-data-v-f82d6ca4 {
0% {
    background-color: var(--grey-light);
}
25% {
    background-color: var(--grey);
}
50% {
    background-color: var(--grey-light);
}
75% {
    background-color: var(--grey-lighter);
}
100% {
    background-color: var(--grey-light);
}
}


.scroll-container[data-v-040dc542] {
  height: calc(var(--vh, 1vh)*100 - var(--menu-height));
  overflow: auto;
}
.scroll-container .mentors-page[data-v-040dc542] {
  display: flex;
  justify-content: center;
  min-height: calc(var(--vh, 1vh)*100 - var(--menu-height));
  background-color: var(--grey-lighter);
  font-family: var(--text-font-family);
}
@media only screen and (max-width: 1023px) {
.scroll-container .mentors-page[data-v-040dc542] {
    height: -moz-fit-content;
    height: fit-content;
    overflow: unset;
}
}
.scroll-container .mentors-page__filter-panel[data-v-040dc542] {
  position: sticky;
  top: 0;
  max-width: 280px;
  height: calc(var(--vh, 1vh)*100 - var(--menu-height));
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media only screen and (max-width: 1023px) {
.scroll-container .mentors-page__filter-panel[data-v-040dc542] {
    display: none;
}
}
.scroll-container .mentors-page__filter-panel.hidden[data-v-040dc542] {
  position: absolute;
}
.scroll-container .mentors-page__filter-panel.mobile[data-v-040dc542] {
  display: block;
  background-color: var(--white);
  max-width: none;
  width: 100%;
  padding-inline: var(--rem-size-16);
}
.scroll-container .mentors-page__filter-panel[data-v-040dc542]::-webkit-scrollbar {
  display: none;
}
.scroll-container .mentors-page__header[data-v-040dc542] {
  position: sticky;
  top: 0;
  padding: var(--rem-size-15) 0 var(--rem-size-25) 0;
  background-color: var(--grey-lighter);
  box-shadow: 0px 0px 0px var(--rem-size-10) var(--grey-lighter);
  clip-path: inset(0px -10px 0px -10px);
  z-index: 20;
}
@media only screen and (max-width: 1023px) {
.scroll-container .mentors-page__header[data-v-040dc542] {
    padding: var(--rem-size-15) 0 var(--rem-size-10) 0;
}
}
.scroll-container .mentors-page__header__mobile[data-v-040dc542] {
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
.scroll-container .mentors-page__header__mobile[data-v-040dc542] {
    height: 100%;
    visibility: initial;
}
}
.scroll-container .mentors-page__header__mobile__bar[data-v-040dc542] {
  height: 46px;
  margin-right: var(--rem-size-10);
  background-color: var(--white);
  border: solid 1px var(--grey-light);
  border-radius: var(--global-radius);
  box-shadow: 0 2px var(--rem-size-8) 0 var(--black-alpha10);
}
.scroll-container .mentors-page__header__mobile__bar__input[data-v-040dc542] {
  height: 44px;
  margin: 0;
  color: var(--black);
  background-color: var(--white);
  border: none;
  font-size: var(--rem-size-16);
}
.scroll-container .mentors-page__header__mobile__bar[data-v-040dc542]:before {
  content: "";
  display: block;
  top: 85px;
  left: var(--rem-size-8);
  position: absolute;
  color: var(--black);
  font-family: "ideation-icons";
  font-size: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.scroll-container .mentors-page__header__mobile__filter[data-v-040dc542] {
  height: 46px;
  background-color: var(--white);
  box-shadow: 0 2px var(--rem-size-8) 0 var(--black-alpha10);
}
.scroll-container .mentors-page__header__mobile__results[data-v-040dc542] {
  display: none;
}
@media only screen and (max-width: 1023px) {
.scroll-container .mentors-page__header__mobile__results[data-v-040dc542] {
    display: flex;
    height: var(--rem-size-22);
    margin: 0;
    font-size: var(--rem-size-14);
    text-align: right;
}
}
.scroll-container .mentors-page__header__title-results[data-v-040dc542] {
  display: flex;
  flex-direction: row;
  height: var(--rem-size-32);
  margin-bottom: var(--rem-size-15);
  color: var(--black);
}
.scroll-container .mentors-page__header__title-results__title[data-v-040dc542] {
  max-height: 48px;
  font-size: var(--rem-size-24);
  font-weight: var(--font-weight-bold);
  text-align: left;
}
@media only screen and (max-width: 1023px) {
.scroll-container .mentors-page__header__title-results__title[data-v-040dc542] {
    text-align: center;
}
}
.scroll-container .mentors-page__header__title-results__title.search[data-v-040dc542] {
  font-size: var(--rem-size-16);
}
.scroll-container .mentors-page__header__title-results__result[data-v-040dc542] {
  align-self: flex-end;
  font-size: var(--rem-size-15);
  text-align: right;
}
@media only screen and (max-width: 1023px) {
.scroll-container .mentors-page__header__title-results__result[data-v-040dc542] {
    display: none;
}
}
.scroll-container .mentors-page__header__infos[data-v-040dc542] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 64px;
  background: var(--white);
  border-radius: var(--global-radius);
  box-shadow: 0px 2px 3px var(--grey);
}
@media only screen and (max-width: 1023px) {
.scroll-container .mentors-page__header__infos[data-v-040dc542] {
    height: 0;
    visibility: hidden;
}
}
.scroll-container .mentors-page__header__infos__label[data-v-040dc542] {
  display: flex;
  flex-direction: column;
  margin: 5px var(--rem-size-10) 0 0;
  color: var(--black);
}
.scroll-container .mentors-page__header__infos__select[data-v-040dc542] {
  display: flex;
  width: 160px;
  height: 41px;
  margin: 0 var(--rem-size-10) 0 0;
  padding: 0 var(--rem-size-15);
}
.scroll-container .mentors-page__header__infos__button[data-v-040dc542] {
  display: flex;
  flex-direction: column;
  margin: 0 var(--rem-size-10) 0 0;
  color: var(--grey);
}
.scroll-container .mentors-page__header__infos__button[data-v-040dc542]:hover {
  cursor: pointer;
}
.scroll-container .mentors-page__header__infos__button.disabled[data-v-040dc542],
.scroll-container .mentors-page__header__infos__button[disabled][data-v-040dc542] {
  color: var(--black);
  opacity: 1;
  pointer-events: none;
}
.scroll-container .mentors-page__mentors[data-v-040dc542] {
  flex-direction: column;
  flex: 1 1 0px;
  max-width: 912px;
  padding-inline: var(--rem-size-20);
}
.scroll-container .mentors-page__mentors.panel-hidden[data-v-040dc542] {
  max-width: 1166px;
}
.scroll-container .mentors-page__mentors__container[data-v-040dc542] {
  padding: var(--rem-size-15) 0 var(--rem-size-15) 0;
}
.scroll-container .mentors-page__mentors__container__spinner[data-v-040dc542] {
  display: flex;
  align-content: left;
}


.meeting-card[data-v-0e0906bb] {
  display: flex;
  align-items: center;
  gap: var(--rem-size-16);
  position: relative;
  padding: 1.6rem 2rem;
  background-color: var(--white);
  border-radius: var(--global-radius);
  box-shadow: 0px 2px 3px var(--grey);
  cursor: pointer;
}
.meeting-card__details[data-v-0e0906bb] {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.meeting-card__details__title[data-v-0e0906bb] {
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.meeting-card__details__description[data-v-0e0906bb] {
  display: flex;
  align-items: center;
  font-size: var(--rem-size-14);
  color: var(--grey-dark);
}
.meeting-card__details__description .idt-live-tag[data-v-0e0906bb] {
  text-transform: initial;
}
.meeting-card__details__description__tag[data-v-0e0906bb] {
  margin-left: 1rem;
}
.meeting-card__details__description__tag .idt-tag[data-v-0e0906bb] {
  height: var(--rem-size-24);
  padding: 2px var(--rem-size-24);
}
.meeting-card__details__description__tag .idt-tag.invited[data-v-0e0906bb] {
  background-color: var(--grey-light);
  color: var(--grey-dark);
}
.meeting-card__duration[data-v-0e0906bb] {
  width: 12rem;
  padding-left: 2rem;
  border-left: 2px solid var(--grey-lighter);
}
.meeting-card__duration__label[data-v-0e0906bb] {
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-bold);
  color: var(--grey-dark);
}
.meeting-card__duration__value[data-v-0e0906bb] {
  font-size: var(--rem-size-14);
  color: var(--black);
}
.meeting-card__buttons[data-v-0e0906bb] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.meeting-card__buttons__action[data-v-0e0906bb] {
  width: var(--rem-size-26);
  height: var(--rem-size-26);
  border-radius: 50%;
  text-align: center;
  line-height: var(--rem-size-26);
  cursor: pointer;
}
.meeting-card__buttons__action[data-v-0e0906bb]:hover {
  background: var(--grey-lighter);
}
.meeting-card__buttons[data-v-0e0906bb]  .idt-dropdown--pane {
  width: 100px;
  padding: var(--rem-size-10);
  cursor: pointer;
}
.meeting-card__buttons__join-now .button[data-v-0e0906bb] {
  margin-bottom: 0;
  border-radius: 1.5rem;
}


.skeleton[data-v-227f950d] {
  display: flex;
  align-items: center;
  padding: 1.6rem 2rem;
  background-color: var(--white);
  border-radius: var(--global-radius);
  box-shadow: 0px 2px 3px var(--grey);
}
.skeleton__participants[data-v-227f950d] {
  display: flex;
  max-width: 85px;
}
.skeleton__participants__avatar[data-v-227f950d] {
  width: 37px;
  height: 37px;
  background-color: var(--grey);
  border-radius: 50%;
  animation: glowing-data-v-227f950d 1300ms infinite;
}
.skeleton__details[data-v-227f950d] {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin-left: 15px;
}
.skeleton__details__title[data-v-227f950d] {
  max-width: 250px;
  height: 15px;
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-227f950d 1300ms infinite;
}
.skeleton__details__description[data-v-227f950d] {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.skeleton__details__description__date[data-v-227f950d] {
  width: 155px;
  height: 15px;
  margin-bottom: 5px;
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-227f950d 1300ms infinite;
}
.skeleton__details__description__tag[data-v-227f950d] {
  width: 50px;
  height: 15px;
  margin-left: 1rem;
  border-radius: var(--global-radius);
  animation: glowing-data-v-227f950d 1300ms infinite;
}
.skeleton__duration[data-v-227f950d] {
  width: 12rem;
  padding-left: 2rem;
  border-left: 2px solid var(--grey-lighter);
}
.skeleton__duration__label[data-v-227f950d] {
  width: 50px;
  height: 15px;
  margin-bottom: 5px;
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-227f950d 1300ms infinite;
}
.skeleton__duration__value[data-v-227f950d] {
  width: 60px;
  height: 15px;
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-227f950d 1300ms infinite;
}
@keyframes glowing-data-v-227f950d {
0% {
    background-color: var(--grey-light);
}
25% {
    background-color: var(--grey);
}
50% {
    background-color: var(--grey-light);
}
75% {
    background-color: var(--grey-lighter);
}
100% {
    background-color: var(--grey-light);
}
}


.meetings-page[data-v-7008e959] {
  height: calc(100vh - 70px);
  background-color: var(--grey-lighter);
  font-family: var(--text-font-family);
  overflow: auto;
}
.meetings-page__sidebar[data-v-7008e959] {
  position: sticky;
  top: 0;
  max-width: 280px;
  height: calc(100vh - 70px);
  overflow-y: auto;
}
.meetings-page__list[data-v-7008e959] {
  display: flex;
  flex-direction: column;
}
.meetings-page__list__header[data-v-7008e959] {
  display: flex;
  align-items: center;
  position: sticky;
  padding: 1rem 0 2rem 0;
  top: 0;
  z-index: 2;
  background-color: var(--grey-lighter);
  box-shadow: 0px 0px 2px var(--rem-size-2) var(--grey-lighter);
}
.meetings-page__list__header__titles[data-v-7008e959] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.meetings-page__list__header__titles__title[data-v-7008e959] {
  font-size: var(--rem-size-24);
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.meetings-page__list__header__titles__subtitle[data-v-7008e959] {
  font-size: var(--rem-size-16);
  color: var(--grey-dark);
}
.meetings-page__list__header button[data-v-7008e959] {
  margin: 0 0 0 var(--rem-size-8);
}
.meetings-page__list__day-container[data-v-7008e959] {
  margin-bottom: var(--rem-size-8);
}
.meetings-page__list__day[data-v-7008e959] {
  margin-bottom: 1.2rem;
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-medium);
  color: var(--black);
}
.meetings-page__list[data-v-7008e959]  .meeting-card {
  margin-bottom: var(--rem-size-10);
}
.meetings-page__no-results[data-v-7008e959] {
  display: flex;
  margin-top: 1rem;
  padding: 1.6rem 2rem;
  align-items: center;
  background-color: var(--white);
  border-radius: var(--global-radius);
  box-shadow: 0px 2px 3px var(--grey);
}
.meetings-page__no-results__icon[data-v-7008e959] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  margin-right: 1.5rem;
  background-color: var(--main-color-lighter);
  border-radius: 50%;
}
.meetings-page__no-results__labels__title[data-v-7008e959] {
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
  color: var(--black);
}
.meetings-page__no-results__labels__description[data-v-7008e959] {
  font-size: var(--rem-size-14);
  color: var(--grey-dark);
}
.meetings-page__no-results__labels>*[data-v-7008e959] {
  text-align: left;
}


.meeting-cancelled[data-v-e472f1a8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--grey-darkest);
}
.meeting-cancelled__title[data-v-e472f1a8] {
  margin-top: var(--rem-size-24);
  font-size: var(--rem-size-24);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-30);
}
.meeting-cancelled__subtitle[data-v-e472f1a8] {
  margin-top: var(--rem-size-16);
  font-size: var(--rem-size-16);
  line-height: var(--rem-size-24);
}


.meeting-finished[data-v-675dca25] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--grey-darkest);
}
.meeting-finished__title[data-v-675dca25] {
  margin-top: var(--rem-size-24);
  font-size: var(--rem-size-24);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-30);
}


.idt-sidebar[data-v-07106d83] {
  display: block;
  position: relative;
  width: 0;
  height: 1rem;
  transition: all .3s ease;
}
.idt-sidebar__content[data-v-07106d83] {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--white);
  background-color: var(--dark-color);
  overflow: hidden;
}
@media only screen and (max-width: 639px) {
.idt-sidebar__content[data-v-07106d83] {
    width: 100%;
    height: calc(var(--vh, 1vh)*100);
}
}
@media only screen and (min-width: 640px) {
.idt-sidebar__content[data-v-07106d83] {
    width: 360px;
    height: calc(100vh - var(--menu-height));
}
}
.idt-sidebar__content__header[data-v-07106d83] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: var(--chat-min-with);
  height: 2.75rem;
  padding: var(--rem-size-12) var(--rem-size-16);
  background-color: var(--dark-color-dark);
  box-shadow: 0 0 6px 0 var(--black-alpha20);
}
.idt-sidebar__content__header__title[data-v-07106d83] {
  display: flex;
  align-items: center;
  width: 90%;
  font-family: var(--title-font-family);
  text-transform: uppercase;
}
.idt-sidebar__content__header__title__slot[data-v-07106d83] {
  width: 90%;
  margin-left: var(--rem-size-5);
}
.idt-sidebar__content__header__title .ideacons[data-v-07106d83] {
  margin-right: var(--rem-size-8);
  font-size: 1.3rem;
  vertical-align: text-top;
}
.idt-sidebar__content__header--white[data-v-07106d83] {
  background-color: var(--white);
}
.idt-sidebar__content--white[data-v-07106d83] {
  color: var(--black);
  background-color: var(--grey-lightest);
}
.idt-sidebar__content__slot[data-v-07106d83] {
  height: calc(100% - 2.75rem);
}
@media only screen and (max-width: 639px) {
.idt-sidebar.open[data-v-07106d83] {
    width: 100%;
}
}
@media only screen and (min-width: 640px) {
.idt-sidebar.open[data-v-07106d83]:not(.fullsize) {
    width: 22.5rem;
}
}
.idt-sidebar.fullsize[data-v-07106d83] {
  width: 100%;
  height: 100%;
}
.idt-sidebar.fullsize .idt-sidebar__content[data-v-07106d83] {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1441px) {
.idt-sidebar[data-v-07106d83] {
    flex: 0 0 auto;
}
}


.meeting-participants-list {
  width: 100%;
  padding: var(--rem-size-10);
  background-color: var(--white);
}
.meeting-participants-list__filters {
  display: flex;
}
.meeting-participants-list__filters .idt-select-container {
  width: 120px;
}
.meeting-participants-list__filters .idt-user-search-input {
  width: 100%;
  margin-right: 8px;
}
.meeting-participants-list__uninvite {
  width: var(--rem-size-28);
  height: var(--rem-size-28);
  color: var(--white);
  background: var(--grey);
  border-radius: 50%;
  line-height: 36px;
  cursor: pointer;
}
.meeting-participants-list__uninvite:hover {
  background: var(--grey-dark);
}


.meeting-sidebar[data-v-31e3ab7f] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: var(--grey-light);
}
.meeting-sidebar[data-v-31e3ab7f]  .idt-sidebar__content__header {
  display: flex;
  justify-content: space-between;
  padding: var(--rem-size-6);
  background-color: var(--white);
  border-bottom: 1px solid var(--grey);
}
.meeting-sidebar[data-v-31e3ab7f]  .idt-sidebar__content__header__title {
  text-transform: initial;
}
.meeting-sidebar[data-v-31e3ab7f]  .idt-sidebar__content__slot {
  display: flex;
  width: 100%;
  overflow-y: auto;
}
.meeting-sidebar[data-v-31e3ab7f]  .live-chat {
  width: 100%;
}
.meeting-sidebar[data-v-31e3ab7f]  .idt-sidebar__content__header__title {
  width: 100%;
}
.meeting-sidebar[data-v-31e3ab7f]  .idt-sidebar__content__header__title__slot {
  width: 100%;
}
.meeting-sidebar__header[data-v-31e3ab7f] {
  display: flex;
  justify-content: space-between;
}
.meeting-sidebar__header__main-info[data-v-31e3ab7f] {
  display: flex;
  align-items: center;
}
.meeting-sidebar__header__main-info__title[data-v-31e3ab7f] {
  padding: var(--rem-size-2) var(--rem-size-10);
  background-color: var(--blue);
  color: var(--white);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
}
.meeting-sidebar__header__main-info__elapsed-time[data-v-31e3ab7f] {
  margin-left: var(--rem-size-8);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-18);
}
.meeting-sidebar__header__participants-count[data-v-31e3ab7f] {
  display: flex;
  align-items: center;
  padding: var(--rem-size-2) var(--rem-size-10);
  background-color: var(--main-color);
  color: var(--white);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-14);
  gap: var(--rem-size-5);
  cursor: pointer;
}
.meeting-sidebar__header__participants-count.active[data-v-31e3ab7f] {
  background-color: var(--grey-lighter);
  color: var(--black);
}
.meeting-sidebar__header__participants-count.not-clickable[data-v-31e3ab7f] {
  cursor: default;
}


.meeting-room-title[data-v-27947111] {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 70px;
  padding: var(--rem-size-15) var(--rem-size-20);
  background: var(--white);
}
@media only screen and (max-width: 991px) {
.meeting-room-title[data-v-27947111] {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
}
}
.meeting-room-title__title[data-v-27947111] {
  max-width: calc(100% - 320px);
  color: var(--grey-darkest);
  font-size: var(--rem-size-20);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-26);
}
@media only screen and (max-width: 991px) {
.meeting-room-title__title[data-v-27947111] {
    width: 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 991px) {
.meeting-room-title__right[data-v-27947111] {
    margin-top: var(--rem-size-10);
}
}
.meeting-room-title__right__action[data-v-27947111],
.meeting-room-title__right__countdown[data-v-27947111] {
  margin: 0;
}
.meeting-room-title__right__action[data-v-27947111] {
  background: var(--red);
  color: var(--white);
}
@media only screen and (max-width: 369px) {
.meeting-room-title__right__action[data-v-27947111] {
    width: 100%;
}
}
.meeting-room-title__right__countdown[data-v-27947111] {
  margin-left: var(--rem-size-10);
  background: var(--grey-lightest);
  color: var(--grey-darkest);
  font-size: var(--rem-size-14);
}
@media only screen and (max-width: 369px) {
.meeting-room-title__right__countdown[data-v-27947111] {
    width: 100%;
    margin-top: var(--rem-size-10);
    margin-left: 0;
}
}


.meeting-video {
  height: 100%;
  background: var(--grey-darkest);
}
@media only screen and (max-width: 991px) {
.meeting-video {
    min-height: 500px;
}
}
@media only screen and (max-width: 639px) {
.meeting-video {
    min-height: 400px;
}
}
.meeting-video__alert {
  position: absolute;
  width: 100%;
}
.meeting-video__alert__content {
  padding: 1rem;
  margin: 10px;
  top: 0;
  left: 0;
  color: var(--white);
  background-color: var(--red);
  border-radius: var(--global-radius);
  font-weight: var(--font-weight-bold);
}
.meeting-video__alert__close {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 1.2rem;
  border: none;
  color: var(--white);
  cursor: pointer;
}
.meeting-video--loading {
  position: relative;
}
.meeting-video--loading .idt-round-loader {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.meeting-waiting[data-v-157df828] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: var(--rem-size-20) 0;
  color: var(--grey-darkest);
}
.meeting-waiting__open-button[data-v-157df828] {
  width: 200px;
  height: 50px;
  margin-top: 80px;
  font-size: 18px;
  font-weight: var(--font-weight-medium);
  text-align: center;
  background-color: var(--main-color);
  border-radius: var(--global-radius);
}
.meeting-waiting .box[data-v-157df828] {
  padding: var(--rem-size-10) var(--rem-size-12);
  background: var(--white);
  border-radius: var(--global-radius);
}
.meeting-waiting .info-label[data-v-157df828] {
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-medium);
}
.meeting-waiting__participant-carousel[data-v-157df828] {
  width: 100%;
  margin-bottom: var(--rem-size-10);
}
.meeting-waiting__participant-carousel.small[data-v-157df828] {
  width: 600px;
}
.meeting-waiting__participant-carousel__name[data-v-157df828] {
  margin-top: var(--rem-size-8);
  margin-bottom: var(--rem-size-4);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
}
.meeting-waiting__participant-carousel__job[data-v-157df828] {
  margin-bottom: var(--rem-size-5);
  font-size: var(--rem-size-12);
}
.meeting-waiting__participant-carousel[data-v-157df828]  .idt-tag {
  display: inline-block;
}
.meeting-waiting__participant-carousel[data-v-157df828]  .slick-slider {
  margin: var(--rem-size-10) 0;
}
.meeting-waiting__participant-carousel[data-v-157df828]  .slick-slider .slick-list {
  padding: 0px 20%;
}
.meeting-waiting__participant-carousel[data-v-157df828]  .slick-slider .slick-list .slick-slide {
  width: 120px;
  margin: 0 var(--rem-size-30);
  text-align: center;
}
.meeting-waiting__participant-carousel[data-v-157df828]  .slick-slider .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 120px;
  height: 100%;
  z-index: 1;
}
.meeting-waiting__participant-carousel[data-v-157df828]  .slick-slider .slick-arrow:first-child {
  left: 0;
  background: linear-gradient(90deg, #F5F6FA 65.44%, rgba(235, 237, 242, 0) 89.78%, rgba(245, 246, 250, 0) 89.78%);
}
.meeting-waiting__participant-carousel[data-v-157df828]  .slick-slider .slick-arrow:last-child {
  right: 0;
  background: linear-gradient(271.15deg, #F5F6FA 65.44%, rgba(235, 237, 242, 0) 89.78%, rgba(245, 246, 250, 0) 89.78%);
}
.meeting-waiting__participant-carousel[data-v-157df828]  .slick-slider .slick-arrow:last-child .arrow {
  float: right;
}
.meeting-waiting__title[data-v-157df828] {
  margin-bottom: 62px;
  font-size: var(--rem-size-24);
  font-weight: var(--font-weight-medium);
  line-height: var(--rem-size-30);
}
.meeting-waiting__informations[data-v-157df828] {
  margin-bottom: var(--rem-size-32);
}
.meeting-waiting__informations__date .idt-icon[data-v-157df828] {
  margin-right: var(--rem-size-8);
}
.meeting-waiting__informations span>span[data-v-157df828] {
  line-height: var(--rem-size-24);
}
.meeting-waiting__informations[data-v-157df828]  .idt-icon>svg {
  vertical-align: sub;
}
.meeting-waiting__countdown[data-v-157df828] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.meeting-waiting__countdown__time-label[data-v-157df828] {
  margin-left: var(--rem-size-8);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-20);
}
.meeting-waiting__countdown__item[data-v-157df828]:not(:last-child) {
  margin-right: var(--rem-size-16);
}


.meeting-room[data-v-7fe08d46] {
  --menu-height: 70px;
  --video-height: 48vw;
  --menu-and-footer-height: calc( var(--menu-height) + var(--conference-footer-height) );
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh)*100 - var(--menu-height));
  background: var(--grey-lightest);
}
.meeting-room.cancelled[data-v-7fe08d46] {
  justify-content: center;
}
@media only screen and (max-width: 991px) {
.meeting-room[data-v-7fe08d46]:not(.cancelled) {
    flex-flow: column nowrap;
}
}
@media only screen and (min-width: 992px) {
.meeting-room[data-v-7fe08d46] {
    flex-flow: row;
}
}
.meeting-room__main[data-v-7fe08d46] {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 991px) {
.meeting-room__main[data-v-7fe08d46] {
    flex: 0 0 auto;
}
}
@media only screen and (min-width: 992px) {
.meeting-room__main[data-v-7fe08d46] {
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
}
}
.meeting-room__main__container[data-v-7fe08d46] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.meeting-room__sidebar[data-v-7fe08d46] {
  height: calc(100vh - 70px);
  background: var(--white);
}
@media only screen and (max-width: 991px) {
.meeting-room__sidebar[data-v-7fe08d46] {
    flex: 1 1 auto;
}
}
@media only screen and (max-width: 991px)and (min-aspect-ratio: 13/9) {
.meeting-room__sidebar[data-v-7fe08d46] {
    display: none;
}
}
@media only screen and (min-width: 992px) {
.meeting-room__sidebar[data-v-7fe08d46] {
    flex: 0 0 auto;
    width: 440px;
}
}
@media only screen and (min-width: 640px) {
.meeting-room__sidebar[data-v-7fe08d46]  .meeting-sidebar {
    border-left: 1px solid var(--grey-lighter);
}
}
@media only screen and (min-width: 992px) {
.meeting-room__sidebar[data-v-7fe08d46]  .meeting-sidebar {
    flex-grow: 1;
}
}


.insight-card {
  flex: 0 1 auto;
  position: relative;
  margin-bottom: 2.125rem;
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.14);
}
@media only screen and (max-width: 1023px) {
.insight-card {
    width: calc(100vw - 48px);
}
}
@media only screen and (min-width: 1024px) {
.insight-card {
    width: 911px;
}
}
.insight-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 300px;
  background-color: var(--grey-lightest);
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
.insight-card:before {
    left: -1.075rem;
    width: 16px;
    height: 16px;
    border: 1px solid var(--grey);
}
}
@media only screen and (min-width: 1024px) {
.insight-card:before {
    left: -5.5rem;
    width: 22px;
    height: 22px;
    border: 2px solid var(--grey);
}
}
.insight-card__banner {
  display: block;
  height: 300px;
  background-color: var(--grey-lightest);
  background-position: center;
  background-size: cover;
}
.insight-card__banner__container {
  position: relative;
}
.insight-card__status {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
}
.insight-card__status__content {
  padding: .25rem .5rem;
  color: var(--secondary-color-dark);
  background-color: var(--secondary-color-lightest);
}
.insight-card__actions {
  position: absolute;
  right: 1rem;
  bottom: 1.25rem;
}
.insight-card__actions .button {
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.insight-card__actions .button i {
  font-size: 1.1rem;
  vertical-align: text-bottom;
}
.insight-card__content {
  color: var(--grey-dark);
}
@media only screen and (max-width: 1023px) {
.insight-card__content {
    padding: 1rem 1.25rem;
    font-size: 1rem;
}
}
@media only screen and (min-width: 1024px) {
.insight-card__content {
    padding: 2rem;
    font-size: 1.1rem;
}
}
.insight-card__title {
  display: inline-block;
  color: var(--grey-darker);
  font-size: 1.5rem;
  font-weight: 300;
}
.insight-card__info {
  margin-bottom: var(--rem-size-8);
  font-weight: var(--font-weight-medium);
}
.insight-card__info__date,
.insight-card__info__author {
  color: var(--main-color);
}
.insight-card__info__date.pointable,
.insight-card__info__author.pointable {
  cursor: pointer;
}
.insight-card__info__pipe {
  color: var(--grey);
}
.insight-card__text {
  margin-top: var(--rem-size-8);
}
.insight-card__text:not(.article) p {
  display: inline;
}
.insight-card__text:not(.article) img {
  display: none !important;
  width: 0;
  height: 0;
  visibility: hidden;
}
.insight-card__text table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
.insight-card.no-illustration .insight-card__actions {
  top: 16px;
}
.insight-card.no-illustration:before {
  top: 50%;
}


.insights {
  background-color: var(--white);
}
.insights__list {
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  border-left: 2px solid var(--grey-lighter);
}
@media only screen and (max-width: 1023px) {
.insights__list {
    padding: 1rem 0 1rem 1rem;
}
}
@media only screen and (min-width: 1024px) {
.insights__list {
    padding: 4rem 0 4rem 2rem;
}
}
.insights__no-item,
.insights__loading {
  margin-top: 4rem;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
}


.news-list[data-v-5acaca47] {
  padding-bottom: var(--rem-size-32);
}
.news-list__header[data-v-5acaca47] {
  align-items: flex-start;
  min-height: 120px;
  padding: var(--rem-size-16) 0;
  background-color: var(--grey-lightest);
}
.news-list__tags__label[data-v-5acaca47] {
  margin-bottom: var(--rem-size-8);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-light);
}
.news-list__tags__selector[data-v-5acaca47] {
  margin-left: var(--rem-size-8) !important;
}
.news-list__tags-list[data-v-5acaca47] {
  padding: 0 var(--rem-size-8) 0 var(--rem-size-4);
  text-align: left;
}
.news-list__tag[data-v-5acaca47] {
  cursor: pointer;
}
.news-list__tag[data-v-5acaca47]:hover {
  color: var(--main-color);
}
.news-list__selected-tags[data-v-5acaca47] {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: var(--rem-size-8);
}
.news-list__selected-tags .idt-tag[data-v-5acaca47] {
  cursor: pointer;
}


.insight-editor required-field[data-v-29cfe3b6] {
  color: #f14040;
  font-size: 9pt;
}
.insight-editor .insight-card__banner[data-v-29cfe3b6] {
  position: relative;
  text-align: center;
}
.insight-editor .upload-container[data-v-29cfe3b6] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 236px;
  height: 110px;
  margin: 0;
  padding: 1rem;
  background-color: var(--black-alpha60);
  transform: translate(-50%, -50%);
}
.insight-editor .upload-container__title[data-v-29cfe3b6] {
  margin-bottom: .5rem;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}
.insight-editor .upload-container .upload-insight[data-v-29cfe3b6] {
  display: block;
}
.insight-editor .upload-container .upload-file__btn[data-v-29cfe3b6] {
  width: 100%;
  padding: .85em 1em;
}
.insight-editor__switch[data-v-29cfe3b6] {
  margin-right: .5rem;
}
.insight-editor__title[data-v-29cfe3b6] {
  margin: 0;
}
.insight-editor__tags-selector[data-v-29cfe3b6] {
  align-items: flex-end;
}
.insight-editor__tags-selector[data-v-29cfe3b6]  .idt-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.insight-editor__tags-selector .idt-input-container[data-v-29cfe3b6] {
  flex: 1;
}
.insight-editor__tags-selector button[data-v-29cfe3b6] {
  flex: 0 0 auto;
  height: 48.6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.insight-editor__tags[data-v-29cfe3b6] {
  margin-bottom: var(--rem-size-16);
}
.insight-editor__tags[data-v-29cfe3b6]  .idt-tag {
  display: inline-block;
  margin-left: var(--rem-size-5);
  cursor: pointer;
}
.insight-editor__tags[data-v-29cfe3b6]  .idt-tag.selected {
  color: var(--main-color-lighter);
  background-color: var(--main-color);
}


.bo-project-confirm-modal {
  color: var(--grey-darkest);
  font-size: var(--rem-size-16);
  line-height: var(--rem-size-24);
}
.bo-project-confirm-modal__title {
  margin-bottom: var(--rem-size-8);
  font-weight: var(--font-weight-medium);
  font-size: var(--rem-size-18);
  line-height: var(--rem-size-24);
}
.bo-project-confirm-modal__msg {
  display: flex;
  align-items: center;
  margin: var(--rem-size-16) 0;
  padding: var(--rem-size-12) var(--rem-size-20);
  border-radius: var(--rem-size-5);
  background: var(--grey-light);
  font-weight: var(--font-weight-medium);
}
.bo-project-confirm-modal__msg .ideacon {
  color: var(--grey-dark);
  margin-right: var(--rem-size-20);
}
.bo-project-confirm-modal__actions {
  display: flex;
  justify-content: flex-end;
  margin: calc(0 - var(--rem-size-4));
  gap: var(--rem-size-8);
}
.bo-project-confirm-modal__actions .button {
  margin: var(--rem-size-4);
}


.bo-challenge-button {
  display: inline-flex;
  align-items: center;
  color: var(--white) !important;
  background-color: var(--main-color) !important;
  border: 0 !important;
  font-weight: var(--font-weight-bold);
}
.bo-project-challenges .vue-slider {
  height: var(--rem-size-8);
  margin: var(--rem-size-8) var(--rem-size-9) var(--rem-size-40);
}
.bo-project-challenges .vue-slider .vue-slider-dot {
  width: var(--rem-size-24);
  height: var(--rem-size-24);
  border-width: 2px;
}
.bo-project-challenges .vue-slider .vue-slider-dot-tooltip-bottom {
  bottom: calc(-1*var(--rem-size-8));
}
.bo-project-challenges .vue-slider .vue-slider-dot-tooltip-text {
  color: var(--main-color);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
}
.bo-project-challenges__slider {
  margin-left: var(--rem-size-32);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
}
.bo-project-challenges__delete-line {
  display: flex;
  justify-content: flex-end;
}
.bo-project-challenges__add-challenge {
  display: flex;
  align-items: center;
  min-height: 43.58px;
  margin: var(--rem-size-8) 0 var(--rem-size-16) var(--rem-size-32);
  padding: var(--rem-size-4) var(--rem-size-16);
  color: var(--grey-darker);
  border: 2px dashed var(--grey);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
  transition: color .15s ease-in-out,border-color .15s ease-in-out;
}
.bo-project-challenges__add-challenge:hover {
  border-color: var(--main-color);
}
.bo-project-challenges__input {
  flex: auto;
  position: relative;
  color: var(--grey-darkest);
}
.bo-project-challenges__input--invalid input {
  border-color: var(--red);
}
.bo-project-challenges__input__wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.bo-project-challenges__input__wrapper .bo-project-challenges__challenge__handle,
.bo-project-challenges__input__wrapper .bo-project-challenges__challenge__delete {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.bo-project-challenges__input__wrapper .bo-project-challenges__challenge__handle,
.bo-project-challenges__input__wrapper .bo-project-challenges__challenge__delete {
  color: var(--grey-darker);
}
.bo-project-challenges__input__wrapper .bo-project-challenges__challenge__handle:hover,
.bo-project-challenges__input__wrapper .bo-project-challenges__challenge__delete:hover {
  color: var(--danger-color);
  cursor: pointer;
}
.bo-project-challenges__input__wrapper .bo-project-challenges__challenge__handle {
  left: var(--rem-size-16);
}
.bo-project-challenges__input__wrapper .bo-project-challenges__challenge__delete {
  right: var(--rem-size-16);
}
.bo-project-challenges__input input {
  width: 100%;
  margin-bottom: 0;
  padding: var(--rem-size-8) var(--rem-size-16);
  font-weight: var(--font-weight-medium);
  font-size: var(--rem-size-14);
}
.bo-project-challenges__challenge {
  position: relative;
  margin-left: var(--rem-size-32);
  margin-top: var(--rem-size-8);
}
.bo-project-challenges__challenge .bo-project-challenges__input input {
  padding: var(--rem-size-8) var(--rem-size-42);
}
.bo-project-challenges__challenge--ghost {
  opacity: 0;
}
.bo-project-challenges__themes {
  width: 100%;
  padding-left: var(--rem-size-15);
}
.bo-project-challenges__theme {
  max-width: 620px;
  margin-bottom: var(--rem-size-12);
  padding: var(--rem-size-8) var(--rem-size-24) var(--rem-size-16) var(--rem-size-16);
  background: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
}
.bo-project-challenges__theme--ghost {
  opacity: 0;
}
.bo-project-challenges__theme__handle {
  margin-right: var(--rem-size-16);
}
.bo-project-challenges__theme__handle,
.bo-project-challenges__theme__handle:hover {
  color: var(--grey-darker);
}
.bo-project-challenges .idea-menu {
  cursor: move;
}
.bo-project-challenges .list-transition-items>.list-transition-item {
  transition: all .7s;
}
.bo-project-challenges .list-transition-leave-active,
.bo-project-challenges .list-transition-enter-active {
  overflow: hidden !important;
}
.bo-project-challenges .list-transition-enter {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.bo-project-challenges .list-transition-enter-to,
.bo-project-challenges .list-transition-leave {
  max-height: 250px;
  opacity: 1;
}
.bo-project-challenges .list-transition-items--sub-list>.list-transition-item {
  transition: all .25s;
}
.bo-project-challenges .list-transition-items--sub-list .list-transition-enter-to,
.bo-project-challenges .list-transition-items--sub-list .list-transition-leave {
  max-height: 60px;
}
.bo-project-challenges .list-transition-leave-to {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.bo-project-challenges-dialog-modal p {
  white-space: pre;
}


.custom-questions-tab[data-v-01fb07bb] {
  padding-top: var(--rem-size-12);
}
.custom-questions-tab__container[data-v-01fb07bb] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 639px) {
.custom-questions-tab__container[data-v-01fb07bb] {
    padding: 0 20px;
}
}
@media only screen and (min-width: 640px) {
.custom-questions-tab__container[data-v-01fb07bb] {
    padding: 0;
}
}
.custom-questions-tab__container__title[data-v-01fb07bb] {
  max-width: 600px;
  margin-bottom: 15px;
  color: var(--grey-darkest);
  font-family: var(--text-font-family);
  font-weight: var(--font-weight-light);
  font-size: 1.875rem;
  text-align: center;
  text-transform: uppercase;
}
.custom-questions-tab__container__description[data-v-01fb07bb] {
  max-width: 600px;
  margin-bottom: 25px;
  color: var(--main-color);
  font-family: var(--text-font-family);
  font-weight: var(--font-weight-normal);
  font-size: 1rem;
  text-align: center;
}
.custom-questions-tab__back[data-v-01fb07bb] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--grey-darker);
  font-size: 1.125rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.custom-questions-tab__back[data-v-01fb07bb] {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
}
.custom-questions-tab__back span[data-v-01fb07bb] {
  margin-left: 10px;
}


.bo-custom-questions-menu__item[data-v-07920d0d] {
  width: 100%;
  padding: 20px 0;
  color: var(--grey-darkest);
  text-align: center;
}
.bo-custom-questions-menu__item__text[data-v-07920d0d] {
  margin-left: 10px;
}
.bo-custom-questions-menu__item[data-v-07920d0d]:hover {
  background-color: var(--grey-lighter);
}


.bo-custom-questions-add[data-v-32fb022e] {
  margin: var(--rem-size-16);
}
.bo-custom-questions-add__title[data-v-32fb022e] {
  margin-bottom: 15px;
  color: var(--grey-darkest);
  font-family: var(--text-font-family);
  font-weight: var(--font-weight-light);
  font-size: 1.875rem;
  text-align: center;
  text-transform: uppercase;
}
.bo-custom-questions-add__description[data-v-32fb022e] {
  margin-bottom: 25px;
  color: var(--main-color);
  font-family: var(--text-font-family);
  font-weight: var(--font-weight-normal);
  font-size: 1rem;
  text-align: center;
}


.custom-form-field-list-item[data-v-0331589a] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.custom-form-field-list-item__content[data-v-0331589a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 600px;
  height: 50px;
  margin-right: var(--rem-size-12);
  padding: 0 12px 0 20px;
  border: 1px solid var(--grey-light);
  border-radius: 3px;
  box-sizing: border-box;
  cursor: grab;
}
.custom-form-field-list-item__content__text[data-v-0331589a] {
  max-width: 500px;
  height: 22px;
  color: var(--grey-darkest);
  font-weight: var(--font-weight-medium);
  font-size: .875rem;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.custom-form-field-list-item__content__text[data-v-0331589a]  p {
  margin-bottom: 0;
  margin-top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.custom-form-field-list-item__content__badge[data-v-0331589a] {
  position: absolute;
  left: -30px;
}
.custom-form-field-list-item__content__actions[data-v-0331589a] {
  display: none;
  cursor: pointer;
}
.custom-form-field-list-item__content__actions__update[data-v-0331589a] {
  color: var(--main-color);
}
.custom-form-field-list-item__content__actions__delete[data-v-0331589a] {
  margin-left: 5px;
  color: var(--secondary-color);
}
.custom-form-field-list-item__content[data-v-0331589a]:hover {
  border-width: 0 1px;
  box-shadow: 0px 2px 4px rgba(0,0,0,.25);
}
.custom-form-field-list-item__content:hover .custom-form-field-list-item__content__actions[data-v-0331589a] {
  display: inherit;
}


.custom-form-field-list[data-v-3e80be4a] {
  padding-left: 30px;
}
.custom-form-field-list__row[data-v-3e80be4a] {
  margin-bottom: 15px;
}
.custom-form-field-list__row[data-v-3e80be4a]:last-child {
  margin-bottom: 25px;
}
.custom-form-field-list .ghost[data-v-3e80be4a] {
  width: 600px;
  background: var(--grey-lighter);
  opacity: .5;
  cursor: grab;
}


.btn-add-field[data-v-4fda66e6] {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-add-field__text[data-v-4fda66e6] {
  margin-left: 12px;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}


.bo-project-modal-settings-information__image-upload[data-v-46b83b13] {
  display: flex;
  align-items: center;
}
.bo-project-modal-settings-information__image-upload__uploader.fs__image-upload[data-v-46b83b13] {
  height: 170px;
  width: 300px;
}
.bo-project-modal-settings-information__logo-upload.fs__image-upload[data-v-46b83b13] {
  height: 180px;
  width: 180px;
}


.bo-section__title+.bo-project-sections-table {
  margin-top: calc(-1*var(--rem-size-30));
}
.bo-project-sections__custom-questions {
  margin-top: var(--rem-size-32);
}
.bo-project-sections-table {
  width: 100%;
  overflow: initial !important;
}
@media only screen and (min-width: 640px) {
.bo-project-sections-table--disable-move .bo-project-sections-table__actions__handle {
    opacity: .2;
    cursor: not-allowed;
}
.bo-project-sections-table--disable-move .bo-project-sections-table__actions__handle * {
    pointer-events: none;
}
}
.bo-project-sections-table__content {
  box-shadow: 0 2px 3px var(--grey-darker-alpha15);
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
  position: relative;
}
.bo-project-sections-table__content,
.bo-project-sections-table__content__lines {
  width: 100%;
}
.bo-project-sections-table__content__lines .bo-project-sections-table__row {
  border-bottom: 1px solid var(--grey-light);
  left: 0;
}
.bo-project-sections-table__table,
.bo-project-sections-table__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-flow: column;
}
.bo-project-sections-table__row {
  width: 100%;
  font-size: var(--rem-size-14);
}
@media only screen and (max-width: 639px) {
.bo-project-sections-table__row {
    display: flex;
    flex-direction: column;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.bo-project-sections-table__row {
    display: grid;
    grid-template-columns: 8% 23% 56% 13%;
}
}
@media only screen and (min-width: 1024px)and (max-width: 1199px) {
.bo-project-sections-table__row {
    display: grid;
    grid-template-columns: 6% 40% 35% 19%;
}
}
@media only screen and (min-width: 1200px) {
.bo-project-sections-table__row {
    display: grid;
    grid-template-columns: 6% 52% 28% 14%;
}
}
@media only screen and (max-width: 639px) {
.bo-project-sections-table__row--header {
    display: none;
}
}
@media only screen and (min-width: 640px) {
.bo-project-sections-table__row--header {
    box-shadow: none;
    height: 50px;
}
.bo-project-sections-table__row--header .bo-project-sections-table__cell {
    color: var(--grey-dark);
    font-weight: var(--font-weight-bold);
    font-size: var(--rem-size-12);
}
}
.bo-project-sections-table__row--ghost {
  opacity: 0;
}
.bo-project-sections-table__row--fixed {
  background: var(--grey-lighter);
}
.bo-project-sections-table__cell {
  padding: var(--rem-size-16);
  vertical-align: top;
  overflow: hidden;
}
@media only screen and (max-width: 639px) {
.bo-project-sections-table__cell {
    padding: var(--rem-size-24) var(--rem-size-16);
}
.bo-project-sections-table__cell:nth-child(2) {
    padding-bottom: 0;
}
}
.bo-project-sections-table__cell__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  white-space: normal;
  word-break: break-word;
}
.bo-project-sections-table__cell__content--no-mandatory {
  width: 64%;
}
.bo-project-sections-table__cell__content__title {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 639px) {
.bo-project-sections-table__cell__content__title__icon {
    color: var(--grey-darker);
}
}
@media only screen and (min-width: 640px) {
.bo-project-sections-table__cell__content__title__icon {
    display: none;
}
}
.bo-project-sections-table__cell__settings {
  justify-content: center;
}
.bo-project-sections-table a {
  color: var(--grey-dark);
}
@media only screen and (max-width: 639px) {
.bo-project-sections-table .bo-project-sections-table__actions {
    display: none;
}
}
@media only screen and (min-width: 640px) {
.bo-project-sections-table .bo-project-sections-table__actions {
    display: flex;
    overflow: initial !important;
    max-width: none !important;
    white-space: nowrap;
    align-items: flex-start;
    transition: padding-top .1s ease-in-out;
}
.bo-project-sections-table .bo-project-sections-table__actions__settings {
    font-size: var(--rem-size-14);
    line-height: var(--rem-size-20);
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.bo-project-sections-table .bo-project-sections-table__actions__settings__label {
    display: none;
}
}
@media only screen and (min-width: 640px)and (min-width: 1024px) {
.bo-project-sections-table .bo-project-sections-table__actions__settings__label {
    margin-right: var(--rem-size-12);
    color: var(--grey-darkest);
}
}
@media only screen and (min-width: 640px) {
.bo-project-sections-table .bo-project-sections-table__actions__settings__icon {
    color: var(--grey-darker);
}
}
@media only screen and (min-width: 640px) {
.bo-project-sections-table .bo-project-sections-table__actions__handle {
    transition: opacity .5s ease-in-out;
}
}
@media only screen and (min-width: 640px) {
.bo-project-sections-table .bo-project-sections-table__actions a+a {
    margin-left: var(--rem-size-8);
}
}
.bo-project-sections-table .idea-menu {
  cursor: move;
}
.bo-project-sections-table .idt-radio-button-group.disabled label {
  pointer-events: none;
  opacity: .25;
}
.bo-project-sections-table .idt-radio-button-group label {
  padding: var(--rem-size-9) var(--rem-size-14);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-18);
}
.bo-project-sections-table .list-transition-items .list-transition-item {
  transition: all .35s;
}
.bo-project-sections-table .list-transition-items .list-transition-item .bo-project-sections-table__cell {
  transition: all .35s;
}
.bo-project-sections-table .list-transition-leave-active,
.bo-project-sections-table .list-transition-enter-active {
  overflow: hidden !important;
}
.bo-project-sections-table .list-transition-leave-active .bo-project-sections-table__cell,
.bo-project-sections-table .list-transition-enter-active .bo-project-sections-table__cell {
  overflow: hidden !important;
}
.bo-project-sections-table .list-transition-enter {
  max-height: 0;
  opacity: 0;
}
.bo-project-sections-table .list-transition-enter .bo-project-sections-table__cell {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
}
.bo-project-sections-table .list-transition-enter-to,
.bo-project-sections-table .list-transition-leave {
  max-height: 125px;
  opacity: 1;
}
.bo-project-sections-table .list-transition-enter-to .bo-project-sections-table__cell,
.bo-project-sections-table .list-transition-leave .bo-project-sections-table__cell {
  padding-top: var(--rem-size-16);
  padding-bottom: var(--rem-size-16);
  max-height: 125px;
}
.bo-project-sections-table .list-transition-leave-to {
  max-height: 0;
  opacity: 0;
  border-bottom-color: rgba(0,0,0,0) !important;
}
.bo-project-sections-table .list-transition-leave-to .bo-project-sections-table__cell {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
}


.bo-project-settings__bo-section__right[data-v-78a95dc3] {
  display: flex;
  flex-direction: column;
}
.bo-project-settings__bo-section__right__deadline[data-v-78a95dc3] {
  display: flex;
  justify-content: space-between;
  margin-top: var(--rem-size-32);
}
.bo-project-settings__bo-section__right__deadline__date-picker[data-v-78a95dc3] {
  width: 150px;
}
.bo-project-settings__bo-section__right__deadline__timezones[data-v-78a95dc3] {
  width: 40%;
}


.fo-project-section-custom-questions-edit[data-v-7df54842] {
  margin-left: var(--rem-size-32);
  margin-right: var(--rem-size-32);
}
.fo-project-section-custom-questions-edit__title[data-v-7df54842] {
  margin-bottom: var(--rem-size-16);
  text-align: center;
  color: var(--grey-darkest);
}


.fo-project-section-custom-questions-view[data-v-65bf4f5d] {
  margin: var(--rem-size-28);
}
.fo-project-section-custom-questions-view__title[data-v-65bf4f5d] {
  margin-bottom: var(--rem-size-16);
  text-align: center;
  color: var(--grey-darkest);
}
.fo-project-section-custom-questions-view__card[data-v-65bf4f5d] {
  margin: var(--rem-size-4) 0;
  padding: var(--rem-size-32);
  padding-bottom: var(--rem-size-16);
  background: var(--main-color-lighter);
  color: var(--grey-darkest);
  font-weight: var(--font-weight-medium);
  font-size: var(--rem-size-16);
  line-height: var(--rem-size-24);
  border-radius: var(--rem-size-10);
}


.project-publish-modal__title {
  color: var(--grey-darkest);
  font-size: var(--rem-size-32);
  font-weight: var(--font-weight-medium);
}
.project-publish-modal__content {
  color: var(--grey-darker);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-normal);
}
.project-publish-modal .unpublished {
  background-color: red;
}
.project-publish-modal .button {
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
}


.fo-project-bar-actions[data-v-2578f66c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fo-project-bar-actions__switch[data-v-2578f66c]  .idt-switch-small__label {
  color: var(--white);
  font-weight: var(--font-weight-bold);
}


.fo-project-bar-last-update[data-v-a22a73d0] {
  display: flex;
  justify-content: space-between;
  margin-top: var(--rem-size-16);
  margin-bottom: var(--rem-size-16);
  font-size: var(--rem-size-16);
}
.fo-project-bar-last-update__text[data-v-a22a73d0] {
  font-weight: var(--font-weight-medium);
}
.fo-project-bar-last-update__date[data-v-a22a73d0] {
  font-weight: var(--font-weight-normal);
}


.fo-project-list-deadline[data-v-03f2445c] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--rem-size-36);
  padding: 0 var(--rem-size-24);
  color: var(--warning-color);
  background-color: var(--yellow-lightest);
  border-radius: 80px;
}
.fo-project-list-deadline.reached[data-v-03f2445c] {
  color: var(--main-color);
  background: var(--main-color-lighter);
}
.fo-project-list-deadline.none[data-v-03f2445c] {
  color: var(--grey-darker);
  background: var(--grey-light);
}
.fo-project-list-deadline__text[data-v-03f2445c] {
  margin-left: var(--rem-size-10);
  font-weight: var(--font-weight-medium);
  font-size: var(--rem-size-14);
}


.idt-accordion[data-v-a8fe286a] {
  margin-bottom: var(--rem-size-16);
  border-radius: var(--global-radius);
  background-color: var(--white-alpha10);
}
.idt-accordion__title[data-v-a8fe286a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: var(--rem-size-16);
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-medium);
  color: var(--white);
}
.idt-accordion__content[data-v-a8fe286a] {
  border-top: 1px solid var(--grey-darkest);
  overflow: hidden;
  transition: 300ms ease-out;
}
.rotate-180[data-v-a8fe286a] {
  transform: rotate(180deg);
  transition-duration: .3s;
}
.rotate-0[data-v-a8fe286a] {
  transform: rotate(0deg);
  transition-duration: .3s;
}


.fo-project-bar-votes__content[data-v-016a5081] {
  padding: var(--rem-size-16);
}
.fo-project-bar-votes__content__no-votes[data-v-016a5081] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--rem-size-16);
}
.fo-project-bar-votes__content__no-votes__text[data-v-016a5081] {
  margin-top: var(--rem-size-8);
  font-size: var(--rem-size-12);
}
.fo-project-bar-votes__content__votes__vote[data-v-016a5081] {
  margin-bottom: var(--rem-size-8);
  padding: var(--rem-size-8);
  border-radius: 23px;
  text-align: center;
  font-weight: var(--font-weight-bold);
  font-size: var(--rem-size-18);
}
.fo-project-bar-votes__content__votes__vote--color0[data-v-016a5081] {
  border: 1px solid var(--project-vote-0);
  color: var(--project-vote-0);
}
.fo-project-bar-votes__content__votes__vote--color1[data-v-016a5081] {
  border: 1px solid var(--project-vote-1);
  color: var(--project-vote-1);
}
.fo-project-bar-votes__content__votes__vote--color2[data-v-016a5081] {
  border: 1px solid var(--project-vote-2);
  color: var(--project-vote-2);
}


.fo-project-bar-team-notes__edit__content[data-v-1fae1c6e] {
  padding: var(--rem-size-16);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-medium);
}
.fo-project-bar-team-notes__edit__content__textarea[data-v-1fae1c6e] {
  margin-top: var(--rem-size-16);
}
.fo-project-bar-team-notes__edit__content__buttons[data-v-1fae1c6e] {
  display: flex;
  justify-content: space-between;
}
.fo-project-bar-team-notes__view__notes[data-v-1fae1c6e] {
  height: 100px;
  margin-top: var(--rem-size-16);
  margin-bottom: var(--rem-size-24);
  padding: var(--rem-size-16);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-normal);
  background-color: var(--white);
  color: var(--grey-darkest);
  overflow: auto;
}
.fo-project-bar-team-notes__view__buttons[data-v-1fae1c6e] {
  display: flex;
  justify-content: flex-end;
}


.fo-project-bar-page-mapping__title[data-v-030fd688] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: var(--rem-size-8);
}
.fo-project-bar-page-mapping__title__status[data-v-030fd688] {
  display: flex;
  align-items: center;
  font-weight: var(--font-weight-normal) !important;
  font-size: var(--rem-size-14) !important;
}
.fo-project-bar-page-mapping__content[data-v-030fd688] {
  display: flex;
  flex-direction: column;
  padding: var(--rem-size-16);
}
.fo-project-bar-page-mapping__content__sections[data-v-030fd688] {
  display: flex;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-radius: 50px;
  background-color: var(--white);
  color: var(--grey-darkest);
  cursor: pointer;
}
.fo-project-bar-page-mapping__content__sections__left[data-v-030fd688] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: var(--font-weight-medium);
  font-size: var(--rem-size-12);
}
.fo-project-bar-page-mapping__content__sections__left__name[data-v-030fd688] {
  margin-bottom: var(--rem-size-8);
}
.fo-project-bar-page-mapping__content__sections__right[data-v-030fd688] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--rem-size-12);
}
.fo-project-bar-page-mapping__content__sections__right__button[data-v-030fd688] {
  display: flex;
  align-items: center;
  margin-left: var(--rem-size-8);
  padding: var(--rem-size-6);
  border-radius: 50px;
  color: var(--white);
}
.fo-project-bar-page-mapping__content__sections__right__button.rotate[data-v-030fd688] {
  transform: rotate(90deg);
}
.fo-project-bar-page-mapping__content__sections__right__button.optional[data-v-030fd688] {
  background-color: var(--grey-dark);
}
.fo-project-bar-page-mapping__content__sections__right__button.incomplete[data-v-030fd688] {
  background-color: var(--danger-color);
}
.fo-project-bar-page-mapping__content__sections__right__button.in-progress[data-v-030fd688] {
  background-color: var(--yellow);
}
.fo-project-bar-page-mapping__content__sections__right__button.completed[data-v-030fd688] {
  background-color: var(--main-color);
}
[data-v-030fd688] .idt-accordion__title {
  padding: var(--rem-size-2) var(--rem-size-16);
}
[data-v-030fd688] .idt-circular-progress {
  margin: 0 var(--rem-size-8);
}


.fo-project-bar-team-members__button[data-v-98d3f7be] {
  display: flex;
  align-items: center;
  padding: var(--rem-size-8);
  background-color: rgba(0,0,0,0);
  color: var(--white);
  cursor: pointer;
  transform: rotate(90deg);
}
.fo-project-bar-team-members__item[data-v-98d3f7be] {
  padding: var(--rem-size-8);
  color: var(--grey-darkest);
  cursor: pointer;
}
.fo-project-bar-team-members__item[data-v-98d3f7be]:hover {
  background-color: var(--grey-dark);
}
.fo-project-bar-team-members__loading[data-v-98d3f7be] {
  width: var(--rem-size-20);
  height: var(--rem-size-20);
  margin-right: var(--rem-size-6);
}
.fo-project-bar-team-members__title[data-v-98d3f7be] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-right: var(--rem-size-8);
}
[data-v-98d3f7be] .idt-dropdown--pane {
  padding: 0;
}


.fo-project-sidebar[data-v-11f8959c] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-width: 400px;
  max-width: 400px;
  padding: var(--rem-size-12) var(--rem-size-12) 9rem var(--rem-size-12);
  color: var(--white);
  background-color: var(--grey-darkest);
  position: sticky;
  top: var(--menu-height);
  height: 96vh;
  transition: all .5s ease,transform .3s ease;
  overflow: auto;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
.fo-project-sidebar[data-v-11f8959c] {
    position: absolute;
    min-width: 100%;
    height: 100%;
    overflow: visible;
    top: 0;
    z-index: 11;
}
.fo-project-sidebar--mobile-hidden[data-v-11f8959c] {
    transform: translate3d(-100%, 0, 0);
}
}
.fo-project-sidebar__deadline[data-v-11f8959c] {
  min-height: var(--rem-size-32);
  margin-bottom: var(--rem-size-24);
}


.fo-project-section-edit[data-v-4d281857] {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  max-width: 1160px;
  min-height: 390px;
  margin: auto;
  padding: 0;
}
.fo-project-section-edit[data-v-4d281857]:not(:last-child) {
  border-bottom: 2px dashed var(--grey);
}
.fo-project-section-edit__block[data-v-4d281857] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  background-color: var(--white-alpha80);
  z-index: 7;
}
.fo-project-section-edit__block__message-box[data-v-4d281857] {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 33%;
  padding: 4%;
  background-color: var(--white);
  border-radius: var(--global-radius);
  box-shadow: 0px 2px 9px 0px var(--black-alpha50);
}
.fo-project-section-edit__block__message-box__text-container[data-v-4d281857] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.fo-project-section-edit__block__message-box__text-container__icon[data-v-4d281857] {
  color: var(--yellow);
}
.fo-project-section-edit__block__message-box__text-container__text[data-v-4d281857] {
  margin-left: var(--rem-size-10);
}
.fo-project-section-edit__block__message-box__text-container__text span[data-v-4d281857] {
  font-weight: var(--font-weight-bold);
}
.fo-project-section-edit__block__message-box__cancel[data-v-4d281857] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--rem-size-5);
  padding-left: var(--rem-size-10);
  color: var(--white);
  background-color: var(--grey-dark);
  border-radius: 30px;
  transform: translateY(40%);
  cursor: pointer;
}
.fo-project-section-edit__block__message-box__cancel__icon[data-v-4d281857]  .ideacon {
  margin-left: 7px;
}
.fo-project-section-edit__actions[data-v-4d281857] {
  position: sticky;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
@media only screen and (max-width: 639px) {
.fo-project-section-edit__actions[data-v-4d281857] {
    display: block;
    top: var(--menu-height);
    margin-bottom: var(--rem-size-16);
}
}
@media only screen and (min-width: 640px) {
.fo-project-section-edit__actions[data-v-4d281857] {
    display: flex;
    justify-content: flex-end;
    top: calc(var(--menu-height) + 1rem);
    margin: var(--rem-size-16) 0;
    padding: 0 var(--rem-size-48);
}
}
.fo-project-section-edit__actions__status[data-v-4d281857] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: var(--white);
  border: 1px solid var(--grey);
  padding: var(--rem-size-5) var(--rem-size-9) var(--rem-size-5) var(--rem-size-10);
}
@media only screen and (max-width: 639px) {
.fo-project-section-edit__actions__status[data-v-4d281857] {
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
}
.fo-project-section-edit__actions__status__avatar[data-v-4d281857] {
  position: absolute;
  left: -60px;
}
@media only screen and (min-width: 480px)and (max-width: 639px) {
.fo-project-section-edit__actions__status__avatar[data-v-4d281857] {
    display: none;
}
}
.fo-project-section-edit__actions__status__title[data-v-4d281857] {
  margin-right: var(--rem-size-24);
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
}
@media only screen and (min-width: 640px) {
.fo-project-section-edit__actions__status__title[data-v-4d281857] {
    margin-right: var(--rem-size-18);
}
}
@media only screen and (max-width: 639px) {
.fo-project-section-edit__actions__status__title[data-v-4d281857] {
    display: none;
}
}
@media only screen and (max-width: 639px) {
.fo-project-section-edit__actions__status__wording[data-v-4d281857] {
    display: none;
}
}
.fo-project-section-edit__actions__status__icon[data-v-4d281857] {
  width: 19px;
  height: 19px;
  margin-left: var(--rem-size-10);
  color: var(--white);
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
}
@media only screen and (max-width: 639px) {
.fo-project-section-edit__actions__status__icon[data-v-4d281857] {
    margin-left: 0;
}
}
.fo-project-section-edit__actions__widget[data-v-4d281857] {
  display: flex;
  justify-content: space-between;
  gap: var(--rem-size-8);
  padding: var(--rem-size-7) var(--rem-size-9) var(--rem-size-7) var(--rem-size-14);
  color: var(--white);
  background-color: var(--grey-darkest);
}
@media only screen and (max-width: 639px) {
.fo-project-section-edit__actions__widget[data-v-4d281857] {
    padding: var(--rem-size-8) var(--rem-size-12);
}
}
@media only screen and (min-width: 640px) {
.fo-project-section-edit__actions__widget[data-v-4d281857] {
    border-radius: var(--rem-size-24);
}
}
.fo-project-section-edit__actions__widget__update[data-v-4d281857] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  font-size: var(--rem-size-13);
}
.fo-project-section-edit__actions__widget__update__wording[data-v-4d281857] {
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-13);
}
@media only screen and (max-width: 639px) {
.fo-project-section-edit__actions__widget__update[data-v-4d281857] {
    margin-bottom: 5px;
}
}
.fo-project-section-edit__actions__widget__buttons[data-v-4d281857] {
  display: flex;
  justify-content: end;
  gap: var(--rem-size-8);
}


.hiring-card-list[data-v-490fbd28] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: var(--rem-size-16);
}
.hiring-card-list__card[data-v-490fbd28] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  min-width: 10rem;
  max-width: 20rem;
  margin: var(--rem-size-8);
  padding: var(--rem-size-32);
  border: 2px solid var(--grey-light);
  border-radius: var(--global-radius);
}
.hiring-card-list__card__title[data-v-490fbd28] {
  margin: var(--rem-size-16);
  color: #000;
}
.hiring-card-list__card__button[data-v-490fbd28] {
  width: 50%;
}


.fo-project-section-hiring-edit[data-v-3784ab42] {
  text-align: center;
}
.fo-project-section-hiring-edit__title[data-v-3784ab42] {
  margin-bottom: var(--rem-size-16);
  color: #000;
}


.fo-project-section-hiring-edit[data-v-1f4eb25d] {
  text-align: center;
}
.fo-project-section-hiring-edit__title[data-v-1f4eb25d] {
  margin-bottom: var(--rem-size-16);
  color: #000;
}
.fo-project-section-hiring-edit__no-hiring[data-v-1f4eb25d] {
  margin-bottom: var(--rem-size-16);
  color: #000;
  text-align: center;
}
.fo-project-section-hiring-edit__not-hiring[data-v-1f4eb25d] {
  display: flex;
  justify-content: center;
  font-size: var(--rem-size-36);
  margin: var(--rem-size-40) 0;
}


.facebook[data-v-8a5a9a34] {
  background-color: var(--facebook-color);
}
.youtube[data-v-8a5a9a34] {
  background-color: var(--youtube-color);
}
.linkedin[data-v-8a5a9a34] {
  background-color: var(--linkedin-color);
}
.twitter[data-v-8a5a9a34] {
  background-color: var(--twitter-color);
}
.hide[data-v-8a5a9a34] {
  display: none;
}
.sub-block[data-v-8a5a9a34] {
  padding-top: var(--rem-size-40);
}
.social-media__content[data-v-8a5a9a34] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--rem-size-8);
  margin-bottom: var(--rem-size-8);
}
.social-media__content__icon[data-v-8a5a9a34] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  color: var(--white);
  border-radius: 50%;
}
.social-media__content__input[data-v-8a5a9a34] {
  width: calc(100% - 52px);
  padding-bottom: 0 !important;
}
.social-media__content__input.error[data-v-8a5a9a34] {
  padding-bottom: var(--rem-size-24) !important;
}
.social-media__content__input[data-v-8a5a9a34]  .idt-required-field {
  position: initial;
}
@media only screen and (max-width: 639px) {
.fo-project-section-information-edit[data-v-8a5a9a34] {
    --image-preview-height: 10rem;
    padding: var(--rem-size-20) var(--rem-size-20) var(--rem-size-40) var(--rem-size-20);
}
}
@media only screen and (min-width: 640px) {
.fo-project-section-information-edit[data-v-8a5a9a34] {
    --image-preview-height: 372px;
    padding: 48px;
}
}
.fo-project-section-information-edit h2[data-v-8a5a9a34] {
  margin-bottom: var(--rem-size-24);
  font-size: var(--rem-size-24);
}
.fo-project-section-information-edit__medias .tabs-selection[data-v-8a5a9a34] {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  background-color: var(--grey-light);
}
.fo-project-section-information-edit__medias .tabs-selection__button[data-v-8a5a9a34] {
  width: 50%;
  margin: var(--rem-size-4);
  color: var(--grey-darkest);
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  font-weight: bold;
}
.fo-project-section-information-edit__medias .tabs-selection__button[data-v-8a5a9a34]:first-child {
  margin-right: var(--rem-size-2);
}
.fo-project-section-information-edit__medias .tabs-selection__button[data-v-8a5a9a34]:last-child {
  margin-left: var(--rem-size-2);
}
.fo-project-section-information-edit__medias .tabs-selection__button.selected[data-v-8a5a9a34] {
  color: var(--main-color);
  background-color: var(--white);
  box-shadow: 0px 1px 1px var(--black-alpha15);
}
.fo-project-section-information-edit__medias .tab[data-v-8a5a9a34] {
  padding-top: var(--rem-size-16);
}
.fo-project-section-information-edit__medias .tab__image__container[data-v-8a5a9a34] {
  display: flex;
  flex-wrap: wrap;
}
.fo-project-section-information-edit__medias .tab__image__container__preview-file[data-v-8a5a9a34] {
  position: relative;
  width: 100%;
}
.fo-project-section-information-edit__medias .tab__image__container__preview-file__component[data-v-8a5a9a34] {
  width: 100%;
  height: var(--image-preview-height);
  min-height: 200px;
}
.fo-project-section-information-edit__medias .tab__image__container__preview-file__actions[data-v-8a5a9a34] {
  display: inline-grid;
  gap: var(--rem-size-8);
  grid-template-columns: 1fr 1fr;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: var(--rem-size-10);
  background-color: var(--grey-darkest-alpha75);
  border-radius: var(--rem-size-5);
  transform: translate(-50%, -50%);
  z-index: 5;
}
.fo-project-section-information-edit__medias .tab__image__container__upload-file[data-v-8a5a9a34] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: var(--image-preview-height);
  min-height: 200px;
  padding: var(--rem-size-32);
  border: 1px dashed var(--grey);
  border-radius: var(--global-radius);
}
.fo-project-section-information-edit__medias .tab__image__container__upload-file.error[data-v-8a5a9a34] {
  border-color: var(--red);
}
.fo-project-section-information-edit__medias .tab__image__container .upload-infos[data-v-8a5a9a34] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: var(--rem-size-8);
  font-size: var(--rem-size-14);
}
.fo-project-section-information-edit__medias .tab__image[data-v-8a5a9a34]  .file-preview__figure {
  width: 100%;
  height: var(--image-preview-height);
  min-height: 200px;
  border-radius: var(--rem-size-12);
}
.fo-project-section-information-edit__logo[data-v-8a5a9a34] {
  display: flex;
  justify-content: space-between;
}
.fo-project-section-information-edit__logo .project-logo[data-v-8a5a9a34] {
  width: 96px;
  height: 96px;
}
.fo-project-section-information-edit__logo .project-logo__letter[data-v-8a5a9a34],
.fo-project-section-information-edit__logo .project-logo__image[data-v-8a5a9a34] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--grey-darkest);
  background-color: var(--grey-lighter);
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  font-size: var(--rem-size-24);
}
.fo-project-section-information-edit__logo .project-logo-actions[data-v-8a5a9a34] {
  width: calc(100% - 120px);
}
.fo-project-section-information-edit__logo .project-logo-actions__text__title[data-v-8a5a9a34] {
  color: var(--grey-darkest);
}
.fo-project-section-information-edit__logo .project-logo-actions__text__resolution[data-v-8a5a9a34] {
  color: var(--grey-darker);
}
.fo-project-section-information-edit__logo .project-logo-actions__buttons[data-v-8a5a9a34] {
  margin-top: var(--rem-size-4);
}
@media only screen and (min-width: 640px) {
.fo-project-section-information-edit__logo .project-logo-actions__buttons[data-v-8a5a9a34] {
    display: flex;
    justify-content: flex-start;
    gap: var(--rem-size-8);
}
}
.fo-project-section-information-edit__ordered[data-v-8a5a9a34] {
  display: flex;
  flex-direction: column;
}
.fo-project-section-information-edit__ordered.no-social-links .fo-project-section-information-edit__ordered__about[data-v-8a5a9a34],
.fo-project-section-information-edit__ordered.no-social-links .fo-project-section-information-edit__ordered__links[data-v-8a5a9a34] {
  width: 100% !important;
  padding-right: 0;
}
@media only screen and (min-width: 640px) {
.fo-project-section-information-edit__ordered[data-v-8a5a9a34] {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: var(--rem-size-64);
         column-gap: var(--rem-size-64);
}
}
.fo-project-section-information-edit__ordered--description[data-v-8a5a9a34] {
  margin-bottom: var(--rem-size-4);
  padding: 0;
  border: none;
}
.fo-project-section-information-edit__ordered--description[data-v-8a5a9a34]  .idt-textarea-counter {
  bottom: var(--rem-size-8);
}
.fo-project-section-information-edit__ordered__about[data-v-8a5a9a34] {
  order: 1;
  flex: 1 1 auto;
  min-width: 50%;
}
@media only screen and (max-width: 991px) {
.fo-project-section-information-edit__ordered__social-medias[data-v-8a5a9a34] {
    order: 3;
}
}
@media only screen and (min-width: 992px) {
.fo-project-section-information-edit__ordered__social-medias[data-v-8a5a9a34] {
    order: 2;
}
}
@media only screen and (max-width: 991px) {
.fo-project-section-information-edit__ordered__social-medias[data-v-8a5a9a34] {
    width: 100%;
}
}
@media only screen and (min-width: 992px)and (max-width: 1023px) {
.fo-project-section-information-edit__ordered__social-medias[data-v-8a5a9a34] {
    width: 33%;
}
}
@media only screen and (min-width: 1024px)and (max-width: 1199px) {
.fo-project-section-information-edit__ordered__social-medias[data-v-8a5a9a34] {
    width: 75%;
}
}
@media only screen and (min-width: 1200px) {
.fo-project-section-information-edit__ordered__social-medias[data-v-8a5a9a34] {
    width: 33%;
}
}
@media only screen and (max-width: 991px) {
.fo-project-section-information-edit__ordered__links[data-v-8a5a9a34] {
    order: 2;
}
}
@media only screen and (min-width: 992px) {
.fo-project-section-information-edit__ordered__links[data-v-8a5a9a34] {
    order: 3;
}
}
@media only screen and (max-width: 991px) {
.fo-project-section-information-edit__ordered__links[data-v-8a5a9a34] {
    width: 100%;
}
}
@media only screen and (min-width: 1024px)and (max-width: 1199px) {
.fo-project-section-information-edit__ordered__links[data-v-8a5a9a34] {
    width: 75%;
}
}
@media only screen and (min-width: 1200px) {
.fo-project-section-information-edit__ordered__links[data-v-8a5a9a34] {
    width: calc(100% - (33% + var(--rem-size-64)));
}
}


.fo-project-section-information-view {
  margin-left: var(--rem-size-32);
  margin-right: var(--rem-size-32);
  margin-bottom: 3.3125rem;
}
.fo-project-section-information-view__image {
  height: 372px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--main-color-lighter);
  border-radius: var(--rem-size-12);
}
.fo-project-section-information-view__image div {
  display: none;
}
@media only screen and (max-width: 1199px) {
.fo-project-section-information-view__image {
    height: 200px;
}
}
.fo-project-section-information-view__video {
  height: 372px !important;
  border-radius: var(--rem-size-12);
  overflow: hidden;
}
.fo-project-section-information-view__video iframe {
  height: 100% !important;
}
.fo-project-section-information-view__content {
  display: flex;
  margin-top: var(--rem-size-32);
  color: var(--grey-darker);
  font-size: var(--rem-size-16);
  line-height: var(--rem-size-24);
}
@media only screen and (max-width: 1199px) {
.fo-project-section-information-view__content {
    display: block;
    margin-top: var(--rem-size-24);
}
}
.fo-project-section-information-view__content strong {
  display: block;
  color: var(--grey-darkest);
  font-weight: var(--font-weight-medium);
}
.fo-project-section-information-view__content__avatar {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  margin-right: var(--rem-size-24);
  color: var(--grey-darkest);
  font-size: var(--rem-size-24);
  font-weight: var(--font-weight-medium);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--grey-lightest);
  border-radius: 999px;
}
.fo-project-section-information-view__content__avatar div {
  display: none;
}
@media only screen and (max-width: 1199px) {
.fo-project-section-information-view__content__avatar {
    margin-bottom: var(--rem-size-24);
}
}
.fo-project-section-information-view__content__texts {
  flex: auto;
  word-break: break-word;
}
.fo-project-section-information-view__content__texts__blocks {
  display: flex;
  flex: auto;
  margin-top: var(--rem-size-25);
}
@media only screen and (max-width: 1199px) {
.fo-project-section-information-view__content__texts__blocks {
    display: block;
}
}
.fo-project-section-information-view__content__texts__blocks__categories {
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: calc(var(--rem-size-8)*-1);
}
.fo-project-section-information-view__content__texts__blocks__categories>div {
  width: calc(50% - var(--rem-size-16));
  margin: var(--rem-size-8);
  padding-left: var(--rem-size-10);
  border-left: var(--rem-size-1) solid var(--grey-lighter);
  line-height: var(--rem-size-24);
}
@media only screen and (max-width: 1199px) {
.fo-project-section-information-view__content__texts__blocks__categories {
    align-items: stretch;
    margin-left: calc(var(--rem-size-18)*-1);
}
.fo-project-section-information-view__content__texts__blocks__categories>div:nth-child(odd) {
    border-left: none;
}
}
.fo-project-section-information-view__misc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  min-width: 300px;
}
@media only screen and (max-width: 1199px) {
.fo-project-section-information-view__misc {
    margin-top: var(--rem-size-24);
}
}
@media only screen and (min-width: 1200px) {
.fo-project-section-information-view__misc .idt-dropdown--pane {
    transform: translateX(calc(45px - 100%));
}
}
.fo-project-section-information-view__misc__votes {
  display: inline-flex;
  align-items: center;
  margin-bottom: var(--rem-size-24);
  margin-left: var(--rem-size-4);
  padding: 0 var(--rem-size-24);
  height: 45px;
  color: var(--white);
  background: var(--main-color);
  border-radius: 999px;
  font-weight: var(--font-weight-medium);
  cursor: pointer;
}
.fo-project-section-information-view__misc__votes .idt-icon {
  display: block;
  margin-right: var(--rem-size-18);
}
.fo-project-section-information-view__misc__votes:hover {
  background: var(--main-color-dark);
}
.fo-project-section-information-view__misc__links,
.fo-project-section-information-view__misc__social-links {
  display: flex;
}
@media only screen and (max-width: 1199px) {
.fo-project-section-information-view__misc__links,
  .fo-project-section-information-view__misc__social-links {
    justify-content: flex-start;
}
}
@media only screen and (min-width: 1200px) {
.fo-project-section-information-view__misc__links,
  .fo-project-section-information-view__misc__social-links {
    justify-content: flex-end;
}
}
.fo-project-section-information-view__misc__links {
  flex-direction: column;
  align-items: flex-end;
  margin-top: var(--rem-size-16);
}
.fo-project-section-information-view__misc__links a {
  max-width: 250px;
  padding: var(--rem-size-8) var(--rem-size-12);
  color: var(--grey-darkest);
  border-radius: var(--global-radius);
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fo-project-section-information-view__misc__links a:hover {
  color: var(--grey-darkest);
  background: var(--grey-lighter);
}
.fo-project-section-information-view__misc__social-links {
  flex-wrap: wrap;
}
.fo-project-section-information-view__misc__social-links>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  color: var(--grey-darkest);
  background-color: var(--grey-light);
  border-radius: 100%;
  transition: color background-color .3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
.fo-project-section-information-view__misc__social-links>a {
    margin-right: var(--rem-size-8);
}
}
@media only screen and (min-width: 1200px) {
.fo-project-section-information-view__misc__social-links>a {
    margin-left: var(--rem-size-8);
}
}
.fo-project-section-information-view__misc__social-links>a:hover {
  color: var(--grey-light);
  background-color: var(--grey-darkest);
}
.fo-project-section-information-view__image--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0,0,0,0);
  color: var(--grey-dark);
  font-weight: var(--font-weight-medium);
  border: var(--rem-size-1) var(--grey-dark) dashed;
}
.fo-project-section-information-view__image--empty .idt-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: var(--rem-size-16);
  background: var(--grey);
  color: var(--grey-darkest);
  border-radius: 100%;
}
.fo-project-section-information-view__image--empty div {
  display: block;
}
.fo-project-section-information-view__content__avatar--empty {
  background: var(--grey-lightest);
}
.fo-project-section-information-view__content__avatar--empty span {
  display: none;
}
.fo-project-section-information-view__content__avatar--empty div {
  display: block;
}


.fo-project-section-free-edit[data-v-29b687e8] {
  text-align: center;
  margin: 2rem 3rem;
}
.fo-project-section-free-edit__title[data-v-29b687e8] {
  color: var(--grey-darkest);
}
.fo-project-section-free-edit__content[data-v-29b687e8] {
  margin-top: 2rem;
}
.fo-project-section-free-edit__content--required .froala-container[data-v-29b687e8] {
  border: 1px solid var(--red);
  border-radius: 10px;
}
.fo-project-section-free-edit__content__header[data-v-29b687e8] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.fo-project-section-free-edit__add-content[data-v-29b687e8] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  margin-top: 2rem;
  border: 2px dashed var(--grey);
  border-radius: var(--global-radius);
}
.fo-project-section-free-edit__add-content--required[data-v-29b687e8] {
  border-color: var(--red);
}
.fo-project-section-free-edit .idt-required-field[data-v-29b687e8] {
  margin-top: var(--rem-size-8);
}


.empty-section-icon[data-v-475e91a7] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  color: var(--grey-darkest);
  background-color: var(--grey-light);
  border-radius: 50%;
  font-size: var(--rem-size-2);
}


.section-empty-state[data-v-77b1d411] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  border: 2px dashed var(--grey-light);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-16);
}
.section-empty-state__label[data-v-77b1d411] {
  margin-top: var(--rem-size-16);
}


.fo-project-section-free-view[data-v-5a2279b2] {
  display: flex;
  flex-direction: column;
  margin: 2rem 3rem;
}
.fo-project-section-free-view__title[data-v-5a2279b2] {
  margin-bottom: var(--rem-size-16);
  text-align: center;
  color: var(--grey-darkest);
}
.fo-project-section-free-view__content[data-v-5a2279b2] {
  margin-bottom: var(--rem-size-32);
}


.fo-project-section-issue-and-solution-edit[data-v-fa48f544] {
  display: flex;
  flex-direction: row;
  margin: 2rem 3rem;
}
@media only screen and (max-width: 639px) {
.fo-project-section-issue-and-solution-edit[data-v-fa48f544] {
    flex-direction: column;
    margin: 1rem 1.5rem;
}
}
.fo-project-section-issue-and-solution-edit__part[data-v-fa48f544] {
  flex: 1;
  max-width: 50%;
}
@media only screen and (max-width: 639px) {
.fo-project-section-issue-and-solution-edit__part[data-v-fa48f544] {
    margin-right: 0 !important;
    margin-bottom: 1rem;
}
}
.fo-project-section-issue-and-solution-edit__part[data-v-fa48f544]:first-of-type {
  margin-right: var(--rem-size-24);
}
.fo-project-section-issue-and-solution-edit__part__title[data-v-fa48f544] {
  margin-bottom: 1rem;
  font-size: var(--rem-size-24);
  font-weight: bold;
}
.fo-project-section-issue-and-solution-edit__subpart[data-v-fa48f544] {
  margin-bottom: var(--rem-size-32);
}
.fo-project-section-issue-and-solution-edit__subpart--required .froala-container[data-v-fa48f544] {
  border: 1px solid var(--red);
  border-radius: 10px;
}
.fo-project-section-issue-and-solution-edit .idt-required-field[data-v-fa48f544] {
  margin-top: var(--rem-size-8);
}


.fo-project-section-issue-and-solution-view[data-v-6aa58c79] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 2rem 3rem;
}
@media only screen and (max-width: 639px) {
.fo-project-section-issue-and-solution-view[data-v-6aa58c79] {
    flex-direction: column;
    margin: 1rem 1.5rem;
}
}
.fo-project-section-issue-and-solution-view__part[data-v-6aa58c79] {
  flex: 1;
  flex-basis: 50%;
  max-width: calc(50% - var(--rem-size-12));
  padding-left: 24px;
  border-left: 2px solid var(--main-color);
}
@media only screen and (max-width: 639px) {
.fo-project-section-issue-and-solution-view__part[data-v-6aa58c79] {
    margin-right: 0 !important;
    margin-bottom: 1rem;
}
}
.fo-project-section-issue-and-solution-view__part[data-v-6aa58c79]:first-of-type {
  margin-right: var(--rem-size-32);
}
.fo-project-section-issue-and-solution-view__part__title-small[data-v-6aa58c79] {
  font-size: var(--rem-size-24);
  font-weight: bold;
}
.fo-project-section-issue-and-solution-view__part__title-big[data-v-6aa58c79] {
  margin-bottom: var(--rem-size-16);
  font-size: var(--rem-size-36);
  font-weight: bold;
}
.fo-project-section-issue-and-solution-view__part__content[data-v-6aa58c79] {
  font-size: var(--rem-size-16);
}
.fo-project-section-issue-and-solution-view__part__files[data-v-6aa58c79] {
  margin-top: 1rem;
  width: 100%;
}


.fo-project-section-media-edit[data-v-71e2fea6] {
  margin-left: var(--rem-size-32);
  margin-right: var(--rem-size-32);
}
.fo-project-section-media-edit__cards[data-v-71e2fea6] {
  display: flex;
  flex-wrap: wrap;
}
.fo-project-section-media-edit__cards--required[data-v-71e2fea6] {
  flex-direction: column;
}
.fo-project-section-media-edit__cards__upload-file[data-v-71e2fea6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 10rem;
  margin: var(--rem-size-8);
  padding: var(--rem-size-32);
  border: 2px dashed var(--grey);
  border-radius: var(--global-radius);
}
.fo-project-section-media-edit__cards__upload-file--required[data-v-71e2fea6] {
  border-color: var(--red);
}
.fo-project-section-media-edit__cards__preview-file[data-v-71e2fea6] {
  width: 15rem;
  height: 10rem;
  margin: var(--rem-size-8);
}
.fo-project-section-media-edit__cards .idt-required-field[data-v-71e2fea6] {
  margin-left: var(--rem-size-8);
}
.fo-project-section-media-edit[data-v-71e2fea6]  .file-preview__figure {
  width: 15rem;
  height: 10rem;
}


.idt-carousel__container[data-v-1a841540] {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.idt-carousel__container__button[data-v-1a841540] {
  width: 55px;
  height: 55px;
  margin: var(--rem-size-16);
  background-color: var(--grey-lighter);
  color: var(--grey-darker);
  font-size: var(--rem-size-20);
  border-radius: 50px;
}
.idt-carousel__container__slider[data-v-1a841540] {
  position: relative;
  border-radius: var(--global-radius);
  overflow: hidden;
}
.idt-carousel__container__slider img[data-v-1a841540] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.idt-carousel__footer[data-v-1a841540] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--rem-size-16);
}
.idt-carousel__footer__dot-list[data-v-1a841540] {
  display: flex;
}
.idt-carousel__footer__dot-list__dot[data-v-1a841540] {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: var(--global-radius);
  background-color: var(--grey-light);
  cursor: pointer;
}
.idt-carousel__footer__dot-list__dot--active[data-v-1a841540] {
  background-color: var(--main-color);
}
[data-v-1a841540] .disabled:hover,[data-v-1a841540] .disabled:focus {
  background-color: var(--grey-lighter);
  color: var(--grey-darker);
}
.slide-leave-active[data-v-1a841540],
.slide-enter-active[data-v-1a841540] {
  transition: .8s;
}
.slide-enter[data-v-1a841540] {
  transform: translate(100%, 0);
  opacity: .8;
}
.slide-leave-to[data-v-1a841540] {
  transform: translate(-100%, 0);
  opacity: 0;
}
.slideback-leave-active[data-v-1a841540],
.slideback-enter-active[data-v-1a841540] {
  transition: .8s;
}
.slideback-enter[data-v-1a841540] {
  transform: translate(-100%, 0);
  opacity: .8;
}
.slideback-leave-to[data-v-1a841540] {
  transform: translate(100%, 0);
  opacity: 0;
}


.fo-project-section-media-view[data-v-59ad05c1] {
  margin-left: var(--rem-size-32);
  margin-right: var(--rem-size-32);
}
.fo-project-section-media-view__title[data-v-59ad05c1] {
  color: var(--grey-darkest);
}
.fo-project-section-media-view__carousel[data-v-59ad05c1] {
  margin-bottom: var(--rem-size-32);
}


.how-it-works-card__header[data-v-928f7ea0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--rem-size-16);
}
.how-it-works-card__header__menu-icon[data-v-928f7ea0] {
  cursor: grabbing;
}
.how-it-works-card__header__delete-icon[data-v-928f7ea0] {
  cursor: pointer;
}
.how-it-works-card__content__label[data-v-928f7ea0] {
  text-align: left;
}
.how-it-works-card__content__image[data-v-928f7ea0] {
  display: flex;
  margin-bottom: var(--rem-size-16);
}
.how-it-works-card__content__image__upload[data-v-928f7ea0] {
  text-align: left;
}
.how-it-works-card__content__image__upload__title[data-v-928f7ea0] {
  margin-bottom: var(--rem-size-8);
  font-weight: var(--font-weight-medium);
  color: var(--black);
}
.how-it-works-card__content__image__upload__description[data-v-928f7ea0] {
  margin-bottom: var(--rem-size-8);
}
.how-it-works-card__content__image__upload__input[data-v-928f7ea0] {
  border: 0;
}
.how-it-works-card[data-v-928f7ea0]  .upload-file__btn {
  height: 35px;
  margin-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 50%;
  font-weight: var(--font-weight-medium);
  border-radius: 23px;
  background-color: var(--white);
  color: var(--black);
}


.how-it-works-card {
  width: 300px;
  height: 100%;
  padding: var(--rem-size-16);
  text-align: left;
  background-color: var(--grey-lightest);
  border-radius: var(--global-radius);
}
.how-it-works-card__content__title {
  color: var(--grey-darkest);
  font-size: var(--rem-size-24);
  font-weight: var(--font-weight-medium);
}
.how-it-works-card__content__description {
  margin-top: calc(-1*var(--rem-size-16));
}
.how-it-works-card__content__image {
  display: flex;
}
.how-it-works-card__content__image__preview {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--rem-size-16);
  min-width: 78px;
  max-width: 78px;
  min-height: 78px;
  max-height: 78px;
  margin-right: var(--rem-size-16);
  border-radius: var(--rem-size-12);
  background-color: var(--main-color-lighter);
  background-size: contain;
  background-repeat: no-repeat;
}
.how-it-works-card__content__image__preview__inside {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  max-width: 68px;
  min-height: 68px;
  max-height: 68px;
  border-radius: var(--rem-size-12);
  font-size: var(--rem-size-36);
  font-weight: var(--font-weight-bold);
  background-color: var(--main-color);
  background-size: contain;
  background-repeat: no-repeat;
  color: var(--white);
}


.how-it-works-card-add[data-v-426ae3eb] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 530px;
  padding: var(--rem-size-16);
  border-radius: var(--global-radius);
  border: 1px dashed var(--grey-light);
}
.how-it-works-card-add__button[data-v-426ae3eb]:hover {
  background-color: var(--grey-dark);
  color: var(--black) !important;
}


.fo-project-section-how-it-works-edit[data-v-38ef91aa] {
  text-align: center;
}
.fo-project-section-how-it-works-edit__title[data-v-38ef91aa] {
  margin-bottom: var(--rem-size-16);
  color: #000;
}
.fo-project-section-how-it-works-edit__cards[data-v-38ef91aa] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: var(--rem-size-20);
}
.fo-project-section-how-it-works-edit__cards__card[data-v-38ef91aa] {
  margin: var(--rem-size-5);
}


.how-it-works-card__content__description[data-v-c2fb706a] {
  white-space: pre-line;
}


.how-it-works-card[data-v-9d875d4a] {
  background-color: rgba(0,0,0,0);
  border: 2px dashed var(--grey-light);
}


.fo-project-section-how-it-works-view[data-v-20b998c5] {
  text-align: center;
  padding: var(--rem-size-20);
}
.fo-project-section-how-it-works-view__title[data-v-20b998c5] {
  margin-bottom: var(--rem-size-16);
  color: #000;
}
.fo-project-section-how-it-works-view__description[data-v-20b998c5] {
  margin-bottom: var(--rem-size-16);
}
.fo-project-section-how-it-works-view__cards[data-v-20b998c5] {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.fo-project-section-how-it-works-view__cards__card[data-v-20b998c5] {
  margin: var(--rem-size-16);
}


.idt-pdf[data-v-51d260f8] {
  position: relative;
  display: block;
  background: var(--grey-darker);
}
.idt-pdf.fullscreen[data-v-51d260f8] {
  overflow-y: scroll;
}
.idt-pdf.fullscreen .idt-pdf__toolbar[data-v-51d260f8] {
  position: fixed;
  bottom: 0;
}
.idt-pdf canvas[data-v-51d260f8] {
  position: relative;
  display: block;
  background: var(--black);
  margin: var(--rem-size-10) auto;
  top: 5px;
}
.idt-pdf__toolbar[data-v-51d260f8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 64px;
  padding-left: var(--rem-size-24);
  padding-right: var(--rem-size-24);
  background-color: var(--grey-lighter);
  font-size: var(--rem-size-16);
  color: var(--grey-darkest);
}
.idt-pdf__toolbar__download[data-v-51d260f8] {
  position: initial;
  color: var(--grey-darkest);
}
.idt-pdf__toolbar__controls[data-v-51d260f8] {
  display: flex;
  align-items: center;
  margin: auto;
  font-weight: var(--font-weight-medium);
}
.idt-pdf__toolbar__controls button[data-v-51d260f8] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--rem-size-36);
  height: var(--rem-size-36);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}
.idt-pdf__toolbar__controls button[data-v-51d260f8]:hover {
  color: var(--white);
  background: var(--main-color);
}
.idt-pdf__toolbar__controls button[disabled][data-v-51d260f8],
.idt-pdf__toolbar__controls button[data-v-51d260f8]:disabled {
  pointer-events: none;
  background: rgba(0,0,0,0);
  opacity: 1;
}
.idt-pdf__toolbar__controls__progress[data-v-51d260f8] {
  margin-left: var(--rem-size-24);
  margin-right: var(--rem-size-24);
}
.idt-pdf__toolbar__fullscreen[data-v-51d260f8] {
  cursor: pointer;
}


.idt-video-controls__exit-fullscreen.dark {
  color: var(--grey-darkest);
}


.fo-project-section-presentation-edit[data-v-957e69a0] {
  margin-left: var(--rem-size-32);
  margin-right: var(--rem-size-32);
}
.fo-project-section-presentation-edit__title--required[data-v-957e69a0] {
  margin-bottom: var(--rem-size-8);
}
.fo-project-section-presentation-edit__upload-file[data-v-957e69a0] {
  border: none;
}
.fo-project-section-presentation-edit__upload-file--required[data-v-957e69a0]  .idt-fs-upload-file__button {
  width: 100%;
  border: 1px dashed var(--red);
}
.fo-project-section-presentation-edit__upload-file[data-v-957e69a0]:not(.fo-project-section-presentation-edit__upload-file--required)  .idt-fs-upload-file__button {
  width: 100%;
  border: 2px dashed var(--grey-light);
}
.fo-project-section-presentation-edit__upload-file__content[data-v-957e69a0] {
  min-height: 630px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fo-project-section-presentation-edit__upload-file__content__label[data-v-957e69a0] {
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
  color: var(--grey-dark);
}
.fo-project-section-presentation-edit__upload-file__content__button[data-v-957e69a0] {
  position: relative;
  padding: var(--rem-size-10) var(--rem-size-40);
  border-radius: var(--rem-size-25) !important;
}
.fo-project-section-presentation-edit__upload-file__content__button .idt-spinner[data-v-957e69a0] {
  position: absolute;
}
.fo-project-section-presentation-edit__preview[data-v-957e69a0] {
  position: relative;
}
.fo-project-section-presentation-edit__preview:hover .fo-project-section-presentation-edit__preview__container[data-v-957e69a0] {
  display: flex;
}
.fo-project-section-presentation-edit__preview__container[data-v-957e69a0] {
  position: absolute;
  inset: 0;
  bottom: 38px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.fo-project-section-presentation-edit__preview__container__buttons[data-v-957e69a0] {
  display: flex;
  align-items: center;
  padding: var(--rem-size-10);
  background: var(--black-alpha80);
}
.fo-project-section-presentation-edit__preview__container__buttons .button[data-v-957e69a0]:first-child {
  margin-right: var(--rem-size-8);
}
.fo-project-section-presentation-edit__url[data-v-957e69a0] {
  margin-top: var(--rem-size-40);
  margin-bottom: var(--rem-size-40);
}
.fo-project-section-presentation-edit__slideshare[data-v-957e69a0] {
  position: relative;
  width: 100%;
}
.fo-project-section-presentation-edit__slideshare:hover .fo-project-section-presentation-edit__slideshare__container[data-v-957e69a0] {
  display: flex;
}
.fo-project-section-presentation-edit__slideshare__container[data-v-957e69a0] {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.fo-project-section-presentation-edit__slideshare__container__buttons[data-v-957e69a0] {
  display: flex;
  align-items: center;
  padding: var(--rem-size-10);
  background: rgba(56,58,64,.8);
}
.fo-project-section-presentation-edit__slideshare__container__buttons .button[data-v-957e69a0] {
  margin-bottom: 0;
  border-radius: var(--rem-size-23);
  padding: var(--rem-size-5) var(--rem-size-24);
}
.fo-project-section-presentation-edit__slideshare .embed-responsive-item[data-v-957e69a0] {
  width: 100% !important;
  height: 70vh !important;
}
.fo-project-section-presentation-edit .idt-required-field[data-v-957e69a0] {
  margin-top: var(--rem-size-8);
}


.fo-project-section-presentation-view[data-v-c5ea5b6a] {
  margin-left: var(--rem-size-32);
  margin-right: var(--rem-size-32);
  margin-bottom: var(--rem-size-20);
}
.fo-project-section-presentation-view__title[data-v-c5ea5b6a] {
  margin-bottom: var(--rem-size-24);
  font-weight: var(--font-weight-medium);
  font-size: var(--rem-size-36);
  color: var(--grey-darkest);
}
.fo-project-section-presentation-view__slideshare .embed-responsive-item[data-v-c5ea5b6a] {
  width: 100% !important;
  height: 70vh !important;
}
.fo-project-section-presentation-view__empty-state[data-v-c5ea5b6a] {
  margin: auto auto var(--rem-size-32);
  width: 600px;
  aspect-ratio: 600/400;
}


.idt-project-participant-card[data-v-3aa37a63] {
  width: 300px;
  height: 325px;
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
  cursor: pointer;
}
.idt-project-participant-card__loading[data-v-3aa37a63] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.idt-project-participant-card[data-v-3aa37a63]  .idt-tag-list {
  margin-top: 10px;
}


.fo-project-section-team-view[data-v-425f4c85] {
  margin: 0 2rem 2rem 2rem;
}
.fo-project-section-team-view__title[data-v-425f4c85] {
  margin-bottom: 2.5rem;
  text-align: center;
  color: var(--grey-darkest);
}
.fo-project-section-team-view__participants[data-v-425f4c85] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.fo-project-section-team-view__no-content[data-v-425f4c85] {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2.25rem;
  border: 1px dashed var(--grey);
  border-radius: var(--global-radius);
}
.fo-project-section-team-view__no-content__icon[data-v-425f4c85] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  color: var(--grey-darkest);
  background-color: var(--grey);
  border-radius: 50%;
}
.fo-project-section-team-view__no-content__text[data-v-425f4c85] {
  font-weight: var(--font-weight-medium);
  color: var(--grey);
}


.fo-project-mode-edit-new-project-message-modal__content {
  margin-top: var(--rem-size-16);
  margin-bottom: var(--rem-size-16);
  color: var(--grey-darker);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-normal);
  word-break: break-word;
}
.fo-project-mode-edit-new-project-message-modal .button {
  width: 50%;
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
}


.fo-project-mode-edit {
  position: relative;
  display: flex;
  min-height: inherit;
}
.fo-project-mode-edit__content {
  flex-grow: 1;
  width: calc(100% - 400px);
}


.fo-project-subheader[data-v-159cb123] {
  display: flex;
  position: sticky;
  top: 70px;
  justify-content: space-between;
  padding: var(--rem-size-12);
  color: var(--white);
  background-color: var(--grey-darkest);
  z-index: 1;
}
.fo-project-subheader__actions[data-v-159cb123] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


.fo-comment-input {
  display: flex;
  gap: var(--rem-size-16);
  position: relative;
  margin: var(--rem-size-8);
  border-radius: var(--global-radius);
}
.fo-comment-input__avatar {
  flex: 0 0 auto;
}
.fo-comment-input__input {
  width: 100%;
  margin: 0 !important;
  padding: var(--rem-size-8) var(--rem-size-16) !important;
  color: var(--grey-darkest);
  border: var(--rem-size-1) solid var(--grey-light);
  font-size: var(--rem-size-16);
  line-height: var(--rem-size-24);
}
.fo-comment-input__input:focus {
  border-color: var(--main-color);
}


.fo-comment {
  --gap-size: var(--rem-size-16);
  display: flex;
  gap: var(--gap-size);
  margin: var(--rem-size-24) 0;
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-20);
}
.fo-comment__avatar {
  flex: 0 0 auto;
}
.fo-comment__side {
  flex: 1;
}
.fo-comment__content {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--rem-size-8) var(--rem-size-16);
  color: var(--grey-darkest);
  background: var(--grey-lightest);
  border-radius: var(--global-radius);
}
.fo-comment__content__vote {
  margin-left: calc(var(--rem-size-8)*-1);
  margin-right: var(--rem-size-8);
  padding: var(--rem-size-3) var(--rem-size-8);
  color: var(--white);
  border-radius: var(--global-radius);
  font-weight: var(--font-weight-medium);
}
.fo-comment__content__vote--color0 {
  background: var(--project-vote-0);
}
.fo-comment__content__vote--color1 {
  background: var(--project-vote-1);
}
.fo-comment__content__vote--color2 {
  background: var(--project-vote-2);
}
.fo-comment__content__author {
  margin-right: var(--rem-size-8);
  font-weight: var(--font-weight-medium);
}
.fo-comment__content__likes {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: var(--rem-size-3) var(--rem-size-8);
  color: var(--white);
  background: var(--main-color);
  border: var(--rem-size-2) solid var(--white);
  border-radius: 99px;
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-18);
  transform: translate(50%, 50%);
}
.fo-comment__content__likes .ideacon {
  padding-right: var(--rem-size-2);
}
.fo-comment__toolbar {
  display: inline-flex;
  flex-wrap: wrap;
  margin: var(--rem-size-8) calc(var(--rem-size-4)*-1);
}
.fo-comment__toolbar button {
  cursor: pointer;
}
.fo-comment__toolbar>span {
  margin: var(--rem-size-4);
}
.fo-comment__toolbar>span::after {
  content: "";
  display: inline-block;
  width: var(--rem-size-4);
  height: var(--rem-size-4);
  margin-left: var(--rem-size-8);
  background: var(--grey-light);
  border-radius: 100%;
  vertical-align: middle;
}
.fo-comment__toolbar>span:last-child::after {
  display: none;
}
.fo-comment__toolbar--disabled {
  color: var(--grey-darker);
  cursor: auto;
}
.fo-comment__toolbar--danger {
  color: var(--red);
}
.fo-comment__toolbar--selected button {
  color: var(--main-color);
}
.fo-comment__show-more {
  display: block;
  margin: var(--rem-size-4) 0;
  color: var(--main-color);
  cursor: pointer;
}
.fo-comment__show-more .ideacon {
  margin-right: var(--rem-size-8);
}
.fo-comment .fo-comment-input {
  margin-top: var(--rem-size-16);
}
.fo-comment__editing.fo-comment-input {
  margin: 0 0 0 calc((40px + var(--gap-size))*-1);
}


.fo-project-section-votes-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: calc(var(--rem-size-4)*-1) 0 var(--rem-size-40);
  color: var(--grey-darkest);
}
.fo-project-section-votes-view--wrapper {
  margin: 2rem 3rem;
}
@media only screen and (max-width: 639px) {
.fo-project-section-votes-view--wrapper {
    margin: 1rem 1.5rem;
}
}
.fo-project-section-votes-view__title {
  margin-bottom: var(--rem-size-24);
  color: var(--grey-darkest);
  text-align: center;
  font-weight: var(--font-weight-medium);
  font-size: var(--rem-size-36);
  line-height: var(--rem-size-40);
}
.fo-project-section-votes-view__total-votes {
  display: flex;
  margin: var(--rem-size-4) var(--rem-size-24) var(--rem-size-4) 0;
}
@media only screen and (max-width: 639px) {
.fo-project-section-votes-view__total-votes {
    order: -3;
    margin: 0 0 var(--rem-size-12);
}
}
.fo-project-section-votes-view__total-votes__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: var(--rem-size-16);
  border: 1.5px solid;
  border-radius: 100%;
}
.fo-project-section-votes-view__total-votes__bold {
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-medium);
}
.fo-project-section-votes-view__total-votes__small {
  font-size: var(--rem-size-14);
}
.fo-project-section-votes-view__total-comments {
  margin: var(--rem-size-4) 0 var(--rem-size-4) var(--rem-size-24);
  color: var(--main-color);
  font-size: var(--rem-size-14);
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
.fo-project-section-votes-view__total-comments {
    order: -2;
    margin-left: 0;
}
}
.fo-project-section-votes-view__total-comments .ideacon {
  transition: transform .25s;
}
.fo-project-section-votes-view__total-comments--open .ideacon {
  transform: rotate(180deg);
}
.fo-project-section-votes-view__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: var(--rem-size-4) var(--rem-size-8);
  padding: var(--rem-size-10) var(--rem-size-24);
  border: 1px solid;
  border-radius: 99px;
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
  cursor: pointer;
  transition: color .25s,background-color .25s;
}
@media only screen and (max-width: 639px) {
.fo-project-section-votes-view__btn {
    width: 100%;
    margin: var(--rem-size-4) 0;
}
}
.fo-project-section-votes-view__btn--disabled {
  opacity: .4;
  cursor: auto;
}
.fo-project-section-votes-view__btn--color0 {
  color: var(--project-vote-0);
}
.fo-project-section-votes-view__btn--color0.fo-project-section-votes-view__btn--selected {
  color: var(--white);
  background: var(--project-vote-0);
}
.fo-project-section-votes-view__btn--color1 {
  color: var(--project-vote-1);
}
.fo-project-section-votes-view__btn--color1.fo-project-section-votes-view__btn--selected {
  color: var(--white);
  background: var(--project-vote-1);
}
.fo-project-section-votes-view__btn--color2 {
  color: var(--project-vote-2);
}
.fo-project-section-votes-view__btn--color2.fo-project-section-votes-view__btn--selected {
  color: var(--white);
  background: var(--project-vote-2);
}
.fo-project-section-votes-view__filter {
  margin: var(--rem-size-4) 0;
}
@media only screen and (max-width: 639px) {
.fo-project-section-votes-view__filter {
    width: 100%;
    margin: var(--rem-size-20) 0;
}
}
.fo-project-section-votes-view__filter .vs__selected .column,
.fo-project-section-votes-view__filter .idt-select-container {
  padding: 0;
}
.fo-project-section-votes-view__filter .v-select {
  margin: 0 !important;
}
.fo-project-section-votes-view__spacer {
  flex: 1;
}
@media only screen and (max-width: 991px) {
.fo-project-section-votes-view__spacer {
    display: none;
}
}
.fo-project-section-votes-view__input {
  padding: var(--rem-size-24);
  border: var(--rem-size-1) solid var(--grey-lighter);
  border-radius: var(--global-radius);
}
.fo-project-section-votes-view__input__title {
  margin-bottom: var(--rem-size-8);
  color: var(--grey-darkest);
  font-weight: var(--font-weight-medium);
  font-size: var(--rem-size-24);
  line-height: var(--rem-size-30);
}
.fo-project-section-votes-view__input__subtitle {
  margin-bottom: var(--rem-size-32);
  color: var(--grey-darkest);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-20);
}
.fo-project-section-votes-view__input .fo-comment-input {
  border-radius: var(--global-radius);
}
.fo-project-section-votes-view__input--color0 .fo-project-section-votes-view__input__title__color {
  color: var(--project-vote-0);
}
.fo-project-section-votes-view__input--color0 .fo-comment-input {
  background: var(--project-vote-light-0);
}
.fo-project-section-votes-view__input--color1 .fo-project-section-votes-view__input__title__color {
  color: var(--project-vote-1);
}
.fo-project-section-votes-view__input--color1 .fo-comment-input {
  background: var(--project-vote-light-1);
}
.fo-project-section-votes-view__input--color2 .fo-project-section-votes-view__input__title__color {
  color: var(--project-vote-2);
}
.fo-project-section-votes-view__input--color2 .fo-comment-input {
  background: var(--project-vote-light-2);
}
.fade-slide-enter-active,
.fade-slide-leave-active {
  transition: all .25s;
}
.fade-slide-enter,
.fade-slide-leave-to {
  opacity: 0;
  transform: translateY(10px);
}


.fo-project-mode-view-skeleton {
  width: 100%;
  margin-bottom: 3.3125rem;
  margin-top: 64px;
  padding-left: var(--rem-size-32);
  padding-right: var(--rem-size-32);
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.fo-project-mode-view-skeleton__image {
  height: 372px;
  border: var(--rem-size-6) solid var(--grey-light);
  border-radius: var(--rem-size-12);
}
.fo-project-mode-view-skeleton__content,
.fo-project-mode-view-skeleton__details,
.fo-project-mode-view-skeleton__props {
  display: flex;
}
.fo-project-mode-view-skeleton__content {
  flex-flow: nowrap;
  margin-top: var(--rem-size-32);
}
@media (max-width: 768px) {
.fo-project-mode-view-skeleton__content {
    flex-flow: column;
}
}
.fo-project-mode-view-skeleton__project-info {
  flex: auto;
  overflow: hidden;
}
.fo-project-mode-view-skeleton__props {
  flex: auto;
}
.fo-project-mode-view-skeleton__props>div {
  width: 50%;
  max-width: 300px;
  flex-shrink: 1;
}
@media (max-width: 400px) {
.fo-project-mode-view-skeleton__props>div {
    display: block;
    width: 100%;
    max-width: none;
    flex-shrink: 0;
}
.fo-project-mode-view-skeleton__props>div>div {
    width: 100%;
}
}
.fo-project-mode-view-skeleton__right-props {
  width: 235px;
  flex-shrink: 0;
  margin-left: auto;
}
.fo-project-mode-view-skeleton__right-props>div {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
.fo-project-mode-view-skeleton__right-props {
    margin-top: var(--rem-size-24);
    margin-left: 0;
}
.fo-project-mode-view-skeleton__right-props>div {
    justify-content: flex-start;
}
}
@media (max-width: 768px) {
.fo-project-mode-view-skeleton__details {
    flex-flow: column;
}
}
.fo-project-mode-view-skeleton__circle-s,
.fo-project-mode-view-skeleton__circle-m {
  width: 125px;
  height: 125px;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: var(--grey-light);
  margin-right: var(--rem-size-4);
  margin-bottom: var(--rem-size-4);
}
.fo-project-mode-view-skeleton__circle-s {
  width: 45px;
  height: 45px;
}
.fo-project-mode-view-skeleton__button,
.fo-project-mode-view-skeleton__line-xs,
.fo-project-mode-view-skeleton__line-s,
.fo-project-mode-view-skeleton__line-m,
.fo-project-mode-view-skeleton__line-l {
  width: 100%;
  max-width: 244px;
  height: 24px;
  border-radius: var(--global-radius);
  background-color: var(--grey-light);
  margin-right: var(--rem-size-4);
  margin-bottom: var(--rem-size-4);
}
.fo-project-mode-view-skeleton__button {
  width: 185px;
  height: 45px;
  border-radius: 30px;
}
.fo-project-mode-view-skeleton__line-xs {
  max-width: 63px;
}
.fo-project-mode-view-skeleton__line-s {
  max-width: 135px;
}
.fo-project-mode-view-skeleton__line-l {
  max-width: 634px;
}
.fo-project-mode-view-skeleton .fo-project-mode-view-skeleton__line-l,
.fo-project-mode-view-skeleton .fo-project-mode-view-skeleton__button {
  margin-bottom: var(--rem-size-24);
}
.fo-project-mode-view-skeleton .fo-project-mode-view-skeleton__line-s {
  margin-bottom: var(--rem-size-16);
}
.fo-project-mode-view-skeleton .fo-project-mode-view-skeleton__circle-m {
  margin-right: var(--rem-size-24);
  margin-bottom: var(--rem-size-24);
}
@keyframes pulse {
50% {
    opacity: .5;
}
}


.fo-project-mode-view {
  display: flex;
  flex-direction: column;
}
.fo-project-mode-view__content {
  width: 100%;
}
.fo-project-mode-view__content__sections {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}
.fo-project-mode-view__content__sections:first-child {
  margin-top: 64px;
}


.fo-project-mode-edit-new-project-message-modal__title {
  font-weight: var(--font-weight-medium);
  color: var(--black);
}
.fo-project-mode-edit-new-project-message-modal__content {
  margin-top: var(--rem-size-16);
  margin-bottom: var(--rem-size-20);
  color: var(--grey-darker);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-normal);
}
.fo-project-mode-edit-new-project-message-modal__content__first-line {
  margin-bottom: 0;
}
.fo-project-mode-edit-new-project-message-modal__input {
  width: 90%;
}
.fo-project-mode-edit-new-project-message-modal .button {
  width: 45%;
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-medium);
}


.card-state[data-v-3d541c8e] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--rem-size-4);
  margin: var(--rem-size-4);
}
.card-state__badge[data-v-3d541c8e] {
  display: inline-block;
  max-width: 98%;
  padding: var(--rem-size-3) var(--rem-size-8);
  border-radius: var(--rem-size-5);
  font-size: var(--rem-size-14);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--white);
  border: 1px solid var(--white);
}
.card-state[data-v-3d541c8e]:first-child {
  margin-right: 0;
}
.card-state__draft[data-v-3d541c8e] {
  background-color: var(--main-color);
}
.card-state__hires[data-v-3d541c8e] {
  background-color: #fc744f;
}
.card-state__place[data-v-3d541c8e] {
  color: var(--main-color);
  background-color: var(--white);
  border: 1px solid var(--main-color);
}


.project-card[data-v-29660459] {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--grey);
  background: var(--white);
  overflow: hidden;
  color: var(--grey-darkest);
}
.project-card__preview[data-v-29660459] {
  width: 100%;
  height: 180px;
  background-color: var(--main-color-lighter);
  background-size: cover;
  border-radius: var(--rem-size-5);
  font-size: var(--rem-size-16);
}
.project-card__texts[data-v-29660459] {
  margin-top: var(--rem-size-22);
}
.project-card__texts__title[data-v-29660459] {
  font-weight: var(--font-weight-bold);
}
.project-card__texts__description[data-v-29660459] {
  height: var(--rem-size-48);
}
.project-card__texts__challenges[data-v-29660459] {
  height: var(--rem-size-24);
  margin-top: var(--rem-size-6);
  margin-bottom: var(--rem-size-10);
  overflow: hidden;
}
.project-card__footer[data-v-29660459] {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding-top: .625rem;
}
.project-card__footer__vote[data-v-29660459] {
  display: inline-block;
  flex: 0 0 auto;
  padding: var(--rem-size-3) var(--rem-size-14);
  border: 2px solid var(--white);
  border-radius: var(--rem-size-30);
  font-size: var(--rem-size-14);
}
.project-card__footer__vote.allin[data-v-29660459] {
  color: var(--project-vote-0);
  border-color: var(--project-vote-0);
}
.project-card__footer__vote.pivot[data-v-29660459] {
  color: var(--project-vote-1);
  border-color: var(--project-vote-1);
}
.project-card__footer__vote.kill[data-v-29660459] {
  color: var(--project-vote-2);
  border-color: var(--project-vote-2);
}
.project-grid-card[data-v-29660459] {
  padding: .625rem;
  background-color: var(--white);
  border-radius: var(--global-radius);
  box-shadow: 0px 2px 3px 0px var(--grey);
}
.project-grid-card__preview[data-v-29660459] {
  position: relative;
}
.project-grid-card__members[data-v-29660459] {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: -1.25rem;
  margin-right: .125rem;
}
.project-grid-card__texts[data-v-29660459] {
  margin-top: .25rem;
}
.project-grid-card .project-card__texts__title[data-v-29660459] {
  height: 1.5rem;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}
.project-grid-card .project-card__footer[data-v-29660459] {
  border-top: 1px solid var(--grey-light);
}
[data-v-29660459] .idt-tag {
  height: 20px;
  max-width: 205px;
}


.project-card[data-v-66a5bdb1] {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--grey);
  background: var(--white);
  overflow: hidden;
  color: var(--grey-darkest);
}
.project-card__preview[data-v-66a5bdb1] {
  width: 100%;
  height: 180px;
  background-color: var(--main-color-lighter);
  background-size: cover;
  border-radius: var(--rem-size-5);
  font-size: var(--rem-size-16);
}
.project-card__texts[data-v-66a5bdb1] {
  margin-top: var(--rem-size-22);
}
.project-card__texts__title[data-v-66a5bdb1] {
  font-weight: var(--font-weight-bold);
}
.project-card__texts__description[data-v-66a5bdb1] {
  height: var(--rem-size-48);
}
.project-card__texts__challenges[data-v-66a5bdb1] {
  height: var(--rem-size-24);
  margin-top: var(--rem-size-6);
  margin-bottom: var(--rem-size-10);
  overflow: hidden;
}
.project-card__footer[data-v-66a5bdb1] {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding-top: .625rem;
}
.project-card__footer__vote[data-v-66a5bdb1] {
  display: inline-block;
  flex: 0 0 auto;
  padding: var(--rem-size-3) var(--rem-size-14);
  border: 2px solid var(--white);
  border-radius: var(--rem-size-30);
  font-size: var(--rem-size-14);
}
.project-card__footer__vote.allin[data-v-66a5bdb1] {
  color: var(--project-vote-0);
  border-color: var(--project-vote-0);
}
.project-card__footer__vote.pivot[data-v-66a5bdb1] {
  color: var(--project-vote-1);
  border-color: var(--project-vote-1);
}
.project-card__footer__vote.kill[data-v-66a5bdb1] {
  color: var(--project-vote-2);
  border-color: var(--project-vote-2);
}
.project-list-card[data-v-66a5bdb1] {
  width: 100%;
  margin-bottom: 0;
  padding: var(--rem-size-10);
  background-color: var(--white);
  border-radius: var(--rem-size-5);
  box-shadow: 0px 2px 3px 0px var(--grey);
}
.project-list-card__row[data-v-66a5bdb1] {
  display: flex;
}
.project-list-card__left-column[data-v-66a5bdb1] {
  flex: 0 0 30%;
  max-width: 30%;
  min-width: 235px;
}
@media only screen and (max-width: 1023px) {
.project-list-card__middle-column[data-v-66a5bdb1] {
    flex: 0 0 42%;
    max-width: 42%;
}
}
@media only screen and (min-width: 1024px) {
.project-list-card__middle-column[data-v-66a5bdb1] {
    flex: 0 0 40%;
    max-width: 40%;
}
}
@media only screen and (min-width: 1200px) {
.project-list-card__middle-column[data-v-66a5bdb1] {
    flex: 0 0 42%;
    max-width: 42%;
}
}
.project-list-card__right-column[data-v-66a5bdb1] {
  flex: 0 0 28%;
  max-width: 28%;
}
.project-list-card__image[data-v-66a5bdb1] {
  height: 180px;
  background-color: var(--main-color-lighter);
  background-size: cover;
  border-radius: var(--rem-size-5);
}
.project-list-card__texts[data-v-66a5bdb1] {
  border-right: 1px solid var(--grey-lighter);
}
@media only screen and (max-width: 1023px) {
.project-list-card__texts[data-v-66a5bdb1] {
    margin: var(--rem-size-30) 0 0 var(--rem-size-30);
    padding-right: var(--rem-size-30);
}
}
@media only screen and (min-width: 1024px) {
.project-list-card__texts[data-v-66a5bdb1] {
    margin: var(--rem-size-30) 0 0 var(--rem-size-10);
    padding-right: var(--rem-size-10);
}
}
@media only screen and (min-width: 1200px) {
.project-list-card__texts[data-v-66a5bdb1] {
    margin: var(--rem-size-30) 0 0 var(--rem-size-30);
    padding-right: var(--rem-size-30);
}
}
.project-list-card .project-list-card-authors[data-v-66a5bdb1] {
  margin-top: var(--rem-size-30);
}
@media only screen and (max-width: 1023px) {
.project-list-card .project-list-card-authors[data-v-66a5bdb1] {
    width: calc(100% - var(--rem-size-30));
    padding-left: var(--rem-size-30);
}
}
@media only screen and (min-width: 1024px) {
.project-list-card .project-list-card-authors[data-v-66a5bdb1] {
    width: calc(100% - var(--rem-size-10));
    padding-left: var(--rem-size-10);
}
}
@media only screen and (min-width: 1200px) {
.project-list-card .project-list-card-authors[data-v-66a5bdb1] {
    width: calc(100% - var(--rem-size-30));
    padding-left: var(--rem-size-30);
}
}
.project-list-card .project-list-card-authors--no-votes[data-v-66a5bdb1] {
  margin-top: var(--rem-size-15);
}
.project-list-card .project-list-card-authors__title[data-v-66a5bdb1] {
  margin-bottom: var(--rem-size-8);
  font-size: var(--rem-size-12);
}
.project-list-card .project-list-card-authors__list[data-v-66a5bdb1] {
  margin-top: var(--rem-size-6);
}
.project-list-card .project-list-card-authors__list__avatars[data-v-66a5bdb1] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--rem-size-8);
}
.project-list-card .project-list-card-authors__list__avatars__avatar[data-v-66a5bdb1] {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.project-list-card .project-list-card-authors__list__avatars__avatar__icon[data-v-66a5bdb1] {
  background-color: var(--grey);
}
.project-list-card .project-list-card-authors__list__avatars__avatar__name[data-v-66a5bdb1] {
  font-size: var(--rem-size-14);
}
.project-list-card .project-list-card-authors__list__avatars__more__indicator[data-v-66a5bdb1] {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  font-size: var(--rem-size-14);
  z-index: 1;
}
.project-list-card .project-list-card-authors__list__avatars__more__indicator[data-v-66a5bdb1]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: var(--main-color-lighter);
  border-radius: 50%;
  opacity: .9;
  z-index: -1;
}
.project-list-card .project-list-card-authors__list__avatars__more__wording[data-v-66a5bdb1] {
  font-size: var(--rem-size-14);
}
.project-list-card .project-list-card-authors__list__avatars__more__label[data-v-66a5bdb1] {
  font-size: var(--rem-size-14);
}
.project-list-card .project-list-card-authors__list[data-v-66a5bdb1]  .users-list-popover__item__user__name {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 25ch;
  white-space: nowrap;
}
.project-list-card .project-list-card-authors__list[data-v-66a5bdb1]  .idt-dropdown {
  display: block;
}
[data-v-66a5bdb1] .idt-tag {
  height: 20px;
  max-width: 205px;
}


.skeleton[data-v-35d59da7] {
  width: 280px;
  height: 340px;
  margin: var(--rem-size-20) var(--rem-size-20) var(--rem-size-20) 0;
  background-color: rgba(0,0,0,0);
  border: var(--rem-size-6) solid var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-35d59da7 1300ms infinite;
}
@keyframes glowing-data-v-35d59da7 {
0% {
    border-color: var(--grey-light);
}
25% {
    border-color: var(--grey);
}
50% {
    border-color: var(--grey-light);
}
75% {
    border-color: var(--grey-lighter);
}
100% {
    border-color: var(--grey-light);
}
}


.skeleton[data-v-b9a61d9c] {
  width: 280px;
  padding: var(--rem-size-16);
}
@media only screen and (max-width: 1023px) {
.skeleton[data-v-b9a61d9c] {
    display: none;
}
}
.skeleton__search[data-v-b9a61d9c] {
  height: var(--rem-size-40);
  margin-bottom: var(--rem-size-8);
}
.skeleton__reset-button[data-v-b9a61d9c] {
  height: var(--rem-size-32);
  margin-bottom: 52px;
}
.skeleton__title[data-v-b9a61d9c] {
  height: var(--rem-size-32);
  margin-bottom: var(--rem-size-16);
}
.skeleton__sort-by[data-v-b9a61d9c] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: var(--rem-size-22);
}
.skeleton__sort-by__label[data-v-b9a61d9c] {
  width: 59px;
  height: var(--rem-size-24);
  margin-right: var(--rem-size-16);
}
.skeleton__sort-by__field[data-v-b9a61d9c] {
  width: 100%;
  height: var(--rem-size-40);
}
.skeleton__category[data-v-b9a61d9c] {
  width: 87px;
  height: var(--rem-size-24);
  margin-bottom: var(--rem-size-20);
}
.skeleton__sub-category[data-v-b9a61d9c] {
  width: 63px;
  height: var(--rem-size-24);
  margin-bottom: var(--rem-size-20);
}
.skeleton__filters[data-v-b9a61d9c] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: var(--rem-size-12);
}
.skeleton__filters__label[data-v-b9a61d9c] {
  width: 130px;
  height: var(--rem-size-24);
}
.skeleton__filters__checkbox[data-v-b9a61d9c] {
  width: var(--rem-size-24);
  height: var(--rem-size-24);
}
.bone[data-v-b9a61d9c] {
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-b9a61d9c 1300ms infinite;
}
@keyframes glowing-data-v-b9a61d9c {
0% {
    background-color: var(--grey-light);
}
25% {
    background-color: var(--grey);
}
50% {
    background-color: var(--grey-light);
}
75% {
    background-color: var(--grey-lighter);
}
100% {
    background-color: var(--grey-light);
}
}


.skeleton[data-v-b37d97ec] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 126px;
  padding: var(--rem-size-15) 0 var(--rem-size-25);
}
.skeleton__main-info__title[data-v-b37d97ec] {
  width: 90px;
  height: var(--rem-size-24);
  margin-bottom: var(--rem-size-20);
}
.skeleton__main-info__result-label[data-v-b37d97ec] {
  width: 158px;
  height: var(--rem-size-24);
}
.skeleton__display[data-v-b37d97ec] {
  width: 320px;
  height: 37px;
  margin-top: var(--rem-size-15);
}
.bone[data-v-b37d97ec] {
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-b37d97ec 1300ms infinite;
}
@keyframes glowing-data-v-b37d97ec {
0% {
    background-color: var(--grey-light);
}
25% {
    background-color: var(--grey);
}
50% {
    background-color: var(--grey-light);
}
75% {
    background-color: var(--grey-lighter);
}
100% {
    background-color: var(--grey-light);
}
}


.skeleton[data-v-268b7696] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.skeleton__label[data-v-268b7696] {
  width: 95px;
  height: var(--rem-size-24);
}
.skeleton__button[data-v-268b7696] {
  width: 204px;
  height: 37px;
}
.bone[data-v-268b7696] {
  background-color: var(--grey);
  border-radius: var(--global-radius);
  animation: glowing-data-v-268b7696 1300ms infinite;
}
@keyframes glowing-data-v-268b7696 {
0% {
    background-color: var(--grey-light);
}
25% {
    background-color: var(--grey);
}
50% {
    background-color: var(--grey-light);
}
75% {
    background-color: var(--grey-lighter);
}
100% {
    background-color: var(--grey-light);
}
}


.projects-card__container[data-v-2a16523c] {
  display: flex;
  flex-direction: initial;
  flex-wrap: wrap;
  gap: var(--rem-size-14) var(--rem-size-14);
  padding: var(--rem-size-5);
}
.projects-card__container__no-more[data-v-2a16523c] {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: var(--rem-size-15);
}
@media only screen and (max-width: 479px) {
.projects-card__container.grid[data-v-2a16523c] {
    flex-direction: column;
    align-items: center;
}
}
.projects-card__container.grid[data-v-2a16523c]  .project-grid-card {
  width: calc(33% - var(--rem-size-8));
  min-width: 280px;
}
.projects-card__container.list[data-v-2a16523c] {
  gap: var(--rem-size-4);
}
.projects-card__container.list__card[data-v-2a16523c] {
  width: 100%;
}
.projects-page[data-v-2a16523c] {
  height: calc(var(--vh, 1vh)*100 - 70px);
  background-color: var(--grey-lighter);
  font-family: var(--text-font-family);
  overflow: auto;
}
@media only screen and (max-width: 1023px) {
.projects-page[data-v-2a16523c] {
    height: -moz-fit-content;
    height: fit-content;
    overflow: unset;
    background-color: var(--white);
}
}
.projects-page__projects[data-v-2a16523c] {
  position: relative;
}
.projects-page__projects .side-open-enter-active[data-v-2a16523c] {
  transition: opacity 1s;
}
.projects-page__projects .side-open-enter[data-v-2a16523c] {
  opacity: 0;
}
.projects-page__projects__filter-panel[data-v-2a16523c] {
  position: sticky;
  top: 0;
  max-width: 280px;
  height: calc(100vh - 70px);
  padding: var(--rem-size-16);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media only screen and (max-width: 1023px) {
.projects-page__projects__filter-panel[data-v-2a16523c] {
    background-color: var(--white);
    max-width: none;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform .3s ease;
    z-index: 11;
}
.projects-page__projects__filter-panel.mobile-hidden[data-v-2a16523c] {
    transform: translate3d(-100%, 0, 0);
}
}
.projects-page__projects__filter-panel[data-v-2a16523c]::-webkit-scrollbar {
  display: none;
}
.projects-page__projects__projects-list__header[data-v-2a16523c] {
  position: sticky;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: var(--rem-size-15) 0 var(--rem-size-25) 0;
  background-color: var(--grey-lighter);
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
.projects-page__projects__projects-list__header[data-v-2a16523c] {
    top: 70px;
    background-color: var(--white);
    padding: var(--rem-size-15) 0 var(--rem-size-10) 0;
}
}
.projects-page__projects__projects-list__header__left[data-v-2a16523c] {
  flex-shrink: 0;
  margin-right: var(--rem-size-16);
}
.projects-page__projects__projects-list__header__left__title[data-v-2a16523c] {
  margin-bottom: var(--rem-size-16);
  font-size: var(--rem-size-24);
  line-height: var(--rem-size-30);
  font-weight: var(--font-weight-medium);
  color: var(--grey-darkest);
}
.projects-page__projects__projects-list__header__left__results[data-v-2a16523c] {
  font-weight: var(--rem-size-16);
  line-height: var(--rem-size-24);
  color: var(--grey-darker);
}
.projects-page__projects__projects-list__header__right[data-v-2a16523c] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: var(--rem-size-16);
}
.projects-page__projects__projects-list__header__right__list-type[data-v-2a16523c] {
  display: flex;
  align-items: center;
  margin-left: var(--rem-size-24);
}
@media only screen and (max-width: 1023px) {
.projects-page__projects__projects-list__header__right__list-type[data-v-2a16523c] {
    display: none;
}
}
.projects-page__projects__projects-list__header__right__list-type__button[data-v-2a16523c] {
  color: var(--grey-darkest);
  cursor: pointer;
}
.projects-page__projects__projects-list__header__right__list-type__button[data-v-2a16523c]:first-child {
  margin-right: var(--rem-size-16);
}
.projects-page__projects__projects-list__header__right__list-type__button.active[data-v-2a16523c] {
  color: var(--main-color);
}
.projects-page__projects__projects-list__header__infos[data-v-2a16523c] {
  align-content: center;
  height: 64px;
  background: var(--white);
  border-radius: var(--global-radius);
  box-shadow: 0px 2px 3px var(--grey);
}
@media only screen and (max-width: 1023px) {
.projects-page__projects__projects-list__header__infos[data-v-2a16523c] {
    height: 0;
    visibility: hidden;
}
}
.projects-page__projects__projects-list__header__infos__sort__label[data-v-2a16523c] {
  margin: var(--rem-size-5) var(--rem-size-10) 0 0;
  color: var(--black);
}
.projects-page__projects__projects-list__header__infos__sort__select[data-v-2a16523c] {
  width: 170px;
  height: 41px;
  margin: 0 var(--rem-size-10) 0 0;
}
.projects-page__projects__projects-list__header__infos__list-mode[data-v-2a16523c] {
  color: var(--grey);
}
.projects-page__projects__projects-list__header__infos__list-mode__button[data-v-2a16523c] {
  margin-right: var(--rem-size-10);
}
.projects-page__projects__projects-list__header__infos__list-mode__button[data-v-2a16523c]:hover {
  cursor: pointer;
}
.projects-page__projects__projects-list__header__infos__list-mode__button.active[data-v-2a16523c] {
  color: var(--black);
}
.projects-page__projects__projects-list__list__mine__header[data-v-2a16523c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--rem-size-24);
}
.projects-page__projects__projects-list__list__mine__header__title[data-v-2a16523c] {
  font-size: var(--rem-size-18);
  line-height: var(--rem-size-24);
  font-weight: var(--font-weight-medium);
  color: var(--grey-darkest);
}
.projects-page__projects__projects-list__list__mine__empty-dialog[data-v-2a16523c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 128px;
  margin: 0 var(--rem-size-5);
  padding: var(--rem-size-16) var(--rem-size-32);
  background-color: var(--white);
  border-radius: var(--global-radius);
  box-shadow: 0px 3px 6px rgba(0,0,0,.12);
}
@media only screen and (max-width: 639px) {
.projects-page__projects__projects-list__list__mine__empty-dialog[data-v-2a16523c] {
    padding: var(--rem-size-20);
}
}
.projects-page__projects__projects-list__list__mine__empty-dialog__icon[data-v-2a16523c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: var(--rem-size-24);
  background-color: var(--main-color-lighter);
  color: var(--main-color);
  border-radius: 50%;
}
.projects-page__projects__projects-list__list__mine__empty-dialog__icon .idt-icon[data-v-2a16523c]  .ideacon {
  transform: rotate(45deg);
}
.projects-page__projects__projects-list__list__mine__empty-dialog__text[data-v-2a16523c] {
  margin: var(--rem-size-16) 0;
  margin-right: auto;
}
.projects-page__projects__projects-list__list__mine__empty-dialog__text__headline[data-v-2a16523c] {
  margin-bottom: var(--rem-size-4);
  font-size: var(--rem-size-18);
  line-height: var(--rem-size-24);
  font-weight: var(--font-weight-medium);
  color: var(--grey-darkest);
}
.projects-page__projects__projects-list__list__mine__empty-dialog__text__subtitle[data-v-2a16523c] {
  max-width: 450px;
  margin-bottom: 0;
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-20);
  color: var(--grey-darker);
}
.projects-page__projects__projects-list__list__mine__empty-dialog__button[data-v-2a16523c] {
  margin-bottom: 0;
}
.projects-page__projects__projects-list__list__mine__empty-dialog__button .idt-icon[data-v-2a16523c]  .ideacon {
  transform: rotate(45deg);
}
.projects-page__projects__projects-list__list__mine__empty[data-v-2a16523c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}
.projects-page__projects__projects-list__list__mine__empty__icon[data-v-2a16523c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: var(--rem-size-16);
  color: var(--grey-darker);
  background: var(--grey-light);
  border-radius: 50%;
}
.projects-page__projects__projects-list__list__mine__empty__text[data-v-2a16523c] {
  font-size: var(--rem-size-16);
  line-height: var(--rem-size-24);
  color: var(--grey-darkest);
}
@media only screen and (max-width: 991px) {
.projects-page__projects__projects-list__list__all[data-v-2a16523c] {
    margin: 2.5rem 0 6rem;
}
}
@media only screen and (min-width: 992px) {
.projects-page__projects__projects-list__list__all[data-v-2a16523c] {
    margin: 2.5rem 0;
}
}
.projects-page__projects__projects-list__list__all__header[data-v-2a16523c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--rem-size-24);
}
.projects-page__projects__projects-list__list__all__header__title[data-v-2a16523c] {
  font-size: var(--rem-size-18);
  line-height: var(--rem-size-24);
  font-weight: var(--font-weight-medium);
  color: var(--grey-darkest);
}
.projects-page__projects__projects-list__list__all__empty[data-v-2a16523c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}
.projects-page__projects__projects-list__list__all__empty__icon[data-v-2a16523c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: var(--rem-size-16);
  color: var(--grey-darker);
  background: var(--grey-light);
  border-radius: 50%;
}
.projects-page__projects__projects-list__list__all__empty__text[data-v-2a16523c] {
  font-size: var(--rem-size-16);
  line-height: var(--rem-size-24);
  color: var(--grey-darkest);
}
.projects-page__projects__projects-list__no-item-icon[data-v-2a16523c] {
  padding-bottom: var(--rem-size-15);
}
.projects-page__projects[data-v-2a16523c]  .idt-panel-filter__select label,
.projects-page__projects[data-v-2a16523c]  .idt-panel-filter__filters__filter__title {
  margin-left: 0;
  text-transform: uppercase;
}
.projects-page__projects[data-v-2a16523c]  .idt-panel-filter__filters__filter {
  margin-right: 0;
}
.projects-page__projects[data-v-2a16523c]  .idt-panel-filter__filters__filter__values {
  margin-left: 0;
}
.projects-page__projects[data-v-2a16523c]  .idt-panel-filter__filters__filter__showmore {
  margin-bottom: var(--rem-size-10);
  text-decoration: none;
}
.projects-page__projects[data-v-2a16523c]  .idt-panel-filter__buttons__button.active {
  background-color: var(--main-color-dark);
}
.projects-page__projects[data-v-2a16523c]  .idt-panel-filter__buttons__button.reset {
  border-color: var(--main-color-dark);
}
.projects-page__projects[data-v-2a16523c]  .idt-panel-filter__buttons__button.reset.idt-panel-filter__buttons__button__title {
  color: var(--main-color-dark);
}
.projects-page .add-project-button[data-v-2a16523c] {
  display: flex;
  align-items: center;
  padding: var(--rem-size-8) var(--rem-size-24);
  font-weight: var(--font-weight-medium);
  font-size: var(--rem-size-16);
}
.projects-page .add-project-button .idt-icon[data-v-2a16523c]  .ideacon {
  margin-left: var(--rem-size-16);
  color: var(--white);
  transform: rotate(45deg);
}


.external-api-keys__list[data-v-b2e34b8c] {
  margin-bottom: 1rem;
  box-shadow: 0 2px 3px var(--grey-darker-alpha15);
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
}
.external-api-keys__head[data-v-b2e34b8c],
.external-api-keys__item[data-v-b2e34b8c] {
  display: grid;
  gap: .5rem;
}
@media only screen and (max-width: 991px) {
.external-api-keys__head[data-v-b2e34b8c],
  .external-api-keys__item[data-v-b2e34b8c] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (min-width: 992px) {
.external-api-keys__head[data-v-b2e34b8c],
  .external-api-keys__item[data-v-b2e34b8c] {
    grid-template-columns: 30% 20% 20% 10% calc(20% - 2rem);
}
}
@media only screen and (max-width: 991px) {
.external-api-keys__head[data-v-b2e34b8c] {
    display: none;
}
}
@media only screen and (min-width: 992px) {
.external-api-keys__head[data-v-b2e34b8c] {
    padding: 1rem;
}
}
.external-api-keys__item[data-v-b2e34b8c] {
  font-size: .875rem;
}
@media only screen and (max-width: 991px) {
.external-api-keys__item[data-v-b2e34b8c] {
    padding: .5rem 1rem;
}
}
@media only screen and (min-width: 992px) {
.external-api-keys__item[data-v-b2e34b8c] {
    padding: 0 1rem;
    line-height: 3rem;
}
}
.external-api-keys__item[data-v-b2e34b8c]:not(:last-child) {
  border-bottom: 1px solid var(--grey-light);
}
@media only screen and (max-width: 991px) {
.external-api-keys__name[data-v-b2e34b8c] {
    grid-area: 1/1/2/2;
}
}
@media only screen and (max-width: 991px) {
.external-api-keys__date[data-v-b2e34b8c] {
    grid-area: 1/2/2/3;
}
}
@media only screen and (max-width: 991px) {
.external-api-keys__key[data-v-b2e34b8c] {
    grid-area: 2/1/3/3;
}
}
@media only screen and (max-width: 991px) {
.external-api-keys__usage[data-v-b2e34b8c] {
    grid-area: 3/1/4/2;
}
}
@media only screen and (min-width: 992px) {
.external-api-keys__usage[data-v-b2e34b8c] {
    text-align: right;
}
}
.external-api-keys__actions[data-v-b2e34b8c],
.external-api-keys__add[data-v-b2e34b8c] {
  text-align: right;
}
@media only screen and (max-width: 991px) {
.external-api-keys__actions[data-v-b2e34b8c] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    grid-area: 3/2/4/3;
}
}
.external-api-keys__actions button[data-v-b2e34b8c] {
  padding: .75rem;
  color: inherit;
  cursor: pointer;
}
.external-api-keys__delete[data-v-b2e34b8c]:hover {
  color: var(--danger-color);
}
.external-api-keys__input[data-v-b2e34b8c]  .idt-input {
  height: 46px;
  margin-top: 2px;
  padding-left: 0;
  border-radius: 0;
  border-width: 0 0 2px 0;
  font-size: .875rem;
}


.fs__image-upload--favicon[data-v-06e1e660] {
  width: 150px;
  height: 150px;
  background-size: contain;
}


.bo-footer-logo[data-v-374a1c86] {
  background-size: 90% !important;
}


.sso-provider[data-v-a2b0ca20] {
  margin-bottom: .75rem;
  padding-bottom: .75rem;
}
.sso-provider[data-v-a2b0ca20]:not(:last-child) {
  border-bottom: 1px solid var(--grey-lighter);
}
.input-custom[data-v-a2b0ca20] {
  margin-top: 1.25rem;
}
.sso-callback-url[data-v-a2b0ca20] {
  font-size: .75rem;
}
.preview-block[data-v-a2b0ca20] {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: var(--grey-lightest);
}
.preview-block__title[data-v-a2b0ca20] {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.preview-block__container[data-v-a2b0ca20] {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
@media only screen and (min-width: 992px) {
.preview-block__container[data-v-a2b0ca20] {
    position: sticky;
    top: calc(var(--menu-height)*2 + 2rem);
}
}


.lobby-sponsor[data-v-d7426a6e] {
  display: flex;
  flex-flow: column;
  background-color: var(--white);
  font-size: var(--rem-size-14);
  color: var(--black);
  margin: auto;
  margin-bottom: var(--rem-size-16);
  overflow: hidden;
  border-radius: var(--global-radius);
  box-shadow: 0 2px 3px var(--black-alpha10);
  transition: max-width .15s ease-in-out;
  max-width: 400px;
}
.lobby-sponsor__img[data-v-d7426a6e] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  padding-top: 8%;
  padding-left: 12.5%;
  padding-right: 12.5%;
  overflow: hidden;
  transition: height .15s ease-in-out;
}
.lobby-sponsor__img img[data-v-d7426a6e] {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  opacity: 0;
  transition: opacity .15s ease-in-out;
}
.lobby-sponsor__img--loaded img[data-v-d7426a6e] {
  opacity: 1;
}
.lobby-sponsor--2[data-v-d7426a6e] {
  max-width: 350px;
}
.lobby-sponsor--2 .lobby-sponsor__img[data-v-d7426a6e] {
  height: 210px;
}
.lobby-sponsor--3[data-v-d7426a6e] {
  max-width: 300px;
}
.lobby-sponsor--3 .lobby-sponsor__img[data-v-d7426a6e] {
  height: 180px;
}
.lobby-sponsor--4[data-v-d7426a6e] {
  max-width: 250px;
}
.lobby-sponsor--4 .lobby-sponsor__img[data-v-d7426a6e] {
  height: 150px;
}
.lobby-sponsor--5[data-v-d7426a6e] {
  max-width: 200px;
}
.lobby-sponsor--5 .lobby-sponsor__img[data-v-d7426a6e] {
  height: 120px;
}
.lobby-sponsor__name[data-v-d7426a6e] {
  padding: var(--rem-size-16) var(--rem-size-40);
  color: var(--grey-darker);
}
.lobby-sponsor .fade-enter[data-v-d7426a6e],
.lobby-sponsor .fade-leave-to[data-v-d7426a6e] {
  opacity: 0;
}
.lobby-sponsor .fade-enter-active[data-v-d7426a6e],
.lobby-sponsor .fade-leave-active[data-v-d7426a6e] {
  transition: opacity .2s ease;
}
.idt-sponsor-info[data-v-d7426a6e] {
  position: relative;
  margin-bottom: 24px;
  padding: var(--rem-size-24);
  color: var(--grey-darkest-alpha70);
  background-color: var(--grey-lightest);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-14);
}
.idt-sponsor-info__icon[data-v-d7426a6e] {
  color: var(--main-color);
}
.idt-sponsor-info__icon .ideacon[data-v-d7426a6e] {
  position: absolute;
  left: var(--rem-size-24);
  top: var(--rem-size-28);
}
.idt-sponsor-info--warn[data-v-d7426a6e] {
  color: var(--yellow-dark);
  background-color: var(--yellow-dark-alpha10);
}
.idt-sponsor-info--warn .idt-sponsor-info__icon[data-v-d7426a6e] {
  color: var(--yellow-dark);
}
.single-page-sponsor-switch label[data-v-d7426a6e] {
  padding-bottom: 0;
  font-size: var(--rem-size-14);
}
.single-page-sponsor-switch .idt-switch[data-v-d7426a6e] {
  width: 45px !important;
  min-width: 0;
  height: 24px;
}
.single-page-sponsor-switch .idt-switch__btn[data-v-d7426a6e] {
  width: 16px;
  height: 16px;
}
.single-page-sponsor-switch .idt-switch__btn.off[data-v-d7426a6e] {
  background-color: var(--white);
}
.single-page-sponsor-switch .idt-switch__inner.off[data-v-d7426a6e] {
  background-color: var(--grey-light);
}
.bo-tips__title[data-v-d7426a6e] {
  display: flex;
  align-items: center;
  align-self: stretch;
  text-transform: none;
  font-size: var(--rem-size-18);
  font-weight: var(--font-weight-bold);
}
.slug-url[data-v-d7426a6e] {
  margin: calc(-1*var(--rem-size-18)) 0 var(--rem-size-24) 0;
  font-size: var(--rem-size-12);
}
.idt-card-file-upload-header__preview[data-v-d7426a6e] {
  margin-bottom: 1rem;
}
.sponsor-subtitle[data-v-d7426a6e] {
  margin-bottom: 1rem;
}
.single-page-sponsor-switch[data-v-d7426a6e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1rem 0;
}
.single-page-sponsor-switch label[data-v-d7426a6e] {
  font-weight: var(--font-weight-normal);
}
.vs__dropdown-option--disabled[data-v-d7426a6e] {
  display: none !important;
}
.fade-height-enter[data-v-d7426a6e],
.fade-height-leave-to[data-v-d7426a6e] {
  max-height: 0;
}
.fade-height-leave[data-v-d7426a6e],
.fade-height-enter-to[data-v-d7426a6e] {
  max-height: 100px;
}
.fade-height-enter-active[data-v-d7426a6e],
.fade-height-leave-active[data-v-d7426a6e] {
  transition: max-height .25s ease;
  overflow: hidden;
}


.sponsor-showroom__wrapper[data-v-634d7098]:first-child {
  padding-top: 25px;
}
.sponsor-showroom__wrapper[data-v-634d7098]:last-child {
  padding-bottom: 25px;
}
.sponsor-showroom__container[data-v-634d7098] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sponsor-showroom__container--top-level[data-v-634d7098] {
  background: var(--grey-lighter);
  padding: 50px 1rem;
}
.sponsor-showroom__container--top-level[data-v-634d7098]:not(:last-child) {
  margin-bottom: 25px;
}
.sponsor-showroom__container--level[data-v-634d7098] {
  padding: 25px 1rem;
}
.sponsor-showroom__row[data-v-634d7098] {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1272px;
}
.idt-page-section__title[data-v-634d7098] {
  margin-bottom: 10px;
}
.idt-page-section__subtitle[data-v-634d7098] {
  margin-bottom: 30px;
}


.resource[data-v-46d2e582] {
  display: flex;
  align-items: stretch;
  min-height: 150px;
  background-color: var(--main-color-alpha10);
  border-radius: var(--global-radius);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
.resource[data-v-46d2e582] {
    flex-direction: column;
}
}
.resource__img-container[data-v-46d2e582] {
  flex: 0 0 auto;
  width: var(--resource-img-width);
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
.resource__img-container[data-v-46d2e582] {
    width: 100%;
    height: 150px;
}
}
.resource__content[data-v-46d2e582] {
  flex: 1 1 auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
.resource__content[data-v-46d2e582] {
    padding: 20px 2rem;
}
}
@media only screen and (min-width: 1024px) {
.resource__content[data-v-46d2e582] {
    padding: 30px 0 30px 3rem;
}
}
.resource__edit[data-v-46d2e582] {
  position: absolute;
  left: .75rem;
  color: var(--main-color);
  font-size: var(--rem-size-14);
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
.resource__edit[data-v-46d2e582] {
    top: .5rem;
}
}
@media only screen and (min-width: 1024px) {
.resource__edit[data-v-46d2e582] {
    top: .75rem;
}
}
.resource__edit[data-v-46d2e582]:hover {
  color: var(--main-color-dark);
}
.resource__name[data-v-46d2e582],
.resource__description[data-v-46d2e582] {
  color: var(--black);
}
.resource__name[data-v-46d2e582] {
  font-family: var(--title-font-family);
}
@media only screen and (max-width: 1023px) {
.resource__name[data-v-46d2e582] {
    font-size: var(--rem-size-20);
}
}
@media only screen and (min-width: 1024px) {
.resource__name[data-v-46d2e582] {
    font-size: var(--rem-size-24);
}
}
@media only screen and (max-width: 1023px) {
.resource__description[data-v-46d2e582] {
    font-size: var(--rem-size-14);
}
}
.resource__cta[data-v-46d2e582] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1023px) {
.resource__cta[data-v-46d2e582] {
    width: 100%;
    padding: 1rem 3rem;
}
}
@media only screen and (min-width: 1024px) {
.resource__cta[data-v-46d2e582] {
    padding: 0 3rem;
}
}
.resource__cta .button[data-v-46d2e582] {
  min-width: 132px;
  margin: 0;
  text-transform: uppercase;
}


.resource-editor[data-v-55d7752e] {
  width: 100%;
}
@media only screen and (max-width: 639px) {
.resource-editor[data-v-55d7752e] {
    position: fixed;
    top: var(--menu-height);
    left: 0;
    height: calc(var(--vh, 1vh)*100 - var(--menu-height));
    padding: 1rem;
    background-color: var(--white);
    overflow-y: auto;
    z-index: 10;
}
}
.resource-editor .editor[data-v-55d7752e] {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1023px) {
.resource-editor .editor[data-v-55d7752e] {
    position: relative;
    flex-direction: column;
}
}
@media only screen and (min-width: 1024px) {
.resource-editor .editor[data-v-55d7752e] {
    height: 172px;
    margin-bottom: 1rem;
}
}
.resource-editor .editor__image[data-v-55d7752e] {
  position: relative;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1023px) {
.resource-editor .editor__image[data-v-55d7752e] {
    width: 100%;
}
}
@media only screen and (min-width: 1024px) {
.resource-editor .editor__image[data-v-55d7752e] {
    width: var(--resource-img-width);
}
}
.resource-editor .editor__image .fs__image-upload[data-v-55d7752e] {
  height: 144px;
  border-style: dashed;
}
.resource-editor .editor__image__button[data-v-55d7752e] {
  width: 100%;
  height: 144px;
}
.resource-editor .editor__image__button[data-v-55d7752e]  .upload-file__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 144px;
  margin: 0;
  color: var(--main-color);
  background-color: rgba(0,0,0,0);
}
.resource-editor .editor__content[data-v-55d7752e] {
  display: flex;
  align-items: stretch;
  flex: 1 0 auto;
}
@media only screen and (max-width: 1023px) {
.resource-editor .editor__content[data-v-55d7752e] {
    flex-direction: column;
}
}
@media only screen and (min-width: 1442px) {
.resource-editor .editor__content[data-v-55d7752e] {
    width: calc(100% - var(--resource-img-width));
}
}
.resource-editor .editor__content__block[data-v-55d7752e] {
  flex: 0 0 auto;
}
@media only screen and (max-width: 1023px) {
.resource-editor .editor__content__block[data-v-55d7752e] {
    width: 100%;
    margin-top: 1rem;
}
}
@media only screen and (min-width: 1024px) {
.resource-editor .editor__content__block[data-v-55d7752e] {
    width: calc(50% - 1rem);
    margin-left: 1rem;
}
}
.resource-editor .editor__attachment[data-v-55d7752e] {
  --resource-tab-content-border-color: var(--grey);
}
.resource-editor .editor__attachment.error[data-v-55d7752e] {
  --resource-tab-content-border-color: var(--secondary-color);
}
.resource-editor .editor__attachment__tabs[data-v-55d7752e] {
  display: flex;
  align-items: center;
}
.resource-editor .editor__attachment__tab[data-v-55d7752e] {
  flex: 1 1 auto;
  height: 30px;
  color: var(--grey-darker);
  background-color: var(--grey-lighter);
  font-size: var(--rem-size-12);
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}
.resource-editor .editor__attachment__tab[data-v-55d7752e]:not([disabled]):not(.active) {
  cursor: pointer;
}
.resource-editor .editor__attachment__tab[data-v-55d7752e]:first-child {
  border-radius: var(--global-radius) 0 0 0;
}
.resource-editor .editor__attachment__tab[data-v-55d7752e]:last-child {
  border-radius: 0 var(--global-radius) 0 0;
}
.resource-editor .editor__attachment__tab.active[data-v-55d7752e] {
  color: var(--white);
  background-color: var(--main-color);
}
.resource-editor .editor__attachment__content[data-v-55d7752e] {
  width: 100%;
  height: 42px;
  border-right: 1px solid var(--resource-tab-content-border-color);
  border-bottom: 1px solid var(--resource-tab-content-border-color);
  border-left: 1px solid var(--resource-tab-content-border-color);
  border-radius: 0 0 var(--global-radius) var(--global-radius);
}
.resource-editor .editor__attachment__url[data-v-55d7752e] {
  height: 40px;
  margin: 0;
  border: none;
}
.resource-editor .editor__attachment__upload[data-v-55d7752e]  .idt-fs-upload-file__button {
  border: none;
}
.resource-editor .editor__attachment__file[data-v-55d7752e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.resource-editor .editor__attachment__file__name[data-v-55d7752e] {
  flex: 0 0 auto;
  width: calc(100% - 32px);
  padding: var(--rem-size-8);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.resource-editor .editor__attachment__file__delete[data-v-55d7752e] {
  flex: 0 0 auto;
  padding: var(--rem-size-8);
  color: var(--secondary-color);
  cursor: pointer;
}
.resource-editor .editor__attachment__file__delete[data-v-55d7752e]:hover {
  color: var(--secondary-color-dark);
}
.resource-editor .editor__description[data-v-55d7752e] {
  display: block;
  position: relative;
}
.resource-editor .editor__delete[data-v-55d7752e] {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
@media only screen and (max-width: 1023px) {
.resource-editor .editor__delete[data-v-55d7752e] {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
}
}
.resource-editor .editor__delete__button[data-v-55d7752e] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: var(--danger-color);
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
.resource-editor .editor__delete__button[data-v-55d7752e] {
    height: 40px;
}
}
@media only screen and (min-width: 1024px) {
.resource-editor .editor__delete__button[data-v-55d7752e] {
    flex-direction: column;
}
}
.resource-editor .editor__delete__button[data-v-55d7752e]:hover {
  color: var(--danger-color-dark);
}
@media only screen and (max-width: 1023px) {
.resource-editor .editor__delete__button[data-v-55d7752e]  .ideacon {
    margin-right: .5rem;
}
}
@media only screen and (min-width: 1024px) {
.resource-editor .editor__delete__button[data-v-55d7752e]  .ideacon {
    margin-bottom: .5rem;
}
}
.resource-editor .actions[data-v-55d7752e] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.resource-editor .actions .button[data-v-55d7752e] {
  margin: 0;
  text-transform: uppercase;
}
.resource-editor .actions__cancel[data-v-55d7752e] {
  margin-right: 1rem;
  cursor: pointer;
}


.resource-container[data-v-33bc6333] {
  --resource-img-width: 254px;
  width: 100%;
}


.resource-list[data-v-07e8a7cc] {
  margin-bottom: 50px;
}
.resource-list__header[data-v-07e8a7cc] {
  margin: 50px 0;
  color: var(--black);
  text-align: center;
}
.resource-list__title[data-v-07e8a7cc] {
  font-family: var(--title-font-family);
  font-size: 2rem;
  line-height: 2.5rem;
}
.resource-list__subtitle[data-v-07e8a7cc] {
  font-size: var(--rem-size-20);
}
.resource-list__wrapper[data-v-07e8a7cc] {
  display: flex;
}
.resource-list__wrapper[data-v-07e8a7cc]:not(.reverse) {
  flex-direction: column;
}
.resource-list__wrapper.reverse[data-v-07e8a7cc] {
  flex-direction: column-reverse;
}
.resource-list__container[data-v-07e8a7cc] {
  display: grid;
  gap: var(--rem-size-20);
}
@media only screen and (max-width: 479px) {
.resource-list__container[data-v-07e8a7cc] {
    grid-template-columns: 100%;
}
}
@media only screen and (min-width: 480px)and (max-width: 639px) {
.resource-list__container[data-v-07e8a7cc] {
    grid-template-columns: 1fr 1fr;
}
}
@media only screen and (min-width: 640px)and (max-width: 991px) {
.resource-list__container[data-v-07e8a7cc] {
    grid-template-columns: 1fr 1fr;
}
}
@media only screen and (min-width: 992px)and (max-width: 1023px) {
.resource-list__container[data-v-07e8a7cc] {
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media only screen and (min-width: 1024px) {
.resource-list__container[data-v-07e8a7cc] {
    grid-template-columns: 1fr;
}
}
.resource-list__add-button[data-v-07e8a7cc] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  color: var(--main-color);
  border: 1px dashed var(--main-color);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  cursor: pointer;
}
.resource-list__add-button[data-v-07e8a7cc]:hover {
  color: var(--main-color-dark);
  border-color: var(--main-color-dark);
}
.resource-list__add-button[data-v-07e8a7cc]:not(.reverse) {
  margin-top: var(--rem-size-20);
}
.resource-list__add-button.reverse[data-v-07e8a7cc] {
  margin-bottom: var(--rem-size-20);
}
.resource-list__add-button__label[data-v-07e8a7cc] {
  display: inline-block;
  margin-bottom: .5rem;
}


.single-sponsor-page[data-v-23b2caea] {
  padding-top: 75px;
}
.header[data-v-23b2caea] {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 639px) {
.header[data-v-23b2caea] {
    flex-direction: column;
    margin-bottom: 20px;
}
}
@media only screen and (min-width: 640px) {
.header[data-v-23b2caea] {
    flex-flow: row wrap;
    margin-bottom: 60px;
}
}
.header__image[data-v-23b2caea] {
  flex: 0 0 auto;
  position: relative;
  width: 230px;
  height: 114px;
  transition: .3s ease-in-out;
  opacity: 1;
  backface-visibility: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 639px) {
.header__image[data-v-23b2caea] {
    margin-bottom: 40px;
}
}
@media only screen and (min-width: 640px)and (max-width: 991px) {
.header__image[data-v-23b2caea] {
    margin-bottom: 20px;
}
}
@media only screen and (min-width: 992px) {
.header__image[data-v-23b2caea] {
    margin-right: 40px;
}
}
.header__image .idt-card-file-upload-header__preview[data-v-23b2caea] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none !important;
  z-index: 10;
}
.header__connect[data-v-23b2caea] {
  flex: 1 0 auto;
}
@media only screen and (max-width: 991px) {
.header__connect[data-v-23b2caea] {
    width: 100%;
}
}
.header__connect__title[data-v-23b2caea] {
  color: var(--black);
  font-family: var(--title-font-family);
  line-height: 1.875rem;
}
@media only screen and (max-width: 639px) {
.header__connect__title[data-v-23b2caea] {
    margin-bottom: var(--rem-size-16);
    font-size: 1.25rem;
}
}
@media only screen and (min-width: 640px) {
.header__connect__title[data-v-23b2caea] {
    margin-bottom: var(--rem-size-8);
    font-size: 1.5rem;
}
}
.header__connect__cards[data-v-23b2caea] {
  display: flex;
}
@media only screen and (max-width: 639px) {
.header__connect__cards[data-v-23b2caea] {
    flex-direction: column;
}
}
.header__toggle-edit[data-v-23b2caea] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-left: auto;
}
.intro[data-v-23b2caea] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
.intro__media[data-v-23b2caea] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro__media .idt-card-file-upload-header__preview[data-v-23b2caea] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: none !important;
  z-index: 10;
}
.intro__media.no-media[data-v-23b2caea] {
  height: 400px;
}
.intro__media.no-media .idt-card-file-upload-header__preview[data-v-23b2caea] {
  height: 400px;
}
.intro__navigation[data-v-23b2caea] {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 400px;
}
.intro__froala[data-v-23b2caea] {
  width: 100%;
  margin-top: 20px;
}
.talks-speakers[data-v-23b2caea] {
  width: 100%;
  background: var(--grey-lighter);
}
.talks-speakers__row[data-v-23b2caea]:last-child {
  padding-bottom: 50px;
}
.talks-speakers__headers[data-v-23b2caea] {
  margin: 50px 0;
  color: var(--black);
  font-family: var(--title-font-family);
  font-size: 2rem;
  text-align: center;
  line-height: 2.5rem;
}
.talks-speakers__column[data-v-23b2caea] {
  flex: 0 0 auto;
  width: 100%;
  max-width: 398px;
  padding: 0 12px 24px 12px;
}
.idt-card-file-upload-header__preview[data-v-23b2caea] {
  padding-top: 0;
  height: 100%;
}


.idt-sponsor-stats-metrics-row[data-v-3ae3d158] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: var(--rem-size-10);
  padding: var(--rem-size-14) var(--rem-size-15);
  background-color: var(--white-alpha10);
  border-radius: 5px;
  transition: all .3s ease;
}
.idt-sponsor-stats-metrics-row[data-v-3ae3d158]:hover {
  background-color: var(--main-color-alpha30);
  cursor: pointer;
}
.idt-sponsor-stats-metrics-row--selected[data-v-3ae3d158] {
  margin-top: var(--rem-size-8);
  margin-bottom: var(--rem-size-20);
  border: 2px solid var(--main-color);
}
.idt-sponsor-stats-metrics-row--selected .idt-sponsor-stats-metrics-row__label[data-v-3ae3d158] {
  display: flex;
  align-items: center;
}
.idt-sponsor-stats-metrics-row--selected .idt-sponsor-stats-metrics-row__label span[data-v-3ae3d158] {
  margin-left: var(--rem-size-15);
}
.idt-sponsor-stats-metrics-row__value[data-v-3ae3d158] {
  font-size: var(--rem-size-18);
}


.idt-sponsor-stats-next-refresh[data-v-58dce427] {
  display: flex;
  font-size: var(--rem-size-12);
  color: var(--grey-dark);
}


.idt-sidebar-user-row[data-v-4ea11774] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--grey-alpha20);
  transition: all .3s ease;
}
.idt-sidebar-user-row[data-v-4ea11774]:hover {
  background-color: var(--white-alpha10);
}
.idt-sidebar-user-row__content[data-v-4ea11774] {
  display: flex;
  align-items: center;
  width: calc(100% - 3.75rem);
  padding: var(--rem-size-14) 0;
  cursor: pointer;
}
.idt-sidebar-user-row__content .content__avatar[data-v-4ea11774] {
  flex: 0 0 auto;
  position: relative;
  width: 2.625rem;
  height: 2.625rem;
  background-color: var(--white);
  border-radius: 100%;
}
.idt-sidebar-user-row__content .content__text[data-v-4ea11774] {
  width: calc(100% - 2.625rem);
  padding: 0 var(--rem-size-11);
}
.idt-sidebar-user-row__content .content__text__name[data-v-4ea11774] {
  color: var(--white);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idt-sidebar-user-row__content .content__text__description[data-v-4ea11774] {
  color: var(--white-alpha70);
  font-size: var(--rem-size-12);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idt-sidebar-user-row__action[data-v-4ea11774] {
  position: relative;
}
.idt-sidebar-user-row__action__button[data-v-4ea11774] {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: 0 var(--rem-size-14);
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 50%;
  cursor: pointer;
}
.idt-sidebar-user-row__action__pane-row[data-v-4ea11774] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--rem-size-8) var(--rem-size-20);
  font-size: var(--rem-size-14);
  border-bottom: 1px solid var(--grey);
}
.idt-sidebar-user-row__action__pane-row[data-v-4ea11774]:last-child {
  border-bottom: none;
}
.idt-sidebar-user-row__action__pane-row[data-v-4ea11774]:hover {
  background-color: var(--grey-light);
  cursor: pointer;
}
.idt-sidebar-user-row__action__pane-row__label[data-v-4ea11774] {
  white-space: nowrap;
}
.idt-sidebar-user-row[data-v-4ea11774]  .idt-dropdown {
  width: unset;
}
.idt-sidebar-user-row[data-v-4ea11774]  .idt-dropdown--pane {
  width: unset;
  left: unset !important;
  right: 5px;
}


.idt-sidebar-users-list[data-v-eca5d89e] {
  height: 100%;
  overflow-y: auto;
}
.idt-sidebar-users-list__loader[data-v-eca5d89e] {
  width: 50px;
  height: 50px;
  margin: var(--rem-size-24) auto;
}
.idt-sidebar-users-list__not-found[data-v-eca5d89e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: var(--chat-min-with);
  padding: 0 var(--rem-size-16) var(--rem-size-16) var(--rem-size-16);
}
.idt-sidebar-users-list__not-found label[data-v-eca5d89e] {
  display: block;
  color: var(--white);
  font-weight: var(--font-weight-light);
  text-align: center;
}


.idt-sponsor-stats-metric[data-v-4c00b8d6] {
  height: 100%;
  padding: var(--rem-size-18) var(--rem-size-10) 0 var(--rem-size-10);
}
.idt-sponsor-stats-metric__count[data-v-4c00b8d6] {
  margin-bottom: var(--rem-size-26);
  font-size: var(--rem-size-16);
}
.idt-sponsor-stats-metric__count[data-v-4c00b8d6]  .idt-sponsor-stats-metric__count__value {
  color: var(--main-color);
}
.idt-sponsor-stats-metric__export[data-v-4c00b8d6] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: var(--rem-size-23);
}
.idt-sponsor-stats-metric__export .button[data-v-4c00b8d6] {
  margin: 0;
  padding: var(--rem-size-4) var(--rem-size-24);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  border-radius: var(--rem-size-23);
}
.idt-sponsor-stats-metric__toolbar[data-v-4c00b8d6] {
  display: flex;
  justify-content: space-between;
}
.idt-sponsor-stats-metric__toolbar__filter[data-v-4c00b8d6] {
  margin-right: var(--rem-size-8);
}
.idt-sponsor-stats-metric__toolbar__filter+.idt-sponsor-stats-metric__toolbar__sort[data-v-4c00b8d6] {
  margin-left: var(--rem-size-8);
}
.idt-sponsor-stats-metric__toolbar__filter+.idt-sponsor-stats-metric__toolbar__sort[data-v-4c00b8d6]  .idt-dropdown--pane {
  left: auto !important;
  right: 0 !important;
}
.idt-sponsor-stats-metric__toolbar .input-dropdown[data-v-4c00b8d6] {
  position: relative;
  cursor: pointer;
}
.idt-sponsor-stats-metric__toolbar .input-dropdown__input[data-v-4c00b8d6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3.313rem;
  padding: var(--rem-size-10) var(--rem-size-16);
  color: var(--grey-light);
  background-color: var(--white-alpha10);
  border: none;
  border-radius: 5px;
  font-size: var(--rem-size-16);
  transition: all .3s ease;
}
@media only screen and (max-width: 639px) {
.idt-sponsor-stats-metric__toolbar .input-dropdown__input[data-v-4c00b8d6] {
    width: 10.625rem;
}
}
@media only screen and (min-width: 640px) {
.idt-sponsor-stats-metric__toolbar .input-dropdown__input[data-v-4c00b8d6] {
    width: 10.125rem;
}
}
.idt-sponsor-stats-metric__toolbar .input-dropdown__input.focus[data-v-4c00b8d6] {
  background-color: var(--dark-color-dark);
}
.idt-sponsor-stats-metric__toolbar .input-dropdown__input__title[data-v-4c00b8d6] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.idt-sponsor-stats-metric__toolbar .input-dropdown__pane-row[data-v-4c00b8d6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--rem-size-8) var(--rem-size-20);
  font-size: var(--rem-size-14);
  border-bottom: 1px solid var(--grey);
}
.idt-sponsor-stats-metric__toolbar .input-dropdown__pane-row[data-v-4c00b8d6]:last-child {
  border-bottom: none;
}
.idt-sponsor-stats-metric__toolbar .input-dropdown__pane-row[data-v-4c00b8d6]:hover {
  background-color: var(--grey-light);
  cursor: pointer;
}
.idt-sponsor-stats-metric__toolbar .input-dropdown__pane-row .pane-row__label[data-v-4c00b8d6] {
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 639px) {
.idt-sponsor-stats-metric__toolbar .input-dropdown[data-v-4c00b8d6]  .idt-dropdown--pane {
    width: 100%;
}
}
@media only screen and (min-width: 640px) {
.idt-sponsor-stats-metric__toolbar .input-dropdown[data-v-4c00b8d6]  .idt-dropdown--pane {
    width: 21.25rem;
}
}
.idt-sponsor-stats-metric__list[data-v-4c00b8d6] {
  height: calc(100% - 11.5rem);
  padding-top: var(--rem-size-18);
}
.idt-sponsor-stats-metric__list__row[data-v-4c00b8d6] {
  margin-top: var(--rem-size-4);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
}
.idt-sponsor-stats-metric__list__row__tags[data-v-4c00b8d6] {
  display: flex;
  font-size: var(--rem-size-12);
}
.idt-sponsor-stats-metric__list__row__tags__container--live-with-replay[data-v-4c00b8d6] {
  margin-right: var(--rem-size-22);
}
.idt-sponsor-stats-metric__list__row__tags__container--no-data[data-v-4c00b8d6] {
  display: none;
}
.idt-sponsor-stats-metric__list__row__tag[data-v-4c00b8d6] {
  margin-right: var(--rem-size-14);
  padding: var(--rem-size-1) var(--rem-size-12);
  background-color: var(--main-color);
  border-radius: 9px;
}
.idt-sponsor-stats-metric__list__row__tag--talk[data-v-4c00b8d6] {
  padding: var(--rem-size-2) var(--rem-size-10);
  border-radius: 4px;
}
.idt-sponsor-stats-metric__list__row__tag--live[data-v-4c00b8d6] {
  margin-right: var(--rem-size-9);
  background-color: var(--red);
}
.idt-sponsor-stats-metric__list__row__tag--replay[data-v-4c00b8d6] {
  margin-right: var(--rem-size-9);
  background-color: var(--black);
}
.idt-sponsor-stats-metric__list__row__tag--on-demand[data-v-4c00b8d6] {
  margin-right: var(--rem-size-11);
  background-color: var(--main-color);
}
[data-v-4c00b8d6] .idt-dropdown {
  width: 100%;
}
[data-v-4c00b8d6] .idt-dropdown--pane {
  padding: 0;
  color: var(--black);
  border: none;
  box-shadow: 2px 2px 5px var(--black-alpha20);
  overflow-y: auto;
}
@media only screen and (min-width: 992px) {
[data-v-4c00b8d6] .idt-dropdown--pane {
    max-height: calc(100vh - 400px);
}
}


.idt-sponsor-stats-metrics[data-v-18bd2f8b] {
  max-height: 100%;
  padding-right: var(--rem-size-10);
  padding-left: var(--rem-size-10);
  overflow-y: auto;
}
.idt-sponsor-stats-metrics__container[data-v-18bd2f8b] {
  margin-top: var(--rem-size-18);
}
.idt-sponsor-stats-metrics__container__label[data-v-18bd2f8b] {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--rem-size-6);
  font-size: var(--rem-size-14);
}
.idt-sponsor-stats-metrics__container__no-data[data-v-18bd2f8b] {
  display: flex;
  justify-content: center;
}
.idt-sponsor-stats-metrics__container__loader[data-v-18bd2f8b] {
  width: 50px;
  height: 50px;
  margin: var(--rem-size-24) auto;
}
.idt-sponsor-stats-metrics__container+.idt-sponsor-stats-metrics__container[data-v-18bd2f8b] {
  margin-top: var(--rem-size-21);
}


.idt-sponsor-stats[data-v-d86760d6] {
  height: 100%;
}


.idt-footer[data-v-6f6950d6] {
  color: var(--white);
  background-color: var(--grey-darkest);
}
.idt-footer__content[data-v-6f6950d6] {
  display: flex;
  flex-flow: row wrap;
  min-height: 120px;
}
@media only screen and (max-width: 639px) {
.idt-footer__content[data-v-6f6950d6] {
    padding: 2rem 0;
}
}
@media only screen and (min-width: 640px) {
.idt-footer__content[data-v-6f6950d6] {
    padding: 2rem;
}
}
@media only screen and (max-width: 991px) {
.idt-footer__content[data-v-6f6950d6] {
    flex-flow: column wrap;
    justify-content: center;
}
}
@media only screen and (min-width: 992px) {
.idt-footer__content[data-v-6f6950d6] {
    justify-content: space-between;
}
}
.idt-footer__info[data-v-6f6950d6] {
  background-color: var(--black-alpha30);
}
@media only screen and (max-width: 639px) {
.idt-footer__info[data-v-6f6950d6] {
    padding: .5rem 2rem;
}
}
@media only screen and (min-width: 640px) {
.idt-footer__info[data-v-6f6950d6] {
    padding: 1.5rem 4rem;
}
}
@media only screen and (max-width: 639px) {
.idt-footer__copy[data-v-6f6950d6] {
    font-size: var(--rem-size-14);
}
}
.idt-footer__container[data-v-6f6950d6] {
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.idt-footer__container--right[data-v-6f6950d6] {
  justify-content: space-between;
}
@media only screen and (max-width: 639px) {
.idt-footer__container--right[data-v-6f6950d6] {
    margin-bottom: 2rem;
}
}
.idt-footer__link-list[data-v-6f6950d6] {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.idt-footer__link-list__item[data-v-6f6950d6] {
  flex: 0 0 auto;
  margin-bottom: .5rem;
  padding-right: 1rem;
  line-height: 1.2;
}
@media only screen and (max-width: 639px) {
.idt-footer__link-list__item[data-v-6f6950d6] {
    width: 50%;
}
}
@media only screen and (min-width: 640px)and (max-width: 1023px) {
.idt-footer__link-list__item[data-v-6f6950d6] {
    width: 33.33333%;
}
}
@media only screen and (min-width: 1024px) {
.idt-footer__link-list__item[data-v-6f6950d6] {
    width: 25%;
}
}
.idt-footer__link-list__item a[data-v-6f6950d6] {
  color: var(--main-color-light);
}
.idt-footer__link-list__item a[data-v-6f6950d6]:hover {
  color: var(--main-color-lighter);
}
[data-v-6f6950d6] .idt-footer__logo__svg {
  fill: var(--white);
}
@media only screen and (max-width: 639px) {
[data-v-6f6950d6] .idt-footer__logo__svg {
    width: 200px !important;
    height: 38px !important;
}
}
@media only screen and (min-width: 640px) {
[data-v-6f6950d6] .idt-footer__logo__svg {
    width: 242px !important;
    height: 55px !important;
}
}
.idt-footer__logo__img[data-v-6f6950d6] {
  max-width: 200px;
  max-height: 44px;
}
.idt-footer__back-to-top[data-v-6f6950d6] {
  display: inline-block;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin-left: 2rem;
  color: var(--white-alpha50);
  border: 2px solid var(--white-alpha50);
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}


.account-menu[data-v-33b56d54] {
  display: inline-block;
  position: relative;
}
.account-menu__toggle[data-v-33b56d54] {
  padding: 0 var(--rem-size-12);
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
.hide-on-mobile[data-v-33b56d54] {
    display: none !important;
}
}
@media only screen and (min-width: 992px) {
.show-on-mobile[data-v-33b56d54] {
    display: none !important;
}
}


.menu-mobile-admin-chat[data-v-172fda41] {
  color: var(--secondary-color);
  margin-right: 20px;
}
.menu-mobile-admin-chat label[data-v-172fda41] {
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}


.menu-mobile-list-item[data-v-4ce7bd9f] {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  max-height: 64px;
  color: var(--grey-darkest);
  font-size: .95rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  transition: all .3s ease;
}
.menu-mobile-list-item[data-v-4ce7bd9f]:not(.state):hover {
  color: var(--white);
  background-color: var(--main-color);
}
.menu-mobile-list-item.state[data-v-4ce7bd9f] {
  font-size: .75rem;
  border-bottom: 1px solid var(--main-color);
}


.menu-mobile-list[data-v-213e581e] {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0 auto;
}


.menu-mobile-shortcut-list-item[data-v-74453185] {
  flex: 1 0 auto;
  max-width: 50%;
  padding: var(--rem-size-8) 0;
}
.menu-mobile-shortcut-list-item.vertical-separator[data-v-74453185] {
  border-right: 1px solid var(--grey);
}
.menu-mobile-shortcut-list-item a[data-v-74453185],
.menu-mobile-shortcut-list-item button[data-v-74453185] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 var(--rem-size-16);
  color: var(--grey-darkest);
  font-family: var(--text-font-family);
  line-height: 1;
}
.menu-mobile-shortcut-list-item__icon[data-v-74453185] {
  position: relative;
}
.menu-mobile-shortcut-list-item__label[data-v-74453185] {
  margin-top: var(--rem-size-8);
  font-size: var(--rem-size-14);
}
.menu-mobile-shortcut-list-item .idt-notif-pill[data-v-74453185] {
  top: -15%;
  right: -10%;
}


.menu-mobile-shortcut-list[data-v-63f8084b] {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  padding: var(--rem-size-20) 0;
  border-bottom: 1px solid var(--grey);
}
.menu-mobile-shortcut-list__separator[data-v-63f8084b] {
  width: 100%;
}


.menu-mobile[data-v-0337f79c] {
  display: flex;
  flex-flow: column nowrap;
  position: fixed;
  top: var(--menu-height);
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh)*100 - var(--menu-height));
  padding: 0 var(--rem-size-8);
  background-color: var(--white);
  text-align: left;
  overflow-y: auto;
  z-index: 10001;
}
.menu-mobile__footer[data-v-0337f79c] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: flex-end;
  flex: 0 0 auto;
  width: 100%;
  height: 64px;
  padding: 0 1rem;
  font-weight: var(--font-weight-light);
}
.menu-mobile__footer button[data-v-0337f79c] {
  color: var(--grey-darker);
}
.menu-mobile__gamification-widget[data-v-0337f79c] {
  margin: 20px;
}


@media only screen and (max-width: 479px) {
.idt-menu-mobile-toggle[data-v-770d9cff] {
    flex: 0 0 auto;
}
}
@media only screen and (max-width: 1023px) {
.idt-menu-mobile-toggle[data-v-770d9cff] {
    display: block;
    position: relative;
    width: calc(var(--menu-height)*.75);
    height: var(--menu-height);
    margin-left: auto;
    color: var(--main-color);
}
.idt-menu-mobile-toggle.is-active span[data-v-770d9cff]:nth-child(1) {
    transform: translateX(-50%) translateY(11px) rotate(45deg);
}
.idt-menu-mobile-toggle.is-active span[data-v-770d9cff]:nth-child(2) {
    opacity: 0;
}
.idt-menu-mobile-toggle.is-active span[data-v-770d9cff]:nth-child(3) {
    transform: translateX(-50%) translateY(-11px) rotate(-45deg);
}
.idt-menu-mobile-toggle span[data-v-770d9cff] {
    display: block;
    position: absolute;
    left: 50%;
    width: 35px;
    height: 3px;
    background-color: currentColor;
    transition: all 86ms ease-out;
    transform: translateX(-50%);
}
.idt-menu-mobile-toggle span[data-v-770d9cff]:nth-child(1) {
    top: calc(50% - 12px);
}
.idt-menu-mobile-toggle span[data-v-770d9cff]:nth-child(2) {
    top: calc(50% - 1px);
}
.idt-menu-mobile-toggle span[data-v-770d9cff]:nth-child(3) {
    top: calc(50% + 10px);
}
}
@media only screen and (min-width: 1024px) {
.idt-menu-mobile-toggle[data-v-770d9cff] {
    display: none;
}
}
.idt-menu-mobile-toggle__pill[data-v-770d9cff] {
  transform: translate(0%, 30%);
}
.fade-mm-enter-active[data-v-770d9cff],
.fade-mm-leave-active[data-v-770d9cff] {
  transition: all .3s ease;
}
.fade-mm-enter[data-v-770d9cff],
.fade-mm-leave-to[data-v-770d9cff] {
  opacity: 0;
  transform: translateY(100%);
}


.fo-header[data-v-776215f2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--menu-height);
  padding: var(--rem-size-12);
  background-color: var(--white);
  border-bottom: 2px solid var(--grey);
}
.fo-header__left[data-v-776215f2] {
  display: flex;
}
.fo-header__logo[data-v-776215f2] {
  padding-right: var(--rem-size-15);
}
.fo-header__logo__image[data-v-776215f2] {
  max-width: 140px;
  max-height: calc(var(--menu-height) - var(--rem-size-24));
}
.fo-header__right[data-v-776215f2] {
  display: flex;
}
@media only screen and (max-width: 991px) {
.fo-header[data-v-776215f2] {
    padding: 0 var(--rem-size-8);
}
}
@media only screen and (max-width: 991px) {
.hide-on-mobile[data-v-776215f2] {
    display: none !important;
}
}
@media only screen and (min-width: 992px) {
.show-on-mobile[data-v-776215f2] {
    display: none !important;
}
}


.idt-messenger-container[data-v-22df0e7c] {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
@media only screen and (max-width: 639px) {
.idt-messenger-container[data-v-22df0e7c] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
}
@media only screen and (min-width: 640px) {
.idt-messenger-container[data-v-22df0e7c] {
    flex: 1 1 auto;
    position: relative;
}
}
@media only screen and (min-width: 992px) {
.idt-messenger-container.conference-mode[data-v-22df0e7c] {
    max-width: calc(100% - 470px);
    margin-right: auto;
}
}
@media only screen and (max-width: 639px) {
.idt-messenger-container__room[data-v-22df0e7c] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
}
}
@media only screen and (min-width: 640px) {
.idt-messenger-container__room[data-v-22df0e7c] {
    flex: 0 0 auto;
    position: relative;
    width: 360px;
    margin-left: 1rem;
}
}
.idt-messenger-container__room .room[data-v-22df0e7c] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 1px 8px 0 var(--black-alpha10);
  transition: all .3s ease;
  animation: .3s ease openChatRoom-data-v-22df0e7c;
}
@media only screen and (min-width: 640px) {
.idt-messenger-container__room .room[data-v-22df0e7c] {
    height: 565px;
    max-height: calc(var(--vh, 1)*100 - var(--menu-height));
    border-radius: 5px 5px 0 0;
}
}
@media only screen and (max-width: 639px) {
.idt-messenger-container__room .room.reduce[data-v-22df0e7c] {
    bottom: calc(44px - var(--vh, 1)*100);
}
}
@media only screen and (min-width: 640px) {
.idt-messenger-container__room .room.reduce[data-v-22df0e7c] {
    bottom: -521px;
    max-height: 565px;
}
}
.idt-messenger-container__room .room.reduce .idea-ht-chevron-bottom[data-v-22df0e7c]::before {
  display: inline-block;
  transform: rotate(180deg);
}
.idt-messenger-container__room .room.reduce .room__header[data-v-22df0e7c]:hover {
  cursor: pointer;
}
@keyframes openChatRoom-data-v-22df0e7c {
0% {
    opacity: 0;
    transform: translateY(100%);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}


.idt-history[data-v-af0c1d04] {
  height: 100%;
}
.idt-history__toolbar[data-v-af0c1d04] {
  display: flex;
  flex-direction: column;
  padding: .5rem 1rem;
}
.idt-history__toolbar__open-btn[data-v-af0c1d04] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 10px;
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 4px;
  font-size: .875rem;
  cursor: pointer;
  transition: all .3s ease;
}
.idt-history__toolbar__open-btn__arrow[data-v-af0c1d04] {
  display: none;
  position: absolute;
  left: 20px;
}
.idt-history__toolbar__open-btn__text[data-v-af0c1d04] {
  margin-right: 8px;
  font-weight: var(--font-weight-medium);
}
.idt-history__toolbar__open-btn[data-v-af0c1d04]:hover {
  background-color: var(--main-color-dark);
}
.idt-history__toolbar__open-btn:hover .idt-history__toolbar__open-btn__arrow[data-v-af0c1d04] {
  display: block;
}
.idt-history__toolbar__searchbar input[data-v-af0c1d04] {
  height: 40px;
  margin: 0;
  padding: .6566rem 1.5rem .6566rem 1rem;
  border-color: var(--grey-lightest);
  border-radius: 4px;
  font-size: .9rem;
}
.idt-history__list[data-v-af0c1d04] {
  padding: 0 1rem 1rem 1rem;
  overflow-y: auto;
}
@media only screen and (max-width: 639px) {
.idt-history__list[data-v-af0c1d04] {
    max-height: calc(100vh - 150px);
}
}
@media only screen and (min-width: 640px) {
.idt-history__list[data-v-af0c1d04] {
    max-height: calc(100% - 150px);
}
}
.idt-history__empty-list[data-v-af0c1d04] {
  color: var(--grey-dark);
  font-size: .7rem;
}
.idt-history__empty-list .ideacons[data-v-af0c1d04] {
  padding: 0 1.25rem 0 .75rem;
  font-size: 1.1rem;
  vertical-align: sub;
}
.idt-history .idt-history-card[data-v-af0c1d04] {
  position: relative;
  min-height: 115px;
  margin-bottom: .5rem;
  background-color: var(--white);
  box-shadow: 0 2px 4px 0 var(--black-alpha10);
  cursor: pointer;
  transition: all .3s ease;
}
.idt-history .idt-history-card--hiring[data-v-af0c1d04] {
  border-bottom: 2px solid var(--main-color);
}
.idt-history .idt-history-card[data-v-af0c1d04]:hover {
  box-shadow: 0 2px 4px 0 var(--black-alpha20);
}
.idt-history .idt-history-card__container[data-v-af0c1d04] {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  min-height: 115px;
  padding: 25px 15px;
}
.idt-history .idt-history-card__avatar[data-v-af0c1d04] {
  flex: 0 0 auto;
  position: relative;
}
.idt-history .idt-history-card__avatar__project[data-v-af0c1d04] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.idt-history .idt-history-card__avatar__project--no-avatar[data-v-af0c1d04] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background-color: var(--grey-darkest-alpha20);
  font-size: 2.25rem;
  text-transform: uppercase;
}
.idt-history .idt-history-card__unread[data-v-af0c1d04] {
  width: 21px;
  height: 21px;
  color: var(--white);
  background-color: var(--secondary-color);
  border-radius: 50%;
  font-size: .7rem;
  text-align: center;
  line-height: 21px;
  position: absolute;
  top: 0;
  transform: translate(-4px, -10px);
  left: 0;
}
.idt-history .idt-history-card__content[data-v-af0c1d04] {
  flex: 1 1 auto;
  padding: 0 .75rem;
}
.idt-history .idt-history-card__title[data-v-af0c1d04] {
  margin-bottom: .25rem;
  color: var(--grey-darkest);
  line-height: 1;
}
.idt-history .idt-history-card__title .user-tag[data-v-af0c1d04] {
  color: var(--grey-dark);
  text-transform: uppercase;
}
.idt-history .idt-history-card__title .user-tag--mentor[data-v-af0c1d04] {
  color: var(--main-color);
}
.idt-history .idt-history-card__title .idt-history .idt-history-card__sub-title[data-v-af0c1d04] {
  display: block;
  margin-top: .25rem;
  color: var(--grey-darkest);
  font-size: .9rem;
  font-weight: var(--font-weight-bold);
}
.idt-history .idt-history-card__last-msg[data-v-af0c1d04] {
  color: var(--grey-dark);
  font-size: .75rem;
  word-break: break-all;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.idt-history .idt-history-card__last-msg.unread[data-v-af0c1d04] {
  color: var(--black);
  font-weight: var(--font-weight-medium);
}
.idt-history .idt-history-card__icon[data-v-af0c1d04] {
  color: var(--main-color);
}
.idt-history .idt-history-card__status[data-v-af0c1d04] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 64px;
  height: 18px;
  padding: 2px 5px;
  color: var(--white);
  background-color: var(--grey);
  font-size: .7rem;
  text-transform: uppercase;
  line-height: 1;
}
.idt-history .idt-history-card__status--conf[data-v-af0c1d04] {
  background-color: var(--warning-color);
}
.idt-history .idt-history-card__status--accepted[data-v-af0c1d04] {
  color: var(--success-color);
  background-color: var(--success-color-alpha20);
}
.idt-history .idt-history-card__status--declined[data-v-af0c1d04] {
  color: var(--secondary-color);
  background-color: var(--secondary-color-alpha20);
}
.idt-history .idt-history-card__status-project-logo[data-v-af0c1d04] {
  width: 14px;
  height: 14px;
  display: inline-block;
}


.idt-user-list[data-v-6662e2d6] {
  height: 100%;
  padding: 0 .625rem;
}
.idt-user-list__toolbar[data-v-6662e2d6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: var(--chat-min-with);
  padding: 1rem 0;
}
.idt-user-list__toolbar__searchbar[data-v-6662e2d6] {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.idt-user-list__toolbar__searchbar input[data-v-6662e2d6] {
  height: 40px;
  margin: 0;
  padding: .6566rem 1.5rem .6566rem 1rem;
  color: var(--white);
  background-color: var(--white-alpha10);
  border: 0;
  border-radius: 4px;
  font-size: .9rem;
  transition: background-color .3s ease-in-out;
}
.idt-user-list__toolbar__searchbar input[data-v-6662e2d6]:focus {
  background-color: var(--dark-color-dark);
}
.idt-user-list__toolbar__searchbar[data-v-6662e2d6]  .searchbar-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  color: var(--white);
  font-size: 1.1rem;
  transform: translateY(-50%);
}
.idt-user-list__toolbar__filter[data-v-6662e2d6] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
}
.idt-user-list__toolbar__filter .focus[data-v-6662e2d6] {
  background-color: var(--dark-color-dark) !important;
}
.idt-user-list__toolbar__filter__title[data-v-6662e2d6] {
  font-family: var(--title-font-family);
}
.idt-user-list__list[data-v-6662e2d6] {
  height: calc(100% - 161px);
}
[data-v-6662e2d6] .idt-dropdown {
  width: 100%;
}
[data-v-6662e2d6] .idt-dropdown--pane {
  width: 100%;
  padding: 0;
}
.input-dropdown[data-v-6662e2d6] {
  position: relative;
  width: 100%;
}
.input-dropdown__input[data-v-6662e2d6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
}
.input-dropdown__input__container[data-v-6662e2d6] {
  position: relative;
  cursor: pointer;
}
.input-dropdown__input.div[data-v-6662e2d6] {
  min-height: 53px;
  color: var(--grey-light);
  background-image: none;
  background-color: var(--white-alpha10);
  border: none;
  font-family: var(--text-font-family);
  transition: background-color .3s ease-in-out;
  pointer-events: auto;
}
.input-dropdown__input.div[data-v-6662e2d6]  .idea-arrow-nav-down {
  color: var(--white);
}
.input-dropdown__input.div .tag-list[data-v-6662e2d6] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.input-dropdown__input.div .tag-list .tag-item[data-v-6662e2d6] {
  display: inline-block;
  margin: 2px;
  padding: 0 5px;
  height: 29px;
  color: var(--white);
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
}
.input-dropdown__input.div .tag-list .tag-item .remove-button[data-v-6662e2d6] {
  margin: 0 0 0 5px;
  padding: 0;
  background: 0 0;
  border: none;
  vertical-align: middle;
  cursor: pointer;
}
.input-dropdown__button[data-v-6662e2d6] {
  margin: 0;
  color: var(--main-color);
  background-color: var(--white);
  border-color: var(--main-color);
  text-transform: uppercase;
}
.input-dropdown__button.dropdown[data-v-6662e2d6]:after {
  border-color: var(--main-color) rgba(0,0,0,0) rgba(0,0,0,0);
}
.input-dropdown__button[data-v-6662e2d6]:hover {
  color: var(--main-color);
  background-color: var(--white);
}
.input-dropdown .idt-dropdown--pane[data-v-6662e2d6] {
  width: 236px;
  max-height: 50vh;
  margin: -2.75rem 0 0 -0.25rem;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 5px var(--black-alpha20);
  overflow-y: auto;
}
.input-dropdown .idt-dropdown--pane__header[data-v-6662e2d6] {
  position: relative;
  min-height: 40px;
  color: var(--main-color);
  background-color: var(--main-color-alpha10);
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase;
}
.input-dropdown .idt-dropdown--pane__header[data-v-6662e2d6]:not(.counter):not(.checkbox) {
  padding: .7rem 1rem;
}
.input-dropdown .idt-dropdown--pane__header.counter[data-v-6662e2d6] {
  padding: .7rem 2.5rem .7rem 1rem;
}
.input-dropdown .idt-dropdown--pane__header .count[data-v-6662e2d6] {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1rem;
  color: var(--main-color);
  transform: translateY(-50%);
}
.input-dropdown .idt-dropdown--pane__header.checkbox[data-v-6662e2d6] {
  padding: .7rem 3rem .7rem 1rem;
  cursor: pointer;
}
.input-dropdown .idt-dropdown--pane__header.checkbox[data-v-6662e2d6]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 16px;
  height: 16px;
  border: 2px solid var(--white);
  border-radius: 100%;
  box-shadow: 0 0 0 2px var(--main-color);
  transform: translateY(-50%);
}
.input-dropdown .idt-dropdown--pane__header.checkbox.checked[data-v-6662e2d6]:before {
  background-color: var(--main-color);
}
.input-dropdown .idt-dropdown--pane button[data-v-6662e2d6] {
  width: 100%;
  height: 40px;
  padding: .7rem 1rem;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
}
.input-dropdown .idt-dropdown--pane button.add[data-v-6662e2d6] {
  position: relative;
  color: var(--main-color);
  background-color: var(--main-color-alpha10);
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase;
}
.input-dropdown .idt-dropdown--pane button.add i[data-v-6662e2d6] {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.input-dropdown .idt-dropdown--pane__checkbox[data-v-6662e2d6] {
  position: relative;
  width: 100%;
  margin: 0;
  padding: .7rem 3rem .7rem 1rem;
  cursor: pointer;
}
.input-dropdown .idt-dropdown--pane__checkbox[data-v-6662e2d6]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 16px;
  height: 16px;
  border: 2px solid var(--white);
  border-radius: 100%;
  box-shadow: 0 0 0 2px var(--main-color);
  transform: translateY(-50%);
}
input[type=radio]:checked+.input-dropdown .idt-dropdown--pane__checkbox[data-v-6662e2d6]:before,
input[type=checkbox]:checked+.input-dropdown .idt-dropdown--pane__checkbox[data-v-6662e2d6]:before {
  background-color: var(--main-color);
}
.input-dropdown .idt-dropdown--pane input[type=radio][data-v-6662e2d6],
.input-dropdown .idt-dropdown--pane input[type=checkbox][data-v-6662e2d6] {
  display: none;
}
.input-dropdown__title[data-v-6662e2d6] {
  background-color: var(--main-color-alpha20);
  color: var(--main-color);
}
.input-dropdown .menu[data-v-6662e2d6] {
  max-width: 100%;
  font-size: .8rem;
  overflow-x: hidden;
}
.input-dropdown .menu[data-v-6662e2d6]:not(.multiple) {
  max-height: 200px;
  overflow-y: auto;
}
.input-dropdown .menu li:not(:last-child) a[data-v-6662e2d6],
.input-dropdown .menu li:not(:last-child) button[data-v-6662e2d6] {
  border-bottom: 1px solid var(--grey-lighter);
}
.input-dropdown .menu li a[data-v-6662e2d6],
.input-dropdown .menu li button[data-v-6662e2d6] {
  color: var(--grey-darkest);
}
.input-dropdown .menu li a[data-v-6662e2d6]:hover,
.input-dropdown .menu li button[data-v-6662e2d6]:hover {
  color: var(--main-color);
}
input[type=checkbox].checked+.dropdown-pane__checkbox[data-v-6662e2d6]:before {
  background-color: var(--main-color);
}
.button-dropdown[data-v-6662e2d6] {
  display: inline-block;
}


.next-timeslot-card[data-v-e14406aa] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 427px;
  height: 56px;
  background-color: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
}
.next-timeslot-card__icon[data-v-e14406aa] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--rem-size-36);
  height: var(--rem-size-36);
  border-radius: 100%;
  color: var(--white);
  background-color: var(--grey-dark);
}
.next-timeslot-card__text[data-v-e14406aa] {
  color: var(--black);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-20);
}
.next-timeslot-card__link[data-v-e14406aa] {
  display: flex;
  align-items: center;
  color: var(--main-color);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-20);
  cursor: pointer;
}
.next-timeslot-card__link__description[data-v-e14406aa] {
  margin-right: 1rem;
}
.next-timeslot-card__link__date[data-v-e14406aa] {
  margin-right: 1rem;
}
.next-timeslot-card__link__icon[data-v-e14406aa] {
  margin-right: 1rem;
}


.no-more-timeslot-card[data-v-d8a251fe] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 382px;
  height: 56px;
  background-color: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: var(--global-radius);
}
.no-more-timeslot-card__icon[data-v-d8a251fe] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--rem-size-36);
  height: var(--rem-size-36);
  border-radius: 100%;
  color: var(--white);
  background-color: var(--grey-dark);
}
.no-more-timeslot-card__text[data-v-d8a251fe] {
  color: var(--black);
  font-size: var(--rem-size-14);
  line-height: var(--rem-size-20);
}


.idt-user-booking[data-v-78fd6380] {
  position: relative;
  margin: 0 -1rem;
  border-bottom: 1px solid var(--grey-lighter);
}
.idt-user-booking__header[data-v-78fd6380] {
  padding: 1rem 3rem;
}
.idt-user-booking__header__title[data-v-78fd6380] {
  margin-bottom: .5rem;
  color: var(--black);
  font-weight: var(--font-weight-bold);
}
.idt-user-booking__header__subtitle[data-v-78fd6380] {
  margin-bottom: .5rem;
}
.idt-user-booking__next-timeslot-card[data-v-78fd6380],
.idt-user-booking__no-timeslot-card[data-v-78fd6380] {
  position: absolute;
  top: 228px;
  left: 19%;
}
.idt-user-booking__calendar[data-v-78fd6380] {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.idt-user-booking__calendar-col[data-v-78fd6380] {
  flex: 1;
  background-color: var(--grey-lightest);
}
.idt-user-booking__calendar-col--navigation[data-v-78fd6380] {
  flex: 0;
  min-width: 4.5rem;
}
.idt-user-booking__calendar-col__header[data-v-78fd6380] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5rem;
  padding: 1rem;
  background-color: var(--white);
  border-top: 1px solid var(--grey-lighter);
  border-bottom: 1px solid var(--grey-lighter);
}
.idt-user-booking__calendar-col__header--nav[data-v-78fd6380] {
  cursor: pointer;
}
.idt-user-booking__calendar-col__header__weekday[data-v-78fd6380] {
  font-size: var(--rem-size-14);
}
.idt-user-booking__calendar-col__header__day[data-v-78fd6380] {
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-bold);
}
.idt-user-booking__calendar-col__header.first-page[data-v-78fd6380] {
  cursor: default;
}
.idt-user-booking__calendar-col__slots[data-v-78fd6380] {
  padding: .5rem .25rem;
}
.idt-user-booking__calendar-col__slots>*+*[data-v-78fd6380] {
  margin-top: .5rem;
}
.idt-user-booking__calendar-col__slot-container[data-v-78fd6380] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.2rem;
}
.idt-user-booking__calendar-col__slot[data-v-78fd6380],
.idt-user-booking__calendar-col__empty-slot[data-v-78fd6380] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.idt-user-booking__calendar-col__slot[data-v-78fd6380] {
  background-color: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: .5rem;
  color: var(--black);
  font-size: var(--rem-size-14);
  cursor: pointer;
}
.idt-user-booking__calendar-col__empty-slot[data-v-78fd6380] {
  width: 1.5rem;
  height: 2px;
  border: 1px solid var(--grey-light);
}
.idt-user-booking__calendar__view-more[data-v-78fd6380] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem 1rem 1rem 1rem;
  background-color: var(--grey-lightest);
}
.idt-user-booking__calendar__view-more__button[data-v-78fd6380] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 2.2rem;
  background-color: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: .5rem;
  color: var(--black);
  font-size: var(--rem-size-14);
  cursor: pointer;
}
.idt-user-booking__attendees[data-v-78fd6380] {
  padding: 2rem 3rem;
}
.idt-user-booking__attendees__remove-button[data-v-78fd6380] {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
}
.idt-user-booking .slot-button[data-v-78fd6380]:hover,
.idt-user-booking .slot-button.selected[data-v-78fd6380] {
  background-color: var(--main-color-lighter);
  border: 1px solid var(--main-color);
  color: var(--main-color);
}


.idt-user-booking-selected-slot[data-v-b2bd09ea] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  height: 5rem;
  width: 100%;
  padding: 0 1.5rem;
  background-color: var(--white);
  filter: drop-shadow(0 2px 2px var(--black-alpha20));
}
.idt-user-booking-selected-slot__section[data-v-b2bd09ea] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .5rem;
  margin-right: .5rem;
}
.idt-user-booking-selected-slot__section__title[data-v-b2bd09ea] {
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
}
.idt-user-booking-selected-slot__section__content[data-v-b2bd09ea] {
  display: inline-flex;
  align-items: center;
  height: var(--rem-size-36);
  font-size: var(--rem-size-16);
}
.idt-user-booking-selected-slot__section__attendees[data-v-b2bd09ea] {
  flex-grow: 1;
}
.idt-user-booking-selected-slot__section__attendees[data-v-b2bd09ea]  .idt-tag {
  height: var(--rem-size-36);
}
.idt-user-booking-selected-slot__section .button[data-v-b2bd09ea] {
  margin: 0;
}


.idt-user-profile-container[data-v-3351859c] {
  position: relative;
  width: 0;
  height: 1rem;
  transition: width .3s ease;
  transform: translate3d(2rem, 0, 0);
}
@media only screen and (min-width: 992px) {
.idt-user-profile-container[data-v-3351859c] {
    position: absolute;
    right: calc(100% - 26px);
}
}
@media only screen and (max-width: 991px) {
.idt-user-profile-container[data-v-3351859c] {
    flex: 0 0 auto;
}
}
.idt-user-profile-container.open[data-v-3351859c] {
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 639px) {
.idt-user-profile-container.open[data-v-3351859c] {
    width: 100%;
}
}
@media only screen and (min-width: 640px)and (max-width: 991px) {
.idt-user-profile-container.open[data-v-3351859c] {
    width: 564px;
}
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
.idt-user-profile-container.open[data-v-3351859c] {
    width: 580px;
}
}
@media only screen and (min-width: 1200px) {
.idt-user-profile-container.open[data-v-3351859c] {
    width: 700px;
}
}
@media only screen and (max-width: 639px) {
.idt-user-profile-container.open .idt-user-profile[data-v-3351859c] {
    transform: translate3d(0, 0, 0);
}
}
.idt-user-profile-container.open .idt-user-profile__buttons[data-v-3351859c] {
  display: flex;
}
.idt-user-profile-container .idt-user-profile[data-v-3351859c] {
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(var(--vh, 1vh)*100 - var(--menu-height));
  padding: 0 1rem;
  padding-top: 51px;
  overflow: auto;
  background: var(--white);
}
@media only screen and (max-width: 639px) {
.idt-user-profile-container .idt-user-profile[data-v-3351859c] {
    width: 100%;
    transform: translate3d(0, 100%, 0);
}
}
@media only screen and (min-width: 640px)and (max-width: 991px) {
.idt-user-profile-container .idt-user-profile[data-v-3351859c] {
    width: 564px;
}
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
.idt-user-profile-container .idt-user-profile[data-v-3351859c] {
    width: 580px;
}
}
@media only screen and (min-width: 1200px) {
.idt-user-profile-container .idt-user-profile[data-v-3351859c] {
    width: 700px;
}
}
.idt-user-profile-container .idt-user-profile__buttons[data-v-3351859c] {
  display: none;
  position: absolute;
  right: 100%;
  top: calc(var(--vh, 1vh)*-100 + 1rem + var(--menu-height));
  flex-direction: column;
  padding: 12px;
}
@media only screen and (max-width: 639px) {
.idt-user-profile-container .idt-user-profile__buttons[data-v-3351859c] {
    left: 0;
    z-index: 1;
}
}
.idt-user-profile-container .idt-user-profile__buttons button[data-v-3351859c] {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--white);
  border: 1px solid var(--grey-light) !important;
}
.idt-user-profile-container .idt-user-profile__buttons button[data-v-3351859c]:first-child {
  margin-bottom: 15px;
}
.idt-user-profile-container .idt-user-profile__info[data-v-3351859c] {
  max-width: 600px;
  margin: auto;
}
.idt-user-profile-container .idt-user-profile__info__summary[data-v-3351859c] {
  display: flex;
  align-items: center;
  gap: var(--rem-size-24);
}
@media only screen and (max-width: 639px) {
.idt-user-profile-container .idt-user-profile__info__summary[data-v-3351859c] {
    flex-wrap: wrap;
}
}
.idt-user-profile-container .idt-user-profile__info__summary__avatar[data-v-3351859c] {
  min-width: 121px;
}
@media only screen and (max-width: 639px) {
.idt-user-profile-container .idt-user-profile__info__summary__avatar[data-v-3351859c] {
    margin: auto;
}
}
@media only screen and (max-width: 639px) {
.idt-user-profile-container .idt-user-profile__info__summary-container[data-v-3351859c] {
    flex-basis: 100%;
    text-align: center;
}
}
.idt-user-profile-container .idt-user-profile__info__summary__name[data-v-3351859c] {
  font-size: var(--rem-size-18);
  color: var(--black);
  font-weight: var(--font-weight-bold);
  margin-bottom: 6px;
}
.idt-user-profile-container .idt-user-profile__info__summary__pro-info[data-v-3351859c] {
  color: var(--black);
  font-size: var(--rem-size-14);
  margin-bottom: 9px;
}
.idt-user-profile-container .idt-user-profile__info__summary__tags[data-v-3351859c] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--rem-size-8);
  margin-bottom: 12px;
}
@media only screen and (max-width: 639px) {
.idt-user-profile-container .idt-user-profile__info__summary__tags[data-v-3351859c] {
    justify-content: center;
}
}
.idt-user-profile-container .idt-user-profile__info__summary__tags__prize[data-v-3351859c] {
  max-width: 200px;
}
.idt-user-profile-container .idt-user-profile__info__summary__social-link[data-v-3351859c] {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  padding-top: 2px;
  text-align: center;
  border-radius: 5px;
  color: var(--black);
}
.idt-user-profile-container .idt-user-profile__info__summary__social-link[data-v-3351859c]:hover {
  color: var(--white);
}
.idt-user-profile-container .idt-user-profile__info__summary__social-link.facebook[data-v-3351859c] {
  margin-right: 1px;
}
.idt-user-profile-container .idt-user-profile__info__summary__social-link.facebook[data-v-3351859c]:hover {
  background-color: var(--facebook-color);
}
.idt-user-profile-container .idt-user-profile__info__summary__social-link.twitter[data-v-3351859c]:hover {
  background-color: var(--twitter-color);
}
.idt-user-profile-container .idt-user-profile__info__summary__social-link.linkedIn[data-v-3351859c]:hover {
  background-color: var(--linkedin-color);
}
.idt-user-profile-container .idt-user-profile__info__summary__social-link.youtube[data-v-3351859c] {
  display: inline-block;
  width: 22px;
  height: 16px;
  padding-top: 2px;
  margin-left: 2px;
  margin-right: .5rem;
  vertical-align: sub;
  color: var(--white);
  background: var(--black);
  border-radius: 4px;
}
.idt-user-profile-container .idt-user-profile__info__summary__social-link.youtube[data-v-3351859c]:hover {
  background-color: var(--youtube-color);
}
.idt-user-profile-container .idt-user-profile__info__summary__website[data-v-3351859c] {
  color: var(--black);
  text-decoration: underline;
  font-size: var(--rem-size-14);
}
.idt-user-profile-container .idt-user-profile__info__connect[data-v-3351859c] {
  margin-top: 25px;
}
@media only screen and (max-width: 639px) {
.idt-user-profile-container .idt-user-profile__info__connect[data-v-3351859c] {
    text-align: center;
}
}
.idt-user-profile-container .idt-user-profile__info__connect__title[data-v-3351859c] {
  margin-bottom: 11px;
  text-transform: uppercase;
  color: var(--black);
  font-weight: var(--font-weight-bold);
}
.idt-user-profile-container .idt-user-profile__info__connect__buttons button[data-v-3351859c] {
  padding: 0 35px;
  height: 45px;
  line-height: 45px;
}
@media only screen and (min-width: 640px) {
.idt-user-profile-container .idt-user-profile__info__connect__buttons button[data-v-3351859c]:first-child {
    margin-right: 15px;
}
}
.idt-user-profile-container .idt-user-profile__info__connect__buttons button .ideacon[data-v-3351859c] {
  margin-right: 15px;
  margin-left: -6px;
  margin-top: -5px;
}
.idt-user-profile-container .idt-user-profile__info__about[data-v-3351859c] {
  margin: 40px 2.2rem 0 2.2rem;
}
.idt-user-profile-container .idt-user-profile__info__about__title[data-v-3351859c] {
  margin-bottom: 4px;
  color: var(--black);
  font-weight: var(--font-weight-bold);
}
.idt-user-profile-container .idt-user-profile__info__about__date[data-v-3351859c] {
  font-size: var(--rem-size-12);
  color: var(--black-alpha70);
}
.idt-user-profile-container .idt-user-profile__info__about__description[data-v-3351859c] {
  margin-top: 29px;
  color: var(--black);
}
.idt-user-profile-container .idt-user-profile__activity[data-v-3351859c] {
  min-height: 450px;
  margin: 0 -1rem;
  margin-top: 30px;
  padding: 0 1rem;
  background-color: var(--grey-lighter);
}
.idt-user-profile-container .idt-user-profile__activity-container[data-v-3351859c] {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  min-height: 450px;
  margin: auto;
  padding: 30px 0;
}
.idt-user-profile-container .idt-user-profile__activity__tabs[data-v-3351859c] {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.idt-user-profile-container .idt-user-profile__activity__tabs__item[data-v-3351859c] {
  cursor: pointer;
  padding: 0;
  padding-bottom: 5px;
  margin-right: 30px;
  list-style-type: none;
  font-weight: bold;
}
.idt-user-profile-container .idt-user-profile__activity__tabs__item.selected[data-v-3351859c] {
  color: var(--black);
  border-bottom: 2px solid var(--main-color);
}
.idt-user-profile-container .idt-user-profile__activity__list[data-v-3351859c] {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  flex-grow: 1;
  margin: 0 -10px;
}
@media only screen and (max-width: 639px) {
.idt-user-profile-container .idt-user-profile__activity__list[data-v-3351859c] {
    flex-flow: row nowrap;
    overflow: auto;
}
}
.idt-user-profile-container .idt-user-profile__activity__list__item[data-v-3351859c] {
  display: flex;
  flex-basis: 50%;
  padding: 10px;
}
@media only screen and (max-width: 639px) {
.idt-user-profile-container .idt-user-profile__activity__list__item[data-v-3351859c] {
    min-width: 295px;
}
}
.idt-user-profile-container .idt-user-profile__activity__list__no-item[data-v-3351859c] {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.idt-user-profile-container .idt-user-profile__activity__list__no-item h5[data-v-3351859c] {
  margin-top: 1rem;
}


.idt-sidebars-container-toggle[data-v-b2a43342] {
  position: absolute;
  bottom: 180px;
  left: 0;
  z-index: 1;
  width: 26px;
  padding: 12px 0 10px 2px;
  color: var(--white);
  background-color: var(--main-color);
  border-radius: var(--global-radius) 0 0 var(--global-radius);
  font-size: var(--rem-size-20);
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
.idt-sidebars-container-toggle[data-v-b2a43342] {
    display: none;
}
}
.idt-sidebars-container-toggle.admin-conference-toggle[data-v-b2a43342] {
  bottom: 35px;
  background-color: var(--secondary-color);
}
.idt-sidebars-container-toggle.sponsor-stats-toggle[data-v-b2a43342] {
  bottom: 350px;
  background-color: var(--secondary-color);
}
.idt-sidebars-container-toggle__notifications[data-v-b2a43342] {
  position: absolute;
  top: 0;
  right: 50%;
  width: 22px;
  height: 22px;
  color: var(--white);
  background-color: var(--secondary-color);
  border-radius: 100%;
  font-size: .7rem;
  text-align: center;
  line-height: 22px;
  transform: translate(50%, -50%);
}
.idt-sidebars-container-toggle__icon-chat[data-v-b2a43342] {
  line-height: 1;
}
.idt-sidebars-container-toggle__icon-state[data-v-b2a43342] {
  line-height: 1;
}
.idt-sidebars-container-toggle__label[data-v-b2a43342] {
  position: relative;
  width: 26px;
  height: 75px;
  margin: 5px 0;
}
.idt-sidebars-container-toggle__label__text[data-v-b2a43342] {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: .9rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-90deg);
}


.page__header[data-v-6a2c7c06] {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: var(--menu-height);
  background-color: var(--white);
}
@media only screen and (max-width: 991px) {
.page__header[data-v-6a2c7c06] {
    z-index: 1000;
}
}
@media only screen and (min-width: 992px) {
.page__header[data-v-6a2c7c06] {
    z-index: 10001;
}
}
.page__alerts[data-v-6a2c7c06] {
  position: fixed;
  right: 0;
  top: var(--menu-height);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 564px;
  max-height: calc(100vh - var(--menu-height));
  z-index: 10000;
  pointer-events: none;
}
.page__alerts .idt-alerts__list[data-v-6a2c7c06] {
  pointer-events: auto;
}
.page__content[data-v-6a2c7c06] {
  margin-top: var(--menu-height);
}
@media only screen and (max-width: 639px) {
.page__content[data-v-6a2c7c06]:not(.no-footer) {
    min-height: calc(var(--vh, 1vh)*100 - var(--menu-height) - 250px);
}
}
@media only screen and (min-width: 640px) {
.page__content[data-v-6a2c7c06]:not(.no-footer) {
    min-height: calc(var(--vh, 1vh)*100 - var(--menu-height) - 192px);
}
}
.page__content.no-footer[data-v-6a2c7c06] {
  min-height: calc(var(--vh, 1vh)*100 - var(--menu-height));
}


.vti__flag.be{width:18px}.vti__flag.ch{width:15px}.vti__flag.mc{width:19px}.vti__flag.ne{width:18px}.vti__flag.np{width:13px}.vti__flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.vti__flag{background-size:5630px 15px}}.vti__flag.ac{height:10px;background-position:0 0}.vti__flag.ad{height:14px;background-position:-22px 0}.vti__flag.ae{height:10px;background-position:-44px 0}.vti__flag.af{height:14px;background-position:-66px 0}.vti__flag.ag{height:14px;background-position:-88px 0}.vti__flag.ai{height:10px;background-position:-110px 0}.vti__flag.al{height:15px;background-position:-132px 0}.vti__flag.am{height:10px;background-position:-154px 0}.vti__flag.ao{height:14px;background-position:-176px 0}.vti__flag.aq{height:14px;background-position:-198px 0}.vti__flag.ar{height:13px;background-position:-220px 0}.vti__flag.as{height:10px;background-position:-242px 0}.vti__flag.at{height:14px;background-position:-264px 0}.vti__flag.au{height:10px;background-position:-286px 0}.vti__flag.aw{height:14px;background-position:-308px 0}.vti__flag.ax{height:13px;background-position:-330px 0}.vti__flag.az{height:10px;background-position:-352px 0}.vti__flag.ba{height:10px;background-position:-374px 0}.vti__flag.bb{height:14px;background-position:-396px 0}.vti__flag.bd{height:12px;background-position:-418px 0}.vti__flag.be{height:15px;background-position:-440px 0}.vti__flag.bf{height:14px;background-position:-460px 0}.vti__flag.bg{height:12px;background-position:-482px 0}.vti__flag.bh{height:12px;background-position:-504px 0}.vti__flag.bi{height:12px;background-position:-526px 0}.vti__flag.bj{height:14px;background-position:-548px 0}.vti__flag.bl{height:14px;background-position:-570px 0}.vti__flag.bm{height:10px;background-position:-592px 0}.vti__flag.bn{height:10px;background-position:-614px 0}.vti__flag.bo{height:14px;background-position:-636px 0}.vti__flag.bq{height:14px;background-position:-658px 0}.vti__flag.br{height:14px;background-position:-680px 0}.vti__flag.bs{height:10px;background-position:-702px 0}.vti__flag.bt{height:14px;background-position:-724px 0}.vti__flag.bv{height:15px;background-position:-746px 0}.vti__flag.bw{height:14px;background-position:-768px 0}.vti__flag.by{height:10px;background-position:-790px 0}.vti__flag.bz{height:14px;background-position:-812px 0}.vti__flag.ca{height:10px;background-position:-834px 0}.vti__flag.cc{height:10px;background-position:-856px 0}.vti__flag.cd{height:15px;background-position:-878px 0}.vti__flag.cf{height:14px;background-position:-900px 0}.vti__flag.cg{height:14px;background-position:-922px 0}.vti__flag.ch{height:15px;background-position:-944px 0}.vti__flag.ci{height:14px;background-position:-961px 0}.vti__flag.ck{height:10px;background-position:-983px 0}.vti__flag.cl{height:14px;background-position:-1005px 0}.vti__flag.cm{height:14px;background-position:-1027px 0}.vti__flag.cn{height:14px;background-position:-1049px 0}.vti__flag.co{height:14px;background-position:-1071px 0}.vti__flag.cp{height:14px;background-position:-1093px 0}.vti__flag.cr{height:12px;background-position:-1115px 0}.vti__flag.cu{height:10px;background-position:-1137px 0}.vti__flag.cv{height:12px;background-position:-1159px 0}.vti__flag.cw{height:14px;background-position:-1181px 0}.vti__flag.cx{height:10px;background-position:-1203px 0}.vti__flag.cy{height:14px;background-position:-1225px 0}.vti__flag.cz{height:14px;background-position:-1247px 0}.vti__flag.de{height:12px;background-position:-1269px 0}.vti__flag.dg{height:10px;background-position:-1291px 0}.vti__flag.dj{height:14px;background-position:-1313px 0}.vti__flag.dk{height:15px;background-position:-1335px 0}.vti__flag.dm{height:10px;background-position:-1357px 0}.vti__flag.do{height:13px;background-position:-1379px 0}.vti__flag.dz{height:14px;background-position:-1401px 0}.vti__flag.ea{height:14px;background-position:-1423px 0}.vti__flag.ec{height:14px;background-position:-1445px 0}.vti__flag.ee{height:13px;background-position:-1467px 0}.vti__flag.eg{height:14px;background-position:-1489px 0}.vti__flag.eh{height:10px;background-position:-1511px 0}.vti__flag.er{height:10px;background-position:-1533px 0}.vti__flag.es{height:14px;background-position:-1555px 0}.vti__flag.et{height:10px;background-position:-1577px 0}.vti__flag.eu{height:14px;background-position:-1599px 0}.vti__flag.fi{height:12px;background-position:-1621px 0}.vti__flag.fj{height:10px;background-position:-1643px 0}.vti__flag.fk{height:10px;background-position:-1665px 0}.vti__flag.fm{height:11px;background-position:-1687px 0}.vti__flag.fo{height:15px;background-position:-1709px 0}.vti__flag.fr{height:14px;background-position:-1731px 0}.vti__flag.ga{height:15px;background-position:-1753px 0}.vti__flag.gb{height:10px;background-position:-1775px 0}.vti__flag.gd{height:12px;background-position:-1797px 0}.vti__flag.ge{height:14px;background-position:-1819px 0}.vti__flag.gf{height:14px;background-position:-1841px 0}.vti__flag.gg{height:14px;background-position:-1863px 0}.vti__flag.gh{height:14px;background-position:-1885px 0}.vti__flag.gi{height:10px;background-position:-1907px 0}.vti__flag.gl{height:14px;background-position:-1929px 0}.vti__flag.gm{height:14px;background-position:-1951px 0}.vti__flag.gn{height:14px;background-position:-1973px 0}.vti__flag.gp{height:14px;background-position:-1995px 0}.vti__flag.gq{height:14px;background-position:-2017px 0}.vti__flag.gr{height:14px;background-position:-2039px 0}.vti__flag.gs{height:10px;background-position:-2061px 0}.vti__flag.gt{height:13px;background-position:-2083px 0}.vti__flag.gu{height:11px;background-position:-2105px 0}.vti__flag.gw{height:10px;background-position:-2127px 0}.vti__flag.gy{height:12px;background-position:-2149px 0}.vti__flag.hk{height:14px;background-position:-2171px 0}.vti__flag.hm{height:10px;background-position:-2193px 0}.vti__flag.hn{height:10px;background-position:-2215px 0}.vti__flag.hr{height:10px;background-position:-2237px 0}.vti__flag.ht{height:12px;background-position:-2259px 0}.vti__flag.hu{height:10px;background-position:-2281px 0}.vti__flag.ic{height:14px;background-position:-2303px 0}.vti__flag.id{height:14px;background-position:-2325px 0}.vti__flag.ie{height:10px;background-position:-2347px 0}.vti__flag.il{height:15px;background-position:-2369px 0}.vti__flag.im{height:10px;background-position:-2391px 0}.vti__flag.in{height:14px;background-position:-2413px 0}.vti__flag.io{height:10px;background-position:-2435px 0}.vti__flag.iq{height:14px;background-position:-2457px 0}.vti__flag.ir{height:12px;background-position:-2479px 0}.vti__flag.is{height:15px;background-position:-2501px 0}.vti__flag.it{height:14px;background-position:-2523px 0}.vti__flag.je{height:12px;background-position:-2545px 0}.vti__flag.jm{height:10px;background-position:-2567px 0}.vti__flag.jo{height:10px;background-position:-2589px 0}.vti__flag.jp{height:14px;background-position:-2611px 0}.vti__flag.ke{height:14px;background-position:-2633px 0}.vti__flag.kg{height:12px;background-position:-2655px 0}.vti__flag.kh{height:13px;background-position:-2677px 0}.vti__flag.ki{height:10px;background-position:-2699px 0}.vti__flag.km{height:12px;background-position:-2721px 0}.vti__flag.kn{height:14px;background-position:-2743px 0}.vti__flag.kp{height:10px;background-position:-2765px 0}.vti__flag.kr{height:14px;background-position:-2787px 0}.vti__flag.kw{height:10px;background-position:-2809px 0}.vti__flag.ky{height:10px;background-position:-2831px 0}.vti__flag.kz{height:10px;background-position:-2853px 0}.vti__flag.la{height:14px;background-position:-2875px 0}.vti__flag.lb{height:14px;background-position:-2897px 0}.vti__flag.lc{height:10px;background-position:-2919px 0}.vti__flag.li{height:12px;background-position:-2941px 0}.vti__flag.lk{height:10px;background-position:-2963px 0}.vti__flag.lr{height:11px;background-position:-2985px 0}.vti__flag.ls{height:14px;background-position:-3007px 0}.vti__flag.lt{height:12px;background-position:-3029px 0}.vti__flag.lu{height:12px;background-position:-3051px 0}.vti__flag.lv{height:10px;background-position:-3073px 0}.vti__flag.ly{height:10px;background-position:-3095px 0}.vti__flag.ma{height:14px;background-position:-3117px 0}.vti__flag.mc{height:15px;background-position:-3139px 0}.vti__flag.md{height:10px;background-position:-3160px 0}.vti__flag.me{height:10px;background-position:-3182px 0}.vti__flag.mf{height:14px;background-position:-3204px 0}.vti__flag.mg{height:14px;background-position:-3226px 0}.vti__flag.mh{height:11px;background-position:-3248px 0}.vti__flag.mk{height:10px;background-position:-3270px 0}.vti__flag.ml{height:14px;background-position:-3292px 0}.vti__flag.mm{height:14px;background-position:-3314px 0}.vti__flag.mn{height:10px;background-position:-3336px 0}.vti__flag.mo{height:14px;background-position:-3358px 0}.vti__flag.mp{height:10px;background-position:-3380px 0}.vti__flag.mq{height:14px;background-position:-3402px 0}.vti__flag.mr{height:14px;background-position:-3424px 0}.vti__flag.ms{height:10px;background-position:-3446px 0}.vti__flag.mt{height:14px;background-position:-3468px 0}.vti__flag.mu{height:14px;background-position:-3490px 0}.vti__flag.mv{height:14px;background-position:-3512px 0}.vti__flag.mw{height:14px;background-position:-3534px 0}.vti__flag.mx{height:12px;background-position:-3556px 0}.vti__flag.my{height:10px;background-position:-3578px 0}.vti__flag.mz{height:14px;background-position:-3600px 0}.vti__flag.na{height:14px;background-position:-3622px 0}.vti__flag.nc{height:10px;background-position:-3644px 0}.vti__flag.ne{height:15px;background-position:-3666px 0}.vti__flag.nf{height:10px;background-position:-3686px 0}.vti__flag.ng{height:10px;background-position:-3708px 0}.vti__flag.ni{height:12px;background-position:-3730px 0}.vti__flag.nl{height:14px;background-position:-3752px 0}.vti__flag.no{height:15px;background-position:-3774px 0}.vti__flag.np{height:15px;background-position:-3796px 0}.vti__flag.nr{height:10px;background-position:-3811px 0}.vti__flag.nu{height:10px;background-position:-3833px 0}.vti__flag.nz{height:10px;background-position:-3855px 0}.vti__flag.om{height:10px;background-position:-3877px 0}.vti__flag.pa{height:14px;background-position:-3899px 0}.vti__flag.pe{height:14px;background-position:-3921px 0}.vti__flag.pf{height:14px;background-position:-3943px 0}.vti__flag.pg{height:15px;background-position:-3965px 0}.vti__flag.ph{height:10px;background-position:-3987px 0}.vti__flag.pk{height:14px;background-position:-4009px 0}.vti__flag.pl{height:13px;background-position:-4031px 0}.vti__flag.pm{height:14px;background-position:-4053px 0}.vti__flag.pn{height:10px;background-position:-4075px 0}.vti__flag.pr{height:14px;background-position:-4097px 0}.vti__flag.ps{height:10px;background-position:-4119px 0}.vti__flag.pt{height:14px;background-position:-4141px 0}.vti__flag.pw{height:13px;background-position:-4163px 0}.vti__flag.py{height:11px;background-position:-4185px 0}.vti__flag.qa{height:8px;background-position:-4207px 0}.vti__flag.re{height:14px;background-position:-4229px 0}.vti__flag.ro{height:14px;background-position:-4251px 0}.vti__flag.rs{height:14px;background-position:-4273px 0}.vti__flag.ru{height:14px;background-position:-4295px 0}.vti__flag.rw{height:14px;background-position:-4317px 0}.vti__flag.sa{height:14px;background-position:-4339px 0}.vti__flag.sb{height:10px;background-position:-4361px 0}.vti__flag.sc{height:10px;background-position:-4383px 0}.vti__flag.sd{height:10px;background-position:-4405px 0}.vti__flag.se{height:13px;background-position:-4427px 0}.vti__flag.sg{height:14px;background-position:-4449px 0}.vti__flag.sh{height:10px;background-position:-4471px 0}.vti__flag.si{height:10px;background-position:-4493px 0}.vti__flag.sj{height:15px;background-position:-4515px 0}.vti__flag.sk{height:14px;background-position:-4537px 0}.vti__flag.sl{height:14px;background-position:-4559px 0}.vti__flag.sm{height:15px;background-position:-4581px 0}.vti__flag.sn{height:14px;background-position:-4603px 0}.vti__flag.so{height:14px;background-position:-4625px 0}.vti__flag.sr{height:14px;background-position:-4647px 0}.vti__flag.ss{height:10px;background-position:-4669px 0}.vti__flag.st{height:10px;background-position:-4691px 0}.vti__flag.sv{height:12px;background-position:-4713px 0}.vti__flag.sx{height:14px;background-position:-4735px 0}.vti__flag.sy{height:14px;background-position:-4757px 0}.vti__flag.sz{height:14px;background-position:-4779px 0}.vti__flag.ta{height:10px;background-position:-4801px 0}.vti__flag.tc{height:10px;background-position:-4823px 0}.vti__flag.td{height:14px;background-position:-4845px 0}.vti__flag.tf{height:14px;background-position:-4867px 0}.vti__flag.tg{height:13px;background-position:-4889px 0}.vti__flag.th{height:14px;background-position:-4911px 0}.vti__flag.tj{height:10px;background-position:-4933px 0}.vti__flag.tk{height:10px;background-position:-4955px 0}.vti__flag.tl{height:10px;background-position:-4977px 0}.vti__flag.tm{height:14px;background-position:-4999px 0}.vti__flag.tn{height:14px;background-position:-5021px 0}.vti__flag.to{height:10px;background-position:-5043px 0}.vti__flag.tr{height:14px;background-position:-5065px 0}.vti__flag.tt{height:12px;background-position:-5087px 0}.vti__flag.tv{height:10px;background-position:-5109px 0}.vti__flag.tw{height:14px;background-position:-5131px 0}.vti__flag.tz{height:14px;background-position:-5153px 0}.vti__flag.ua{height:14px;background-position:-5175px 0}.vti__flag.ug{height:14px;background-position:-5197px 0}.vti__flag.um{height:11px;background-position:-5219px 0}.vti__flag.us{height:11px;background-position:-5241px 0}.vti__flag.uy{height:14px;background-position:-5263px 0}.vti__flag.uz{height:10px;background-position:-5285px 0}.vti__flag.va{height:15px;background-position:-5307px 0}.vti__flag.vc{height:14px;background-position:-5324px 0}.vti__flag.ve{height:14px;background-position:-5346px 0}.vti__flag.vg{height:10px;background-position:-5368px 0}.vti__flag.vi{height:14px;background-position:-5390px 0}.vti__flag.vn{height:14px;background-position:-5412px 0}.vti__flag.vu{height:12px;background-position:-5434px 0}.vti__flag.wf{height:14px;background-position:-5456px 0}.vti__flag.ws{height:10px;background-position:-5478px 0}.vti__flag.xk{height:15px;background-position:-5500px 0}.vti__flag.ye{height:14px;background-position:-5522px 0}.vti__flag.yt{height:14px;background-position:-5544px 0}.vti__flag.za{height:14px;background-position:-5566px 0}.vti__flag.zm{height:14px;background-position:-5588px 0}.vti__flag.zw{height:10px;background-position:-5610px 0}.vti__flag{width:20px;height:15px;-webkit-box-shadow:0 0 1px 0 #888;box-shadow:0 0 1px 0 #888;background-image:url("data:image/png;base64,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");background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.vti__flag{background-image:url("data:image/png;base64,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")}}.vti__flag.np{background-color:transparent}.vue-tel-input{border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #bbb;text-align:left}.vue-tel-input.disabled .dropdown,.vue-tel-input.disabled .selection,.vue-tel-input.disabled input{cursor:no-drop}.vue-tel-input:focus-within{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);border-color:#66afe9}.vti__dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:7px;cursor:pointer}.vti__dropdown.show{max-height:300px;overflow:scroll}.vti__dropdown.open,.vti__dropdown:hover{background-color:#f3f3f3}.vti__selection{font-size:.8em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vti__selection .vti__country-code{color:#666}.vti__flag{margin-right:5px;margin-left:5px}.vti__dropdown-list{z-index:1;padding:0;margin:0;text-align:left;list-style:none;max-height:200px;overflow-y:scroll;position:absolute;left:-1px;background-color:#fff;border:1px solid #ccc;width:390px}.vti__dropdown-list.below{top:33px}.vti__dropdown-list.above{top:auto;bottom:100%}.vti__dropdown-arrow{-webkit-transform:scaleY(.5);transform:scaleY(.5);display:inline-block;color:#666}.vti__dropdown-item{cursor:pointer;padding:4px 15px}.vti__dropdown-item.highlighted{background-color:#f3f3f3}.vti__dropdown-item.last-preferred{border-bottom:1px solid #cacaca}.vti__dropdown-item .vti__flag{display:inline-block;margin-right:5px}.vti__input{border:none;border-radius:0 2px 2px 0;width:100%;outline:none;padding-left:7px}
:root {
  --main-color-hue: 182;
  --main-color-saturation: 60%;
  --main-color-lightness: 50%;
  --main-color: hsl(var(--main-color-hue), var(--main-color-saturation), var(--main-color-lightness));
  --main-color-alpha10: hsla(var(--main-color-hue), var(--main-color-saturation), var(--main-color-lightness), 0.1);
  --main-color-alpha20: hsla(var(--main-color-hue), var(--main-color-saturation), var(--main-color-lightness), 0.2);
  --main-color-alpha30: hsla(var(--main-color-hue), var(--main-color-saturation), var(--main-color-lightness), 0.3);
  --main-color-alpha40: hsla(var(--main-color-hue), var(--main-color-saturation), var(--main-color-lightness), 0.4);
  --main-color-alpha60: hsla(var(--main-color-hue), var(--main-color-saturation), var(--main-color-lightness), 0.6);
  --main-color-alpha70: hsla(var(--main-color-hue), var(--main-color-saturation), var(--main-color-lightness), 0.7);
  --main-color-alpha80: hsla(var(--main-color-hue), var(--main-color-saturation), var(--main-color-lightness), 0.8);
  --main-color-lightest: hsl(var(--main-color-hue), var(--main-color-saturation), 95%);
  --main-color-lighter: hsl(var(--main-color-hue), var(--main-color-saturation), 90%);
  --main-color-light: hsl(var(--main-color-hue), var(--main-color-saturation), 65%);
  --main-color-light: hsl(var(--main-color-hue), var(--main-color-saturation), 65%);
  --main-color-dark: hsl(var(--main-color-hue), var(--main-color-saturation), 40%);
  --main-color-dark-alpha20: hsla(var(--main-color-hue), var(--main-color-saturation), 40%, 0.2);
  --main-color-dark-alpha30: hsla(var(--main-color-hue), var(--main-color-saturation), 40%, 0.3);
  --main-color-dark-alpha40: hsla(var(--main-color-hue), var(--main-color-saturation), 40%, 0.4);
  --main-color-darker: hsl(var(--main-color-hue), var(--main-color-saturation), 27%);
  --main-color-darker-alpha20: hsla(var(--main-color-hue), var(--main-color-saturation), 27%, 0.2);
  --main-color-darker-alpha30: hsla(var(--main-color-hue), var(--main-color-saturation), 27%, 0.3);
  --main-color-darker-alpha50: hsla(var(--main-color-hue), var(--main-color-saturation), 27%, 0.5);
  --main-color-darkest: hsl(var(--main-color-hue), var(--main-color-saturation), 20%);
  --main-color-darkest-alpha20: hsla(var(--main-color-hue), var(--main-color-saturation), 20%, 0.2);
  --main-color-darkest-alpha40: hsla(var(--main-color-hue), var(--main-color-saturation), 20%, 0.4);
  --main-color-gradient: linear-gradient(to left,var(--main-color-alpha40) , var(--main-color));
  --secondary-color-hue: 340;
  --secondary-color-saturation: 80%;
  --secondary-color-lightness: 60%;
  --secondary-color: hsl(var(--secondary-color-hue), var(--secondary-color-saturation), var(--secondary-color-lightness));
  --secondary-color-alpha15: hsla(var(--secondary-color-hue), var(--secondary-color-saturation), var(--secondary-color-lightness), 0.15);
  --secondary-color-alpha20: #ffdbe8;
  --secondary-color-alpha30: hsla(var(--secondary-color-hue), var(--secondary-color-saturation), var(--secondary-color-lightness), 0.3);
  --secondary-color-alpha40: hsla(var(--secondary-color-hue), var(--secondary-color-saturation), var(--secondary-color-lightness), 0.4);
  --secondary-color-alpha50: hsla(var(--secondary-color-hue), var(--secondary-color-saturation), var(--secondary-color-lightness), 0.5);
  --secondary-color-alpha70: hsla(var(--secondary-color-hue), var(--secondary-color-saturation), var(--secondary-color-lightness), 0.6);
  --secondary-color-alpha80: hsla(var(--secondary-color-hue), var(--secondary-color-saturation), var(--secondary-color-lightness), 0.8);
  --secondary-color-lightest: #ffdbe8;
  --secondary-color-darken5: hsl(var(--secondary-color-hue), var(--secondary-color-saturation), 55%);
  --secondary-color-dark: hsl(var(--secondary-color-hue), var(--secondary-color-saturation), 50%);
  --dark-color-hue: 220;
  --dark-color-saturation: 20%;
  --dark-color-lightness: 20%;
  --dark-color-light-lightness: 30%;
  --dark-color-dark-lightness: 14%;
  --dark-color: hsl(var(--dark-color-hue), var(--dark-color-saturation), var(--dark-color-lightness));
  --dark-color-light: hsl(var(--dark-color-hue), var(--dark-color-saturation), var(--dark-color-light-lightness));
  --dark-color-dark: hsl(var(--dark-color-hue), var(--dark-color-saturation), var(--dark-color-dark-lightness));
  --blue: #278ACD;
  --green: hsl(134, 53%, 57%);
  --green-alpha15: rgba(87, 203, 114, 0.15);
  --green-dark: #38b756;
  --orange: #fc744f;
  --purple: #8c009a;
  --red: #FF0000;
  --red-alpha70: rgba(255, 82, 82, 0.7);
  --red-alpha15: rgba(255, 82, 82, 0.15);
  --yellow-hue: 38;
  --yellow-saturation: 100%;
  --yellow-lightness: 57%;
  --yellow: hsl(var(--yellow-hue), var(--yellow-saturation), var(--yellow-lightness));
  --yellow-alpha30: hsla(var(--yellow-hue), var(--yellow-saturation), var(--yellow-lightness), 0.3);
  --yellow-dark: hsl(var(--yellow-hue), var(--yellow-saturation), 50%);
  --yellow-dark-alpha30: hsla(var(--yellow-hue), var(--yellow-saturation), 50%, 0.3);
  --yellow-dark-alpha10: hsla(var(--yellow-hue), var(--yellow-saturation), 50%, 0.1);
  --yellow-lightest: #ffeccb;
  --danger-hue: 0;
  --danger-saturation: 100%;
  --danger-lightness: 50%;
  --info-hue: 204;
  --info-saturation: 68%;
  --info-lightness: 48%;
  --warning-hue: 38;
  --warning-saturation: 100%;
  --warning-lightness: 57%;
  --success-hue: 134;
  --success-saturation: 53%;
  --success-lightness: 57%;
  --danger-color: hsl(var(--danger-hue), var(--danger-saturation), var(--danger-lightness));
  --danger-color-alpha20: hsla(var(--danger-hue), var(--danger-saturation), var(--danger-lightness), 0.2);
  --danger-color-lightest: hsl(var(--danger-hue), var(--danger-saturation), 95%);
  --danger-color-dark: hsl(var(--danger-hue), var(--danger-saturation), 40%);
  --idt-info-color: var(--main-color-dark);
  --idt-info-color-alpha20: var(--main-color-dark-alpha20);
  --info-color: var(--blue);
  --info-color-alpha20: hsla(var(--info-hue), var(--info-saturation), var(--info-lightness), 0.2);
  --info-color-lightest: hsl(var(--info-hue), var(--info-saturation), 90%);
  --info-color-dark: hsl(var(--info-hue), var(--info-saturation), 40%);
  --info-color-darker: hsl(var(--info-hue), var(--info-saturation), 30%);
  --success-color: hsl(var(--success-hue), var(--success-saturation), var(--success-lightness));
  --success-color-lightest: hsl(var(--success-hue), var(--success-saturation), 95%);
  --success-color-lighter: hsl(var(--success-hue), var(--success-saturation), 80%);
  --success-color-light: hsl(var(--success-hue), var(--success-saturation), 70%);
  --success-color-dark: hsl(var(--success-hue), var(--success-saturation), 40%);
  --success-color-darker: hsl(var(--success-hue), var(--success-saturation), 30%);
  --success-color-darkest: hsl(var(--success-hue), var(--success-saturation), 25%);
  --success-color-alpha10: hsla(var(--success-hue), var(--success-saturation), var(--success-lightness), 0.1);
  --success-color-alpha20: hsla(var(--success-hue), var(--success-saturation), var(--success-lightness), 0.2);
  --warning-color: hsl(var(--warning-hue), var(--warning-saturation), var(--warning-lightness));
  --warning-color-alpha20: hsla(var(--warning-hue), var(--warning-saturation), var(--warning-lightness), 0.2);
  --warning-color-lightest: hsl(var(--warning-hue), var(--warning-saturation), 95%);
  --warning-color-dark: hsl(var(--warning-hue), var(--warning-saturation), 40%);
  --warning-color-darker: hsl(var(--warning-hue), var(--warning-saturation), 30%);
  --warning-color-darkest: hsl(var(--warning-hue), var(--warning-saturation), 25%);
  --black-hue: 0;
  --black-saturation: 0%;
  --black: hsl(var(--black-hue), var(--black-saturation), 0%);
  --black-alpha10: hsla(var(--black-hue), var(--black-saturation), 0%, 0.1);
  --black-alpha12: hsla(var(--black-hue), var(--black-saturation), 0%, 0.12);
  --black-alpha14: hsla(var(--black-hue), var(--black-saturation), 0%, 0.14);
  --black-alpha15: hsla(var(--black-hue), var(--black-saturation), 0%, 0.15);
  --black-alpha20: hsla(var(--black-hue), var(--black-saturation), 0%, 0.2);
  --black-alpha30: hsla(var(--black-hue), var(--black-saturation), 0%, 0.3);
  --black-alpha40: hsla(var(--black-hue), var(--black-saturation), 0%, 0.4);
  --black-alpha50: hsla(var(--black-hue), var(--black-saturation), 0%, 0.5);
  --black-alpha60: hsla(var(--black-hue), var(--black-saturation), 0%, 0.6);
  --black-alpha70: hsla(var(--black-hue), var(--black-saturation), 0%, 0.7);
  --black-alpha80: hsla(var(--black-hue), var(--black-saturation), 0%, 0.8);
  --black-alpha90: hsla(var(--black-hue), var(--black-saturation), 0%, 0.9);
  --white-hue: 0;
  --white-saturation: 0%;
  --white: hsl(var(--white-hue), var(--white-saturation), 100%);
  --white-alpha10: hsla(var(--white-hue), var(--white-saturation), 100%, 0.1);
  --white-alpha20: hsla(var(--white-hue), var(--white-saturation), 100%, 0.2);
  --white-alpha30: hsla(var(--white-hue), var(--white-saturation), 100%, 0.3);
  --white-alpha40: hsla(var(--white-hue), var(--white-saturation), 100%, 0.4);
  --white-alpha50: hsla(var(--white-hue), var(--white-saturation), 100%, 0.5);
  --white-alpha60: hsla(var(--white-hue), var(--white-saturation), 100%, 0.6);
  --white-alpha70: hsla(var(--white-hue), var(--white-saturation), 100%, 0.7);
  --white-alpha80: hsla(var(--white-hue), var(--white-saturation), 100%, 0.8);
  --white-alpha90: hsla(var(--white-hue), var(--white-saturation), 100%, 0.9);
  --grey-lightest: #F5F6FA;
  --grey-lighter: #EBEDF2;
  --grey-light: #DCDFE6;
  --grey: #CED1D9;
  --grey-alpha20: rgba(206, 209, 217, 0.2);
  --grey-alpha30: rgba(206, 209, 217, 0.3);
  --grey-dark: #9C9EA6;
  --grey-dark-alpha-20: rgba(156, 158, 166, 0.2);
  --grey-dark-alpha-50: rgba(156, 158, 166, 0.5);
  --grey-dark-alpha-75: rgba(156, 158, 166, 0.75);
  --grey-darker: #777980;
  --grey-darker-alpha15: rgba(119, 121, 128, 0.15);
  --grey-darkest: #383A40;
  --grey-darkest-alpha8: rgba(56, 58, 64, 0.08);
  --grey-darkest-alpha20: rgba(56, 58, 64, 0.2);
  --grey-darkest-alpha30: rgba(56, 58, 64, 0.3);
  --grey-darkest-alpha50: rgba(56, 58, 64, 0.5);
  --grey-darkest-alpha70: rgba(56, 58, 64, 0.7);
  --grey-darkest-alpha75: rgba(56, 58, 64, 0.75);
  --red: #FF0000;
  --red-alpha15: rgba(255, 82, 82, 0.15);
  --red-alpha20: rgba(255, 82, 82, 0.2);
  --red-alpha70: rgba(255, 82, 82, 0.7);
  --color-live: var(--red);
  --color-live-alpha20: var(--red-alpha20);
  --color-live-lightest: var(--secondary-color-lightest);
  --color-replay: var(--grey-darkest);
  --color-replay-alpha20: var(--grey-darkest-alpha20);
  --color-replay-alpha30: var(--grey-darkest-alpha30);
  --color-replay-alpha70: var(--grey-darkest-alpha70);
  --color-replay-lightest: var(--grey-light);
  --color-scheduled: var(--main-color);
  --color-starting: var(--yellow);
  --color-starting-alpha20: rgba(255, 185, 74, 0.2);
  --color-starting-alpha30: rgba(255, 185, 74, 0.3);
  --color-starting-alpha40: rgba(255, 185, 74, 0.4);
  --color-starting-alpha50: rgba(255, 185, 74, 0.5);
  --color-starting-alpha70: rgba(255, 185, 74, 0.7);
  --color-starting-lightest: var(--yellow-lightest);
  --tck-color-1: #34495E;
  --tck-color-2: #5ECE8D;
  --tck-color-3: #1ABC9C;
  --tck-color-4: #16A085;
  --tck-color-5: #6C8687;
  --tck-color-6: #F1C40F;
  --tck-color-7: #E67E22;
  --tck-color-8: #CF4B04;
  --tck-color-9: #6CC0D3;
  --tck-color-10: #6FABD3;
  --tck-color-11: #278ACD;
  --tck-color-12: #0C639E;
  --facebook-sso-btn-bgcolor: #1A77F2;
  --facebook-sso-btn-bgcolor-hover: #679FF7;
  --facebook-sso-btn-color: var(--white);
  --ibm-sso-btn-bgcolor: #0E62FE;
  --ibm-sso-btn-bgcolor-hover: #0253E9;
  --ibm-sso-btn-color: var(--white);
  --okta-sso-btn-bgcolor: var(--main-color-light);
  --okta-sso-btn-bgcolor-hover: var(--main-color);
  --okta-sso-btn-color: var(--white);
  --redhat-sso-btn-bgcolor: #EE0D00;
  --redhat-sso-btn-bgcolor-hover: #CC0A00;
  --redhat-sso-btn-color: var(--white);
  --microsoft-entra-sso-btn-bgcolor: var(--main-color-light);
  --microsoft-entra-sso-btn-bgcolor-hover: var(--main-color);
  --microsoft-entra-sso-btn-color: var(--white);
  --linkedin-sso-btn-bgcolor: #0077B5;
  --linkedin-sso-btn-bgcolor-hover: #005E93;
  --linkedin-sso-btn-color: var(--white);
  --google-sso-btn-bgcolor: #4285f4;
  --google-sso-btn-bgcolor-hover: #1669F2;
  --google-sso-btn-color: var(--white);
  --facebook-color: #1A77F2;
  --youtube-color: #FF0000;
  --linkedin-color: #0077B5;
  --twitter-color: #1DA1F2;
  --lobby-danger-background: #FFDAD8;
  --project-vote-0: var(--success-color);
  --project-vote-1: var(--warning-color);
  --project-vote-2: var(--danger-color);
  --rem-size-1: 0.0625rem;
  --rem-size-2: 0.125rem;
  --rem-size-3: 0.1875rem;
  --rem-size-4: 0.25rem;
  --rem-size-5: 0.315rem;
  --rem-size-6: 0.375rem;
  --rem-size-7: 0.438rem;
  --rem-size-8: 0.5rem;
  --rem-size-9: 0.5625rem;
  --rem-size-10: 0.625rem;
  --rem-size-11: 0.685rem;
  --rem-size-12: 0.75rem;
  --rem-size-13: 0.8125rem;
  --rem-size-14: 0.875rem;
  --rem-size-15: 0.9375rem;
  --rem-size-16: 1rem;
  --rem-size-17: 1.063rem;
  --rem-size-18: 1.125rem;
  --rem-size-19: 1.1875rem;
  --rem-size-20: 1.25rem;
  --rem-size-21: 1.315rem;
  --rem-size-22: 1.375rem;
  --rem-size-23: 1.4375rem;
  --rem-size-24: 1.5rem;
  --rem-size-25: 1.5625rem;
  --rem-size-26: 1.625rem;
  --rem-size-27: 1.6875rem;
  --rem-size-28: 1.75rem;
  --rem-size-29: 1.8125rem;
  --rem-size-30: 1.875rem;
  --rem-size-31: 1.9375rem;
  --rem-size-32: 2rem;
  --rem-size-35: 2.1875rem;
  --rem-size-36: 2.25rem;
  --rem-size-40: 2.5rem;
  --rem-size-42: 2.625rem;
  --rem-size-48: 3rem;
  --rem-size-64: 4rem;
  --title-font-family: "Kreon", serif;
  --text-font-family: "Roboto", sans-serif;
  --quote-font-family: Arial, sans-serif;
  --ideacons-font: "ideation-icons";
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --default-duration: 0.25s;
  --global-radius: 5px;
  --menu-height: 70px;
  --mobile-bottom-navbar-height: 64px;
  --vertical-menu-width: 90px;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption,
figure {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0,0,0,0);
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  overflow: visible;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details {
  display: block;
}

summary {
  display: list-item;
}

menu {
  display: block;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: var(--text-font-family);
  font-weight: 400;
  line-height: 1.5;
  color: #6d6f71;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 3px;
  background: rgba(0,0,0,0);
  line-height: 1;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print,screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print,screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  flex: 1 1 0px;
  padding-right: .625rem;
  padding-left: .625rem;
  min-width: initial;
}

@media print,screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1>.column,
.small-up-1>.columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2>.column,
.small-up-2>.columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3>.column,
.small-up-3>.columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4>.column,
.small-up-4>.columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5>.column,
.small-up-5>.columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6>.column,
.small-up-6>.columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7>.column,
.small-up-7>.columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8>.column,
.small-up-8>.columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-right: .625rem;
  padding-left: .625rem;
}

@media print,screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }

  .medium-up-1>.column,
  .medium-up-1>.columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }

  .medium-up-2>.column,
  .medium-up-2>.columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }

  .medium-up-3>.column,
  .medium-up-3>.columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }

  .medium-up-4>.column,
  .medium-up-4>.columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }

  .medium-up-5>.column,
  .medium-up-5>.columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }

  .medium-up-6>.column,
  .medium-up-6>.columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }

  .medium-up-7>.column,
  .medium-up-7>.columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }

  .medium-up-8>.column,
  .medium-up-8>.columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print,screen and (min-width: 40em)and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

@media print,screen and (min-width: 40em) {
  .medium-flex-dir-row {
    flex-direction: row;
  }
}

@media print,screen and (min-width: 40em) {
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
}

@media print,screen and (min-width: 40em) {
  .medium-flex-dir-column {
    flex-direction: column;
  }
}

@media print,screen and (min-width: 40em) {
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print,screen and (min-width: 40em) {
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
}

@media print,screen and (min-width: 40em) {
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
}

@media print,screen and (min-width: 40em) {
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
  flex: 0 0 100%;
}

@media print,screen and (min-width: 40em) {
  .row.medium-unstack>.column,
  .row.medium-unstack>.columns {
    flex: 1 1 0px;
  }
}

@media print,screen and (min-width: 40em) {
  .medium-collapse>.column,
  .medium-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print,screen and (min-width: 40em) {
  .medium-uncollapse>.column,
  .medium-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

@media print,screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }

  .large-up-1>.column,
  .large-up-1>.columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }

  .large-up-2>.column,
  .large-up-2>.columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }

  .large-up-3>.column,
  .large-up-3>.columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }

  .large-up-4>.column,
  .large-up-4>.columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }

  .large-up-5>.column,
  .large-up-5>.columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }

  .large-up-6>.column,
  .large-up-6>.columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }

  .large-up-7>.column,
  .large-up-7>.columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }

  .large-up-8>.column,
  .large-up-8>.columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print,screen and (min-width: 64em)and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

@media print,screen and (min-width: 64em) {
  .large-flex-dir-row {
    flex-direction: row;
  }
}

@media print,screen and (min-width: 64em) {
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
}

@media print,screen and (min-width: 64em) {
  .large-flex-dir-column {
    flex-direction: column;
  }
}

@media print,screen and (min-width: 64em) {
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print,screen and (min-width: 64em) {
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
}

@media print,screen and (min-width: 64em) {
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
}

@media print,screen and (min-width: 64em) {
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
  flex: 0 0 100%;
}

@media print,screen and (min-width: 64em) {
  .row.large-unstack>.column,
  .row.large-unstack>.columns {
    flex: 1 1 0px;
  }
}

@media print,screen and (min-width: 64em) {
  .large-collapse>.column,
  .large-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print,screen and (min-width: 64em) {
  .large-uncollapse>.column,
  .large-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block>:last-child {
  margin-bottom: 0;
}

@media print,screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block>:last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--text-font-family);
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #bcbec0;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
}

@media print,screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #33c7cc;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #2cabaf;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #bcbec0;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: .3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #bcbec0;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6d6f71;
}

cite {
  display: block;
  font-size: .8125rem;
  color: #6d6f71;
}

cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #000;
  color: #6d6f71;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: .125rem .3125rem .0625rem;
  border: 1px solid #bcbec0;
  background-color: #d1d1d1;
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-weight: 400;
  color: #000;
}

kbd {
  margin: 0;
  padding: .125rem .25rem 0;
  background-color: #d1d1d1;
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  color: #000;
  border-radius: 3px;
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #6d6f71;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p+.stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media print,screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

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

  .medium-text-justify {
    text-align: justify;
  }
}

@media print,screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

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

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: rgba(0,0,0,0) !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #6d6f71;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: .5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #bcbec0;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #6d6f71;
  background-color: #fff;
  box-shadow: 0 0 5px #bcbec0;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bcbec0;
}

input::placeholder,
textarea::placeholder {
  color: #bcbec0;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: var(--grey-light);
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox]+label,
[type=radio]+label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: .5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
  cursor: pointer;
}

label>[type=checkbox],
label>[type=radio] {
  margin-right: .5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #4d4d4d;
}

label.middle {
  margin: 0 0 1rem;
  padding: .5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: .8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group>:first-child {
  border-radius: 3px 0 0 3px;
}

.input-group>:last-child>* {
  border-radius: 0 3px 3px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #bcbec0;
  background: #d1d1d1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: .5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #bcbec0;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 .1875rem;
  background: #fff;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #bcbec0;
  border-radius: 3px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

select:focus {
  outline: none;
  border: 1px solid #6d6f71;
  background-color: #fff;
  box-shadow: 0 0 5px #bcbec0;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

select:disabled {
  background-color: var(--grey-light);
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: red;
  background-color: #ffe6e6;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: red;
}

.is-invalid-input:not(:focus)::placeholder {
  color: red;
}

.is-invalid-label {
  color: red;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 700;
  color: red;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 3px;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #33c7cc;
  color: #fff;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #2ba9ad;
  color: #fff;
}

.button.tiny {
  font-size: .6rem;
}

.button.small {
  font-size: .75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #33c7cc;
  color: #000;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #299fa3;
  color: #000;
}

.button.secondary {
  background-color: #ced1d9;
  color: #000;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #9ea4b4;
  color: #000;
}

.button.success {
  background-color: #57cb72;
  color: #000;
}

.button.success:hover,
.button.success:focus {
  background-color: #37b153;
  color: #000;
}

.button.warning {
  background-color: #ffaf22;
  color: #000;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #e79400;
  color: #000;
}

.button.alert {
  background-color: red;
  color: #000;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #c00;
  color: #000;
}

.button.hollow {
  border: 1px solid #33c7cc;
  color: #33c7cc;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: rgba(0,0,0,0);
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #1a6466;
  color: #1a6466;
}

.button.hollow.primary {
  border: 1px solid #33c7cc;
  color: #33c7cc;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #1a6466;
  color: #1a6466;
}

.button.hollow.secondary {
  border: 1px solid #ced1d9;
  color: #ced1d9;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #5c6477;
  color: #5c6477;
}

.button.hollow.success {
  border: 1px solid #57cb72;
  color: #57cb72;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #226f34;
  color: #226f34;
}

.button.hollow.warning {
  border: 1px solid #ffaf22;
  color: #ffaf22;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #915c00;
  color: #915c00;
}

.button.hollow.alert {
  border: 1px solid red;
  color: red;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: maroon;
  color: maroon;
}

.button.disabled,
.button[disabled] {
  opacity: .25;
  cursor: not-allowed;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #33c7cc;
  color: #fff;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: .25;
  cursor: not-allowed;
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #33c7cc;
  color: #000;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: .25;
  cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #ced1d9;
  color: #000;
}

.button.disabled.success,
.button[disabled].success {
  opacity: .25;
  cursor: not-allowed;
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #57cb72;
  color: #000;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: .25;
  cursor: not-allowed;
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffaf22;
  color: #000;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: .25;
  cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: red;
  color: #000;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset .4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0);
  position: relative;
  top: .4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}

.accordion-item:first-child>:first-child {
  border-radius: 3px 3px 0 0;
}

.accordion-item:last-child>:last-child {
  border-radius: 0 0 3px 3px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #d1d1d1;
  border-bottom: 0;
  font-size: .75rem;
  line-height: 1;
  color: #33c7cc;
}

:last-child:not(.is-active)>.accordion-title {
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0 0 3px 3px;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #d1d1d1;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active>.accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #d1d1d1;
  border-bottom: 0;
  background-color: #fff;
  color: #6d6f71;
}

:last-child>.accordion-content:last-child {
  border-bottom: 1px solid #d1d1d1;
}

.is-accordion-submenu-parent>a {
  position: relative;
}

.is-accordion-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #33c7cc rgba(0,0,0,0) rgba(0,0,0,0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true]>a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: .3em;
  border-radius: 50%;
  font-size: .6rem;
  text-align: center;
  background: #33c7cc;
  color: #fff;
}

.badge.primary {
  background: #33c7cc;
  color: #000;
}

.badge.secondary {
  background: #ced1d9;
  color: #000;
}

.badge.success {
  background: #57cb72;
  color: #000;
}

.badge.warning {
  background: #ffaf22;
  color: #000;
}

.badge.alert {
  background: red;
  color: #000;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: .6875rem;
  color: #000;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 .75rem;
  opacity: 1;
  content: "/";
  color: #bcbec0;
}

.breadcrumbs a {
  color: #33c7cc;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #bcbec0;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.button-group::before,
.button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: .9rem;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: .6rem;
}

.button-group.small .button {
  font-size: .75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #33c7cc;
  color: #000;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #299fa3;
  color: #000;
}

.button-group.secondary .button {
  background-color: #ced1d9;
  color: #000;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #9ea4b4;
  color: #000;
}

.button-group.success .button {
  background-color: #57cb72;
  color: #000;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #37b153;
  color: #000;
}

.button-group.warning .button {
  background-color: #ffaf22;
  color: #000;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #e79400;
  color: #000;
}

.button-group.alert .button {
  background-color: red;
  color: #000;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #c00;
  color: #000;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print,screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media print,screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 3px;
  background-color: #fff;
  color: #6d6f71;
}

.callout>:first-child {
  margin-top: 0;
}

.callout>:last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #e0f7f7;
  color: #6d6f71;
}

.callout.secondary {
  background-color: #f8f8f9;
  color: #6d6f71;
}

.callout.success {
  background-color: #e6f7ea;
  color: #6d6f71;
}

.callout.warning {
  background-color: #fff3de;
  color: #6d6f71;
}

.callout.alert {
  background-color: #ffd9d9;
  color: #6d6f71;
}

.callout.small {
  padding-top: .5rem;
  padding-right: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #6d6f71;
}

.card>:last-child {
  margin-bottom: 0;
}

.card-divider {
  flex: 0 1 auto;
  padding: 1rem;
  background: #d1d1d1;
}

.card-divider>:last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section>:last-child {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  color: #6d6f71;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #000;
}

.close-button.small {
  right: .66rem;
  top: .33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: .5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}

.menu>li {
  flex: 0 0 auto;
}

[data-whatinput=mouse] .menu>li {
  outline: 0;
}

.menu>li>a {
  display: block;
  padding: .7rem 1rem;
  line-height: 1;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu>li>a {
  display: flex;
}

.menu>li>a {
  flex-flow: row nowrap;
}

.menu>li>a img,
.menu>li>a i,
.menu>li>a svg {
  margin-right: .25rem;
}

.menu,
.menu.horizontal {
  flex-wrap: nowrap;
}

.menu>li,
.menu.horizontal>li {
  flex: 0 0 auto;
}

.menu.expanded>li {
  flex: 1 1 0px;
}

.menu.expanded>li:first-child:last-child {
  width: 100%;
}

.menu.vertical {
  flex-wrap: wrap;
}

.menu.vertical>li {
  flex: 0 0 100%;
  max-width: 100%;
}

.menu.vertical>li>a {
  justify-content: flex-start;
  align-items: flex-start;
}

@media print,screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: nowrap;
  }

  .menu.medium-horizontal>li {
    flex: 0 0 auto;
  }

  .menu.medium-expanded>li {
    flex: 1 1 0px;
  }

  .menu.medium-expanded>li:first-child:last-child {
    width: 100%;
  }

  .menu.medium-vertical {
    flex-wrap: wrap;
  }

  .menu.medium-vertical>li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu.medium-vertical>li>a {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media print,screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: nowrap;
  }

  .menu.large-horizontal>li {
    flex: 0 0 auto;
  }

  .menu.large-expanded>li {
    flex: 1 1 0px;
  }

  .menu.large-expanded>li:first-child:last-child {
    width: 100%;
  }

  .menu.large-vertical {
    flex-wrap: wrap;
  }

  .menu.large-vertical>li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu.large-vertical>li>a {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.menu.simple a {
  padding: 0;
}

.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}

.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.align-right {
  justify-content: flex-end;
}

.menu.icon-top>li>a {
  flex-flow: column nowrap;
}

.menu.icon-top>li>a img,
.menu.icon-top>li>a i,
.menu.icon-top>li>a svg {
  align-self: stretch;
  margin-bottom: .25rem;
  text-align: center;
}

.menu.icon-top.vertical a>span {
  margin: auto;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active>a {
  background: #33c7cc;
  color: #fff;
}

.menu.menu-bordered li {
  border: 1px solid #d1d1d1;
}

.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

.menu.menu-hover li:hover {
  background-color: #d1d1d1;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: .7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}

.menu-centered>.menu {
  display: inline-block;
  vertical-align: top;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff,0 14px 0 #fff;
  content: "";
}

.menu-icon:hover::after {
  background: #bcbec0;
  box-shadow: 0 7px 0 #bcbec0,0 14px 0 #bcbec0;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 7px 0 #000,0 14px 0 #000;
  content: "";
}

.menu-icon.dark:hover::after {
  background: #6d6f71;
  box-shadow: 0 7px 0 #6d6f71,0 14px 0 #6d6f71;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height .5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform .15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent>a {
  position: relative;
}

.is-drilldown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #33c7cc;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back>a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: rgba(0,0,0,0) #33c7cc rgba(0,0,0,0) rgba(0,0,0,0);
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #bcbec0;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #33c7cc rgba(0,0,0,0) rgba(0,0,0,0);
  right: 5px;
  margin-top: -3px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical>li>a::after {
  right: 14px;
}

.dropdown.menu.vertical>li.opens-left>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: rgba(0,0,0,0) #33c7cc rgba(0,0,0,0) rgba(0,0,0,0);
}

.dropdown.menu.vertical>li.opens-right>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #33c7cc;
}

@media print,screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #33c7cc rgba(0,0,0,0) rgba(0,0,0,0);
    right: 5px;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical>li>a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: rgba(0,0,0,0) #33c7cc rgba(0,0,0,0) rgba(0,0,0,0);
  }

  .dropdown.menu.medium-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #33c7cc;
  }
}

@media print,screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #33c7cc rgba(0,0,0,0) rgba(0,0,0,0);
    right: 5px;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical>li>a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: rgba(0,0,0,0) #33c7cc rgba(0,0,0,0) rgba(0,0,0,0);
  }

  .dropdown.menu.large-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #33c7cc;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #bcbec0;
  background: #fff;
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: rgba(0,0,0,0) #33c7cc rgba(0,0,0,0) rgba(0,0,0,0);
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #33c7cc;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu>li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: .33333rem .5rem;
  border-radius: 3px;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #33c7cc;
  color: #fff;
}

.label.primary {
  background: #33c7cc;
  color: #000;
}

.label.secondary {
  background: #ced1d9;
  color: #000;
}

.label.success {
  background: #57cb72;
  color: #000;
}

.label.warning {
  background: #ffaf22;
  color: #000;
}

.label.alert {
  background: red;
  color: #000;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section>:last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease,visibility .5s ease;
  background: rgba(255,255,255,.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform .5s ease;
  backface-visibility: hidden;
  background: #d1d1d1;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0,0,0,.7);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform .5s ease;
  backface-visibility: hidden;
  background: #d1d1d1;
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0,0,0,.7);
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}

.position-left.is-open~.off-canvas-content {
  transform: translateX(250px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(0,0,0,.7);
  content: " ";
}

.position-left.is-transition-overlap.is-open~.off-canvas-content {
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}

.position-right.is-open~.off-canvas-content {
  transform: translateX(-250px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(0,0,0,.7);
  content: " ";
}

.position-right.is-transition-overlap.is-open~.off-canvas-content {
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}

.position-top.is-open~.off-canvas-content {
  transform: translateY(250px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,.7);
  content: " ";
}

.position-top.is-transition-overlap.is-open~.off-canvas-content {
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}

.position-bottom.is-open~.off-canvas-content {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,.7);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open~.off-canvas-content {
  transform: none;
}

.off-canvas-content {
  transition: transform .5s ease;
  backface-visibility: hidden;
}

@media print,screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-medium~.off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-medium~.off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-medium~.off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-medium~.off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print,screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-large~.off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-large~.off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-large~.off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-large~.off-canvas-content {
    margin-bottom: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0,0,0,.5);
  color: #fff;
}

.orbit-next,
.orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
  outline: 0;
}

.orbit-next:hover,
.orbit-previous:hover,
.orbit-next:active,
.orbit-previous:active,
.orbit-next:focus,
.orbit-previous:focus {
  background-color: rgba(0,0,0,.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: .8rem;
  margin-bottom: .8rem;
  text-align: center;
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: .1rem;
  border-radius: 50%;
  background-color: #bcbec0;
}

.orbit-bullets button:hover {
  background-color: #6d6f71;
}

.orbit-bullets button.is-active {
  background-color: #6d6f71;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: .0625rem;
  border-radius: 3px;
  font-size: .875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print,screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: .1875rem .625rem;
  border-radius: 3px;
  color: #000;
}

.pagination a:hover,
.pagination button:hover {
  background: #d1d1d1;
}

.pagination .current {
  padding: .1875rem .625rem;
  background: #33c7cc;
  color: #fff;
  cursor: default;
}

.pagination .disabled {
  padding: .1875rem .625rem;
  color: #bcbec0;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: rgba(0,0,0,0);
}

.pagination .ellipsis::after {
  padding: .1875rem .625rem;
  content: "…";
  color: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: .5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: .5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #bcbec0;
}

.progress.primary .progress-meter {
  background-color: #33c7cc;
}

.progress.secondary .progress-meter {
  background-color: #ced1d9;
}

.progress.success .progress-meter {
  background-color: #57cb72;
}

.progress.warning .progress-meter {
  background-color: #ffaf22;
}

.progress.alert .progress-meter {
  background-color: red;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #33c7cc;
  border-radius: 3px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: .75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 3px;
}

.slider {
  position: relative;
  height: .5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #d1d1d1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: .5rem;
  background-color: #bcbec0;
  transition: all .2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  background-color: #33c7cc;
  transition: all .2s ease-in-out;
  touch-action: manipulation;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #2ba9ad;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: .25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: .5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: .5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0,0,0,.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #bcbec0;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print,screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

.reveal>:last-child {
  margin-bottom: 0;
}

@media print,screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media print,screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print,screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print,screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print,screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: .875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #bcbec0;
  transition: all .25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input+.switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: .25rem;
  left: .25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: #fff;
  transition: all .25s ease-out;
  content: "";
}

input:checked~.switch-paddle {
  background: #33c7cc;
}

input:checked~.switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput=mouse] input:focus~.switch-paddle {
  outline: 0;
}

.switch-inactive,
.switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked+label>.switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked+label>.switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: .625rem;
}

.switch.tiny .switch-paddle::after {
  top: .25rem;
  left: .25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked~.switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: .75rem;
}

.switch.small .switch-paddle::after {
  top: .25rem;
  left: .25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked~.switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: .25rem;
  left: .25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked~.switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}

thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

caption {
  padding: .5rem .625rem .625rem;
  font-weight: 700;
}

thead {
  background: #f9f9f9;
  color: #6d6f71;
}

tfoot {
  background: #f2f2f2;
  color: #6d6f71;
}

thead tr,
tfoot tr {
  background: rgba(0,0,0,0);
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: .5rem .625rem .625rem;
  font-weight: 700;
  text-align: left;
}

tbody th,
tbody td {
  padding: .5rem .625rem .625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #fff;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}

table.hover tfoot tr:hover {
  background-color: #ededed;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #d1d1d1;
  background: #fff;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical>li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple>li>a {
  padding: 0;
}

.tabs.simple>li>a:hover {
  background: rgba(0,0,0,0);
}

.tabs.primary {
  background: #33c7cc;
}

.tabs.primary>li>a {
  color: #000;
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
  background: #30bdc2;
}

.tabs-title {
  float: left;
}

.tabs-title>a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: .75rem;
  line-height: 1;
  color: #33c7cc;
}

.tabs-title>a:hover {
  background: #fff;
  color: #2cabaf;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
  background: #d1d1d1;
  color: #33c7cc;
}

.tabs-content {
  border: 1px solid #d1d1d1;
  border-top: 0;
  background: #fff;
  color: #6d6f71;
  transition: all .5s ease;
}

.tabs-content.vertical {
  border: 1px solid #d1d1d1;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel[aria-hidden=false] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(51,199,204,.5);
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: .5rem;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: .25rem;
  margin-right: .25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: none;
  font-weight: 700;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: .75rem;
  border-radius: 0;
  background-color: #fff;
  font-size: 80%;
  color: #33c7cc;
}

.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0);
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #d1d1d1;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print,screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: 1 1 auto;
  }

  .top-bar .top-bar-right {
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: .5rem 1rem .5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em),screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print,screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em)and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em),screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print,screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em)and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em),screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print,screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print,screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  fill: currentColor;
  height: 1.8em;
  width: 1.8em;
}

.vjs-svg-icon:before {
  content: none !important;
}

.vjs-svg-icon:hover,
.vjs-control:focus .vjs-svg-icon {
  filter: drop-shadow(0 0 0.25em #fff);
}

.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button>.vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10a";
}

.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10b";
}

.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f10d";
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-downloading:before {
  content: "\f10f";
}

.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-file-download:before {
  content: "\f110";
}

.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-file-download-done:before {
  content: "\f111";
}

.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-file-download-off:before {
  content: "\f112";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f113";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f114";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f115";
}

.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
  content: "\f116";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f117";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f119";
}

.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-repeat:before {
  content: "\f11a";
}

.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f11b";
}

.vjs-icon-replay-5,
.video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay-5:before,
.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
  content: "\f11c";
}

.vjs-icon-replay-10,
.video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay-10:before,
.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-replay-30,
.video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay-30:before,
.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-forward-5,
.video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-forward-5:before,
.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
  content: "\f11f";
}

.vjs-icon-forward-10,
.video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-forward-10:before,
.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  content: "\f120";
}

.vjs-icon-forward-30,
.video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-forward-30:before,
.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f122";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f123";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f124";
}

.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-shuffle:before {
  content: "\f125";
}

.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cast:before {
  content: "\f126";
}

.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f127";
}

.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f128";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f129";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f12a";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f12b";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f12c";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f12d";
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f12e";
}

.video-js {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window,
body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0,0,0,.7);
  padding: .5em;
  text-align: center;
  width: 100%;
}

.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: .5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
  border-radius: .3em;
  transition: all .4s;
}

.vjs-big-play-button .vjs-svg-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115,133,159,.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking,.vjs-scrubbing,.vjs-error) .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0,0,0,.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog>* {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content>* {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115,133,159,.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.vjs-menu li.vjs-selected .vjs-svg-icon,
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43,51,63,.7);
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all .4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all .4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
}

.video-js:not(.vjs-controls-disabled,.vjs-using-native-controls,.vjs-error) .vjs-control-bar.vjs-lock-showing {
  display: flex !important;
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility .1s,opacity .1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s,opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button>.vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button>.vjs-icon-placeholder {
  display: block;
}

.vjs-button>.vjs-svg-icon {
  display: inline-block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em #fff;
}

.video-js *:not(.vjs-visible-text)>.vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all .2s;
  height: .3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: .9em;
  position: absolute;
  right: -0.5em;
  line-height: .35em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}

.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -0.35em;
  right: -0.4em;
  width: .9em;
  height: .9em;
  pointer-events: none;
  line-height: .15em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115,133,159,.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115,133,159,.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255,255,255,.8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: .6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s,opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em 0 .45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  background-color: #73859f;
  background-color: rgba(115,133,159,.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width .1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em .45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: .3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}

.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: .9em;
  height: .9em;
  pointer-events: none;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: .35em;
  right: -0.5em;
}

.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  right: -0.3em;
  transform: translateY(-50%);
}

.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -0.55em;
  transform: translateX(-50%);
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255,255,255,.8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s,opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: .5em;
  color: #888;
}

.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}

.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.vjs-error .vjs-text-track-display {
  display: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js.vjs-force-center-align-cues .vjs-text-track-cue {
  text-align: center !important;
  width: 80% !important;
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate>.vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .85;
  text-align: left;
  border: .6em solid rgba(43,51,63,.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: vjs-spinner-show 0s linear .3s forwards;
}

.vjs-error .vjs-loading-spinner {
  display: none;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: rgba(0,0,0,0);
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  animation-delay: .44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: #fff;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  width: 1.5em;
  height: 1.5em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-x-small .vjs-progress-control,
.video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43,51,63,.75);
  color: #fff;
  height: 70%;
}

.vjs-error .vjs-text-track-settings {
  display: none;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}

.vjs-text-track-settings select {
  font-size: inherit;
}

.vjs-track-setting>select {
  margin-right: 1em;
  margin-bottom: .5em;
}

.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 .6em .8em;
}

.vjs-text-track-settings fieldset span>select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.vjs-text-track-settings .vjs-label {
  margin: 0 .5em .5em 0;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43,51,63,.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-title-bar {
  background: rgba(0,0,0,.9);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  transition: opacity .1s;
  padding: .666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.vjs-error .vjs-title-bar {
  display: none;
}

.vjs-title-bar-title,
.vjs-title-bar-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vjs-title-bar-title {
  font-weight: bold;
  margin-bottom: .333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  transition: opacity 1s;
}

.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}

.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}

.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}

@media print {
  .video-js>*:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0,0,0,0);
}

.slick-arrow.slick-hidden {
  display: none;
}

.v-select {
  position: relative;
  font-family: inherit;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity .15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__clear,
.vs--disabled .vs__search,
.vs--disabled .vs__selected,
.vs--disabled .vs__open-indicator {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px;
}

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right;
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60,60,60,.26);
  border-radius: 4px;
  white-space: normal;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: rgba(0,0,0,0);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vs__open-indicator {
  fill: rgba(60,60,60,.5);
  transform: scale(1);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

.vs__clear {
  fill: rgba(60,60,60,.5);
  padding: 0;
  border: 0;
  background-color: rgba(0,0,0,0);
  cursor: pointer;
  margin-right: 8px;
}

.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,.15);
  border: 1px solid rgba(60,60,60,.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}

.vs__no-options {
  text-align: center;
}

.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap;
}

.vs__dropdown-option:hover {
  cursor: pointer;
}

.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff;
}

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60,60,60,.5);
}

.vs__dropdown-option--disabled:hover {
  cursor: inherit;
}

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60,60,60,.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0px 2px;
  padding: 0 .25em;
  z-index: 0;
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60,60,60,.5);
  text-shadow: 0 1px 0 #fff;
}

.vs--single .vs__selected {
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: .4;
}

.vs--single.vs--searching .vs__selected {
  display: none;
}

.vs__search::-webkit-search-cancel-button {
  display: none;
}

.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration,
.vs__search::-ms-clear {
  display: none;
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid rgba(0,0,0,0);
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}

.vs__search::-moz-placeholder {
  color: inherit;
}

.vs__search::placeholder {
  color: inherit;
}

.vs--unsearchable .vs__search {
  opacity: 1;
}

.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2;
}

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid rgba(100,100,100,.1);
  border-right: .9em solid rgba(100,100,100,.1);
  border-bottom: .9em solid rgba(100,100,100,.1);
  border-left: .9em solid rgba(60,60,60,.45);
  transform: translateZ(0);
  animation: vSelectSpinner 1.1s infinite linear;
  transition: opacity .1s;
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.vs--loading .vs__spinner {
  opacity: 1;
}

.pac-container {
  z-index: 99999 !important;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: var(--rem-size-8);
  padding: var(--rem-size-8) var(--rem-size-12);
  color: var(--white);
  background-color: var(--main-color);
  border: 1px solid rgba(0,0,0,0);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-medium);
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  transition: background-color .25s ease-out,color .25s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
}

.button.danger {
  color: var(--white);
  background-color: var(--danger-color);
}

.button.danger:hover {
  color: var(--white);
  background-color: var(--danger-color-dark);
}

.button.alert {
  color: var(--white);
  background-color: var(--danger-color);
}

.button.alert:hover {
  color: var(--white);
  background-color: var(--danger-color-dark);
}

.button.info {
  color: var(--white);
  background-color: var(--info-color);
}

.button.info:hover {
  color: var(--white);
  background-color: var(--info-color-dark);
}

.button.success {
  color: var(--white);
  background-color: var(--success-color);
}

.button.success:hover {
  color: var(--white);
  background-color: var(--success-color-dark);
}

.button.warning {
  color: var(--white);
  background-color: var(--warning-color);
}

.button.warning:hover {
  color: var(--white);
  background-color: var(--warning-color-dark);
}

.button.secondary {
  color: var(--grey-darkest);
  background-color: var(--grey);
}

.button.secondary:hover {
  color: var(--white);
  background-color: var(--grey-dark);
}

.button:not(.no-margin) {
  margin: 0 0 1rem 0;
}

.button:hover,
.button:focus {
  color: var(--white);
  background-color: var(--main-color-dark);
}

.button.small {
  padding: var(--rem-size-6) var(--rem-size-8);
  font-size: var(--rem-size-12);
}

.button.smaller {
  font-size: .875rem;
}

.button.larger {
  font-size: 1rem;
  padding: 0 1rem;
}

.button.large {
  padding: var(--rem-size-10) var(--rem-size-16);
  font-size: var(--rem-size-18);
}

.button.min-size {
  min-width: 128px;
}

.button.rounded {
  border-radius: 25px;
}

.button.square {
  border-radius: 0;
}

.button.bold {
  font-weight: var(--font-weight-bold);
}

.button.text-left {
  text-align: left;
}

.button.expanded {
  display: inline-flex;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.hollow {
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: rgba(0,0,0,0);
}

.button.hollow:hover,
.button.hollow:focus {
  border: 1px solid var(--main-color-dark);
  color: var(--main-color-dark);
}

.button.secondary.hollow {
  color: var(--grey-darker);
  border-color: var(--grey-darker);
}

.button.secondary.hollow:hover {
  color: var(--black);
  border-color: var(--black);
}

.button.disabled,
.button[disabled] {
  opacity: .25;
  cursor: not-allowed;
}

.button.disabled:not(.hollow),
.button.disabled:hover:not(.hollow),
.button.disabled:focus,
.button[disabled]:not(.hollow),
.button[disabled]:hover:not(.hollow),
.button[disabled]:focus {
  color: var(--white);
  background-color: var(--main-color);
}

.button.dropdown:after {
  content: "";
  display: inline-block;
  position: relative;
  top: .4em;
  float: right;
  width: 0;
  height: 0;
  margin-left: 1em;
  border: inset .4em;
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: var(--white) rgba(0,0,0,0) rgba(0,0,0,0);
}

.button.uppercase {
  text-transform: uppercase;
}

.button.no-margin {
  margin: 0;
}

.button.grey {
  color: var(--black) !important;
  background-color: var(--grey-light);
}

.button.grey:hover {
  background-color: var(--main-color);
  color: var(--white) !important;
}

.button.danger {
  background-color: var(--danger-color);
}

.button.danger:hover {
  color: var(--white) !important;
  background-color: var(--danger-color-dark);
}

.button--loading,
.button--loading-small {
  position: relative;
  color: rgba(0,0,0,0) !important;
  cursor: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: none;
}

.button--loading::after,
.button--loading-small::after {
  content: "";
  position: absolute;
  top: calc(50% - .75em);
  left: calc(50% - .75em);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  border: .25rem solid var(--grey-lighter);
  border-top-color: var(--secondary-color);
  animation: spin 1s infinite linear;
}

.button--loading-small::after {
  top: calc(50% - .6em);
  left: calc(50% - .6em);
  width: 1.2em;
  height: 1.2em;
}

.idt-rounded-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.idt-rounded-checkbox__label {
  display: block;
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 0 2px var(--grey-dark);
}

input[type=radio]:checked+.idt-rounded-checkbox__label,
input[type=checkbox]:checked+.idt-rounded-checkbox__label,
input[type=checkbox].ng-valid+.idt-rounded-checkbox__label {
  background-color: var(--main-color);
}

.idt-rounded-checkbox input[type=radio],
.idt-rounded-checkbox input[type=checkbox] {
  display: none;
}

.input-dropdown,
.button-dropdown {
  position: relative;
}

.input-dropdown__input[disabled],
.button-dropdown__input[disabled] {
  margin: 0;
  background-color: var(--white);
  padding-right: 2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  background-position: 98% center;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
  pointer-events: none;
}

.input-dropdown__input__container,
.button-dropdown__input__container {
  position: relative;
  cursor: pointer;
}

.input-dropdown__input.div,
.button-dropdown__input.div {
  min-height: 53px;
  pointer-events: auto;
}

.input-dropdown__input.div .tag-list,
.button-dropdown__input.div .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.input-dropdown__input.div .tag-list .tag-item,
.button-dropdown__input.div .tag-list .tag-item {
  height: 29px;
  color: var(--white);
  background: var(--main-color);
  font-family: "Roboto",sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  border: 1px solid var(--main-color);
  border-radius: 3px;
}

.input-dropdown__input.div .tag-list .tag-item .remove-button,
.button-dropdown__input.div .tag-list .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  color: var(--white);
  background: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.input-dropdown__button,
.button-dropdown__button {
  margin: 0;
  color: var(--main-color);
  background-color: var(--white);
  border-color: var(--main-color);
  text-transform: uppercase;
}

.input-dropdown__button.dropdown:after,
.button-dropdown__button.dropdown:after {
  border-color: var(--main-color) rgba(0,0,0,0) rgba(0,0,0,0);
}

.input-dropdown__button:hover,
.button-dropdown__button:hover {
  color: var(--main-color);
  background-color: var(--white);
}

.input-dropdown .dropdown-pane,
.button-dropdown .dropdown-pane {
  width: 236px;
  max-height: 50vh;
  margin: -2.75rem 0 0 -0.25rem;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 5px rgba(0,0,0,.2);
  overflow-y: auto;
}

.input-dropdown .dropdown-pane__header,
.button-dropdown .dropdown-pane__header {
  position: relative;
  min-height: 40px;
  color: var(--main-color-dark);
  background-color: var(--main-color-alpha10);
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.input-dropdown .dropdown-pane__header:not(.counter):not(.checkbox),
.button-dropdown .dropdown-pane__header:not(.counter):not(.checkbox) {
  padding: .7rem 1rem;
}

.input-dropdown .dropdown-pane__header.counter,
.button-dropdown .dropdown-pane__header.counter {
  padding: .7rem 2.5rem .7rem 1rem;
}

.input-dropdown .dropdown-pane__header .count,
.button-dropdown .dropdown-pane__header .count {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1rem;
  color: var(--secondary-color);
  transform: translateY(-50%);
}

.input-dropdown .dropdown-pane__header.checkbox,
.button-dropdown .dropdown-pane__header.checkbox {
  padding: .7rem 3rem .7rem 1rem;
  cursor: pointer;
}

.input-dropdown .dropdown-pane__header.checkbox:before,
.button-dropdown .dropdown-pane__header.checkbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 16px;
  height: 16px;
  border: 2px solid var(--white);
  border-radius: 100%;
  box-shadow: 0 0 0 2px var(--main-color);
  transform: translateY(-50%);
}

.input-dropdown .dropdown-pane__header.checkbox.checked:before,
.button-dropdown .dropdown-pane__header.checkbox.checked:before {
  background-color: var(--main-color);
}

.input-dropdown .dropdown-pane button,
.button-dropdown .dropdown-pane button {
  width: 100%;
  height: 40px;
  padding: .7rem 1rem;
  border-radius: 0;
  font-family: var(--text-font-family);
  text-align: left;
  cursor: pointer;
}

.input-dropdown .dropdown-pane button.add,
.button-dropdown .dropdown-pane button.add {
  position: relative;
  color: var(--main-color-dark);
  background-color: var(--main-color-alpha10);
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.input-dropdown .dropdown-pane button.add i,
.button-dropdown .dropdown-pane button.add i {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.input-dropdown .dropdown-pane__checkbox,
.button-dropdown .dropdown-pane__checkbox {
  position: relative;
  width: 100%;
  margin: 0;
  padding: .7rem 3rem .7rem 1rem;
  cursor: pointer;
}

.input-dropdown .dropdown-pane__checkbox:before,
.button-dropdown .dropdown-pane__checkbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 16px;
  height: 16px;
  border: 2px solid var(--white);
  border-radius: 100%;
  box-shadow: 0 0 0 2px var(--main-color);
  transform: translateY(-50%);
}

input[type=radio]:checked+.input-dropdown .dropdown-pane__checkbox:before,
input[type=checkbox]:checked+.input-dropdown .dropdown-pane__checkbox:before,
input[type=checkbox].ng-valid+.input-dropdown .dropdown-pane__checkbox:before,
input[type=radio]:checked+.button-dropdown .dropdown-pane__checkbox:before,
input[type=checkbox]:checked+.button-dropdown .dropdown-pane__checkbox:before,
input[type=checkbox].ng-valid+.button-dropdown .dropdown-pane__checkbox:before {
  background-color: var(--main-color);
}

.input-dropdown .dropdown-pane input[type=radio],
.input-dropdown .dropdown-pane input[type=checkbox],
.button-dropdown .dropdown-pane input[type=radio],
.button-dropdown .dropdown-pane input[type=checkbox] {
  display: none;
}

.input-dropdown__title,
.button-dropdown__title {
  background-color: var(--main-color-alpha20);
  color: var(--main-color);
}

.input-dropdown .menu,
.button-dropdown .menu {
  max-width: 100%;
  font-size: .8rem;
  overflow-x: hidden;
}

.input-dropdown .menu:not(.multiple),
.button-dropdown .menu:not(.multiple) {
  max-height: 200px;
  overflow-y: auto;
}

.input-dropdown .menu li:not(:last-child) a,
.input-dropdown .menu li:not(:last-child) button,
.button-dropdown .menu li:not(:last-child) a,
.button-dropdown .menu li:not(:last-child) button {
  border-bottom: 1px solid var(--grey-lightest);
}

.input-dropdown .menu li a,
.input-dropdown .menu li button,
.button-dropdown .menu li a,
.button-dropdown .menu li button {
  color: var(--grey-darker);
}

.input-dropdown .menu li a:hover,
.input-dropdown .menu li button:hover,
.button-dropdown .menu li a:hover,
.button-dropdown .menu li button:hover {
  color: var(--main-color);
}

input[type=checkbox].checked+.dropdown-pane__checkbox:before {
  background-color: var(--main-color);
}

.button-dropdown {
  display: inline-block;
}

a,
.link {
  line-height: inherit;
  color: var(--main-color);
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: var(--main-color-dark);
}

a img,
.link img {
  border: 0;
}

.tooltip {
  display: block !important;
  max-width: 300px;
  padding: 0;
  background: rgba(0,0,0,0);
  z-index: 1000001;
}

.tooltip::before {
  border: none;
}

.tooltip .tooltip-inner {
  padding: var(--rem-size-5) var(--rem-size-10) var(--rem-size-4);
  color: #fff;
  background: var(--grey-darkest);
  border-radius: var(--global-radius);
}

.tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  margin: var(--rem-size-5);
  border-style: solid;
  border-color: var(--grey-darkest);
}

.tooltip[x-placement^=top] {
  margin-bottom: var(--rem-size-5);
}

.tooltip[x-placement^=top] .tooltip-arrow {
  bottom: -5px;
  right: calc(50% - var(--rem-size-10));
  margin-top: 0;
  margin-bottom: 0;
  border-width: var(--rem-size-5) var(--rem-size-5) 0 var(--rem-size-5);
  border-left-color: rgba(0,0,0,0) !important;
  border-right-color: rgba(0,0,0,0) !important;
  border-bottom-color: rgba(0,0,0,0) !important;
}

.tooltip[x-placement^=bottom] {
  margin-top: var(--rem-size-5);
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
  top: -5px;
  right: calc(50% - var(--rem-size-10));
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0 var(--rem-size-5) var(--rem-size-5) var(--rem-size-5);
  border-left-color: rgba(0,0,0,0) !important;
  border-right-color: rgba(0,0,0,0) !important;
  border-top-color: rgba(0,0,0,0) !important;
}

.tooltip[x-placement^=right] {
  margin-left: var(--rem-size-5);
}

.tooltip[x-placement^=right] .tooltip-arrow {
  left: -5px;
  top: calc(50% - var(--rem-size-10));
  margin-left: 0;
  margin-right: 0;
  border-width: var(--rem-size-5) var(--rem-size-5) var(--rem-size-5) 0;
  border-left-color: rgba(0,0,0,0) !important;
  border-top-color: rgba(0,0,0,0) !important;
  border-bottom-color: rgba(0,0,0,0) !important;
}

.tooltip[x-placement^=left] {
  margin-right: var(--rem-size-5);
}

.tooltip[x-placement^=left] .tooltip-arrow {
  right: -5px;
  top: calc(50% - var(--rem-size-10));
  margin-left: 0;
  margin-right: 0;
  border-width: var(--rem-size-5) 0 var(--rem-size-5) var(--rem-size-5);
  border-top-color: rgba(0,0,0,0) !important;
  border-right-color: rgba(0,0,0,0) !important;
  border-bottom-color: rgba(0,0,0,0) !important;
}

.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s,visibility .15s;
}

.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}

.arrow-right .tooltip-arrow {
  left: unset !important;
  right: var(--rem-size-10) !important;
}

.arrow-left .tooltip-arrow {
  left: var(--rem-size-10) !important;
  right: unset !important;
}

.vue-slider {
  margin: 25px 0;
}

.vue-slider-rail {
  background-color: var(--grey-light);
  border-radius: 4px;
}

.vue-slider-dot {
  top: 50%;
  width: 19px;
  height: 19px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
  cursor: pointer;
}

.vue-slider-process {
  background-color: var(--main-color);
}

.vue-tel-input {
  width: 100%;
  background-color: #fff;
  border-color: var(--grey);
  border-radius: var(--global-radius);
}

.vue-tel-input:focus-within {
  box-shadow: none;
  border-color: var(--grey-darker);
}

.vue-tel-input * {
  outline: none;
}

.vue-tel-input .vti__input {
  border: none;
  margin-bottom: 0;
  padding-left: .5rem;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--text-font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

code {
  border-color: var(--grey);
  border-radius: var(--global-radius);
  background-color: var(--grey-lightest);
}

pre {
  padding: .5rem;
  border: 1px solid var(--grey);
  border-radius: var(--global-radius);
  background-color: var(--grey-lightest);
  font-size: .875rem;
}

.ovh {
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .ovh {
    position: fixed;
  }
}

img {
  display: inline-block;
  max-width: 100%;
}

*[disabled] {
  cursor: not-allowed;
  opacity: .33;
}

.vue-line-clamp {
  word-break: break-word !important;
}

.bo-section-activation {
  display: none;
}

@media only screen and (min-width: 1442px) {
  .bo-vertical .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.bo-vertical hr {
  max-width: 100%;
  border-color: var(--grey);
}

@media only screen and (max-width: 639px) {
  .bo-vertical hr:not(.title) {
    margin: 1rem 0 1.5rem;
  }
}

@media only screen and (min-width: 640px) {
  .bo-vertical hr:not(.title) {
    margin: 1.75rem 0;
  }
}

@media only screen and (max-width: 639px) {
  .bo-vertical hr.title {
    margin: 1rem 0 1.5rem;
  }
}

@media only screen and (min-width: 640px) {
  .bo-vertical hr.title {
    margin: .25rem 0 1.75rem;
  }
}

.bo-vertical__sidebar {
  position: fixed;
  width: 90px;
  height: 100%;
  background-color: var(--main-color);
}

@media only screen and (max-width: 639px) {
  .bo-vertical__sidebar {
    transform: translateX(-100%);
    transition: all .3s ease;
  }

  .bo-vertical__sidebar.open {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 639px) {
  .bo-vertical__side-button {
    display: block;
    position: fixed;
    top: 1.15rem;
    left: 1rem;
    width: 44px;
    height: 34px;
    text-align: center;
    z-index: 1010;
    transition: all .3s ease;
  }

  .bo-vertical__side-button.open {
    transform: rotate(180deg);
  }

  .bo-vertical__side-button i {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 640px) {
  .bo-vertical__side-button {
    display: none;
  }
}

.bo-vertical__menu {
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-align: center;
  list-style-type: none;
}

.bo-vertical__link {
  position: relative;
  display: block;
  padding: 1rem .5rem .5rem;
  height: 70px;
  color: var(--white);
  font-size: .8rem;
  transition: all .3s ease;
}

.bo-vertical__link--too-long {
  padding: .7rem .5rem .5rem;
  line-height: 14px;
}

.bo-vertical__link--too-long .idt-icon .ideacon {
  margin-bottom: .2rem;
}

.bo-vertical__link:hover,
.bo-vertical__link.active {
  color: var(--main-color);
  background-color: var(--main-color-lighter);
}

.bo-vertical__content {
  min-height: calc(100vh - 190px);
}

@media only screen and (max-width: 639px) {
  .bo-vertical__content {
    padding: 2rem .5rem;
    transform: translateX(0);
    transition: all .3s ease;
  }

  .bo-vertical__content.open {
    transform: translateX(90px);
  }
}

@media only screen and (min-width: 640px) {
  .bo-vertical__content {
    margin-left: 90px;
  }
}

@media only screen and (min-width: 640px)and (max-width: 1023px) {
  .bo-vertical__content {
    padding: 1rem;
  }
}

@media only screen and (min-width: 1024px)and (max-width: 1199px) {
  .bo-vertical__content {
    padding: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .bo-vertical__content {
    padding: 2rem 3rem 3rem;
  }
}

.bo-vertical__title {
  font-size: 2.1875rem;
  font-weight: 300;
  line-height: 1;
}

@media only screen and (max-width: 639px) {
  .bo-vertical__title {
    width: 100%;
  }
}

.bo-vertical__title.bordered {
  padding-right: 1.875rem;
  border-right: 1px solid var(--grey);
  line-height: 1;
}

.bo-vertical__section__title {
  font-size: 1.7rem;
  font-weight: 300;
}

.bo-vertical__section__title:not(.no-space) {
  margin: 0 0 30px 0;
}

.bo-vertical__section__title.no-space {
  margin: 0;
}

.bo-vertical__section__number {
  display: inline-block;
  width: 27px;
  height: 27px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 100%;
  font-size: 1.1rem;
  text-align: center;
  line-height: 28px;
  vertical-align: text-top;
}

.bo-vertical__tips__container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media only screen and (max-width: 639px) {
  .bo-vertical__tips__container {
    flex-flow: column;
  }
}

@media only screen and (min-width: 640px) {
  .bo-vertical__tips__container {
    flex-flow: row wrap;
  }
}

@media only screen and (min-width: 1024px) {
  .bo-vertical__tips__container.has-label {
    margin-top: 24px;
  }
}

.bo-vertical__tips__title {
  flex: 0 1 auto;
  color: var(--main-color);
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (min-width: 640px) {
  .bo-vertical__tips__title {
    padding: .3rem .9375rem .3rem 0;
    border-right: 1px solid var(--grey);
  }
}

.bo-vertical__tips__title.alert {
  color: var(--secondary-color);
}

.bo-vertical__tips__text {
  flex: 1 1 0px;
}

@media only screen and (min-width: 640px) {
  .bo-vertical__tips__text {
    padding-left: .9375rem;
  }
}

.bo-vertical__btn-save {
  margin: 0;
  padding: .75rem;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bo-modal__title {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}

.bo-modal__subtitle {
  color: var(--main-color);
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .bo-actions {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 639px) {
  .bo-actions .button {
    width: 100%;
    max-width: 400px;
    margin: .25rem;
  }
}

@media only screen and (min-width: 640px) {
  .bo-actions .button {
    margin: 0;
  }
}

@media (hover: hover) {
  .bo-actions .button:hover {
    color: var(--white) !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
  }
}

.bo-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: calc(var(--global-radius)*2);
  box-shadow: 0 1px 10px -4px #000;
}

.bo-stats__title {
  color: var(--main-color);
  font-size: 1.5rem;
  font-weight: 300;
}

.bo-stats__list {
  display: flex;
}

.bo-stats__list__item:not(:last-child) {
  position: relative;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}

.bo-stats__list__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 22px;
  border-right: 1px solid var(--grey);
  transform: translateY(-50%);
}

.bo-stats__value,
.bo-stats__label {
  display: inline-block;
}

.bo-stats__value {
  padding-right: .5rem;
  font-size: 1.75rem;
  vertical-align: middle;
}

.bo-stats__label {
  max-width: 70px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.1;
  vertical-align: middle;
}

.bo-table-actions {
  align-items: flex-end;
  margin-bottom: 1rem;
}

.bo-table-actions__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .5rem;
}

.bo-table-actions__search {
  display: inline-block;
  position: relative;
  width: 290px;
  vertical-align: middle;
}

.bo-table-actions__search:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: .5rem;
  font-family: var(--ideacons-font);
  font-size: 1rem;
  transform: translateY(-50%);
}

.bo-table-actions__search__input {
  height: 34px !important;
  margin: 0;
  padding-right: 1.75rem !important;
}

.bo-table-actions__buttons {
  display: flex;
  align-items: flex-end;
  gap: var(--rem-size-4);
}

@media only screen and (max-width: 639px) {
  .bo-table-actions__buttons {
    margin-bottom: var(--rem-size-8);
  }
}

.bo-table-actions__ticket {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: var(--rem-size-4);
}

.bo-table-actions__ticket__label {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: var(--rem-size-4);
  color: var(--grey-darkest);
  font-size: var(--rem-size-12);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}

.bo-table-actions .separator {
  flex: 0 0 auto;
  height: var(--rem-size-32);
  margin: 0 var(--rem-size-4);
  border-left: 1px solid var(--grey);
}

.bo-notif-tags {
  display: flex;
  align-items: flex-start;
}

.bo-notif-tags__title {
  margin-bottom: 1rem;
  font-weight: 300;
}

.bo-notif-tags__type {
  flex: 0 0 120px;
  position: relative;
  padding-right: 1rem;
  color: var(--grey-darker);
  font-weight: 500;
}

.bo-notif-tags__type:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 18px;
  border-right: 1px solid var(--grey);
  transform: translateY(-50%);
}

.bo-notif-tags__content {
  flex: 1 1 auto;
  padding-left: 1rem;
}

.bo-notif-tags__list {
  margin: 0;
  list-style-type: none;
}

.bo-notif-tags__info {
  margin: 10px 0 15px 0;
  font-size: .75rem;
  color: var(--grey-darker);
}

.bo-notif-tags__tag {
  display: flex;
  align-items: center;
  margin-bottom: .25rem;
}

.bo-notif-tags__tag--missing .bo-notif-tags__tag__name {
  color: var(--white);
  font-weight: var(--font-weight-bold);
  background-color: var(--red);
}

.bo-notif-tags__tag--exists .bo-notif-tags__tag__name {
  color: var(--white);
  font-weight: var(--font-weight-bold);
  background-color: var(--main-color);
}

.bo-notif-tags__tag__name {
  flex: 0 0 auto;
  display: inline-block;
  width: 125px;
  height: 25px;
  margin-right: .5rem;
  color: var(--grey-darker);
  background-color: var(--grey-alpha20);
  border-radius: var(--global-radius);
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  line-height: 26px;
}

.bo-notif-tags__tag__desc {
  color: var(--grey-darker);
  font-size: .75rem;
  line-height: 1;
}

.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .4;
  }

  100% {
    opacity: 1;
  }
}

.fd-row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.fd-row .fd-row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print,screen and (min-width: 40em) {
  .fd-row .fd-row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print,screen and (min-width: 992px) {
  .fd-row .fd-row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.fd-row .fd-row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.fd-row.expanded {
  max-width: none;
}

.fd-row.expanded .fd-row {
  margin-right: auto;
  margin-left: auto;
}

.fd-row:not(.expanded) .fd-row {
  max-width: none;
}

.fd-row.collapse>.column,
.fd-row.collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.fd-row.is-collapse-child,
.fd-row.collapse>.column>.fd-row,
.fd-row.collapse>.columns>.fd-row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  flex: 1 1 0px;
  padding-right: .9375rem;
  padding-left: .9375rem;
  min-width: 0;
}

.column.fd-row.fd-row,
.fd-row.fd-row.columns {
  float: none;
  display: block;
}

.fd-row .column.fd-row.fd-row,
.fd-row .fd-row.fd-row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1>.column,
.small-up-1>.columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2>.column,
.small-up-2>.columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3>.column,
.small-up-3>.columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4>.column,
.small-up-4>.columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5>.column,
.small-up-5>.columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6>.column,
.small-up-6>.columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7>.column,
.small-up-7>.columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8>.column,
.small-up-8>.columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

@media print,screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }

  .medium-up-1>.column,
  .medium-up-1>.columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }

  .medium-up-2>.column,
  .medium-up-2>.columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }

  .medium-up-3>.column,
  .medium-up-3>.columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }

  .medium-up-4>.column,
  .medium-up-4>.columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }

  .medium-up-5>.column,
  .medium-up-5>.columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }

  .medium-up-6>.column,
  .medium-up-6>.columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }

  .medium-up-7>.column,
  .medium-up-7>.columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }

  .medium-up-8>.column,
  .medium-up-8>.columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print,screen and (min-width: 40em)and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

.fd-row.small-unstack>.column,
.fd-row.small-unstack>.columns {
  flex: 0 0 100%;
  flex: 1 1 0px;
}

@media print,screen and (min-width: 40em) {
  .small-collapse>.column,
  .small-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .small-uncollapse>.column,
  .small-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

@media print,screen and (min-width: 992px) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }

  .large-up-1>.column,
  .large-up-1>.columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }

  .large-up-2>.column,
  .large-up-2>.columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }

  .large-up-3>.column,
  .large-up-3>.columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }

  .large-up-4>.column,
  .large-up-4>.columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }

  .large-up-5>.column,
  .large-up-5>.columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }

  .large-up-6>.column,
  .large-up-6>.columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }

  .large-up-7>.column,
  .large-up-7>.columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }

  .large-up-8>.column,
  .large-up-8>.columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print,screen and (min-width: 992px)and (min-width: 992px) {
  .large-expand {
    flex: 1 1 0px;
  }
}

.fd-row.small-unstack>.column,
.fd-row.small-unstack>.columns {
  flex: 0 0 100%;
  flex: 1 1 0px;
}

@media print,screen and (min-width: 992px) {
  .small-collapse>.column,
  .small-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .small-uncollapse>.column,
  .small-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.875rem;
}

.column-block>:last-child {
  margin-bottom: 0;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu>li>a {
  justify-content: flex-end;
}

.align-center.vertical.menu>li>a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print,screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print,screen and (min-width: 992px) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print,screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print,screen and (min-width: 992px) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

label {
  display: block;
  margin: 0;
  padding-bottom: var(--rem-size-8);
  color: var(--grey-darkest);
  font-size: var(--rem-size-14);
  font-weight: var(--font-weight-bold);
  line-height: var(--rem-size-18);
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea,
select {
  height: auto;
  padding: .6566rem 1rem;
  background-color: #fff;
  border: 1px solid 1px solid #bcbec0;
  line-height: 1.6;
  box-shadow: 0 0 0 rgba(0,0,0,0);
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus,
select:focus {
  border-color: var(--grey-darker);
  box-shadow: 0 0 0 rgba(0,0,0,0);
}

input[type=range] {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 639px) {
  input[type=range] {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) {
  input[type=range] {
    width: 300px;
  }
}

select {
  position: relative;
  padding-right: 2rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  background-position: 98% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  outline: none;
}

.menuitem-checkbox {
  padding: 3px 20px;
  display: block;
  font-weight: normal;
}

.menuitem-checkbox:hover,
.menuitem-checkbox:active {
  background-color: var(--grey-lightest);
}

.input-group input {
  margin: 0;
}

.input-group button {
  height: 100%;
}

.ui.fluid.search.selection.dropdown {
  border-color: var(--grey);
}

.ui.fluid.search.selection.dropdown.active {
  border-color: var(--grey-darker);
}

.ui.fluid.search.selection.dropdown.active:hover {
  border-color: var(--grey-darker);
}

.ui.fluid.search.selection.dropdown.active:hover .menu {
  border-color: var(--grey-darker);
}

.ui.fluid.search.selection.dropdown.active .menu {
  border-color: var(--grey-darker);
}

.form-group {
  position: relative;
  margin-bottom: var(--rem-size-24);
}

.form-group--small {
  margin-bottom: var(--rem-size-8);
}

.form-group__title {
  margin-bottom: 1.25rem;
  color: var(--grey-darker);
  font-weight: 500;
}

.idt-input-group {
  margin-bottom: 1rem;
  background-color: #fff;
  box-shadow: 2px 2px 2px -1px var(--grey);
}

.idt-input-group__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  padding: 1.5rem .5625rem;
}

.idt-input-group__item:not(:last-child) {
  border-bottom: 1px solid var(--grey);
}

.idt-input-group__item input,
.idt-input-group__item select,
.idt-input-group__item textarea {
  margin: 0;
  padding: .5rem 0;
  border: 0;
  border-bottom: 1px solid var(--grey);
  border-radius: 0;
  box-shadow: none;
}

.idt-input-group__item input:focus,
.idt-input-group__item select:focus,
.idt-input-group__item textarea:focus {
  border: 0;
  border-bottom: 1px solid var(--grey-darker);
  box-shadow: none;
}

.idt-input-group__item .select-container {
  position: relative;
}

.idt-input-group__item .select-container:before,
.idt-input-group__item .select-container:after {
  display: block;
  position: absolute;
  font-family: "ideation-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.idt-input-group__item .select-container:before {
  content: "";
  top: .3rem;
  right: 0;
  z-index: 1;
}

.idt-input-group__item .select-container:after {
  content: "";
  bottom: .3rem;
  right: 0;
}

.error,
.required-field {
  position: relative;
  margin-bottom: 0;
  border-color: var(--danger-color) !important;
}

.idt-required-field,
required-field,
.required-field-text {
  color: var(--danger-color) !important;
  font-size: .75rem;
  font-weight: var(--font-weight-medium);
}

.idt-required-field div,
required-field div,
.required-field-text div {
  margin-bottom: .25rem;
  text-align: left;
}

.idt-required-field--center div,
required-field--center div,
.required-field-text--center div {
  text-align: center;
}

.required-field-text {
  margin-bottom: .25rem;
  text-align: left;
}

.required-field-text--center div {
  text-align: center;
}

@font-face {
  font-family: "Glyphicons Regular";
  src: url(/fonts/glyphicons-regular.eot);
  src: url(/fonts/glyphicons-regular.eot) format("embedded-opentype"),url(/fonts/glyphicons-regular.woff2) format("woff2"),url(/fonts/glyphicons-regular.woff) format("woff"),url(/fonts/glyphicons-regular.ttf) format("truetype"),url(/fonts/glyphicons-regular.svg) format("svg");
}

.glyphicons {
  display: inline-block;
  font-family: "Glyphicons Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicons:before {
  display: inline-block;
  padding: 6px 8px;
}

.glyphicons.x05 {
  font-size: 12px;
}

.glyphicons.x2 {
  font-size: 48px;
}

.glyphicons.x2:before {
  padding: 8px 12px;
}

.glyphicons.x3 {
  font-size: 72px;
}

.glyphicons.x3:before {
  padding: 16px 20px;
}

.glyphicons.x4 {
  font-size: 96px;
}

.glyphicons.x4:before {
  padding: 20px 28px;
}

.glyphicons.x5 {
  font-size: 120px;
}

.glyphicons.x5:before {
  padding: 28px 36px;
}

.glyphicons.light:before {
  color: #f2f2f2;
}

.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0,0,0,.3);
}

.glyphicons.flip {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.glyphicons.flipv {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.glyphicons.rotate90 {
  transform: rotate(90deg);
}

.glyphicons.rotate180 {
  transform: rotate(180deg);
}

.glyphicons.rotate270 {
  transform: rotate(270deg);
}

.glyphicons-glass:before {
  content: "";
}

.glyphicons-leaf:before {
  content: "";
}

.glyphicons-dog:before {
  content: "";
}

.glyphicons-user:before {
  content: "";
}

.glyphicons-girl:before {
  content: "";
}

.glyphicons-car:before {
  content: "";
}

.glyphicons-user-add:before {
  content: "";
}

.glyphicons-user-remove:before {
  content: "";
}

.glyphicons-film:before {
  content: "";
}

.glyphicons-magic:before {
  content: "";
}

.glyphicons-envelope:before {
  content: "";
}

.glyphicons-camera:before {
  content: "";
}

.glyphicons-heart:before {
  content: "";
}

.glyphicons-beach-umbrella:before {
  content: "";
}

.glyphicons-train:before {
  content: "";
}

.glyphicons-print:before {
  content: "";
}

.glyphicons-bin:before {
  content: "";
}

.glyphicons-music:before {
  content: "";
}

.glyphicons-music-alt:before {
  content: "";
}

.glyphicons-heart-empty:before {
  content: "";
}

.glyphicons-home:before {
  content: "";
}

.glyphicons-snowflake:before {
  content: "";
}

.glyphicons-fire:before {
  content: "";
}

.glyphicons-magnet:before {
  content: "";
}

.glyphicons-parents:before {
  content: "";
}

.glyphicons-binoculars:before {
  content: "";
}

.glyphicons-road:before {
  content: "";
}

.glyphicons-search:before {
  content: "";
}

.glyphicons-cars:before {
  content: "";
}

.glyphicons-notes-2:before {
  content: "";
}

.glyphicons-pencil:before {
  content: "";
}

.glyphicons-bus:before {
  content: "";
}

.glyphicons-wifi-alt:before {
  content: "";
}

.glyphicons-luggage:before {
  content: "";
}

.glyphicons-old-man:before {
  content: "";
}

.glyphicons-woman:before {
  content: "";
}

.glyphicons-file:before {
  content: "";
}

.glyphicons-coins:before {
  content: "";
}

.glyphicons-plane:before {
  content: "";
}

.glyphicons-notes:before {
  content: "";
}

.glyphicons-stats:before {
  content: "";
}

.glyphicons-charts:before {
  content: "";
}

.glyphicons-pie-chart:before {
  content: "";
}

.glyphicons-group:before {
  content: "";
}

.glyphicons-keys:before {
  content: "";
}

.glyphicons-calendar:before {
  content: "";
}

.glyphicons-router:before {
  content: "";
}

.glyphicons-camera-small:before {
  content: "";
}

.glyphicons-star-empty:before {
  content: "";
}

.glyphicons-star:before {
  content: "";
}

.glyphicons-link:before {
  content: "";
}

.glyphicons-eye-open:before {
  content: "";
}

.glyphicons-eye-close:before {
  content: "";
}

.glyphicons-alarm:before {
  content: "";
}

.glyphicons-clock:before {
  content: "";
}

.glyphicons-stopwatch:before {
  content: "";
}

.glyphicons-projector:before {
  content: "";
}

.glyphicons-history:before {
  content: "";
}

.glyphicons-truck:before {
  content: "";
}

.glyphicons-cargo:before {
  content: "";
}

.glyphicons-compass:before {
  content: "";
}

.glyphicons-keynote:before {
  content: "";
}

.glyphicons-paperclip:before {
  content: "";
}

.glyphicons-power:before {
  content: "";
}

.glyphicons-lightbulb:before {
  content: "";
}

.glyphicons-tag:before {
  content: "";
}

.glyphicons-tags:before {
  content: "";
}

.glyphicons-cleaning:before {
  content: "";
}

.glyphicons-ruler:before {
  content: "";
}

.glyphicons-gift:before {
  content: "";
}

.glyphicons-umbrella:before {
  content: "";
}

.glyphicons-book:before {
  content: "";
}

.glyphicons-bookmark:before {
  content: "";
}

.glyphicons-wifi:before {
  content: "";
}

.glyphicons-cup:before {
  content: "";
}

.glyphicons-stroller:before {
  content: "";
}

.glyphicons-headphones:before {
  content: "";
}

.glyphicons-headset:before {
  content: "";
}

.glyphicons-warning-sign:before {
  content: "";
}

.glyphicons-signal:before {
  content: "";
}

.glyphicons-retweet:before {
  content: "";
}

.glyphicons-refresh:before {
  content: "";
}

.glyphicons-roundabout:before {
  content: "";
}

.glyphicons-random:before {
  content: "";
}

.glyphicons-heat:before {
  content: "";
}

.glyphicons-repeat:before {
  content: "";
}

.glyphicons-display:before {
  content: "";
}

.glyphicons-log-book:before {
  content: "";
}

.glyphicons-address-book:before {
  content: "";
}

.glyphicons-building:before {
  content: "";
}

.glyphicons-eyedropper:before {
  content: "";
}

.glyphicons-adjust:before {
  content: "";
}

.glyphicons-tint:before {
  content: "";
}

.glyphicons-crop:before {
  content: "";
}

.glyphicons-vector-path-square:before {
  content: "";
}

.glyphicons-vector-path-circle:before {
  content: "";
}

.glyphicons-vector-path-polygon:before {
  content: "";
}

.glyphicons-vector-path-line:before {
  content: "";
}

.glyphicons-vector-path-curve:before {
  content: "";
}

.glyphicons-vector-path-all:before {
  content: "";
}

.glyphicons-font:before {
  content: "";
}

.glyphicons-italic:before {
  content: "";
}

.glyphicons-bold:before {
  content: "";
}

.glyphicons-text-underline:before {
  content: "";
}

.glyphicons-text-strike:before {
  content: "";
}

.glyphicons-text-height:before {
  content: "";
}

.glyphicons-text-width:before {
  content: "";
}

.glyphicons-text-resize:before {
  content: "";
}

.glyphicons-left-indent:before {
  content: "";
}

.glyphicons-right-indent:before {
  content: "";
}

.glyphicons-align-left:before {
  content: "";
}

.glyphicons-align-center:before {
  content: "";
}

.glyphicons-align-right:before {
  content: "";
}

.glyphicons-justify:before {
  content: "";
}

.glyphicons-list:before {
  content: "";
}

.glyphicons-text-smaller:before {
  content: "";
}

.glyphicons-text-bigger:before {
  content: "";
}

.glyphicons-embed:before {
  content: "";
}

.glyphicons-embed-close:before {
  content: "";
}

.glyphicons-table:before {
  content: "";
}

.glyphicons-message-full:before {
  content: "";
}

.glyphicons-message-empty:before {
  content: "";
}

.glyphicons-message-in:before {
  content: "";
}

.glyphicons-message-out:before {
  content: "";
}

.glyphicons-message-plus:before {
  content: "";
}

.glyphicons-message-minus:before {
  content: "";
}

.glyphicons-message-ban:before {
  content: "";
}

.glyphicons-message-flag:before {
  content: "";
}

.glyphicons-message-lock:before {
  content: "";
}

.glyphicons-message-new:before {
  content: "";
}

.glyphicons-inbox:before {
  content: "";
}

.glyphicons-inbox-plus:before {
  content: "";
}

.glyphicons-inbox-minus:before {
  content: "";
}

.glyphicons-inbox-lock:before {
  content: "";
}

.glyphicons-inbox-in:before {
  content: "";
}

.glyphicons-inbox-out:before {
  content: "";
}

.glyphicons-cogwheel:before {
  content: "";
}

.glyphicons-cogwheels:before {
  content: "";
}

.glyphicons-picture:before {
  content: "";
}

.glyphicons-adjust-alt:before {
  content: "";
}

.glyphicons-database-lock:before {
  content: "";
}

.glyphicons-database-plus:before {
  content: "";
}

.glyphicons-database-minus:before {
  content: "";
}

.glyphicons-database-ban:before {
  content: "";
}

.glyphicons-folder-open:before {
  content: "";
}

.glyphicons-folder-plus:before {
  content: "";
}

.glyphicons-folder-minus:before {
  content: "";
}

.glyphicons-folder-lock:before {
  content: "";
}

.glyphicons-folder-flag:before {
  content: "";
}

.glyphicons-folder-new:before {
  content: "";
}

.glyphicons-edit:before {
  content: "";
}

.glyphicons-new-window:before {
  content: "";
}

.glyphicons-check:before {
  content: "";
}

.glyphicons-unchecked:before {
  content: "";
}

.glyphicons-more-windows:before {
  content: "";
}

.glyphicons-show-big-thumbnails:before {
  content: "";
}

.glyphicons-show-thumbnails:before {
  content: "";
}

.glyphicons-show-thumbnails-with-lines:before {
  content: "";
}

.glyphicons-show-lines:before {
  content: "";
}

.glyphicons-playlist:before {
  content: "";
}

.glyphicons-imac:before {
  content: "";
}

.glyphicons-macbook:before {
  content: "";
}

.glyphicons-ipad:before {
  content: "";
}

.glyphicons-iphone:before {
  content: "";
}

.glyphicons-iphone-transfer:before {
  content: "";
}

.glyphicons-iphone-exchange:before {
  content: "";
}

.glyphicons-ipod:before {
  content: "";
}

.glyphicons-ipod-shuffle:before {
  content: "";
}

.glyphicons-ear-plugs:before {
  content: "";
}

.glyphicons-record:before {
  content: "";
}

.glyphicons-step-backward:before {
  content: "";
}

.glyphicons-fast-backward:before {
  content: "";
}

.glyphicons-rewind:before {
  content: "";
}

.glyphicons-play:before {
  content: "";
}

.glyphicons-pause:before {
  content: "";
}

.glyphicons-stop:before {
  content: "";
}

.glyphicons-forward:before {
  content: "";
}

.glyphicons-fast-forward:before {
  content: "";
}

.glyphicons-step-forward:before {
  content: "";
}

.glyphicons-eject:before {
  content: "";
}

.glyphicons-facetime-video:before {
  content: "";
}

.glyphicons-download-alt:before {
  content: "";
}

.glyphicons-mute:before {
  content: "";
}

.glyphicons-volume-down:before {
  content: "";
}

.glyphicons-volume-up:before {
  content: "";
}

.glyphicons-screenshot:before {
  content: "";
}

.glyphicons-move:before {
  content: "";
}

.glyphicons-more:before {
  content: "";
}

.glyphicons-brightness-reduce:before {
  content: "";
}

.glyphicons-brightness-increase:before {
  content: "";
}

.glyphicons-plus-sign:before {
  content: "";
}

.glyphicons-minus-sign:before {
  content: "";
}

.glyphicons-remove-sign:before {
  content: "";
}

.glyphicons-ok-sign:before {
  content: "";
}

.glyphicons-question-sign:before {
  content: "";
}

.glyphicons-info-sign:before {
  content: "";
}

.glyphicons-exclamation-sign:before {
  content: "";
}

.glyphicons-remove-circle:before {
  content: "";
}

.glyphicons-ok-circle:before {
  content: "";
}

.glyphicons-ban-circle:before {
  content: "";
}

.glyphicons-download:before {
  content: "";
}

.glyphicons-upload:before {
  content: "";
}

.glyphicons-shopping-cart:before {
  content: "";
}

.glyphicons-lock:before {
  content: "";
}

.glyphicons-unlock:before {
  content: "";
}

.glyphicons-electricity:before {
  content: "";
}

.glyphicons-ok:before {
  content: "";
}

.glyphicons-remove:before {
  content: "";
}

.glyphicons-cart-in:before {
  content: "";
}

.glyphicons-cart-out:before {
  content: "";
}

.glyphicons-arrow-left:before {
  content: "";
}

.glyphicons-arrow-right:before {
  content: "";
}

.glyphicons-arrow-down:before {
  content: "";
}

.glyphicons-arrow-up:before {
  content: "";
}

.glyphicons-resize-small:before {
  content: "";
}

.glyphicons-resize-full:before {
  content: "";
}

.glyphicons-circle-arrow-left:before {
  content: "";
}

.glyphicons-circle-arrow-right:before {
  content: "";
}

.glyphicons-circle-arrow-top:before {
  content: "";
}

.glyphicons-circle-arrow-down:before {
  content: "";
}

.glyphicons-play-button:before {
  content: "";
}

.glyphicons-unshare:before {
  content: "";
}

.glyphicons-share:before {
  content: "";
}

.glyphicons-chevron-right:before {
  content: "";
}

.glyphicons-chevron-left:before {
  content: "";
}

.glyphicons-bluetooth:before {
  content: "";
}

.glyphicons-euro:before {
  content: "";
}

.glyphicons-usd:before {
  content: "";
}

.glyphicons-gbp:before {
  content: "";
}

.glyphicons-retweet-2:before {
  content: "";
}

.glyphicons-moon:before {
  content: "";
}

.glyphicons-sun:before {
  content: "";
}

.glyphicons-cloud:before {
  content: "";
}

.glyphicons-direction:before {
  content: "";
}

.glyphicons-brush:before {
  content: "";
}

.glyphicons-pen:before {
  content: "";
}

.glyphicons-zoom-in:before {
  content: "";
}

.glyphicons-zoom-out:before {
  content: "";
}

.glyphicons-pin:before {
  content: "";
}

.glyphicons-albums:before {
  content: "";
}

.glyphicons-rotation-lock:before {
  content: "";
}

.glyphicons-flash:before {
  content: "";
}

.glyphicons-map-marker:before {
  content: "";
}

.glyphicons-anchor:before {
  content: "";
}

.glyphicons-conversation:before {
  content: "";
}

.glyphicons-chat:before {
  content: "";
}

.glyphicons-note-empty:before {
  content: "";
}

.glyphicons-note:before {
  content: "";
}

.glyphicons-asterisk:before {
  content: "";
}

.glyphicons-divide:before {
  content: "";
}

.glyphicons-snorkel-diving:before {
  content: "";
}

.glyphicons-scuba-diving:before {
  content: "";
}

.glyphicons-oxygen-bottle:before {
  content: "";
}

.glyphicons-fins:before {
  content: "";
}

.glyphicons-fishes:before {
  content: "";
}

.glyphicons-boat:before {
  content: "";
}

.glyphicons-delete:before {
  content: "";
}

.glyphicons-sheriffs-star:before {
  content: "";
}

.glyphicons-qrcode:before {
  content: "";
}

.glyphicons-barcode:before {
  content: "";
}

.glyphicons-pool:before {
  content: "";
}

.glyphicons-buoy:before {
  content: "";
}

.glyphicons-spade:before {
  content: "";
}

.glyphicons-bank:before {
  content: "";
}

.glyphicons-vcard:before {
  content: "";
}

.glyphicons-electrical-plug:before {
  content: "";
}

.glyphicons-flag:before {
  content: "";
}

.glyphicons-credit-card:before {
  content: "";
}

.glyphicons-keyboard-wireless:before {
  content: "";
}

.glyphicons-keyboard-wired:before {
  content: "";
}

.glyphicons-shield:before {
  content: "";
}

.glyphicons-ring:before {
  content: "";
}

.glyphicons-cake:before {
  content: "";
}

.glyphicons-drink:before {
  content: "";
}

.glyphicons-beer:before {
  content: "";
}

.glyphicons-fast-food:before {
  content: "";
}

.glyphicons-cutlery:before {
  content: "";
}

.glyphicons-pizza:before {
  content: "";
}

.glyphicons-birthday-cake:before {
  content: "";
}

.glyphicons-tablet:before {
  content: "";
}

.glyphicons-settings:before {
  content: "";
}

.glyphicons-bullets:before {
  content: "";
}

.glyphicons-cardio:before {
  content: "";
}

.glyphicons-t-shirt:before {
  content: "";
}

.glyphicons-pants:before {
  content: "";
}

.glyphicons-sweater:before {
  content: "";
}

.glyphicons-fabric:before {
  content: "";
}

.glyphicons-leather:before {
  content: "";
}

.glyphicons-scissors:before {
  content: "";
}

.glyphicons-bomb:before {
  content: "";
}

.glyphicons-skull:before {
  content: "";
}

.glyphicons-celebration:before {
  content: "";
}

.glyphicons-tea-kettle:before {
  content: "";
}

.glyphicons-french-press:before {
  content: "";
}

.glyphicons-coffee-cup:before {
  content: "";
}

.glyphicons-pot:before {
  content: "";
}

.glyphicons-grater:before {
  content: "";
}

.glyphicons-kettle:before {
  content: "";
}

.glyphicons-hospital:before {
  content: "";
}

.glyphicons-hospital-h:before {
  content: "";
}

.glyphicons-microphone:before {
  content: "";
}

.glyphicons-webcam:before {
  content: "";
}

.glyphicons-temple-christianity-church:before {
  content: "";
}

.glyphicons-temple-islam:before {
  content: "";
}

.glyphicons-temple-hindu:before {
  content: "";
}

.glyphicons-temple-buddhist:before {
  content: "";
}

.glyphicons-bicycle:before {
  content: "";
}

.glyphicons-life-preserver:before {
  content: "";
}

.glyphicons-share-alt:before {
  content: "";
}

.glyphicons-comments:before {
  content: "";
}

.glyphicons-flower:before {
  content: "";
}

.glyphicons-baseball:before {
  content: "";
}

.glyphicons-rugby:before {
  content: "";
}

.glyphicons-ax:before {
  content: "";
}

.glyphicons-table-tennis:before {
  content: "";
}

.glyphicons-bowling:before {
  content: "";
}

.glyphicons-tree-conifer:before {
  content: "";
}

.glyphicons-tree-deciduous:before {
  content: "";
}

.glyphicons-more-items:before {
  content: "";
}

.glyphicons-sort:before {
  content: "";
}

.glyphicons-filter:before {
  content: "";
}

.glyphicons-gamepad:before {
  content: "";
}

.glyphicons-playing-dices:before {
  content: "";
}

.glyphicons-calculator:before {
  content: "";
}

.glyphicons-tie:before {
  content: "";
}

.glyphicons-wallet:before {
  content: "";
}

.glyphicons-piano:before {
  content: "";
}

.glyphicons-sampler:before {
  content: "";
}

.glyphicons-podium:before {
  content: "";
}

.glyphicons-soccer-ball:before {
  content: "";
}

.glyphicons-blog:before {
  content: "";
}

.glyphicons-dashboard:before {
  content: "";
}

.glyphicons-certificate:before {
  content: "";
}

.glyphicons-bell:before {
  content: "";
}

.glyphicons-candle:before {
  content: "";
}

.glyphicons-pushpin:before {
  content: "";
}

.glyphicons-iphone-shake:before {
  content: "";
}

.glyphicons-pin-flag:before {
  content: "";
}

.glyphicons-turtle:before {
  content: "";
}

.glyphicons-rabbit:before {
  content: "";
}

.glyphicons-globe:before {
  content: "";
}

.glyphicons-briefcase:before {
  content: "";
}

.glyphicons-hdd:before {
  content: "";
}

.glyphicons-thumbs-up:before {
  content: "";
}

.glyphicons-thumbs-down:before {
  content: "";
}

.glyphicons-hand-right:before {
  content: "";
}

.glyphicons-hand-left:before {
  content: "";
}

.glyphicons-hand-up:before {
  content: "";
}

.glyphicons-hand-down:before {
  content: "";
}

.glyphicons-fullscreen:before {
  content: "";
}

.glyphicons-shopping-bag:before {
  content: "";
}

.glyphicons-book-open:before {
  content: "";
}

.glyphicons-nameplate:before {
  content: "";
}

.glyphicons-nameplate-alt:before {
  content: "";
}

.glyphicons-vases:before {
  content: "";
}

.glyphicons-bullhorn:before {
  content: "";
}

.glyphicons-dumbbell:before {
  content: "";
}

.glyphicons-suitcase:before {
  content: "";
}

.glyphicons-file-import:before {
  content: "";
}

.glyphicons-file-export:before {
  content: "";
}

.glyphicons-bug:before {
  content: "";
}

.glyphicons-crown:before {
  content: "";
}

.glyphicons-smoking:before {
  content: "";
}

.glyphicons-cloud-upload:before {
  content: "";
}

.glyphicons-cloud-download:before {
  content: "";
}

.glyphicons-restart:before {
  content: "";
}

.glyphicons-security-camera:before {
  content: "";
}

.glyphicons-expand:before {
  content: "";
}

.glyphicons-collapse:before {
  content: "";
}

.glyphicons-collapse-top:before {
  content: "";
}

.glyphicons-globe-af:before {
  content: "";
}

.glyphicons-global:before {
  content: "";
}

.glyphicons-spray:before {
  content: "";
}

.glyphicons-nails:before {
  content: "";
}

.glyphicons-claw-hammer:before {
  content: "";
}

.glyphicons-classic-hammer:before {
  content: "";
}

.glyphicons-hand-saw:before {
  content: "";
}

.glyphicons-riflescope:before {
  content: "";
}

.glyphicons-electrical-socket-eu:before {
  content: "";
}

.glyphicons-electrical-socket-us:before {
  content: "";
}

.glyphicons-message-forward:before {
  content: "";
}

.glyphicons-coat-hanger:before {
  content: "";
}

.glyphicons-dress:before {
  content: "";
}

.glyphicons-bathrobe:before {
  content: "";
}

.glyphicons-shirt:before {
  content: "";
}

.glyphicons-underwear:before {
  content: "";
}

.glyphicons-log-in:before {
  content: "";
}

.glyphicons-log-out:before {
  content: "";
}

.glyphicons-exit:before {
  content: "";
}

.glyphicons-new-window-alt:before {
  content: "";
}

.glyphicons-video-sd:before {
  content: "";
}

.glyphicons-video-hd:before {
  content: "";
}

.glyphicons-subtitles:before {
  content: "";
}

.glyphicons-sound-stereo:before {
  content: "";
}

.glyphicons-sound-dolby:before {
  content: "";
}

.glyphicons-sound-5-1:before {
  content: "";
}

.glyphicons-sound-6-1:before {
  content: "";
}

.glyphicons-sound-7-1:before {
  content: "";
}

.glyphicons-copyright-mark:before {
  content: "";
}

.glyphicons-registration-mark:before {
  content: "";
}

.glyphicons-radar:before {
  content: "";
}

.glyphicons-skateboard:before {
  content: "";
}

.glyphicons-golf-course:before {
  content: "";
}

.glyphicons-sorting:before {
  content: "";
}

.glyphicons-sort-by-alphabet:before {
  content: "";
}

.glyphicons-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicons-sort-by-order:before {
  content: "";
}

.glyphicons-sort-by-order-alt:before {
  content: "";
}

.glyphicons-sort-by-attributes:before {
  content: "";
}

.glyphicons-sort-by-attributes-alt:before {
  content: "";
}

.glyphicons-compressed:before {
  content: "";
}

.glyphicons-package:before {
  content: "";
}

.glyphicons-cloud-plus:before {
  content: "";
}

.glyphicons-cloud-minus:before {
  content: "";
}

.glyphicons-disk-save:before {
  content: "";
}

.glyphicons-disk-open:before {
  content: "";
}

.glyphicons-disk-saved:before {
  content: "";
}

.glyphicons-disk-remove:before {
  content: "";
}

.glyphicons-disk-import:before {
  content: "";
}

.glyphicons-disk-export:before {
  content: "";
}

.glyphicons-tower:before {
  content: "";
}

.glyphicons-send:before {
  content: "";
}

.glyphicons-git-branch:before {
  content: "";
}

.glyphicons-git-create:before {
  content: "";
}

.glyphicons-git-private:before {
  content: "";
}

.glyphicons-git-delete:before {
  content: "";
}

.glyphicons-git-merge:before {
  content: "";
}

.glyphicons-git-pull-request:before {
  content: "";
}

.glyphicons-git-compare:before {
  content: "";
}

.glyphicons-git-commit:before {
  content: "";
}

.glyphicons-construction-cone:before {
  content: "";
}

.glyphicons-shoe-steps:before {
  content: "";
}

.glyphicons-plus:before {
  content: "";
}

.glyphicons-minus:before {
  content: "";
}

.glyphicons-redo:before {
  content: "";
}

.glyphicons-undo:before {
  content: "";
}

.glyphicons-golf:before {
  content: "";
}

.glyphicons-hockey:before {
  content: "";
}

.glyphicons-pipe:before {
  content: "";
}

.glyphicons-wrench:before {
  content: "";
}

.glyphicons-folder-closed:before {
  content: "";
}

.glyphicons-phone-alt:before {
  content: "";
}

.glyphicons-earphone:before {
  content: "";
}

.glyphicons-floppy-disk:before {
  content: "";
}

.glyphicons-floppy-saved:before {
  content: "";
}

.glyphicons-floppy-remove:before {
  content: "";
}

.glyphicons-floppy-save:before {
  content: "";
}

.glyphicons-floppy-open:before {
  content: "";
}

.glyphicons-translate:before {
  content: "";
}

.glyphicons-fax:before {
  content: "";
}

.glyphicons-factory:before {
  content: "";
}

.glyphicons-shop-window:before {
  content: "";
}

.glyphicons-shop:before {
  content: "";
}

.glyphicons-kiosk:before {
  content: "";
}

.glyphicons-kiosk-wheels:before {
  content: "";
}

.glyphicons-kiosk-light:before {
  content: "";
}

.glyphicons-kiosk-food:before {
  content: "";
}

.glyphicons-transfer:before {
  content: "";
}

.glyphicons-money:before {
  content: "";
}

.glyphicons-header:before {
  content: "";
}

.glyphicons-blacksmith:before {
  content: "";
}

.glyphicons-saw-blade:before {
  content: "";
}

.glyphicons-basketball:before {
  content: "";
}

.glyphicons-server:before {
  content: "";
}

.glyphicons-server-plus:before {
  content: "";
}

.glyphicons-server-minus:before {
  content: "";
}

.glyphicons-server-ban:before {
  content: "";
}

.glyphicons-server-flag:before {
  content: "";
}

.glyphicons-server-lock:before {
  content: "";
}

.glyphicons-server-new:before {
  content: "";
}

.glyphicons-charging-station:before {
  content: "";
}

.glyphicons-gas-station:before {
  content: "";
}

.glyphicons-target:before {
  content: "";
}

.glyphicons-bed:before {
  content: "";
}

.glyphicons-mosquito:before {
  content: "";
}

.glyphicons-dining-set:before {
  content: "";
}

.glyphicons-plate-of-food:before {
  content: "";
}

.glyphicons-hygiene-kit:before {
  content: "";
}

.glyphicons-blackboard:before {
  content: "";
}

.glyphicons-marriage:before {
  content: "";
}

.glyphicons-bucket:before {
  content: "";
}

.glyphicons-none-color-swatch:before {
  content: "";
}

.glyphicons-bring-forward:before {
  content: "";
}

.glyphicons-bring-to-front:before {
  content: "";
}

.glyphicons-send-backward:before {
  content: "";
}

.glyphicons-send-to-back:before {
  content: "";
}

.glyphicons-fit-frame-to-image:before {
  content: "";
}

.glyphicons-fit-image-to-frame:before {
  content: "";
}

.glyphicons-multiple-displays:before {
  content: "";
}

.glyphicons-handshake:before {
  content: "";
}

.glyphicons-child:before {
  content: "";
}

.glyphicons-baby-formula:before {
  content: "";
}

.glyphicons-medicine:before {
  content: "";
}

.glyphicons-atv-vehicle:before {
  content: "";
}

.glyphicons-motorcycle:before {
  content: "";
}

.glyphicons-bed-alt:before {
  content: "";
}

.glyphicons-tent:before {
  content: "";
}

.glyphicons-glasses:before {
  content: "";
}

.glyphicons-sunglasses:before {
  content: "";
}

.glyphicons-family:before {
  content: "";
}

.glyphicons-education:before {
  content: "";
}

.glyphicons-shoes:before {
  content: "";
}

.glyphicons-map:before {
  content: "";
}

.glyphicons-cd:before {
  content: "";
}

.glyphicons-alert:before {
  content: "";
}

.glyphicons-piggy-bank:before {
  content: "";
}

.glyphicons-star-half:before {
  content: "";
}

.glyphicons-cluster:before {
  content: "";
}

.glyphicons-flowchart:before {
  content: "";
}

.glyphicons-commodities:before {
  content: "";
}

.glyphicons-duplicate:before {
  content: "";
}

.glyphicons-copy:before {
  content: "";
}

.glyphicons-paste:before {
  content: "";
}

.glyphicons-bath-bathtub:before {
  content: "";
}

.glyphicons-bath-shower:before {
  content: "";
}

.glyphicons-shower:before {
  content: "";
}

.glyphicons-menu-hamburger:before {
  content: "";
}

.glyphicons-option-vertical:before {
  content: "";
}

.glyphicons-option-horizontal:before {
  content: "";
}

.glyphicons-currency-conversion:before {
  content: "";
}

.glyphicons-user-ban:before {
  content: "";
}

.glyphicons-user-lock:before {
  content: "";
}

.glyphicons-user-flag:before {
  content: "";
}

.glyphicons-user-asterisk:before {
  content: "";
}

.glyphicons-user-alert:before {
  content: "";
}

.glyphicons-user-key:before {
  content: "";
}

.glyphicons-user-conversation:before {
  content: "";
}

.glyphicons-database:before {
  content: "";
}

.glyphicons-database-search:before {
  content: "";
}

.glyphicons-list-alt:before {
  content: "";
}

.glyphicons-hazard-sign:before {
  content: "";
}

.glyphicons-hazard:before {
  content: "";
}

.glyphicons-stop-sign:before {
  content: "";
}

.glyphicons-lab:before {
  content: "";
}

.glyphicons-lab-alt:before {
  content: "";
}

.glyphicons-ice-cream:before {
  content: "";
}

.glyphicons-ice-lolly:before {
  content: "";
}

.glyphicons-ice-lolly-tasted:before {
  content: "";
}

.glyphicons-invoice:before {
  content: "";
}

.glyphicons-cart-tick:before {
  content: "";
}

.glyphicons-hourglass:before {
  content: "";
}

.glyphicons-cat:before {
  content: "";
}

.glyphicons-lamp:before {
  content: "";
}

.glyphicons-scale-classic:before {
  content: "";
}

.glyphicons-eye-plus:before {
  content: "";
}

.glyphicons-eye-minus:before {
  content: "";
}

.glyphicons-quote:before {
  content: "";
}

.glyphicons-bitcoin:before {
  content: "";
}

.glyphicons-yen:before {
  content: "";
}

.glyphicons-ruble:before {
  content: "";
}

.glyphicons-erase:before {
  content: "";
}

.glyphicons-podcast:before {
  content: "";
}

.glyphicons-firework:before {
  content: "";
}

.glyphicons-scale:before {
  content: "";
}

.glyphicons-king:before {
  content: "";
}

.glyphicons-queen:before {
  content: "";
}

.glyphicons-pawn:before {
  content: "";
}

.glyphicons-bishop:before {
  content: "";
}

.glyphicons-knight:before {
  content: "";
}

.glyphicons-mic-mute:before {
  content: "";
}

.glyphicons-voicemail:before {
  content: "";
}

.glyphicons-paragraph-alt:before {
  content: "";
}

.glyphicons-person-walking:before {
  content: "";
}

.glyphicons-person-wheelchair:before {
  content: "";
}

.glyphicons-underground:before {
  content: "";
}

.glyphicons-car-hov:before {
  content: "";
}

.glyphicons-car-rental:before {
  content: "";
}

.glyphicons-transport:before {
  content: "";
}

.glyphicons-taxi:before {
  content: "";
}

.glyphicons-ice-cream-no:before {
  content: "";
}

.glyphicons-uk-rat-u:before {
  content: "";
}

.glyphicons-uk-rat-pg:before {
  content: "";
}

.glyphicons-uk-rat-12a:before {
  content: "";
}

.glyphicons-uk-rat-12:before {
  content: "";
}

.glyphicons-uk-rat-15:before {
  content: "";
}

.glyphicons-uk-rat-18:before {
  content: "";
}

.glyphicons-uk-rat-r18:before {
  content: "";
}

.glyphicons-tv:before {
  content: "";
}

.glyphicons-sms:before {
  content: "";
}

.glyphicons-mms:before {
  content: "";
}

.glyphicons-us-rat-g:before {
  content: "";
}

.glyphicons-us-rat-pg:before {
  content: "";
}

.glyphicons-us-rat-pg-13:before {
  content: "";
}

.glyphicons-us-rat-restricted:before {
  content: "";
}

.glyphicons-us-rat-no-one-17:before {
  content: "";
}

.glyphicons-equalizer:before {
  content: "";
}

.glyphicons-speakers:before {
  content: "";
}

.glyphicons-remote-control:before {
  content: "";
}

.glyphicons-remote-control-tv:before {
  content: "";
}

.glyphicons-shredder:before {
  content: "";
}

.glyphicons-folder-heart:before {
  content: "";
}

.glyphicons-person-running:before {
  content: "";
}

.glyphicons-person:before {
  content: "";
}

.glyphicons-voice:before {
  content: "";
}

.glyphicons-stethoscope:before {
  content: "";
}

.glyphicons-paired:before {
  content: "";
}

.glyphicons-activity:before {
  content: "";
}

.glyphicons-watch:before {
  content: "";
}

.glyphicons-scissors-alt:before {
  content: "";
}

.glyphicons-car-wheel:before {
  content: "";
}

.glyphicons-chevron-up:before {
  content: "";
}

.glyphicons-chevron-down:before {
  content: "";
}

.glyphicons-superscript:before {
  content: "";
}

.glyphicons-subscript:before {
  content: "";
}

.glyphicons-text-size:before {
  content: "";
}

.glyphicons-text-color:before {
  content: "";
}

.glyphicons-text-background:before {
  content: "";
}

.glyphicons-modal-window:before {
  content: "";
}

.glyphicons-newspaper:before {
  content: "";
}

.glyphicons-tractor:before {
  content: "";
}

.glyphicons-camping:before {
  content: "";
}

.glyphicons-camping-benches:before {
  content: "";
}

.glyphicons-forest:before {
  content: "";
}

.glyphicons-park:before {
  content: "";
}

.glyphicons-field:before {
  content: "";
}

.glyphicons-mountains:before {
  content: "";
}

.glyphicons-fees-payments:before {
  content: "";
}

.glyphicons-small-payments:before {
  content: "";
}

.glyphicons-mixed-buildings:before {
  content: "";
}

.glyphicons-industrial-zone:before {
  content: "";
}

.glyphicons-visitor-tag:before {
  content: "";
}

.glyphicons-businessman:before {
  content: "";
}

.glyphicons-meditation:before {
  content: "";
}

.glyphicons-bath:before {
  content: "";
}

.glyphicons-donate:before {
  content: "";
}

.glyphicons-sauna:before {
  content: "";
}

.glyphicons-bedroom-nightstand:before {
  content: "";
}

.glyphicons-bedroom-lamp:before {
  content: "";
}

.glyphicons-doctor:before {
  content: "";
}

.glyphicons-engineering-networks:before {
  content: "";
}

.glyphicons-washing-machine:before {
  content: "";
}

.glyphicons-dryer:before {
  content: "";
}

.glyphicons-dishwasher:before {
  content: "";
}

.glyphicons-luggage-group:before {
  content: "";
}

.glyphicons-teenager:before {
  content: "";
}

.glyphicons-person-stick:before {
  content: "";
}

.glyphicons-person-stick-old:before {
  content: "";
}

.glyphicons-traveler:before {
  content: "";
}

.glyphicons-veteran:before {
  content: "";
}

.glyphicons-group-chat:before {
  content: "";
}

.glyphicons-elections:before {
  content: "";
}

.glyphicons-law-justice:before {
  content: "";
}

.glyphicons-judiciary:before {
  content: "";
}

.glyphicons-house-fire:before {
  content: "";
}

.glyphicons-firefighters:before {
  content: "";
}

.glyphicons-police:before {
  content: "";
}

.glyphicons-ambulance:before {
  content: "";
}

.glyphicons-light-beacon:before {
  content: "";
}

.glyphicons-important-day:before {
  content: "";
}

.glyphicons-bike-park:before {
  content: "";
}

.glyphicons-object-align-top:before {
  content: "";
}

.glyphicons-object-align-bottom:before {
  content: "";
}

.glyphicons-object-align-horizontal:before {
  content: "";
}

.glyphicons-object-align-left:before {
  content: "";
}

.glyphicons-object-align-vertical:before {
  content: "";
}

.glyphicons-object-align-right:before {
  content: "";
}

.glyphicons-reflect-y:before {
  content: "";
}

.glyphicons-reflect-x:before {
  content: "";
}

.glyphicons-tick:before {
  content: "";
}

.glyphicons-lawnmower:before {
  content: "";
}

.glyphicons-call-redirect:before {
  content: "";
}

.glyphicons-call-ip:before {
  content: "";
}

.glyphicons-call-record:before {
  content: "";
}

.glyphicons-call-ringtone:before {
  content: "";
}

.glyphicons-call-traffic:before {
  content: "";
}

.glyphicons-call-hold:before {
  content: "";
}

.glyphicons-call-incoming:before {
  content: "";
}

.glyphicons-call-outgoing:before {
  content: "";
}

.glyphicons-call-video:before {
  content: "";
}

.glyphicons-call-missed:before {
  content: "";
}

.glyphicons-theater:before {
  content: "";
}

.glyphicons-heartbeat:before {
  content: "";
}

.glyphicons-kettlebell:before {
  content: "";
}

.glyphicons-fireplace:before {
  content: "";
}

.glyphicons-street-lights:before {
  content: "";
}

.glyphicons-pedestrian:before {
  content: "";
}

.glyphicons-flood:before {
  content: "";
}

.glyphicons-open-water:before {
  content: "";
}

.glyphicons-for-sale:before {
  content: "";
}

.glyphicons-dustbin:before {
  content: "";
}

.glyphicons-door:before {
  content: "";
}

.glyphicons-camp-fire:before {
  content: "";
}

.glyphicons-fleur-de-lis:before {
  content: "";
}

.glyphicons-temperature-settings:before {
  content: "";
}

.glyphicons-article:before {
  content: "";
}

.glyphicons-sunbath:before {
  content: "";
}

.glyphicons-balanced-diet:before {
  content: "";
}

.glyphicons-ticket:before {
  content: "";
}

.glyphicons-parking-ticket:before {
  content: "";
}

.glyphicons-parking-meter:before {
  content: "";
}

.glyphicons-laptop:before {
  content: "";
}

.glyphicons-tree-structure:before {
  content: "";
}

.glyphicons-weather-warning:before {
  content: "";
}

.glyphicons-temperature-low:before {
  content: "";
}

.glyphicons-temperature-high:before {
  content: "";
}

.glyphicons-temperature-low-warning:before {
  content: "";
}

.glyphicons-temperature-high-warning:before {
  content: "";
}

.glyphicons-hurricane:before {
  content: "";
}

.glyphicons-storm:before {
  content: "";
}

.glyphicons-sorted-waste:before {
  content: "";
}

.glyphicons-ear:before {
  content: "";
}

.glyphicons-ear-deaf:before {
  content: "";
}

.glyphicons-file-plus:before {
  content: "";
}

.glyphicons-file-minus:before {
  content: "";
}

.glyphicons-file-lock:before {
  content: "";
}

.glyphicons-file-cloud:before {
  content: "";
}

.glyphicons-file-cloud-download:before {
  content: "";
}

.glyphicons-file-cloud-upload:before {
  content: "";
}

.glyphicons-paragraph:before {
  content: "";
}

.glyphicons-list-numbered:before {
  content: "";
}

.glyphicons-donate-heart:before {
  content: "";
}

.glyphicons-government:before {
  content: "";
}

.glyphicons-maze:before {
  content: "";
}

.glyphicons-chronicle:before {
  content: "";
}

.glyphicons-user-structure:before {
  content: "";
}

.glyphicons-recycle:before {
  content: "";
}

.glyphicons-gas:before {
  content: "";
}

.glyphicons-waste-pipe:before {
  content: "";
}

.glyphicons-water-pipe:before {
  content: "";
}

.glyphicons-parking:before {
  content: "";
}

.glyphicons-closed:before {
  content: "";
}

.glyphicons-mouse:before {
  content: "";
}

.glyphicons-mouse-double-click:before {
  content: "";
}

.glyphicons-mouse-left-click:before {
  content: "";
}

.glyphicons-mouse-right-click:before {
  content: "";
}

.glyphicons-mouse-middle-click:before {
  content: "";
}

.glyphicons-mouse-scroll:before {
  content: "";
}

.glyphicons-resize-vertical:before {
  content: "";
}

.glyphicons-resize-horizontal:before {
  content: "";
}

.glyphicons-temperature:before {
  content: "";
}

.glyphicons-puzzle:before {
  content: "";
}

.glyphicons-puzzle-2:before {
  content: "";
}

.glyphicons-puzzle-3:before {
  content: "";
}

.glyphicons-nearby-square:before {
  content: "";
}

.glyphicons-nearby-circle:before {
  content: "";
}

.glyphicons-rotate-right:before {
  content: "";
}

.glyphicons-rotate-left:before {
  content: "";
}

.glyphicons-pictures:before {
  content: "";
}

.glyphicons-photo-album:before {
  content: "";
}

.glyphicons-cadastral-map:before {
  content: "";
}

.glyphicons-fingerprint-scan:before {
  content: "";
}

.glyphicons-fingerprint:before {
  content: "";
}

.glyphicons-fingerprint-lock:before {
  content: "";
}

.glyphicons-fingerprint-ok:before {
  content: "";
}

.glyphicons-fingerprint-remove:before {
  content: "";
}

.glyphicons-fingerprint-reload:before {
  content: "";
}

.glyphicons-pending-notifications:before {
  content: "";
}

.glyphicons-synchronization:before {
  content: "";
}

.glyphicons-synchronization-ban:before {
  content: "";
}

.glyphicons-hash:before {
  content: "";
}

.glyphicons-gender-male:before {
  content: "";
}

.glyphicons-gender-female:before {
  content: "";
}

.glyphicons-gender-virgin-female:before {
  content: "";
}

.glyphicons-gender-intersex:before {
  content: "";
}

.glyphicons-gender-transgender:before {
  content: "";
}

.glyphicons-gender-ori-lesbian:before {
  content: "";
}

.glyphicons-gender-ori-gay:before {
  content: "";
}

.glyphicons-gender-ori-hetero:before {
  content: "";
}

.glyphicons-gender-other:before {
  content: "";
}

.glyphicons-gender-unknown:before {
  content: "";
}

.glyphicons-scanner:before {
  content: "";
}

.glyphicons-multifunction-printer:before {
  content: "";
}

.glyphicons-lasso:before {
  content: "";
}

.glyphicons-view-360:before {
  content: "";
}

.glyphicons-battery-charging:before {
  content: "";
}

.glyphicons-battery-full:before {
  content: "";
}

.glyphicons-battery-75:before {
  content: "";
}

.glyphicons-battery-50:before {
  content: "";
}

.glyphicons-battery-25:before {
  content: "";
}

.glyphicons-battery-10:before {
  content: "";
}

.glyphicons-satellite:before {
  content: "";
}

.glyphicons-satellite-dish:before {
  content: "";
}

.glyphicons-satellite-dish-alt:before {
  content: "";
}

.glyphicons-auction:before {
  content: "";
}

.glyphicons-directions:before {
  content: "";
}

.glyphicons-race:before {
  content: "";
}

.glyphicons-robot:before {
  content: "";
}

.glyphicons-ruler-alt:before {
  content: "";
}

.glyphicons-cube-empty:before {
  content: "";
}

.glyphicons-cube-black:before {
  content: "";
}

.glyphicons-move-square:before {
  content: "";
}

.glyphicons-drop:before {
  content: "";
}

.glyphicons-vr-headset:before {
  content: "";
}

.glyphicons-vr-charging:before {
  content: "";
}

.glyphicons-vr-low-battery:before {
  content: "";
}

.glyphicons-vr-paired:before {
  content: "";
}

.glyphicons-vr-settings:before {
  content: "";
}

.glyphicons-vr-maintenance:before {
  content: "";
}

.glyphicons-filter-remove:before {
  content: "";
}

.glyphicons-filter-applied:before {
  content: "";
}

.glyphicons-one-day:before {
  content: "";
}

.glyphicons-user-vr:before {
  content: "";
}

.glyphicons-user-vr-add:before {
  content: "";
}

.glyphicons-user-vr-remove:before {
  content: "";
}

.glyphicons-dice-1:before {
  content: "";
}

.glyphicons-dice-2:before {
  content: "";
}

.glyphicons-dice-3:before {
  content: "";
}

.glyphicons-dice-4:before {
  content: "";
}

.glyphicons-dice-5:before {
  content: "";
}

.glyphicons-dice-6:before {
  content: "";
}

@font-face {
  font-family: "ideation-icons";
  src: url(/fonts/ideation-icons.ttf) format("truetype"),url(/fonts/ideation-icons.woff) format("woff"),url(/fonts/ideation-icons.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ideacons {
  font-family: "ideation-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.idea-add-circle:before {
  content: "";
}

.idea-add-file-old:before {
  content: "";
}

.idea-add-image:before {
  content: "";
}

.idea-answer:before {
  content: "";
}

.idea-arrow-left:before {
  content: "";
}

.idea-arrow-nav-down:before {
  content: "";
}

.idea-arrow-nav-left:before {
  content: "";
}

.idea-arrow-nav-right:before {
  content: "";
}

.idea-arrow-nav-up:before {
  content: "";
}

.idea-arrow-right:before {
  content: "";
}

.idea-back-all-projects:before {
  content: "";
}

.idea-bulb:before {
  content: "";
}

.idea-calendar:before {
  content: "";
}

.idea-cam:before {
  content: "";
}

.idea-caution:before {
  content: "";
}

.idea-chat:before {
  content: "";
}

.idea-close:before {
  content: "";
}

.idea-close-circle:before {
  content: "";
}

.idea-colapse:before {
  content: "";
}

.idea-conf:before {
  content: "";
}

.idea-edit:before {
  content: "";
}

.idea-exclamation:before {
  content: "";
}

.idea-facebook:before {
  content: "";
}

.idea-file:before {
  content: "";
}

.idea-fullscreen:before {
  content: "";
}

.idea-google:before {
  content: "";
}

.idea-guillemet-close:before {
  content: "";
}

.idea-guillemet-open:before {
  content: "";
}

.idea-home:before {
  content: "";
}

.idea-hour:before {
  content: "";
}

.idea-ht-Arrow-down:before {
  content: "";
}

.idea-ht-Arrow-up:before {
  content: "";
}

.idea-ht-Copy:before {
  content: "";
}

.idea-ht-More:before {
  content: "";
}

.idea-ht-admin:before {
  content: "";
}

.idea-ht-ai:before {
  content: "";
}

.idea-ht-alien:before {
  content: "";
}

.idea-ht-anchor:before {
  content: "";
}

.idea-ht-archive-box:before {
  content: "";
}

.idea-ht-archive-download:before {
  content: "";
}

.idea-ht-arrow-bottom:before {
  content: "";
}

.idea-ht-arrow-bottom-right:before {
  content: "";
}

.idea-ht-arrow-enter:before {
  content: "";
}

.idea-ht-arrow-left:before {
  content: "";
}

.idea-ht-arrow-right:before {
  content: "";
}

.idea-ht-arrow-right-2:before {
  content: "";
}

.idea-ht-arrow-top:before {
  content: "";
}

.idea-ht-back-office:before {
  content: "";
}

.idea-ht-bandwidth:before {
  content: "";
}

.idea-ht-bicycle:before {
  content: "";
}

.idea-ht-bike:before {
  content: "";
}

.idea-ht-bin:before {
  content: "";
}

.idea-ht-birthday-cake:before {
  content: "";
}

.idea-ht-bolt:before {
  content: "";
}

.idea-ht-bubble:before {
  content: "";
}

.idea-ht-bubble-help:before {
  content: "";
}

.idea-ht-bubble2:before {
  content: "";
}

.idea-ht-bubbles:before {
  content: "";
}

.idea-ht-building:before {
  content: "";
}

.idea-ht-bullhorn:before {
  content: "";
}

.idea-ht-calendar:before {
  content: "";
}

.idea-ht-calendar-2:before {
  content: "";
}

.idea-ht-calendar-dotted:before {
  content: "";
}

.idea-ht-calendar-light:before {
  content: "";
}

.idea-ht-camera:before {
  content: "";
}

.idea-ht-camera-off:before {
  content: "";
}

.idea-ht-camera-on:before {
  content: "";
}

.idea-ht-canceled:before {
  content: "";
}

.idea-ht-car:before {
  content: "";
}

.idea-ht-card-view:before {
  content: "";
}

.idea-ht-castle:before {
  content: "";
}

.idea-ht-challenge:before {
  content: "";
}

.idea-ht-channel:before {
  content: "";
}

.idea-ht-chat:before {
  content: "";
}

.idea-ht-chat-starter:before {
  content: "";
}

.idea-ht-checked:before {
  content: "";
}

.idea-ht-checked-round:before {
  content: "";
}

.idea-ht-chevron-bottom:before {
  content: "";
}

.idea-ht-chevron-left:before {
  content: "";
}

.idea-ht-chevron-right:before {
  content: "";
}

.idea-ht-chevron-top:before {
  content: "";
}

.idea-ht-circle:before {
  content: "";
}

.idea-ht-circle-arrow-left:before {
  content: "";
  color: #8f9092;
}

.idea-ht-circle-arrow-right:before {
  content: "";
}

.idea-ht-circle-bubble:before {
  content: "";
}

.idea-ht-circle-checked:before {
  content: "";
}

.idea-ht-circle-checked-full:before {
  content: "";
}

.idea-ht-circle-close:before {
  content: "";
}

.idea-ht-circle-info:before {
  content: "";
}

.idea-ht-circle-plus:before {
  content: "";
}

.idea-ht-clock:before {
  content: "";
}

.idea-ht-clock-outline:before {
  content: "";
}

.idea-ht-clock-outline-2:before {
  content: "";
}

.idea-ht-close:before {
  content: "";
}

.idea-ht-close-round:before {
  content: "";
}

.idea-ht-color:before {
  content: "";
}

.idea-ht-compress:before {
  content: "";
}

.idea-ht-conference:before {
  content: "";
}

.idea-ht-conference-2:before {
  content: "";
}

.idea-ht-connection:before {
  content: "";
}

.idea-ht-connexion:before {
  content: "";
}

.idea-ht-controller:before {
  content: "";
}

.idea-ht-crown:before {
  content: "";
}

.idea-ht-data:before {
  content: "";
}

.idea-ht-delete:before {
  content: "";
}

.idea-ht-diamon:before {
  content: "";
}

.idea-ht-diamond:before {
  content: "";
}

.idea-ht-diversification:before {
  content: "";
}

.idea-ht-download:before {
  content: "";
}

.idea-ht-emoji .path1:before {
  content: "";
  color: #eeeff2;
}

.idea-ht-emoji .path2:before {
  content: "";
  margin-left: -1em;
  color: #363639;
}

.idea-ht-emoji .path3:before {
  content: "";
  margin-left: -1em;
  color: #363639;
}

.idea-ht-emoji .path4:before {
  content: "";
  margin-left: -1em;
  color: #363639;
}

.idea-ht-end-stream:before {
  content: "";
}

.idea-ht-eventbrite:before {
  content: "";
}

.idea-ht-expand:before {
  content: "";
}

.idea-ht-eye:before {
  content: "";
}

.idea-ht-eye-close:before {
  content: "";
}

.idea-ht-eye-open:before {
  content: "";
}

.idea-ht-facebook-logo:before {
  content: "";
}

.idea-ht-faq:before {
  content: "";
}

.idea-ht-file .path1:before {
  content: "";
  color: #707070;
}

.idea-ht-file .path2:before {
  content: "";
  margin-left: -1em;
  color: #33c7cc;
}

.idea-ht-file-all .path1:before {
  content: "";
  color: #707070;
}

.idea-ht-file-all .path2:before {
  content: "";
  margin-left: -1em;
  color: #33c7cc;
}

.idea-ht-file-all .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.idea-ht-file-all .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.idea-ht-file-all .path5:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.idea-ht-file-empty:before {
  content: "";
}

.idea-ht-film:before {
  content: "";
}

.idea-ht-flag:before {
  content: "";
}

.idea-ht-foreign:before {
  content: "";
}

.idea-ht-game:before {
  content: "";
}

.idea-ht-general:before {
  content: "";
}

.idea-ht-gif .path1:before {
  content: "";
  color: #eeeff2;
}

.idea-ht-gif .path2:before {
  content: "";
  margin-left: -1em;
  color: #363639;
}

.idea-ht-gif .path3:before {
  content: "";
  margin-left: -1em;
  color: #363639;
}

.idea-ht-gif .path4:before {
  content: "";
  margin-left: -1em;
  color: #363639;
}

.idea-ht-grow:before {
  content: "";
}

.idea-ht-hackathon:before {
  content: "";
}

.idea-ht-home:before {
  content: "";
}

.idea-ht-image:before {
  content: "";
}

.idea-ht-image-bicolor .path1:before {
  content: "";
  color: #eeeff2;
}

.idea-ht-image-bicolor .path2:before {
  content: "";
  margin-left: -1em;
  color: #363639;
}

.idea-ht-image-outline:before {
  content: "";
}

.idea-ht-incomplete:before {
  content: "";
}

.idea-ht-increase:before {
  content: "";
}

.idea-ht-infinity:before {
  content: "";
}

.idea-ht-info:before {
  content: "";
}

.idea-ht-info-outline:before {
  content: "";
}

.idea-ht-info-without-circle:before {
  content: "";
}

.idea-ht-invoice:before {
  content: "";
}

.idea-ht-ip-filter:before {
  content: "";
}

.idea-ht-judging:before {
  content: "";
}

.idea-ht-key:before {
  content: "";
}

.idea-ht-keynote:before {
  content: "";
}

.idea-ht-king:before {
  content: "";
}

.idea-ht-languages:before {
  content: "";
}

.idea-ht-line-view:before {
  content: "";
}

.idea-ht-list:before {
  content: "";
}

.idea-ht-live:before {
  content: "";
}

.idea-ht-live-channel:before {
  content: "";
}

.idea-ht-live-plain .path1:before {
  content: "";
  color: #000;
}

.idea-ht-live-plain .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.idea-ht-lobby-user:before {
  content: "";
}

.idea-ht-location:before {
  content: "";
}

.idea-ht-location-arrow:before {
  content: "";
}

.idea-ht-location-outline:before {
  content: "";
}

.idea-ht-lock:before {
  content: "";
}

.idea-ht-lock-outline:before {
  content: "";
}

.idea-ht-lock1:before {
  content: "";
}

.idea-ht-logout:before {
  content: "";
}

.idea-ht-mail:before {
  content: "";
}

.idea-ht-mail-2:before {
  content: "";
}

.idea-ht-map:before {
  content: "";
}

.idea-ht-meatball-menu:before {
  content: "";
}

.idea-ht-medal:before {
  content: "";
}

.idea-ht-meeting:before {
  content: "";
}

.idea-ht-member:before {
  content: "";
}

.idea-ht-member-cyclope:before {
  content: "";
}

.idea-ht-member-outline:before {
  content: "";
}

.idea-ht-mentor:before {
  content: "";
}

.idea-ht-mentors-jury:before {
  content: "";
}

.idea-ht-message:before {
  content: "";
}

.idea-ht-messenger:before {
  content: "";
}

.idea-ht-mic-off:before {
  content: "";
}

.idea-ht-mic-on:before {
  content: "";
}

.idea-ht-multispeaker:before {
  content: "";
}

.idea-ht-my-talks:before {
  content: "";
}

.idea-ht-no-favorite:before {
  content: "";
}

.idea-ht-no-plugin:before {
  content: "";
}

.idea-ht-no-talk:before {
  content: "";
}

.idea-ht-no-video:before {
  content: "";
}

.idea-ht-not-included:before {
  content: "";
}

.idea-ht-notification:before {
  content: "";
}

.idea-ht-on-the-radar:before {
  content: "";
}

.idea-ht-online:before {
  content: "";
}

.idea-ht-out:before {
  content: "";
}

.idea-ht-paper-plane:before {
  content: "";
}

.idea-ht-paperclip:before {
  content: "";
}

.idea-ht-partners:before {
  content: "";
}

.idea-ht-pen:before {
  content: "";
}

.idea-ht-people:before {
  content: "";
}

.idea-ht-people-outline:before {
  content: "";
}

.idea-ht-people-outline-plus:before {
  content: "";
}

.idea-ht-phone:before {
  content: "";
}

.idea-ht-pin:before {
  content: "";
}

.idea-ht-plane:before {
  content: "";
}

.idea-ht-plane1:before {
  content: "";
}

.idea-ht-play:before {
  content: "";
}

.idea-ht-play-disc:before {
  content: "";
}

.idea-ht-play-disc-2 .path1:before {
  content: "";
  color: #1abc9c;
}

.idea-ht-play-disc-2 .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}

.idea-ht-play-outline:before {
  content: "";
}

.idea-ht-powerpoint:before {
  content: "";
}

.idea-ht-prize-pool:before {
  content: "";
}

.idea-ht-prizes:before {
  content: "";
}

.idea-ht-profile:before {
  content: "";
}

.idea-ht-profile2:before {
  content: "";
}

.idea-ht-profiles:before {
  content: "";
}

.idea-ht-project:before {
  content: "";
}

.idea-ht-questions:before {
  content: "";
}

.idea-ht-questions-outline:before {
  content: "";
}

.idea-ht-radio:before {
  content: "";
}

.idea-ht-reload:before {
  content: "";
}

.idea-ht-replay:before {
  content: "";
}

.idea-ht-resources:before {
  content: "";
}

.idea-ht-resources-2:before {
  content: "";
}

.idea-ht-resources-pdf:before {
  content: "";
}

.idea-ht-reverse:before {
  content: "";
}

.idea-ht-rocket:before {
  content: "";
}

.idea-ht-rocket-outline:before {
  content: "";
}

.idea-ht-scheduled:before {
  content: "";
}

.idea-ht-school:before {
  content: "";
}

.idea-ht-screen:before {
  content: "";
}

.idea-ht-search:before {
  content: "";
}

.idea-ht-send:before {
  content: "";
}

.idea-ht-share-screen:before {
  content: "";
}

.idea-ht-share-social-outline:before {
  content: "";
}

.idea-ht-shortlist:before {
  content: "";
}

.idea-ht-sleep:before {
  content: "";
}

.idea-ht-sliders:before {
  content: "";
}

.idea-ht-sound-off:before {
  content: "";
}

.idea-ht-sound-on:before {
  content: "";
}

.idea-ht-sparkles:before {
  content: "";
}

.idea-ht-speak:before {
  content: "";
}

.idea-ht-sport-car:before {
  content: "";
}

.idea-ht-star:before {
  content: "";
}

.idea-ht-star-outline:before {
  content: "";
}

.idea-ht-starting:before {
  content: "";
}

.idea-ht-starting-colored:before {
  content: "";
  color: #f1c100;
}

.idea-ht-statistics:before {
  content: "";
}

.idea-ht-stats-chart:before {
  content: "";
}

.idea-ht-strike:before {
  content: "";
}

.idea-ht-survey:before {
  content: "";
}

.idea-ht-survey-outline:before {
  content: "";
}

.idea-ht-talk-chat:before {
  content: "";
}

.idea-ht-talk-chat-outline:before {
  content: "";
}

.idea-ht-thumb-up:before {
  content: "";
}

.idea-ht-ticket:before {
  content: "";
}

.idea-ht-time:before {
  content: "";
}

.idea-ht-timer:before {
  content: "";
}

.idea-ht-timer1:before {
  content: "";
}

.idea-ht-toothed-wheel:before {
  content: "";
}

.idea-ht-toothed-wheel-outline:before {
  content: "";
}

.idea-ht-tree:before {
  content: "";
}

.idea-ht-trophee:before {
  content: "";
}

.idea-ht-txt:before {
  content: "";
}

.idea-ht-unknown:before {
  content: "";
}

.idea-ht-unpin:before {
  content: "";
}

.idea-ht-up-down:before {
  content: "";
}

.idea-ht-video:before {
  content: "";
}

.idea-ht-video-channel:before {
  content: "";
}

.idea-ht-video-session .path1:before {
  content: "";
}

.idea-ht-video-session .path2:before {
  content: "";
  margin-left: -2.4091796875em;
}

.idea-ht-video-session .path3:before {
  content: "";
  margin-left: -2.4091796875em;
}

.idea-ht-vote:before {
  content: "";
}

.idea-ht-vr:before {
  content: "";
}

.idea-ht-warning:before {
  content: "";
}

.idea-ht-warning1:before {
  content: "";
}

.idea-ht-winner:before {
  content: "";
}

.idea-ht-youtube:before {
  content: "";
}

.idea-ht-zoom-in:before {
  content: "";
}

.idea-ht-zoom-out:before {
  content: "";
}

.idea-ibm:before {
  content: "";
}

.idea-illu-amex:before {
  content: "";
  color: #006fcf;
}

.idea-illu-coin .path1:before {
  content: "";
  color: #ffb94a;
}

.idea-illu-coin .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe7c0;
}

.idea-illu-coin .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffb94a;
}

.idea-illu-coin .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe7c0;
}

.idea-illu-coin .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffb94a;
}

.idea-illu-coin .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe7c0;
}

.idea-illu-lock .path1:before {
  content: "";
  color: #f1f1f1;
}

.idea-illu-lock .path2:before {
  content: "";
  margin-left: -0.75em;
  color: #d1d1d1;
}

.idea-illu-lock .path3:before {
  content: "";
  margin-left: -0.75em;
  color: #e3e3e3;
}

.idea-illu-lock .path4:before {
  content: "";
  margin-left: -0.75em;
  color: #000;
}

.idea-illu-lock .path5:before {
  content: "";
  margin-left: -0.75em;
  color: #e3e3e3;
}

.idea-illu-lock .path6:before {
  content: "";
  margin-left: -0.75em;
  color: #000;
}

.idea-illu-lock .path7:before {
  content: "";
  margin-left: -0.75em;
  color: #f1f1f1;
}

.idea-illu-maestro .path1:before {
  content: "";
  color: #000;
}

.idea-illu-maestro .path2:before {
  content: "";
  margin-left: -1em;
  color: #7673c0;
}

.idea-illu-maestro .path3:before {
  content: "";
  margin-left: -1em;
  color: #eb001b;
}

.idea-illu-maestro .path4:before {
  content: "";
  margin-left: -1em;
  color: #00a1df;
}

.idea-illu-maestro .path5:before {
  content: "";
  margin-left: -1em;
  color: #00a1df;
}

.idea-illu-mastercard .path1:before {
  content: "";
  color: #231f20;
}

.idea-illu-mastercard .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff5f00;
}

.idea-illu-mastercard .path3:before {
  content: "";
  margin-left: -1em;
  color: #eb001b;
}

.idea-illu-mastercard .path4:before {
  content: "";
  margin-left: -1em;
  color: #f79e1b;
}

.idea-illu-mastercard .path5:before {
  content: "";
  margin-left: -1em;
  color: #f79e1b;
}

.idea-illu-metamask .path1:before {
  content: "";
  color: #cdbdb2;
}

.idea-illu-metamask .path2:before {
  content: "";
  margin-left: -1em;
  color: #cdbdb2;
}

.idea-illu-metamask .path3:before {
  content: "";
  margin-left: -1em;
  color: #393939;
}

.idea-illu-metamask .path4:before {
  content: "";
  margin-left: -1em;
  color: #f89c35;
}

.idea-illu-metamask .path5:before {
  content: "";
  margin-left: -1em;
  color: #f89d35;
}

.idea-illu-metamask .path6:before {
  content: "";
  margin-left: -1em;
  color: #d87c30;
}

.idea-illu-metamask .path7:before {
  content: "";
  margin-left: -1em;
  color: #ea8d3a;
}

.idea-illu-metamask .path8:before {
  content: "";
  margin-left: -1em;
  color: #f89d35;
}

.idea-illu-metamask .path9:before {
  content: "";
  margin-left: -1em;
  color: #eb8f35;
}

.idea-illu-metamask .path10:before {
  content: "";
  margin-left: -1em;
  color: #ea8e3a;
}

.idea-illu-metamask .path11:before {
  content: "";
  margin-left: -1em;
  color: #d87c30;
}

.idea-illu-metamask .path12:before {
  content: "";
  margin-left: -1em;
  color: #eb8f35;
}

.idea-illu-metamask .path13:before {
  content: "";
  margin-left: -1em;
  color: #e8821e;
}

.idea-illu-metamask .path14:before {
  content: "";
  margin-left: -1em;
  color: #dfcec3;
}

.idea-illu-metamask .path15:before {
  content: "";
  margin-left: -1em;
  color: #dfcec3;
}

.idea-illu-metamask .path16:before {
  content: "";
  margin-left: -1em;
  color: #393939;
}

.idea-illu-metamask .path17:before {
  content: "";
  margin-left: -1em;
  color: #e88f35;
}

.idea-illu-metamask .path18:before {
  content: "";
  margin-left: -1em;
  color: #8e5a30;
}

.idea-illu-metamask .path19:before {
  content: "";
  margin-left: -1em;
  color: #f89d35;
}

.idea-illu-metamask .path20:before {
  content: "";
  margin-left: -1em;
  color: #d87c30;
}

.idea-illu-metamask .path21:before {
  content: "";
  margin-left: -1em;
  color: #ea8d3a;
}

.idea-illu-metamask .path22:before {
  content: "";
  margin-left: -1em;
  color: #f89d35;
}

.idea-illu-metamask .path23:before {
  content: "";
  margin-left: -1em;
  color: #eb8f35;
}

.idea-illu-metamask .path24:before {
  content: "";
  margin-left: -1em;
  color: #ea8e3a;
}

.idea-illu-metamask .path25:before {
  content: "";
  margin-left: -1em;
  color: #d87c30;
}

.idea-illu-metamask .path26:before {
  content: "";
  margin-left: -1em;
  color: #eb8f35;
}

.idea-illu-metamask .path27:before {
  content: "";
  margin-left: -1em;
  color: #e8821e;
}

.idea-illu-metamask .path28:before {
  content: "";
  margin-left: -1em;
  color: #393939;
}

.idea-illu-metamask .path29:before {
  content: "";
  margin-left: -1em;
  color: #e88f35;
}

.idea-illu-metamask .path30:before {
  content: "";
  margin-left: -1em;
  color: #8e5a30;
}

.idea-illu-metamask-horizontal .path1:before {
  content: "";
  color: #161616;
}

.idea-illu-metamask-horizontal .path2:before {
  content: "";
  margin-left: -4em;
  color: #161616;
}

.idea-illu-metamask-horizontal .path3:before {
  content: "";
  margin-left: -4em;
  color: #161616;
}

.idea-illu-metamask-horizontal .path4:before {
  content: "";
  margin-left: -4em;
  color: #161616;
}

.idea-illu-metamask-horizontal .path5:before {
  content: "";
  margin-left: -4em;
  color: #161616;
}

.idea-illu-metamask-horizontal .path6:before {
  content: "";
  margin-left: -4em;
  color: #161616;
}

.idea-illu-metamask-horizontal .path7:before {
  content: "";
  margin-left: -4em;
  color: #161616;
}

.idea-illu-metamask-horizontal .path8:before {
  content: "";
  margin-left: -4em;
  color: #161616;
}

.idea-illu-metamask-horizontal .path9:before {
  content: "";
  margin-left: -4em;
  color: #cdbdb2;
}

.idea-illu-metamask-horizontal .path10:before {
  content: "";
  margin-left: -4em;
  color: #cdbdb2;
}

.idea-illu-metamask-horizontal .path11:before {
  content: "";
  margin-left: -4em;
  color: #393939;
}

.idea-illu-metamask-horizontal .path12:before {
  content: "";
  margin-left: -4em;
  color: #f89c35;
}

.idea-illu-metamask-horizontal .path13:before {
  content: "";
  margin-left: -4em;
  color: #f89d35;
}

.idea-illu-metamask-horizontal .path14:before {
  content: "";
  margin-left: -4em;
  color: #d87c30;
}

.idea-illu-metamask-horizontal .path15:before {
  content: "";
  margin-left: -4em;
  color: #ea8d3a;
}

.idea-illu-metamask-horizontal .path16:before {
  content: "";
  margin-left: -4em;
  color: #f89d35;
}

.idea-illu-metamask-horizontal .path17:before {
  content: "";
  margin-left: -4em;
  color: #eb8f35;
}

.idea-illu-metamask-horizontal .path18:before {
  content: "";
  margin-left: -4em;
  color: #ea8e3a;
}

.idea-illu-metamask-horizontal .path19:before {
  content: "";
  margin-left: -4em;
  color: #d87c30;
}

.idea-illu-metamask-horizontal .path20:before {
  content: "";
  margin-left: -4em;
  color: #eb8f35;
}

.idea-illu-metamask-horizontal .path21:before {
  content: "";
  margin-left: -4em;
  color: #e8821e;
}

.idea-illu-metamask-horizontal .path22:before {
  content: "";
  margin-left: -4em;
  color: #dfcec3;
}

.idea-illu-metamask-horizontal .path23:before {
  content: "";
  margin-left: -4em;
  color: #dfcec3;
}

.idea-illu-metamask-horizontal .path24:before {
  content: "";
  margin-left: -4em;
  color: #393939;
}

.idea-illu-metamask-horizontal .path25:before {
  content: "";
  margin-left: -4em;
  color: #e88f35;
}

.idea-illu-metamask-horizontal .path26:before {
  content: "";
  margin-left: -4em;
  color: #8e5a30;
}

.idea-illu-metamask-horizontal .path27:before {
  content: "";
  margin-left: -4em;
  color: #f89d35;
}

.idea-illu-metamask-horizontal .path28:before {
  content: "";
  margin-left: -4em;
  color: #d87c30;
}

.idea-illu-metamask-horizontal .path29:before {
  content: "";
  margin-left: -4em;
  color: #ea8d3a;
}

.idea-illu-metamask-horizontal .path30:before {
  content: "";
  margin-left: -4em;
  color: #f89d35;
}

.idea-illu-metamask-horizontal .path31:before {
  content: "";
  margin-left: -4em;
  color: #eb8f35;
}

.idea-illu-metamask-horizontal .path32:before {
  content: "";
  margin-left: -4em;
  color: #ea8e3a;
}

.idea-illu-metamask-horizontal .path33:before {
  content: "";
  margin-left: -4em;
  color: #d87c30;
}

.idea-illu-metamask-horizontal .path34:before {
  content: "";
  margin-left: -4em;
  color: #eb8f35;
}

.idea-illu-metamask-horizontal .path35:before {
  content: "";
  margin-left: -4em;
  color: #e8821e;
}

.idea-illu-metamask-horizontal .path36:before {
  content: "";
  margin-left: -4em;
  color: #393939;
}

.idea-illu-metamask-horizontal .path37:before {
  content: "";
  margin-left: -4em;
  color: #e88f35;
}

.idea-illu-metamask-horizontal .path38:before {
  content: "";
  margin-left: -4em;
  color: #8e5a30;
}

.idea-illu-visa .path1:before {
  content: "";
  color: #00579f;
}

.idea-illu-visa .path2:before {
  content: "";
  margin-left: -1em;
  color: #00579f;
}

.idea-illu-visa .path3:before {
  content: "";
  margin-left: -1em;
  color: #00579f;
}

.idea-illu-visa .path4:before {
  content: "";
  margin-left: -1em;
  color: #00579f;
}

.idea-illu-visa .path5:before {
  content: "";
  margin-left: -1em;
  color: #faa61a;
}

.idea-illu-wallet-connect .path1:before {
  content: "";
  color: #3999fa;
}

.idea-illu-wallet-connect .path2:before {
  content: "";
  margin-left: -4em;
  color: #3a99fb;
}

.idea-image:before {
  content: "";
}

.idea-image-file:before {
  content: "";
}

.idea-insight:before {
  content: "";
}

.idea-interview:before {
  content: "";
}

.idea-linkedin:before {
  content: "";
}

.idea-lock:before {
  content: "";
}

.idea-logo-hackathon:before {
  content: "";
}

.idea-logout:before {
  content: "";
}

.idea-mail:before {
  content: "";
}

.idea-menu:before {
  content: "";
}

.idea-message:before {
  content: "";
}

.idea-message-phone:before {
  content: "";
}

.idea-mic-off:before {
  content: "";
}

.idea-mic-on:before {
  content: "";
}

.idea-nocam:before {
  content: "";
}

.idea-people:before {
  content: "";
}

.idea-play:before {
  content: "";
}

.idea-presenatation:before {
  content: "";
}

.idea-prez-project:before {
  content: "";
}

.idea-profile:before {
  content: "";
}

.idea-project:before {
  content: "";
}

.idea-question:before {
  content: "";
}

.idea-replay:before {
  content: "";
}

.idea-screenshot:before {
  content: "";
}

.idea-skype:before {
  content: "";
}

.idea-sound-off:before {
  content: "";
}

.idea-sound-on:before {
  content: "";
}

.idea-tic:before {
  content: "";
}

.idea-timer:before {
  content: "";
}

.idea-trash:before {
  content: "";
}

.idea-trash-circle:before {
  content: "";
}

.idea-try-it:before {
  content: "";
}

.idea-twitter:before {
  content: "";
}

.idea-txt:before {
  content: "";
}

.idea-url:before {
  content: "";
}

.idea-valid:before {
  content: "";
}

.idea-visitus:before {
  content: "";
}

.idea-vote:before {
  content: "";
}

.idea-wallet:before {
  content: "";
}

.idea-www:before {
  content: "";
}

.idea-zoom:before {
  content: "";
}

.idt-page-top {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 380px;
  background-color: var(--main-color-darkest);
  overflow: hidden;
}

@media only screen and (max-width: 639px) {
  .idt-page-top {
    flex-flow: column;
  }
}

@media only screen and (max-width: 639px) {
  .idt-page-top--small {
    min-height: auto;
  }
}

@media only screen and (min-width: 640px) {
  .idt-page-top--small {
    min-height: 100px;
  }
}

.idt-page-top__header {
  flex: 1 0 auto;
  width: 100%;
  z-index: 1;
}

.idt-page-top__header .row {
  justify-content: center;
}

.idt-page-top__search {
  margin: 0;
  padding-right: 2.2rem;
  color: var(--white);
  background-color: var(--white-alpha20);
  border: none;
}

.idt-page-top__search::-moz-placeholder {
  color: var(--white);
}

.idt-page-top__search::placeholder {
  color: var(--white);
}

.idt-page-top__search:focus {
  border: none;
  background-color: var(--white-alpha20);
}

.idt-page-top__search__container {
  position: relative;
}

@media only screen and (max-width: 639px) {
  .idt-page-top__search__container {
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 640px)and (max-width: 1023px) {
  .idt-page-top__search__container {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 1023px) {
  .idt-page-top__search__container {
    order: 2;
  }
}

@media only screen and (min-width: 1024px) {
  .idt-page-top__search__container {
    flex: 0 0 33%;
  }
}

.idt-page-top__search__container:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  color: var(--white);
  font-family: var(--ideacons-font);
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.idt-page-top__title {
  margin: 0;
  color: var(--white);
  font-family: var(--title-font-family);
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .idt-page-top__title {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}

@media only screen and (min-width: 640px)and (max-width: 1023px) {
  .idt-page-top__title {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 1023px) {
  .idt-page-top__title {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .idt-page-top__title {
    font-size: 2.125rem;
  }
}

@media only screen and (max-width: 1023px) {
  .idt-page-top__title__container {
    flex: 0 0 100%;
    order: 1;
  }
}

.idt-page-top__actions {
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .idt-page-top__actions {
    order: 3;
  }
}

@media only screen and (min-width: 1024px) {
  .idt-page-top__actions {
    flex: 0 0 33%;
  }
}

.idt-page-top__actions:not(.is-column) {
  align-items: center;
}

@media only screen and (max-width: 639px) {
  .idt-page-top__actions:not(.is-column) {
    justify-content: center;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 640px) {
  .idt-page-top__actions:not(.is-column) {
    justify-content: flex-end;
  }
}

.idt-page-top__actions.is-column {
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

.idt-page-top__actions .switch-view {
  margin: 0;
  padding: .6rem 1.1rem;
  color: var(--main-color-dark);
  background: var(--main-color-lighter);
  border-radius: var(--global-radius);
  font-size: var(--rem-size-14);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  transition: all .3s ease-in-out;
}

.idt-page-top__actions .switch-view span {
  margin: 0 .3rem;
  vertical-align: text-top;
}

.idt-page-top__actions .switch-view:hover {
  color: var(--white);
  background: var(--main-color);
}

.idt-page-top__actions .switch-view *:last-child {
  margin-left: .4rem;
}

.idt-page-top__actions .button {
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
}

.idt-page-top__actions .button:not(:last-child) {
  margin-right: .5rem;
}

.idt-page-top__actions .button.has-separator {
  position: relative;
  margin-left: 3rem;
}

.idt-page-top__actions .button.has-separator:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.5rem;
  height: 1.5rem;
  border-right: 1px solid var(--grey);
  transform: translate(-50%, -50%);
}

.idt-page-top__actions .link {
  font-size: 1.1rem;
  font-weight: 700;
  white-space: nowrap;
}

.idt-page-top-mobile {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 35px;
  background-color: var(--main-color);
  overflow: hidden;
  z-index: 10;
}

@media only screen and (min-aspect-ratio: 13/9) {
  .idt-page-top-mobile.conference-top {
    display: none;
  }
}

.idt-page-top-mobile .idt-page-top {
  color: #fff;
}

.idt-page-top-mobile .idt-page-top__blur {
  display: none;
}

.idt-page-section {
  display: flex;
  align-items: center;
  min-height: 122px;
}

.idt-page-section__content {
  flex: 1 1 auto;
}

.idt-page-section__content:not(.align-middle) {
  align-items: flex-end;
}

@media only screen and (max-width: 639px) {
  .idt-page-section__left {
    margin-bottom: 1.5rem;
  }
}

.idt-page-section__right {
  text-align: right;
}

.idt-page-section__title {
  margin: 0;
  font-family: var(--title-font-family);
  font-weight: 300;
}

@media only screen and (max-width: 639px) {
  .idt-page-section__title {
    font-size: 1.35rem;
  }
}

@media only screen and (min-width: 640px)and (max-width: 1023px) {
  .idt-page-section__title {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1024px) {
  .idt-page-section__title {
    font-size: 2.1875rem;
    line-height: 1;
  }
}

.idt-page-section__filters {
  margin-top: -30px;
  text-align: right;
}

.idt-page-section__filters__label {
  font-size: .9rem;
  font-weight: 300;
}

.idt-page-section__filters__button {
  min-width: 100px;
  padding: var(--rem-size-4) var(--rem-size-8);
  border: none;
  background-color: #fff;
  font-size: 13px;
}

.idt-page-section__filters__button:hover,
.idt-page-section__filters__button:active,
.idt-page-section__filters__button.active {
  background-color: var(--main-color);
  color: #fff;
}

.idt-page-section__filters .button-group {
  justify-content: flex-end;
  margin: 0;
}

.idt-page-section__filters .button-group .button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.idt-page-section__filters .button-group .button:first-child {
  border-radius: var(--global-radius) 0 0 var(--global-radius);
}

.idt-page-section__filters .button-group .button:last-child {
  border-radius: 0 var(--global-radius) var(--global-radius) 0;
}

.idt-page-section__filters .button-group .button:first-child:last-child {
  border-radius: var(--global-radius);
}

.idt-page-section__tags {
  text-align: right;
}

.idt-page-section__tags__label {
  font-size: .9rem;
  font-weight: 300;
}

.idt-page-section__tag-list {
  margin-top: .5rem;
}

.idt-page-section__tag-list__tag {
  display: inline-block;
  height: 30px;
  margin-left: .5rem;
  padding: .5rem;
  color: var(--main-color-dark);
  background-color: var(--main-color-alpha20);
  border-radius: 0;
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  cursor: pointer;
}

.idt-page-section__tag-list__tag.hollow {
  color: #fff;
  background-color: var(--main-color);
}

.idt-page-section .button--back {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.idt-page-section .button--back i {
  display: inline-block;
  margin-right: .5rem;
  font-size: 1.2rem;
  vertical-align: text-bottom;
}

.idt-page__no-item {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
}

.idt-page.idt-page-profile .page__alerts__container {
  --top: calc(var(--menu-height) + 55px);
  top: var(--top);
  max-height: calc(100vh - var(--top));
}

.old-browsers {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}

.old-browsers .page__content {
  flex-grow: 1;
  background-color: #e5e5e5;
}

.old-browsers__page {
  padding: 3.5rem 0;
  background-color: #e5e5e5;
}

.old-browsers__page__content {
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 639px) {
  .old-browsers__page__content {
    padding: 1rem;
  }
}

@media only screen and (min-width: 640px)and (max-width: 991px) {
  .old-browsers__page__content {
    padding: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .old-browsers__page__content {
    max-width: 650px;
  }
}

.old-browsers__page__content__header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.old-browsers__page__warn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  min-width: 88px;
  margin-right: 2rem;
  background-color: #fbd9d8;
  border-radius: 50px;
  font-size: 22px;
}

.old-browsers__page__warn i {
  color: red;
}

.old-browsers__page__title {
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
}

.old-browsers__page__list {
  margin-bottom: 24px;
}

.old-browsers__page__info {
  display: flex;
  width: 100%;
  padding: 24px;
  background-color: #d1d1d1;
  border-radius: 5px;
}

.old-browsers__page__info__text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.old-browsers__page__info__text h4 {
  color: #000;
  font-size: 1rem;
}

.browser-support-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 6.75rem;
  margin-bottom: 4px;
  padding: 24px;
  color: #000;
  box-shadow: 0px 2px 3px 0px rgba(36,38,54,.1607843137);
  border-radius: 5px;
}

.browser-support-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #d6f4f5;
  border-radius: 50px;
}

.browser-support-card__icon img {
  height: 20px;
  width: 20px;
}

.browser-support-card__name {
  display: flex;
  flex-grow: 1;
  margin-left: 1rem;
  font-weight: bold;
}

.browser-support-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 9px 24px;
  background-color: #d6f4f5;
  font-weight: bold;
  color: #2daeb2;
  font-size: 14px;
  border-radius: 50px;
}

.browser-support-card__link i {
  margin-left: 1rem;
}

.browser-support-card--no-shadow {
  border: 1px solid #d1d1d1;
  box-shadow: none;
}

.browser-support-card--no-border {
  padding: 0 !important;
  border: none;
}

.upload-default .upload-file__progress {
  font-size: 12px;
}

.color-primary {
  color: var(--main-color);
}

.color-secondary {
  color: var(--secondary-color);
}

.color-danger {
  color: var(--danger-color);
}

.color-info {
  color: var(--info-color);
}

.color-success {
  color: var(--success-color);
}

.color-warning {
  color: var(--warning-color);
}

.hide {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  .hide-from-slarge {
    display: none !important;
  }
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.no-margin {
  margin: 0;
}

.fs__image-upload {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid var(--main-color);
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 639px) {
  .fs__image-upload {
    height: 30vh;
  }
}

@media only screen and (min-width: 640px) {
  .fs__image-upload {
    height: 300px;
  }
}

.fs__image-upload--logo,
.fs__image-upload--favicon {
  height: 150px;
  background-size: contain;
}

.fs__image-upload--logo {
  max-width: 250px;
}

.fs__image-upload--favicon {
  max-width: 150px;
}

@media only screen and (max-width: 639px) {
  .fs__image-upload--banner {
    height: 25vh;
  }
}

@media only screen and (min-width: 640px) {
  .fs__image-upload--banner {
    height: 290px;
  }
}

.fs__image-upload__label {
  display: block;
  width: 100%;
  height: 100%;
}

.fs__image-upload__label__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

.fs__image-upload__label.is-set {
  color: var(--white);
  background-color: var(--black-alpha70);
  opacity: 0;
}

.fs__image-upload__label.is-set:hover {
  opacity: 1;
}

.fs__image-upload__button {
  text-align: center;
}

.fs__image-upload__button__spec {
  margin-top: var(--rem-size-16);
  font-size: .8rem;
  text-align: center;
}

.fs__image-upload__delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: .5rem;
  color: var(--white);
  border-bottom-left-radius: var(--global-radius);
  background-color: var(--danger-color);
  font-size: 1.2rem;
  text-align: center;
  line-height: 14px;
  cursor: pointer;
}

.file-preview {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.file-preview__figure,
.file-preview__file {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: var(--global-radius);
}

.file-preview__figure {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.file-preview__file {
  position: relative;
  background-color: var(--grey-lighter);
  text-align: center;
}

.file-preview__file__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--grey);
  font-size: 50px;
  transform: translate(-50%, -50%);
}

.file-preview__button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-color: var(--danger-color);
  border: none;
  border-radius: var(--global-radius) 0;
  text-align: center;
  z-index: 5;
  transition: all ease .4s;
  cursor: pointer;
}

.file-preview__button__icon {
  color: var(--white);
}

.file-preview__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: var(--global-radius);
  background-color: var(--black-alpha40);
  text-align: center;
  opacity: 0;
  transition: all ease .4s;
  z-index: 4;
}

.file-preview__overlay:hover {
  opacity: 1;
}

.file-preview__overlay__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  color: var(--white);
  transform: translate(-50%, -50%);
}

.idt-input-price {
  flex: 1 1 auto;
  position: relative;
}

.idt-input-price input {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 38px;
  padding: 8px;
  margin-bottom: 0;
  border: solid 1px var(--grey);
  font-size: 13px;
  text-align: right;
}

.idt-input-price input::-webkit-inner-spin-button,
.idt-input-price input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.idt-input-price input.price {
  padding-right: 38px;
}

.idt-input-price .currency {
  position: absolute;
  right: 10px;
  top: 12px;
  color: var(--black);
  font-size: 11px;
  font-weight: var(--font-weight-medium);
  font-style: normal;
  line-height: 17px;
}

.idt-account-complete {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .idt-account-complete {
    flex-direction: column;
  }
}

.idt-account-complete__side {
  flex: 1 1 auto;
}

@media only screen and (min-width: 992px) {
  .idt-account-complete__side {
    width: 45%;
    padding: 0 40px;
    border-left: 1px solid var(--grey);
  }
}

.idt-account-complete__side:first-child {
  padding-left: 0;
  border: none;
}

.idt-account-complete__side:last-child {
  padding-right: 0;
}

.idt-account-complete__side--mentor {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--grey);
}

@media only screen and (min-width: 992px) {
  .idt-account-complete__side--mentor {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

.idt-account-complete__upload-avatar-block {
  flex: 0 0 auto;
  max-width: 140px;
}

@media only screen and (max-width: 639px) {
  .idt-account-complete__upload-avatar-block {
    margin-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 640px) {
  .idt-account-complete__upload-avatar-block {
    margin-right: 40px;
  }
}

.idt-account-complete__upload-avatar-block .required-field {
  border-radius: 100%;
  box-shadow: 0 0 0 1px var(--secondary-color);
}

@media only screen and (min-width: 640px) {
  .idt-account-complete__upload-avatar-block .required-field {
    position: relative;
  }
}

@media only screen and (min-width: 640px) {
  .idt-account-complete__upload-avatar-block .required-field required-field {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
}

.idt-account-complete__upload-avatar-block .required-field required-field div {
  text-align: center;
}

.idt-account-complete__avatar__container {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}

.idt-account-complete__avatar__container .idt-spiner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.idt-account-complete__avatar__delete {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  color: var(--secondary-color);
  background-color: rgba(0,0,0,.75);
  transition: all .3s ease;
  cursor: pointer;
  opacity: 0;
}

.idt-account-complete__avatar__delete__label {
  display: block;
  margin-top: .5rem;
}

.idt-account-complete__avatar__delete .ideacons {
  font-size: 2rem;
}

.idt-account-complete__avatar__container:hover .idt-account-complete__avatar__delete {
  opacity: 1;
}

.idt-account-complete__upload-avatar {
  display: block;
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
}

.idt-account-complete__upload-avatar .upload-file,
.idt-account-complete__upload-avatar .upload-file__btn {
  height: 140px;
  width: 140px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  overflow: hidden;
}

.idt-account-complete__upload-avatar .upload-file:hover,
.idt-account-complete__upload-avatar .upload-file:focus,
.idt-account-complete__upload-avatar .upload-file__btn:hover,
.idt-account-complete__upload-avatar .upload-file__btn:focus {
  background: none;
}

.idt-account-complete__upload-avatar .upload-file:focus,
.idt-account-complete__upload-avatar .upload-file__btn:focus {
  outline: none;
}

.idt-account-complete__upload-avatar .upload-file span,
.idt-account-complete__upload-avatar .upload-file__btn span {
  display: inline-block;
  position: relative;
}

.idt-account-complete__upload-avatar .upload-file .upload-file__label,
.idt-account-complete__upload-avatar .upload-file .upload-file__progress,
.idt-account-complete__upload-avatar .upload-file__btn .upload-file__label,
.idt-account-complete__upload-avatar .upload-file__btn .upload-file__progress {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: var(--main-color);
  line-height: 38px;
}

.idt-account-complete__upload-avatar .upload-file .idt-spinner,
.idt-account-complete__upload-avatar .upload-file idt-spiner,
.idt-account-complete__upload-avatar .upload-file__btn .idt-spinner,
.idt-account-complete__upload-avatar .upload-file__btn idt-spiner {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.idt-account-complete__upload-avatar:hover .idt-account-complete__upload-icon {
  background-color: var(--main-color-dark);
}

.idt-account-complete__upload-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 125px;
  left: 50%;
  background-color: var(--main-color);
  border: 5px solid #fff;
  border-radius: 50%;
  font-size: 1.25em;
  transform: translate(-50%);
}

.idt-account-complete__upload-icon:before {
  position: absolute;
  display: block;
  left: 49%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.idt-account-complete__wrap-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  color: var(--grey);
  background-color: #fff;
  border: 1px solid var(--grey);
  border-radius: 100%;
  overflow: hidden;
}

.idt-account-complete__wrap-avatar img {
  width: 100%;
  min-height: 100%;
}

.idt-account-complete__wrap-avatar .ideacons {
  font-size: 3rem;
}

.idt-account-complete__wrap-avatar.required {
  border-color: var(--secondary-color);
}

.idt-account-complete__inputs-block {
  flex: 1 1 auto;
}

@media only screen and (max-width: 639px) {
  .idt-account-complete__inputs-block {
    width: 100%;
  }
}

.idt-account-complete__inputs-block .input-lastname {
  margin: 0;
}

.register__tags-btn {
  padding: 4px 12px;
  margin: 6px;
}

.register__tags-list img {
  width: 34px;
  height: 34px;
}

.register__tags-list input[type=checkbox] {
  float: right;
}

.register__tags-list label {
  width: 100%;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
}

.idt-account-complete__avatar-icon {
  font-size: 2.8em;
  display: block;
  margin-bottom: 5px;
}

.register__wrap-avatar-container {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 80%;
  line-height: 1.1;
  transform: translate(-50%, -50%);
}

.idt-account-complete .vue-tel-input input.required-field {
  box-shadow: 0 0 0 1px var(--secondary-color) !important;
}

.idt-account-professional-informations__title {
  width: 100%;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: var(--font-weight-medium);
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .idt-account-professional-informations__title {
    margin-top: 0;
    margin-bottom: 1.8rem;
  }
}

.idt-account-professional-informations .row {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.idt-account-professional-informations__company,
.idt-account-professional-informations__website,
.idt-account-professional-informations__job,
.idt-account-professional-informations__status {
  flex-grow: 1;
  width: 100%;
  margin: 0 10px;
}

@media only screen and (min-width: 992px) {
  .idt-account-professional-informations__company,
  .idt-account-professional-informations__website,
  .idt-account-professional-informations__job,
  .idt-account-professional-informations__status {
    flex-basis: calc(50% - 20px);
  }
}

.idt-account-tags__title {
  margin-top: 1.8rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: var(--font-weight-medium);
  text-align: center;
  text-transform: uppercase;
}

.idt-account-tags__list {
  display: flex;
  flex-flow: row wrap;
}

.idt-account-tags__list.required-field {
  box-shadow: 0 0 0 1px var(--secondary-color);
}

.idt-account-tags__list__item {
  display: inline-block;
  flex: 1 1 auto;
  min-width: calc((100% - 2rem)/4);
  height: 30px;
  margin: .25rem;
  padding: .5rem;
  color: var(--grey);
  background-color: var(--grey-alpha20);
  border: 0;
  border-radius: 0;
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  outline: none;
  cursor: pointer;
  transition: all .3s ease;
}

.idt-account-tags__list__item:hover,
.idt-account-tags__list__item.selected {
  color: var(--main-color-dark);
  background-color: var(--main-color-alpha20);
}

.wizz {
  animation: wizz .3s ease-in-out 1 backwards !important;
}

@keyframes wizz {
  0% {
    transform: translateX(-3vw) rotate(-5deg);
  }

  15% {
    transform: translateX(3vw) rotate(0deg);
  }

  30% {
    transform: translateX(-3vw) rotate(5deg);
  }

  45% {
    transform: translateX(3vw) rotate(0deg);
  }

  60% {
    transform: translateX(-3vw) rotate(-5deg);
  }

  75% {
    transform: translateX(3vw) rotate(0deg);
  }

  90% {
    transform: translateX(-3vw) rotate(5deg);
  }

  100% {
    transform: translateX(0) rotate(0deg);
  }
}

.idt-messenger-invitation-modal {
  display: block;
  position: absolute;
  top: 44px;
  width: 100%;
  height: calc(100% - 44px);
  background-color: var(--grey-lightest);
  border-top: solid 1px var(--grey-light);
  z-index: 999;
}

.idt-messenger-invitation-modal .idt-invitation__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 12px;
  background-color: var(--white);
  border-bottom: solid 1px var(--grey-light);
}

.idt-messenger-invitation-modal .idt-invitation__header .idt-invitation__back-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.idt-messenger-invitation-modal .idt-invitation__header .idt-invitation__back-btn i {
  color: var(--main-color);
  font-size: 1.4rem;
}

.idt-messenger-invitation-modal .idt-invitation__header .idt-invitation__header-title {
  width: calc(100% - 20px);
  padding-right: 20px;
  text-align: center;
}

.idt-messenger-invitation-modal .idt-invitation__container {
  width: 100%;
  height: calc(100% - 44px - 66px);
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__toolbar {
  margin: 0 15px;
  border-bottom: solid 1px var(--grey-light);
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__toolbar .idt-history__toolbar__searchbar {
  margin-left: 0;
  padding: 15px 0;
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__toolbar .idt-history__toolbar__searchbar input {
  margin-bottom: 0;
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__user__container {
  height: calc(100% - 80px);
  padding: 0 15px;
  overflow: auto;
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__user__container .idt-invitation__user__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__user__container .idt-invitation__user__list li {
  display: flex;
  border-bottom: solid 1px var(--grey-light);
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__user__container .idt-invitation__user__list li:last-child {
  border-bottom: none;
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__user__container .idt-invitation__user__list .idt-invitation__user__card {
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__user__container .idt-invitation__user__list .idt-invitation__user__avatar {
  flex: 0 0 auto;
  position: relative;
  width: 41px;
  height: 41px;
  background-color: var(--white);
  border: 2px solid var(--white);
  border-radius: 100%;
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__user__container .idt-invitation__user__list .idt-invitation__user__content {
  flex: 1 1 auto;
  padding: 0 .75rem;
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__user__container .idt-invitation__user__list .idt-invitation__user__name {
  color: var(--black);
  font-size: 1.05rem;
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__user__container .idt-invitation__user__list .idt-invitation__user__tag {
  color: var(--black-aplha70);
  font-size: .75rem;
  text-transform: uppercase;
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__user__container .idt-invitation__user__list .idt-invitation__user__tag .mentor {
  color: var(--main-color);
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__user__container .idt-invitation__user__list .idt-invitation__user__tag .mentor__line {
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 .5rem;
  background-color: var(--grey-dark);
  vertical-align: middle;
}

.idt-messenger-invitation-modal .idt-invitation__container .idt-invitation__user__container .idt-invitation__user__list .idt-invitation__user__actions {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: 0 0 auto;
  font-size: 1.2rem;
}

.idt-messenger-invitation-modal .idt-invitation__validation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  background-color: var(--main-color);
  border-radius: 0;
  cursor: pointer;
}

.idt-messenger-invitation-modal .idt-invitation__validation .idea-ht-checked {
  margin-left: .25rem;
  font-size: .8rem;
}

.chat-hiring-modal {
  display: block;
  position: relative;
  width: 100%;
  background-color: var(--white);
  border-bottom: 2px solid var(--main-color);
  z-index: 1;
}

.chat-hiring-modal__content {
  padding: .9rem 40px;
  background-color: var(--main-color-lighter);
}

.chat-hiring-modal__text {
  margin-bottom: .25rem;
  color: var(--grey-darkest);
  font-weight: var(--font-weight-medium);
  text-align: center;
}

.chat-hiring-modal__timer {
  margin-bottom: .5rem;
  color: var(--grey-darkest);
  font-size: .9rem;
  font-weight: var(--font-weight-medium);
  text-align: center;
}

.chat-hiring-modal__timer .ideacons {
  margin-right: .25rem;
}

.chat-hiring-modal__actions {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.chat-hiring-modal__actions .ideacons {
  vertical-align: middle;
}

.chat-hiring-modal .button {
  margin: 0 .25rem !important;
  padding: .25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-hiring-modal .button .idea-ht-checked,
.chat-hiring-modal .button .idea-ht-close {
  margin-left: .25rem;
  font-size: .8rem;
}

.idt-history-card {
  position: relative;
  min-height: 115px;
  margin-bottom: .5rem;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  cursor: pointer;
  transition: all .3s ease;
}

.idt-history-card--hiring {
  border-bottom: 2px solid var(--main-color);
}

.idt-history-card:hover {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.idt-history-card__container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  min-height: 115px;
  padding: 25px 15px;
}

.idt-history-card__avatar {
  flex: 0 0 auto;
  position: relative;
}

.idt-history-card__avatar__project {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.idt-history-card__avatar__project--no-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--grey-darkest-alpha20);
  font-size: 2.25rem;
  text-transform: uppercase;
}

.idt-history-card__unread {
  width: 21px;
  height: 21px;
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 50%;
  font-size: .7rem;
  text-align: center;
  line-height: 21px;
  position: absolute;
  top: 0;
  transform: translate(-4px, -10px);
  left: 0;
}

.idt-history-card__content {
  flex: 1 1 auto;
  padding: 0 .75rem;
}

.idt-history-card__title {
  margin-bottom: .25rem;
  color: var(--grey-darkest);
  line-height: 1;
}

.idt-history-card__title .user-tag {
  color: var(--grey-dark);
  text-transform: uppercase;
}

.idt-history-card__title .user-tag--mentor {
  color: var(--main-color);
}

.idt-history-card__title .idt-history-card__sub-title {
  display: block;
  margin-top: .25rem;
  color: var(--grey-darker);
  font-size: .9rem;
  font-weight: var(--font-weight-bold);
}

.idt-history-card__last-msg {
  color: var(--grey-dark);
  font-size: .75rem;
  word-break: break-all;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.idt-history-card__last-msg.unread {
  color: #000;
  font-weight: var(--font-weight-medium);
}

.idt-history-card__icon {
  color: var(--main-color);
}

.idt-history-card__status {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 64px;
  height: 18px;
  padding: 2px 5px;
  color: #fff;
  background-color: var(--grey);
  font-size: .7rem;
  text-transform: uppercase;
  line-height: 1;
}

.idt-history-card__status--conf {
  background-color: var(--warning-color);
}

.idt-history-card__status--accepted {
  color: var(--success-color);
  background-color: var(--success-color-alpha20);
}

.idt-history-card__status--declined {
  color: var(--danger-color);
  background-color: var(--danger-color-alpha20);
}

.idt-history-card__status-project-logo {
  width: 14px;
  height: 14px;
  display: inline-block;
}

.idt-history-card__project-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 210px);
}

.error-page__content {
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .error-page__content {
    padding: 1rem;
  }
}

@media only screen and (min-width: 640px)and (max-width: 991px) {
  .error-page__content {
    padding: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .error-page__content {
    max-width: 650px;
  }
}

.error-page__title {
  margin: .5rem 0;
  color: var(--black);
  font-weight: var(--font-weight-bold);
}

@media only screen and (max-width: 991px) {
  .error-page__title {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .error-page__title {
    font-size: 2.9rem;
  }
}

.error-page__text {
  color: var(--main-color-darkest);
  font-weight: var(--font-weight-medium);
}

@media only screen and (max-width: 991px) {
  .error-page__text {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .error-page__text {
    font-size: 1.25rem;
  }
}

.error-page .no-entry-sign {
  position: relative;
  background-image: radial-gradient(circle at 50% 50%, #ff4242, #d91919);
  border: .5vw solid var(--white);
  border-radius: 100%;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

@media only screen and (max-width: 639px) {
  .error-page .no-entry-sign {
    width: 20vw;
    height: 20vw;
    border: 1vw solid var(--white);
  }
}

@media only screen and (min-width: 640px) {
  .error-page .no-entry-sign {
    width: 10vw;
    height: 10vw;
    border: .5vw solid var(--white);
  }
}

.error-page .no-entry-sign:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--white);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 639px) {
  .error-page .no-entry-sign:after {
    width: 13vw;
    height: 3.5vw;
  }
}

@media only screen and (min-width: 640px) {
  .error-page .no-entry-sign:after {
    width: 6.5vw;
    height: 1.75vw;
  }
}

.faq__title {
  margin: 0;
  padding: 40px 20px;
  color: #fff;
  background-color: var(--main-color);
  font-weight: 300;
  text-align: center;
}

.faq__section--cat {
  padding: 40px 0 0 0;
  background-color: var(--grey-lighter);
}

.faq__section--answers {
  background-color: #fff;
}

.faq__cat {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 54px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  transition: all .3s ease;
}

.faq__cat:hover {
  box-shadow: 0 2px 2px 0 var(--main-color-alpha10),0 3px 1px -2px var(--main-color-alpha20),0 1px 5px 0 var(--main-color-alpha10),0 0 0 2px var(--main-color) inset;
}

.faq__cat__title {
  margin: 0;
  padding: 20px 20px 10px 20px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}

.faq__cat__list {
  margin: 0 20px;
  padding: 10px 0 20px 20px;
  border-top: 1px solid var(--grey-light);
}

.faq__cat li {
  font-size: 16px;
  line-height: 18px;
}

.faq__cat li:not(:last-child) {
  margin-bottom: 8px;
}

.faq__cat li:hover {
  color: var(--main-color);
}

.faq__cat li a {
  display: block;
  cursor: pointer;
}

.faq__cat li a:hover {
  color: var(--main-color);
}

.faq__cat__link {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 80px);
  padding: 5px 10px;
  color: #fff;
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
}

.faq__cat__link:hover {
  color: var(--main-color);
  background-color: rgba(0,0,0,0);
}

.faq__answers {
  margin-bottom: 20px;
  padding-top: 20px;
}

.faq__answers__title {
  margin: 0 0 20px 0;
  padding-top: 20px;
  color: var(--main-color);
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.faq__answer__question {
  margin: 0 0 5px 0;
  padding: 22px 0 5px 0;
  border-bottom: 1px solid var(--grey-light);
  font-size: 18px;
}

.modal-upload-preview {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
  padding: var(--rem-size-32) 1.5rem;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-upload-preview__dialog {
  padding-top: 2rem;
}

.modal-upload-preview__dialog.dialog--iframe {
  height: 100%;
}

.modal-upload-preview__dialog__content {
  position: relative;
}

.modal-upload-preview__dialog__content.content--image {
  display: inline-block;
}

.modal-upload-preview__dialog__content.content--iframe {
  height: 100%;
}

.modal-upload-preview__dialog__content__close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.modal-upload-preview__dialog__content__iframe {
  width: 100%;
  height: 100%;
}

.modal-upload-preview__close {
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

.modal-ip-filter__content {
  min-width: 720px;
}

.modal-ip-filter .required-field-text {
  color: #f14040;
  font-size: 9pt;
}

.bo-project-modal-settings__header,
.bo-project-modal-settings__footer {
  position: sticky;
  background-color: var(--white);
}

.bo-project-modal-settings__header {
  top: 0;
  border-bottom: 1px solid var(--grey);
  z-index: 10;
}

.bo-project-modal-settings__title {
  margin-bottom: 0;
  color: var(--black);
  font-weight: var(--font-weight-medium);
}

.bo-project-modal-settings__content {
  width: 100%;
  color: var(--grey-darker);
  font-size: var(--rem-size-16);
  font-weight: var(--font-weight-normal);
}

.bo-project-modal-settings__content__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--grey-darkest);
  font-size: var(--rem-size-14);
}

.bo-project-modal-settings__footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  border-top: 1px solid var(--grey);
}

.idt-sidebars-container {
  --chat-min-with: 320px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1000;
}

.idt-sidebars-container-sidebar {
  display: flex;
  flex-flow: row nowrap;
  flex: 0 0 auto;
  position: relative;
  height: 1rem;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

@media only screen and (max-width: 639px) {
  .idt-sidebars-container-sidebar {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) {
  .idt-sidebars-container-sidebar {
    margin-left: var(--rem-size-28);
    padding-left: var(--rem-size-26);
  }
}

@media only screen and (min-width: 640px)and (max-width: 1441px) {
  .idt-sidebars-container-sidebar {
    max-width: 390px;
  }
}

@media only screen and (min-width: 640px)and (max-width: 991px) {
  .idt-sidebars-container-sidebar.userOpen {
    max-width: 590px;
  }

  .idt-sidebars-container-sidebar.userOpen .idt-sidebars-container-toggle {
    display: none;
  }
}

.idt-sidebars-container-sidebar .header__input-dropdown {
  position: relative;
  width: 100%;
}

.idt-sidebars-container-sidebar .header__input-dropdown__input {
  position: relative;
  cursor: pointer;
}

.idt-sidebars-container-sidebar .header__input-dropdown__input__container {
  display: flex;
  align-items: center;
}

.idt-sidebars-container-sidebar .header__input-dropdown__input__container__title {
  margin-right: var(--rem-size-5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.idt-sidebars-container-sidebar .header__input-dropdown__pane-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--rem-size-8) var(--rem-size-20);
  font-size: var(--rem-size-14);
  border-bottom: 1px solid var(--grey);
}

.idt-sidebars-container-sidebar .header__input-dropdown__pane-row:last-child {
  border-bottom: none;
}

.idt-sidebars-container-sidebar .header__input-dropdown__pane-row:hover {
  background-color: var(--grey-light);
  cursor: pointer;
}

.idt-sidebars-container-sidebar .header__input-dropdown__pane-row .pane-row__label {
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.idt-sidebars-container-sidebar .header__input-dropdown .idt-dropdown--pane {
  width: 236px;
  max-height: 65vh;
  margin-top: var(--rem-size-5);
  padding: 0;
  color: var(--black);
  border: none;
  box-shadow: 2px 2px 5px var(--black-alpha20);
  overflow-y: auto;
}

.idt-sidebars-container-sidebar .header__input-dropdown .idt-dropdown {
  width: 100%;
}

.idt-sidebars-container-close {
  color: var(--main-color);
  font-size: 1.1rem;
  cursor: pointer;
}

.idt-sidebars-container-backdrop {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: calc(100vh - var(--menu-height));
  background: var(--black);
  opacity: .35;
}

.user-profile-enter-active,
.user-profile-leave-active {
  transition: width .3s ease;
}

.user-profile-enter,
.user-profile-leave-to {
  width: 0;
}



/*# sourceMappingURL=app.css.map*/