@charset "UTF-8";
@font-face {
  font-family: "Koverwatch";
  src: url(/public/fonts/bignoodletoo.woff2?) format("woff2"), url(/public/fonts/bignoodletoo.woff?) format("woff");
  font-weight: normal;
  font-style: normal;
}
a:focus,
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
:focus {
  outline: none;
}
blockquote {
  padding: 0;
  margin: 0;
}
button,
input,
select,
textarea {
  outline: none;
}
label {
  margin-bottom: 0;
}
ol,
p,
ul {
  margin: 0;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
ol li,
ul li {
  display: block;
}
dl {
  margin: 0;
}
dd,
dt {
  line-height: inherit;
}
dt {
  font-weight: inherit;
}
cite {
  font-style: normal;
}
form {
  margin-bottom: 0;
}
blockquote {
  padding-left: 0;
  border-left: 0;
}
address {
  margin-top: 0;
  margin-bottom: 0;
}
html p a:hover {
  text-decoration: none;
}
.modal {
  z-index: 1080;
}
.modal * + form {
  margin-top: 15px;
}
.modal-backdrop {
  z-index: 1079;
}
.shell,
.shell-fluid,
.shell-wide {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.shell,
.shell-wide {
  min-width: 300px;
  max-width: 480px;
}
@media (min-width: 768px) {
  .shell,
  .shell-wide {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .shell,
  .shell-wide {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .shell,
  .shell-wide {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .shell-wide {
    max-width: 1600px;
  }
}
.range {
  margin-left: -15px;
  margin-right: -15px;
}
.range > .range {
  margin-left: 0;
  margin-right: 0;
}
.range-spacer {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="cell-"] {
  padding-left: 15px;
  padding-right: 15px;
}
* + .range,
html.lt-ie-10 * + .range {
  margin-top: 50px;
}
* + .range-sm,
html.lt-ie-10 * + .range-sm {
  margin-top: 30px;
}
* + .range-lg,
html.lt-ie-10 * + .range-lg {
  margin-top: 60px;
}
.range-condensed,
html.lt-ie-10 .range-condensed {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.range-condensed > [class*="cell"],
html.lt-ie-10 .range-condensed > [class*="cell"] {
  padding-left: 0;
  padding-right: 0;
}
.range-condensed > * + [class*="cell"],
html.lt-ie-10 .range-condensed > * + [class*="cell"] {
  margin-top: 0;
  margin-bottom: 0;
}
.range-narrow,
html.lt-ie-10 .range-narrow {
  margin-left: -5px;
  margin-right: -5px;
}
.range-narrow > * + [class*="cell"],
.range-narrow > [class*="cell"],
html.lt-ie-10 .range-narrow > * + [class*="cell"],
html.lt-ie-10 .range-narrow > [class*="cell"] {
  padding-left: 5px;
  padding-right: 5px;
}
.range {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.range > .range {
  flex-basis: 100%;
  max-width: 100%;
}
.range-vertical {
  flex-direction: column;
}
.range > [class*="cell"] {
  flex: 0 0 auto;
  flex-basis: 100%;
  max-width: 100%;
}
.range-center {
  justify-content: center;
}
.range-left {
  justify-content: flex-start;
}
.range-right {
  justify-content: flex-end;
}
.range-justify {
  justify-content: space-between;
}
.range-around {
  justify-content: space-around;
}
.range-top {
  align-items: flex-start;
}
.range- {
  flex-direction: row;
}
.range-reverse {
  flex-direction: row-reverse;
}
.range-middle {
  align-items: center;
}
.range-bottom {
  align-items: flex-end;
}
.cell-top {
  align-self: flex-start;
}
.cell-middle {
  align-self: center;
}
.cell-bottom {
  align-self: flex-end;
}
.range > .cell-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.range > .cell-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.range > .cell-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.range > .cell-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.range > .cell-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.range > .cell-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.range > .cell-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.range > .cell-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.range > .cell-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.range > .cell-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.range > .cell-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.range > .cell-12 {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .range-xs-center {
    justify-content: center;
  }
  .range-xs-left {
    justify-content: flex-start;
  }
  .range-xs-right {
    justify-content: flex-end;
  }
  .range-xs-justify {
    justify-content: space-between;
  }
  .range-xs-around {
    justify-content: space-around;
  }
  .range-xs-top {
    align-items: flex-start;
  }
  .range-xs {
    flex-direction: row;
  }
  .range-xs-reverse {
    flex-direction: row-reverse;
  }
  .range-xs-middle {
    align-items: center;
  }
  .range-xs-bottom {
    align-items: flex-end;
  }
  .cell-xs-top {
    align-self: flex-start;
  }
  .cell-xs-middle {
    align-self: center;
  }
  .cell-xs-bottom {
    align-self: flex-end;
  }
  .range > .cell-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .range > .cell-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .range > .cell-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .range > .cell-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .range > .cell-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .range > .cell-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .range > .cell-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .range > .cell-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .range > .cell-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .range-sm-center {
    justify-content: center;
  }
  .range-sm-left {
    justify-content: flex-start;
  }
  .range-sm-right {
    justify-content: flex-end;
  }
  .range-sm-justify {
    justify-content: space-between;
  }
  .range-sm-around {
    justify-content: space-around;
  }
  .range-sm-top {
    align-items: flex-start;
  }
  .range-sm {
    flex-direction: row;
  }
  .range-sm-reverse {
    flex-direction: row-reverse;
  }
  .range-sm-middle {
    align-items: center;
  }
  .range-sm-bottom {
    align-items: flex-end;
  }
  .cell-sm-top {
    align-self: flex-start;
  }
  .cell-sm-middle {
    align-self: center;
  }
  .cell-sm-bottom {
    align-self: flex-end;
  }
  .range > .cell-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .range > .cell-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .range > .cell-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .range > .cell-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .range > .cell-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .range > .cell-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .range > .cell-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .range > .cell-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .range > .cell-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .range-md-center {
    justify-content: center;
  }
  .range-md-left {
    justify-content: flex-start;
  }
  .range-md-right {
    justify-content: flex-end;
  }
  .range-md-justify {
    justify-content: space-between;
  }
  .range-md-around {
    justify-content: space-around;
  }
  .range-md-top {
    align-items: flex-start;
  }
  .range-md {
    flex-direction: row;
  }
  .range-md-reverse {
    flex-direction: row-reverse;
  }
  .range-md-middle {
    align-items: center;
  }
  .range-md-bottom {
    align-items: flex-end;
  }
  .cell-md-top {
    align-self: flex-start;
  }
  .cell-md-middle {
    align-self: center;
  }
  .cell-md-bottom {
    align-self: flex-end;
  }
  .range > .cell-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .range > .cell-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .range > .cell-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .range > .cell-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .range > .cell-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .range > .cell-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .range > .cell-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .range > .cell-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .range > .cell-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .range-lg-center {
    justify-content: center;
  }
  .range-lg-left {
    justify-content: flex-start;
  }
  .range-lg-right {
    justify-content: flex-end;
  }
  .range-lg-justify {
    justify-content: space-between;
  }
  .range-lg-around {
    justify-content: space-around;
  }
  .range-lg-top {
    align-items: flex-start;
  }
  .range-lg {
    flex-direction: row;
  }
  .range-lg-reverse {
    flex-direction: row-reverse;
  }
  .range-lg-middle {
    align-items: center;
  }
  .range-lg-bottom {
    align-items: flex-end;
  }
  .cell-lg-top {
    align-self: flex-start;
  }
  .cell-lg-middle {
    align-self: center;
  }
  .cell-lg-bottom {
    align-self: flex-end;
  }
  .range > .cell-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .range > .cell-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .range > .cell-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .range > .cell-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .range > .cell-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .range > .cell-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .range > .cell-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .range > .cell-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .range > .cell-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .range-xl-center {
    justify-content: center;
  }
  .range-xl-left {
    justify-content: flex-start;
  }
  .range-xl-right {
    justify-content: flex-end;
  }
  .range-xl-justify {
    justify-content: space-between;
  }
  .range-xl-around {
    justify-content: space-around;
  }
  .range-xl-top {
    align-items: flex-start;
  }
  .range-xl {
    flex-direction: row;
  }
  .range-xl-reverse {
    flex-direction: row-reverse;
  }
  .range-xl-middle {
    align-items: center;
  }
  .range-xl-bottom {
    align-items: flex-end;
  }
  .cell-xl-top {
    align-self: flex-start;
  }
  .cell-xl-middle {
    align-self: center;
  }
  .cell-xl-bottom {
    align-self: flex-end;
  }
  .range > .cell-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .range > .cell-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .range > .cell-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .range > .cell-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .range > .cell-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .range > .cell-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .range > .cell-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .range > .cell-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .range > .cell-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1800px) {
  .range-xxl-center {
    justify-content: center;
  }
  .range-xxl-left {
    justify-content: flex-start;
  }
  .range-xxl-right {
    justify-content: flex-end;
  }
  .range-xxl-justify {
    justify-content: space-between;
  }
  .range-xxl-around {
    justify-content: space-around;
  }
  .range-xxl-top {
    align-items: flex-start;
  }
  .range-xxl {
    flex-direction: row;
  }
  .range-xxl-reverse {
    flex-direction: row-reverse;
  }
  .range-xxl-middle {
    align-items: center;
  }
  .range-xxl-bottom {
    align-items: flex-end;
  }
  .cell-xxl-top {
    align-self: flex-start;
  }
  .cell-xxl-middle {
    align-self: center;
  }
  .cell-xxl-bottom {
    align-self: flex-end;
  }
  .range > .cell-xxl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .range > .cell-xxl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .range > .cell-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-xxl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .range > .cell-xxl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .range > .cell-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-xxl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .range > .cell-xxl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .range > .cell-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-xxl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .range > .cell-xxl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .range > .cell-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
html.lt-ie-10 .range > [class^="cell"] {
  margin-left: auto;
  margin-right: auto;
}
.offset-top-30 {
  margin-top: 40px;
}
.offset-top-20 {
  margin-top: 20px;
}
.offset-top-15 {
  margin-top: 15px;
}
.section-sm {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page__content {
  position: relative;
  padding: 10px 30px 30px 53px;
  margin-left: 80px;
  max-width: 100%;
}
.page__content.p-0 {
  padding: 0;
}
.mobile .page__content {
  margin-left: 0;
  padding: 90px 10px 10px;
}
.mobile .page__content.menu-opened {
  margin-left: 0;
}
.page__content > div {
  height: 100%;
}
.page__content > div .page__content-body {
  height: 100%;
  overflow-x: auto;
}
.page__content > div .page__content-body::-webkit-scrollbar {
  height: 4px;
  border-radius: 5px;
}
.page__content > div .page__content-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.page__content > div .page__content-body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #06c2bc;
}
.page__content > div .page__content-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.page__content::-webkit-scrollbar {
  background-color: #fff;
  width: 8px;
  height: 8px;
}
.page__content::-webkit-scrollbar-track {
  background-color: #fff;
}
.page__content::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}
.page__content::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
}
.page__content::-webkit-scrollbar-thumb:hover {
  background-color: #babac0;
}
.page__content::-webkit-scrollbar-button {
  display: none;
}
.page__content.menu-opened {
  margin-left: 313px;
}
.page__content.fullwidth {
  margin-left: 0;
}
.page__content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
}
.page__content-header.with-prev-button {
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .page__content-header.with-prev-button {
    flex-direction: row !important;
    align-items: center;
    margin-bottom: 50px;
  }
}
.page__content-header.with-prev-button > * {
  width: 100%;
  margin-top: 20px;
}
.page__content-header.with-prev-button .filters-bar {
  margin-top: 0;
}
.mobile .page__content-header {
  max-width: 100%;
  flex-direction: column;
}
.page-brackets .page__content-header {
  max-width: 100%;
}
.page__header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px;
  background: #303030;
  z-index: 11;
  border-bottom: 1px solid #4b4b4b;
}
.page__header-profile {
  display: inline-block;
  margin-right: 40px;
}
.page__header-profile .dropdown__link,
.page__header-profile .dropdown__link:active,
.page__header-profile .dropdown__link:focus,
.page__header-profile .dropdown__link:hover {
  color: #303030;
}
.page__header-brand {
  display: flex;
  align-items: center;
}
.page__header-title {
  font-family: Koverwatch, serif;
  color: #06c2bc;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
}
.page__header-logo {
  display: inline-flex;
  align-self: flex-start;
  max-width: 40px;
  border-radius: 50%;
  margin-right: 25px;
  overflow: hidden;
  align-items: flex-start;
}
.page__header a,
.page__header a:active,
.page__header a:focus {
  color: #fff;
}
.page__header a:hover {
  color: #00e7df;
}
@media (max-width: 991px) {
  .page__header {
    padding: 10px 10px 10px 80px;
  }
  .page__header-logo {
    max-width: 30px;
    margin-right: 15px;
  }
  .page__header-profile {
    margin-right: 15px;
  }
  .page__header-title {
    font-size: 14px;
    line-height: 14px;
  }
}
.page__content-header_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #303030;
}
.page__navigation {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 200px;
  display: flex;
  flex-direction: column;
  background: #303030;
  padding: 80px 0 0;
  z-index: 10;
}
.page__navigation.closed {
  width: 80px;
}
.page__navigation-item.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.page__navigation-list a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  padding: 18px 17px 18px 27px;
}
.page__navigation-list a,
.page__navigation-list a:active,
.page__navigation-list a:focus {
  color: #fff;
}
.page__navigation-list a:hover {
  color: #00e7df;
}
.page__navigation-list a.router-link-exact-active,
.page__navigation-list a:hover {
  background-color: #1c1c1c;
}
.page__navigation-list a i {
  line-height: 0;
}
.page__navigation-list a i + span {
  margin-left: 12px;
}
.page__mobile-navigation .toggle-button {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  padding: 24px 19px;
  width: 18px;
  height: 2px;
  border: 0;
  box-sizing: content-box;
  background-clip: content-box;
  transition: background-color 0.5s ease-in-out 0.25s;
  background-color: #fff;
  z-index: 11;
}
.page__mobile-navigation .toggle-button:hover {
  cursor: pointer;
}
.page__mobile-navigation .toggle-button:after,
.page__mobile-navigation .toggle-button:before {
  position: relative;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  transition: transform 0.5s ease-in-out;
}
.page__mobile-navigation .toggle-button:before {
  top: -6px;
}
.page__mobile-navigation .toggle-button:after {
  bottom: -4px;
}
.page__mobile-navigation .toggle-button__text {
  display: none;
}
.page__mobile-navigation .toggle-button--active {
  background-color: hsla(0, 0%, 100%, 0);
  transition-delay: 0s;
}
.page__mobile-navigation .toggle-button--active:before {
  transform: translateY(6px) rotate(-225deg);
}
.page__mobile-navigation .toggle-button--active:after {
  transform: translateY(-6px) rotate(225deg);
}
.page__mobile-navigation.closed .page__navigation-list {
  transform: translateX(-100%);
}
.page__mobile-navigation .page__navigation-overlay {
  position: fixed;
  top: 50px;
  left: 0;
  height: 100%;
  width: 100%;
  background: #303030;
  opacity: 0.5;
  z-index: 9;
}
.page__mobile-navigation .page__navigation-list {
  position: fixed;
  top: 50px;
  left: 0;
  height: 100%;
  background: #303030;
  z-index: 10;
  min-width: 250px;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.page__mobile-navigation .page__navigation-list-item.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.page__mobile-navigation .page__navigation-list-list a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  padding: 18px 17px 18px 27px;
}
.page__mobile-navigation .page__navigation-list-list a,
.page__mobile-navigation .page__navigation-list-list a:active,
.page__mobile-navigation .page__navigation-list-list a:focus {
  color: #fff;
}
.page__mobile-navigation .page__navigation-list-list a:hover {
  color: #00e7df;
}
.page__mobile-navigation .page__navigation-list-list a.router-link-exact-active,
.page__mobile-navigation .page__navigation-list-list a:hover {
  background-color: #1c1c1c;
}
.page__mobile-navigation .page__navigation-list-list a i {
  line-height: 0;
}
.page__mobile-navigation .page__navigation-list-list a i + span {
  margin-left: 12px;
}
.page__loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  background: #fff;
  pointer-events: none;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content__links {
  display: flex;
}
.page-content__links li + li {
  margin-left: 55px;
}
.page-content__links a {
  display: inline-block;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 19px 0 17px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.page-content__links a span {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-content__links a.active,
.page-content__links a.router-link-exact-active,
.page-content__links a:hover {
  background: #fff;
}
.page-content__links a.active span,
.page-content__links a.router-link-exact-active span,
.page-content__links a:hover span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #06c2bc;
}
.page-content__links a.disabled {
  opacity: 0.38;
  cursor: not-allowed;
  background: transparent;
}
.page-content__links a.disabled,
.page-content__links a.disabled:active,
.page-content__links a.disabled:focus,
.page-content__links a.disabled:hover {
  color: #303030;
}
.page-content__links a.disabled span {
  border-bottom: none;
}
@media (max-width: 767px) {
  .page-content__links {
    flex-direction: column;
    text-align: center;
  }
  .page-content__links a {
    font-size: 16px;
    padding: 10px;
  }
  .page-content__links li + li {
    margin-left: 0;
  }
}
.prev-button {
  display: flex;
  align-items: flex-start;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #00e7df;
}
.prev-button span:first-child {
  margin-right: 25px;
}
.prev-button:hover {
  color: #06c2bc;
}
.page-content__actions {
  display: flex;
}
.page-content__actions > * + * {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .page-content__actions {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  .page-content__actions > * + * {
    margin-left: 0;
    margin-top: 10px;
  }
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pagination li a {
  margin-bottom: 10px;
  color: #1a1a1a;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
}
.pagination li a:hover {
  border-color: #00e7df;
}
.pagination li.current a {
  background-color: #00e7df;
  border-color: #00e7df;
}
.pagination li + li {
  margin-left: 5px;
}
.copy-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 10px 4px 0;
}
.copy-field a {
  font-size: 0;
}
.form-label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 15px;
  color: #06c2bc;
}
.form-input {
  padding: 0 15px;
  line-height: 40px;
}
.form-input,
.form-textarea {
  width: 100%;
  font-size: 16px;
  border: 1px solid #878787;
  border-radius: 2px;
}
.form-textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 140px;
  max-height: 600px;
  padding: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 22px;
}
.form-select {
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #878787;
  border-radius: 2px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-select__arrow {
  position: absolute;
  top: 33px;
  right: 15px;
}
.form-select-field {
  position: relative;
}
.button,
.button.router-link-exact-active {
  display: inline-block;
  border: none;
  padding: 12px;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  transition: 0.25s;
}
.button.router-link-exact-active[disabled="disabled"],
.button[disabled="disabled"] {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.6;
}
.button-gray {
  color: #303030;
  background: #c4c4c4;
}
.button-gray:focus,
.button-gray:hover {
  color: #303030;
  background: #878787;
}
.button-gray[disabled="disabled"] {
  opacity: 0.6;
  cursor: not-allowed;
}
.button-danger {
  background: #ff1616;
  color: #fff;
  transition: 0.2s;
}
.button-danger:hover {
  background: #ff8a8a;
}
.button-primary,
.button-primary.router-link-exact-active {
  color: #303030;
  background: #00e7df;
}
.button-primary.router-link-exact-active:focus,
.button-primary.router-link-exact-active:hover,
.button-primary:focus,
.button-primary:hover {
  color: #303030;
  background: #06c2bc;
}
.button-primary.router-link-exact-active:focus,
.button-primary:focus {
  color: #303030;
  outline: 1px solid #00e7df;
  outline-offset: -4px;
}
.button-primary.router-link-exact-active:active,
.button-primary:active {
  color: #303030;
  background: #06c2bc;
}
.button-primary.disabled,
.button-primary.router-link-exact-active.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.button-select-winner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 100%;
  right: 0;
  text-align: center;
  z-index: 1;
  background: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  outline: none;
  color: #00e7df;
  margin-bottom: 5px;
  transition: 0.25s;
  padding: 0;
}
.button-select-winner span {
  line-height: 1;
}
.button-select-winner:hover {
  color: #06c2bc;
}
.button-select-winner__icon {
  margin-right: 3px;
}
.button-select-winner:hover {
  border-color: #00e7df;
}
.button-transparent {
  background-color: transparent;
  border: 1px solid #00e7df;
  color: #00e7df;
  line-height: 1;
}
.button-transparent:focus,
.button-transparent:hover {
  color: #303030;
  border-color: #06c2bc;
  background: #06c2bc;
}
.button-transparent:focus {
  outline: 1px solid #00e7df;
  outline-offset: -4px;
}
.button-transparent:active {
  color: #303030;
  border-color: #06c2bc;
  background: #06c2bc;
}
.form-image-picker__input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
}
.form-image-picker__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-image-picker__label {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #878787;
  border-radius: 2px;
  cursor: pointer;
}
.form-image-picker__item {
  display: flex;
  align-items: center;
  background: #ececec;
  border-radius: 4px;
}
.form-image-picker__image {
  max-width: 55px;
  max-height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
  margin-right: 9px;
}
.form-image-picker__filename {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-image-picker__filename,
.form-image-picker__remove {
  margin-right: 10px;
}
.form-image-picker i {
  font-size: 0;
  line-height: 0;
}
.form-text-editor .ql-container.ql-snow {
  padding: 0;
  border: 1px solid #878787;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-style: normal;
}
.form-text-editor .ql-editor {
  padding: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.form-text-editor .ql-toolbar.ql-snow {
  border: 1px solid #878787;
}
.form-text-editor .ql-editor.ql-blank:before {
  color: #303030;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
}
::v-deep .multiselect__option--highlight,
::v-deep .multiselect__option--highlight:after,
::v-deep .multiselect__option--selected.multiselect__option--highlight,
::v-deep .multiselect__option--selected.multiselect__option--highlight:after,
::v-deep .multiselect__tag {
  background: #06c2bc !important;
}
.form-notification {
  font-size: 11px;
  text-align: left;
  margin-top: 3px;
}
.form-notification.error {
  color: #ff8a65;
}
.form-notification.warning {
  color: #ffba00;
}
.form-notification.success {
  color: #7ad03a;
}
.button + .form-notification,
label[for="form-file-picker"] + .form-notification {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
}
.form-repeater {
  margin-top: 25px;
}
.form-repeater__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.form-repeater__item {
  padding: 20px 15px;
  position: relative;
}
.form-repeater__add-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00e7df;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 12px 7px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #00e7df;
  width: 100%;
  margin: 10px 0 0;
}
.form-repeater__add-button i {
  margin-right: 7px;
}
.form-repeater__add-button:hover {
  color: #000;
  background-color: #00e7df;
}
.form-repeater .form-delete-item {
  position: absolute;
  right: 10px;
  top: 10px;
}
.form-repeater .form-delete-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
fieldset[disabled] .multiselect {
  pointer-events: none;
}
.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}
.multiselect__spinner:after,
.multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent;
}
.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}
.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}
.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}
.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation;
}
.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}
.multiselect * {
  box-sizing: border-box;
}
.multiselect:focus {
  outline: none;
}
.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}
.multiselect--active {
  z-index: 50;
}
.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}
.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}
.multiselect__input::-moz-placeholder {
  color: #35495e;
}
.multiselect__input::placeholder {
  color: #35495e;
}
.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}
.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}
.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}
.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}
.multiselect__tags-wrap {
  display: inline;
}
.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}
.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}
.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px;
}
.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #369a6e;
}
.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: #fff;
}
.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}
.multiselect__current,
.multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
}
.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
}
.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}
.multiselect--active .multiselect__placeholder {
  display: none;
}
.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}
.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}
.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}
.multiselect__content::webkit-scrollbar {
  display: none;
}
.multiselect__element {
  display: block;
}
.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}
.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff;
}
.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}
.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}
.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}
.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}
.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}
.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}
.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}
.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}
.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}
.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}
.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}
.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}
.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}
.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
[dir="rtl"] .multiselect {
  text-align: right;
}
[dir="rtl"] .multiselect__select {
  right: auto;
  left: 1px;
}
[dir="rtl"] .multiselect__tags {
  padding: 8px 8px 0 40px;
}
[dir="rtl"] .multiselect__content {
  text-align: right;
}
[dir="rtl"] .multiselect__option:after {
  right: auto;
  left: 0;
}
[dir="rtl"] .multiselect__clear {
  right: auto;
  left: 12px;
}
[dir="rtl"] .multiselect__spinner {
  right: auto;
  left: 1px;
}
@keyframes spinning {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
.multiselect__tags {
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  border: 1px solid #878787;
  border-radius: 2px;
}
.multiselect__placeholder {
  color: #303030;
}
.multiselect__tag {
  background: #06c2bc;
}
.multiselect__tag-icon:hover {
  background: #00e7df;
}
.multiselect__option--highlight,
.multiselect__option--highlight:after {
  background: #06c2bc;
}
.form {
  width: 100%;
  max-width: 345px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #333;
  background: #ececec;
  border-radius: 4px;
  padding: 15px;
  margin-top: 30px;
}
.form-title + .range {
  margin-top: 25px;
}
.form-group.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form .shell-fluid {
  padding-left: 0;
  padding-right: 0;
}
.form-field-description {
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
  color: #878787;
  margin-top: 10px;
}
.form--xl {
  max-width: 850px;
}
.form--xxl {
  max-width: 992px;
}
.form--fluid {
  max-width: 100%;
}
.form .form-group {
  position: relative;
}
.form .form-group + .form-group {
  margin-top: 15px;
}
.form .form-group-2-cols {
  display: flex;
  justify-content: space-between;
}
.form .form-group-2-cols .form-group__item {
  position: relative;
  width: 100%;
  max-width: calc(50% - 15px);
}
.form-button-submit {
  width: 100%;
  margin-top: 30px;
}
.form-edit-templates .form-group-2-cols {
  flex-wrap: wrap;
}
.form-edit-templates .form-group__title {
  width: 100%;
  font-size: 18px;
  line-height: 21px;
  color: #00e7df;
  margin-bottom: 10px;
}
.form-edit-templates .form-add-item.disabled,
.form-edit-templates .form-delete-item.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.form-edit-templates .form-delete-item {
  cursor: pointer;
  align-self: flex-end;
  margin-bottom: 6px;
}
.form-edit-templates .form-add-item {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .form-edit-templates {
    max-width: 100%;
  }
}
.form-add-seasons {
  max-width: 380px;
}
.form-add-seasons .form-add-item {
  width: 100%;
  margin-top: 15px;
}
.chat {
  max-height: calc(100vh - 78px);
  width: calc(25vw - 20px);
  max-width: 280px;
  background: #fafafa;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  margin-left: 5px;
}
.chat__input {
  display: block;
  overflow-y: hidden;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.15px;
  min-height: 40px;
  border-radius: 4px;
  border: 1px solid #06c2bc;
  resize: none;
  transition: none;
  max-height: 300px;
  padding: 10px 30px 10px 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #878787;
}
.chat__header {
  display: flex;
  justify-content: space-between;
  padding: 11px 16px;
  cursor: pointer;
}
.chat__header-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #06c2bc;
}
.chat__header-buttons {
  display: flex;
  align-items: center;
}
.chat__header-buttons > span + span {
  margin-left: 20px;
}
.chat__header.active {
  background: #00e7df;
}
.chat__header.active .chat__header-title {
  color: #303030;
}
.chat__footer {
  position: relative;
  padding: 6px;
}
.chat__footer .chat__button {
  position: absolute;
  right: 7px;
  bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 8px;
  color: #00e7df;
  background: #fafafa;
}
.chat__footer .chat__button i {
  display: inline-block;
  line-height: 0;
}
.chat__footer .chat__button:hover {
  color: #06c2bc;
}
.chat__content {
  padding-right: 10px;
  padding-left: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
}
.chat__content .linkified {
  color: #06c2bc;
}
.chat__content .linkified:active,
.chat__content .linkified:hover {
  text-decoration: underline;
}
.chat__messages {
  overflow: auto;
  min-height: 220px;
  max-height: 300px;
  border-top: 1px solid #878787;
}
.chat__messages::-webkit-scrollbar {
  background-color: #fff;
  width: 8px;
  height: 8px;
}
.chat__messages::-webkit-scrollbar-track {
  background-color: #fff;
}
.chat__messages::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}
.chat__messages::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
}
.chat__messages::-webkit-scrollbar-thumb:hover {
  background-color: #babac0;
}
.chat__messages::-webkit-scrollbar-button {
  display: none;
}
.chat__message {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  border-radius: 2px;
  background: #c2cbd2;
  margin-top: 10px;
  margin-left: 9px;
  margin-right: 20px;
}
.chat__message-call-admin {
  font-size: 14px;
  text-align: center;
  color: #ff8a65;
  margin-top: 10px;
}
.chat__message-content {
  margin-top: 4px;
}
.chat__message-author {
  font-weight: 700;
}
.chat__message-time {
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 12px;
}
.chat__message:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -9px;
  right: auto;
  top: 0;
  bottom: auto;
  border: 10px solid transparent;
  border-top-color: #c2cbd2;
}
.chat__message--right {
  margin-right: 9px;
  margin-left: 20px;
}
.chat__message--right:before {
  left: auto;
  right: -9px;
  top: auto;
  bottom: 0;
  border-color: transparent transparent #c2cbd2;
}
.chat-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
  background: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  outline: none;
  color: #00e7df;
  margin-bottom: 5px;
  transition: 0.25s;
}
.chat-button:hover {
  color: #06c2bc;
}
.chat-button > i {
  line-height: 0;
  margin-right: 3px;
}
.mobile .chat {
  width: calc(100% - 60px);
  max-width: 400px;
  margin-left: 0;
  padding-bottom: 6px;
}
.chats-list,
.mobile .chat {
  position: fixed;
  right: 0;
  bottom: 0;
  max-height: calc(100vh - 78px);
}
.chats-list {
  width: calc(25vw - 20px);
  max-width: 280px;
  background: #fafafa;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  z-index: 11;
  pointer-events: auto;
}
.chats-list.opened {
  top: 78px;
}
.chats-list__button {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #06c2bc;
  z-index: 11;
  pointer-events: auto;
}
.chats-list__button i {
  margin-bottom: -4px;
}
.chats-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  cursor: pointer;
}
.chats-list__header-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #878787;
}
.chats-list__content {
  max-height: 100%;
  overflow: auto;
}
.chats-list__content::-webkit-scrollbar {
  background-color: #fff;
  width: 8px;
  height: 8px;
}
.chats-list__content::-webkit-scrollbar-track {
  background-color: #fff;
}
.chats-list__content::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}
.chats-list__content::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
}
.chats-list__content::-webkit-scrollbar-thumb:hover {
  background-color: #babac0;
}
.chats-list__content::-webkit-scrollbar-button {
  display: none;
}
.chats-list__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  padding: 12px 20px;
  cursor: pointer;
}
.chats-list__item-count {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #00e7df;
  border-radius: 50%;
  margin-left: 30px;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.chats-list__item-time {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.4px;
  text-transform: lowercase;
  color: #878787;
}
.chats-list__item.active,
.chats-list__item:hover {
  background: rgba(0, 231, 223, 0.14);
}
.chats-list__item:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  left: 10px;
  height: 1px;
  background: #878787;
}
.chats-list__item + .chats-list__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  left: 10px;
  height: 1px;
  background: #878787;
}
@media screen and (max-width: 991px) {
  .mobile .chats-list {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 300px;
    height: 100%;
    width: 100%;
    max-height: calc(100vh - 50px);
    padding-bottom: 50px;
    display: none;
    cursor: pointer;
  }
  .mobile .chats-list__content {
    max-height: 90%;
  }
  .mobile .chats-list.opened {
    display: block;
  }
}


.chats-list__mobile-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #303030;
  opacity: 0.5;
  z-index: 1;
  pointer-events: auto;
}
.chats-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: fixed;
  bottom: 0;
  right: calc(25vw - 20px);
  width: 100%;
  pointer-events: none;
  padding-right: 5px;
  padding-left: 5px;
}
.chats-container > * {
  pointer-events: auto;
}
@media (min-width: 1200px) {
  .chats-container {
    right: 280px;
  }
}
.chats-list-container {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.brackets__player {
  display: flex;
  align-items: center;
  max-width: 100%;
  position: relative;
  width: 200px;
  min-height: 40px;
  padding: 5px 50px 5px 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.brackets__player-avatar {
  font-size: 0;
  margin-right: 9px;
}
.brackets__player-avatar img {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.brackets__player-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brackets__player-result {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e5e5e5;
}
.brackets__player.winner {
  background: rgba(0, 231, 217, 0.5);
}
.brackets__player.defeated {
  background-color: transparent;
}
.brackets__player.highlight {
  background-color: #06c2bc;
}
.brackets__status {
  position: absolute;
  right: 100%;
  top: 7px;
  bottom: 7px;
  width: 15px;
  background: #c4c4c4;
  z-index: 1;
}
.brackets__status span {
  width: 70px;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: -28px;
  transform: rotate(-90deg);
  top: 28px;
}
.brackets__status.started {
  background: #99ec97;
}
.brackets__status.pending {
  background: #fff176;
}
.brackets__status.conflict {
  background: #cf6679;
}
.brackets__status.opened,
.brackets__status.waiting {
  background: #c4c4c4;
}
.brackets__status.finished {
  background: #f2994a;
}
.brackets__item-content {
  position: relative;
}
.brackets__mobile-item {
  width: 100%;
  padding: 0 40px 40px;
  max-width: 500px;
  margin: auto;
}
.brackets__mobile-item .brackets__player {
  width: 100%;
}
.brackets__mobile-item > * {
  margin-top: 52px;
}
.brackets__controls {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.brackets__controls .brackets__control {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  background: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  outline: none;
  color: #00e7df;
  margin-bottom: 5px;
  transition: 0.25s;
  padding: 0;
}
.brackets__controls .brackets__control i {
  font-size: 0;
}
.brackets__controls .brackets__control span {
  line-height: 1;
  font-weight: 500;
  margin-left: 5px;
}
.brackets__controls .brackets__control:hover {
  color: #06c2bc;
}
.brackets__controls .brackets__control__icon {
  margin-right: 3px;
}
.brackets__controls .brackets__control:hover {
  border-color: #00e7df;
}
.brackets__controls .brackets__control.active {
  color: #ff8a65;
}
.choose-winner__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  padding: 20px 0;
}
.choose-winner__participant {
  width: 100%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose-winner__radio {
  visibility: hidden;
  display: none;
}
.choose-winner__label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: calc(50% - 20px);
  cursor: pointer;
}
.choose-winner__radio:checked + label .avatar {
  border-color: #00e7df;
}
.choose-winner__radio:checked + label .name {
  color: #00e7df;
}
.choose-winner__buttons {
  text-align: center;
  max-width: 100%;
  margin-top: 30px;
}
.choose-winner__images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.choose-winner__images img {
  width: 100%;
}
.choose-winner__images-item {
  max-width: calc(50% - 10px);
  margin: 5px;
}
.choose-winner__images-item:only-of-type {
  max-width: 100%;
}
.choose-winner__images-item .expand-button {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.choose-winner__info .avatar {
  display: block;
  max-width: 80px;
  min-width: 80px;
  height: 80px;
  margin: auto auto 10px;
  border-radius: 50%;
  font-size: 0;
  border: 2px solid #c4c4c4;
  overflow: hidden;
}
.choose-winner__info .avatar img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80px;
}
.choose-winner__info .name {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #000;
}
.choose-winner__info .team-mates {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  min-width: 250px;
}
.choose-winner__info .nickname {
  display: block;
  font-size: 12px;
}
.brackets__rounds {
  display: flex;
}
.brackets__rounds-list {
  display: flex;
  align-items: center;
  padding-right: 150px;
}
.brackets__rounds-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-width: 200px;
}
.brackets__rounds-list-item + li {
  margin-left: 100px;
}
.brackets__rounds-list-item .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.brackets__rounds-list-item .time {
  margin-bottom: 6px;
}
.brackets__rounds-list-item .date,
.brackets__rounds-list-item .time {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #878787;
}
.mobile .brackets__rounds .brackets__rounds {
  width: 100%;
  margin-top: 40px;
  display: flex;
  overflow-x: auto;
  flex-direction: column;
  align-items: flex-start;
}
.mobile .brackets__rounds .brackets__rounds::-webkit-scrollbar {
  background-color: #fff;
  width: 8px;
  height: 8px;
}
.mobile .brackets__rounds .brackets__rounds::-webkit-scrollbar-track {
  background-color: #fff;
}
.mobile .brackets__rounds .brackets__rounds::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}
.mobile .brackets__rounds .brackets__rounds::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
}
.mobile .brackets__rounds .brackets__rounds::-webkit-scrollbar-thumb:hover {
  background-color: #babac0;
}
.mobile .brackets__rounds .brackets__rounds::-webkit-scrollbar-button {
  display: none;
}
.mobile .brackets__rounds .brackets__rounds-list {
  position: relative;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
}
.mobile .brackets__rounds .brackets__rounds-list:before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #878787;
}
.mobile .brackets__rounds .brackets__rounds-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid #878787;
  margin-bottom: -1px;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px 10px 0;
  width: auto;
  min-width: 130px;
  margin-left: 2px;
  margin-right: 2px;
}
.mobile .brackets__rounds .brackets__rounds-list-item.selected,
.mobile .brackets__rounds .brackets__rounds-list-item:hover {
  color: white;
  background-color: #06c2bc;
}
.mobile .brackets__rounds .brackets__rounds-list-item .title {
  font-size: 12px;
  line-height: 14px;
}
.mobile .brackets__rounds .brackets__rounds-list-item .date,
.mobile .brackets__rounds .brackets__rounds-list-item .time {
  font-size: 8px;
  line-height: 14px;
  color: #878787;
}
.brackets__schedule {
  display: flex;
}
.mobile .brackets__schedule {
  max-height: 80vh;
  overflow-y: auto;
}
.brackets__schedule-button .button {
  background-color: transparent;
  border: 1px solid #00e7df;
  color: #00e7df;
  line-height: 1;
}
.brackets__schedule-button .button:focus,
.brackets__schedule-button .button:hover {
  color: #303030;
  border-color: #06c2bc;
  background: #06c2bc;
}
.brackets__schedule-button .button:focus {
  outline: 1px solid #00e7df;
  outline-offset: -4px;
}
.brackets__schedule-button .button:active {
  color: #303030;
  border-color: #06c2bc;
  background: #06c2bc;
}
.brackets__schedule-form {
  width: 100%;
}
.brackets__schedule-form-label {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 400;
  color: #00e7df;
}
.brackets__schedule-form-round {
  padding: 7px 10px;
  border: 1px solid #878787;
  border-radius: 2px;
}
.brackets__schedule-form-match-count {
  padding: 10px;
  border: 1px solid #878787;
  border-radius: 2px;
}
.brackets__schedule-form-input input {
  line-height: 35px;
}
.brackets__schedule-form-input button {
  font-size: 16px;
  line-height: 1.3125;
  padding: 7px 10px;
  border: 1px solid #878787;
  border-radius: 2px;
}
.brackets__schedule-form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.brackets__schedule-form-item.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.brackets__schedule-form-item > * {
  width: 100%;
  max-width: 32%;
}
.mobile .brackets__schedule-form-item {
  display: block;
}
.mobile .brackets__schedule-form-item > div:nth-child(3) {
  width: 100%;
  max-width: none;
}
.mobile .brackets__schedule-form-item > div:nth-child(3) input {
  width: 100%;
}
.mobile .brackets__schedule-form-item > div:first-child,
.mobile .brackets__schedule-form-item > div:nth-child(2) {
  width: 49%;
  display: inline-block;
  max-width: none;
}
.brackets__schedule-form-footer {
  margin-top: 40px;
}
.mobile .brackets__schedule-form-footer button {
  width: 100%;
}
.brackets__generating-loader,
.leaderboard__generating-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin-top: -100px;
  text-align: center;
}
.brackets__generating-loader h5,
.leaderboard__generating-loader h5 {
  margin-bottom: 15px;
}
.brackets__generating-loader .loader,
.leaderboard__generating-loader .loader {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 10px;
  text-align: left;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
}
.brackets__generating-loader .loader:before,
.leaderboard__generating-loader .loader:before {
  content: "";
  width: 10000%;
  height: 18px;
  position: absolute;
  background: linear-gradient(
    -45deg,
    transparent 33%,
    #00e7df 0,
    #00e7df 66%,
    transparent 0
  );
  background-size: 40px 20px;
  animation: shift 400s linear infinite;
}
@keyframes shift {
  0% {
    left: 0;
  }
  to {
    left: -9900%;
  }
}
.brackets__empty {
  padding-top: 30px;
  padding-bottom: 30px;
}
.brackets__empty .button {
  min-width: 270px;
  margin-top: 30px;
}
.mobile .brackets__empty {
  text-align: center;
}
.brackets__shuffle-button button {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  padding: 0;
  color: #00e7df;
}
.brackets__shuffle-button button:hover {
  color: #06c2bc;
}
.mobile .brackets__shuffle-button button {
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
}
.brackets__statuses-map {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mobile .brackets__statuses-map {
  display: none;
}
.page-tournament-public-brackets .brackets__statuses-map {
  position: fixed;
  right: 8px;
  top: 130px;
  z-index: 2;
  background-color: #292929;
  padding: 10px;
}
.brackets__statuses-map span {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  padding-right: 50px;
}
.brackets__statuses-map span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 7px;
}
.brackets__statuses-map span.started:after {
  background: #99ec97;
}
.brackets__statuses-map span.pending:after {
  background: #fff176;
}
.brackets__statuses-map span.conflict:after {
  background: #cf6679;
}
.brackets__statuses-map span.opened:after,
.brackets__statuses-map span.waiting:after {
  background: #c4c4c4;
}
.brackets__statuses-map span.finished:after {
  background: #f2994a;
}
.brackets__recreate {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
}
.brackets__recreate__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  background: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  outline: none;
  color: #00e7df;
  margin-bottom: 5px;
  transition: 0.25s;
  padding: 9px 0;
}
.brackets__recreate__button i {
  font-size: 0;
}
.brackets__recreate__button span {
  line-height: 1;
  font-weight: 500;
  margin-left: 5px;
}
.brackets__recreate__button:hover {
  color: #06c2bc;
}
.brackets__recreate__button__icon {
  margin-right: 3px;
}
.brackets__recreate__button:hover {
  border-color: #00e7df;
}
.brackets__recreate__button.active {
  color: #ff8a65;
}
.leaderboard {
  width: 100%;
  margin-top: 40px;
  display: flex;
  overflow-x: auto;
  flex-direction: column;
  align-items: flex-start;
}
.leaderboard::-webkit-scrollbar {
  background-color: #fff;
  width: 8px;
  height: 8px;
}
.leaderboard::-webkit-scrollbar-track {
  background-color: #fff;
}
.leaderboard::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}
.leaderboard::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
}
.leaderboard::-webkit-scrollbar-thumb:hover {
  background-color: #babac0;
}
.leaderboard::-webkit-scrollbar-button {
  display: none;
}
.leaderboard__tabs {
  position: relative;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}
.leaderboard__tabs:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #878787;
}
.leaderboard__tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 10px 40px;
  border: 1px solid #878787;
  margin-bottom: -1px;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
}
.leaderboard__tab.active,
.leaderboard__tab:hover {
  color: #06c2bc;
}
.leaderboard__tab + * {
  margin-left: 10px;
}
.leaderboard__tab .title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}
.leaderboard__tab .date {
  font-size: 12px;
  line-height: 14px;
  color: #878787;
}
.leaderboard__item {
  width: 100%;
  padding: 20px;
}
@media (min-width: 992px) {
  .leaderboard__item {
    width: 50%;
    min-width: 50%;
  }
}
@media (min-width: 1200px) {
  .leaderboard__item {
    width: 40%;
    min-width: 40%;
  }
}
.leaderboard__item-header {
  display: flex;
  align-items: flex-end;
}
.leaderboard__item-header > * + * {
  margin-left: 10px;
}
.leaderboard__item-header label span {
  color: #00e7df;
}
.leaderboard__item-header button {
  min-width: 90px;
}
.leaderboard__item-content .head {
  font-size: 14px;
  line-height: 16px;
  color: #06c2bc;
  margin-top: 15px;
}
.leaderboard__item-content .row span {
  vertical-align: middle;
}
.leaderboard__item-content .row__name span:first-child {
  max-width: 370px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.leaderboard__item-content .row input {
  line-height: 33px;
  padding: 0 8px;
}
.leaderboard__item-content .row label.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.leaderboard__item-content .head,
.leaderboard__item-content .row {
  display: flex;
  align-items: center;
}
.leaderboard__item-content .head + .row,
.leaderboard__item-content .row + .row {
  margin-top: 16px;
}
.leaderboard__item-content .head > *,
.leaderboard__item-content .row > * {
  flex: 1 1 auto;
}
.leaderboard__item-content .head > :first-child,
.leaderboard__item-content .row > :first-child {
  text-align: center;
  flex-basis: 70px;
}
.leaderboard__item-content .head > :nth-child(2),
.leaderboard__item-content .row > :nth-child(2) {
  padding-left: 5px;
  flex-basis: 100%;
}
.leaderboard__item-content .head > :nth-child(3),
.leaderboard__item-content .row > :nth-child(3) {
  text-align: center;
  flex-basis: 80px;
}
.leaderboard__item-footer {
  margin-top: 25px;
}
.leaderboard__item-footer button {
  width: 100%;
}
@media (max-width: 767px) {
  .leaderboard__tabs {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .leaderboard__tabs:before {
    bottom: 9px;
  }
  .leaderboard__tab {
    padding: 10px;
    margin-left: 0;
    min-width: 130px;
  }
  .leaderboard__tab .title {
    font-size: 12px;
    line-height: 14px;
  }
  .leaderboard__item {
    font-size: 12px;
  }
  .leaderboard__item-content {
    margin-top: 40px;
  }
  .leaderboard__item-header {
    flex-direction: column;
  }
  .leaderboard__item-header > * + * {
    margin-left: 0;
    margin-top: 5px;
  }
  .leaderboard__item-header .button,
  .leaderboard__item-header label {
    width: 100%;
  }
}
.leaderboard__schedule {
  display: flex;
}
.leaderboard__schedule-button .button {
  background-color: transparent;
  border: 1px solid #00e7df;
  color: #00e7df;
  line-height: 1;
}
.leaderboard__schedule-button .button:focus,
.leaderboard__schedule-button .button:hover {
  color: #303030;
  border-color: #06c2bc;
  background: #06c2bc;
}
.leaderboard__schedule-button .button:focus {
  outline: 1px solid #00e7df;
  outline-offset: -4px;
}
.leaderboard__schedule-button .button:active {
  color: #303030;
  border-color: #06c2bc;
  background: #06c2bc;
}
.leaderboard__schedule-form {
  width: 100%;
}
.leaderboard__schedule-form-label {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 400;
  color: #00e7df;
}
.leaderboard__schedule-form-round {
  padding: 7px 10px;
  border: 1px solid #878787;
  border-radius: 2px;
}
.leaderboard__schedule-form-match-count {
  padding: 10px;
  border: 1px solid #878787;
  border-radius: 2px;
}
.leaderboard__schedule-form-input input {
  line-height: 35px;
}
.leaderboard__schedule-form-input button {
  font-size: 16px;
  line-height: 1.3125;
  padding: 7px 10px;
  border: 1px solid #878787;
  border-radius: 2px;
}
.leaderboard__schedule-form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.leaderboard__schedule-form-item.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.leaderboard__schedule-form-item > * {
  width: 100%;
  max-width: 48%;
}
.leaderboard__schedule-form-footer {
  margin-top: 40px;
}
.page__content-body.progress {
  display: flex;
  min-height: 410px;
  justify-content: center;
  align-items: center;
}
.brackets {
  position: relative;
  margin-top: 30px;
}
.brackets .brackets__wrapper {
  position: relative;
  display: flex;
  padding-left: 15px;
  margin-top: 20px;
}
.mobile .brackets .brackets__wrapper {
  flex-direction: column;
  align-items: flex-end;
}
.brackets .brackets__item {
  display: flex;
  flex-direction: row-reverse;
}
.brackets .brackets__item-parent {
  position: relative;
  margin-left: 100px;
  display: flex;
  align-items: center;
}
.brackets .brackets__item-children {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brackets .brackets__item-child {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.brackets .brackets__item-parent:after {
  left: 0;
  transform: translate(-100%, -1px);
}
.brackets .brackets__item-child:before,
.brackets .brackets__item-parent:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  top: 50%;
  background-color: #e5e5e5;
}
.brackets .brackets__item-child:before {
  right: 0;
  transform: translate(100%, -1px);
}
.brackets .brackets__item-child:after {
  content: "";
  position: absolute;
  background-color: #e5e5e5;
  right: -50px;
  height: calc(50% + 15px);
  width: 2px;
  top: 50%;
}
.brackets .brackets__item-child:last-child:after {
  transform: translateY(-100%);
}
.brackets .brackets__item-child:only-child:after {
  display: none;
}
.page-tournament-public-brackets {
  margin-left: 0;
  color: #878787;
  background-color: #292929;
}
.page-tournament-public-brackets .page__content {
  padding: 10px;
  height: 100vh;
  max-height: 100vh;
  overflow: auto;
}
.page-tournament-public-brackets .brackets__wrapper {
  margin-top: 50px;
}
.page-tournament-public-brackets .brackets__player {
  background-color: #292929;
}
.page-tournament-public-brackets .brackets__player.winner {
  background: #06c2bc;
}
.page-tournament-public-brackets
  .brackets__player.winner
  .brackets__player-name {
  color: #fff;
}
.page-tournament-public-brackets .brackets__player-name {
  color: #878787;
}
.page-tournament-public-brackets .brackets__player-result {
  background: #292929;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header__title {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #00e7df;
  font-weight: 700;
}
.modal-header__close {
  cursor: pointer;
}
.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 730px;
  background: #fafafa;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding: 30px;
}
.modal-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(48, 48, 48, 0.6);
}
.modal .notification-modal {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.modal .notification-modal h6 {
  margin-bottom: 20px;
}
.modal .notification-modal .button {
  min-width: 165px;
}
.modal .notification-modal .button + .button {
  margin-left: 10px;
}
@media (max-width: 479px) {
  .modal .notification-modal .button {
    width: 100%;
  }
  .modal .notification-modal .button + .button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.confirm-dialog .modal-header,
.delete-participant-dialog .modal-header {
  justify-content: flex-end;
}
.confirm-dialog .modal-body,
.delete-participant-dialog .modal-body {
  text-align: center;
}
.confirm-dialog .button-group,
.delete-participant-dialog .button-group {
  margin-top: 30px;
}
.confirm-dialog .button-group button + button,
.delete-participant-dialog .button-group button + button {
  margin-left: 10px;
}
table {
  width: 100%;
  max-width: 90%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: 15px;
}
table thead th {
  font-size: 12px;
  font-weight: 400;
  color: #06c2bc;
}
table thead th:first-child {
  min-width: 50px;
  text-align: center;
}
table tbody {
  font-size: 14px;
}
table tbody tr {
  box-shadow:
    -9px -9px 16px hsla(0, 0%, 100%, 0.4),
    9px 9px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}
table tbody tr:hover {
  background-color: rgba(6, 194, 188, 0.14);
}
table tbody tr td {
  max-width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
table tbody tr td:first-child {
  min-width: 50px;
  text-align: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
table tbody tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
table .row--with-avatar {
  display: flex;
  align-items: center;
}
table .row--with-avatar img {
  max-width: 28px;
  min-height: 28px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}
table .cursor-pointer {
  cursor: pointer;
}
.mobile .table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
.mobile .table-wrapper table {
  width: 800px;
  border-spacing: 0 20px;
}
.mobile table {
  max-width: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown.show .dropdown__content {
  opacity: 1;
  visibility: visible;
}
.dropdown__toggle {
  cursor: pointer;
}
.dropdown__content {
  position: absolute;
  padding: 17px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.dropdown__content:before {
  content: "";
  position: absolute;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.dropdown[data-position="left"] .dropdown__content,
.dropdown[data-position="right"] .dropdown__content {
  top: 0;
  margin-top: -12px;
}
.dropdown[data-position="bottom"] .dropdown__content {
  top: 100%;
  margin-top: 30px;
}
.dropdown[data-position="bottom"] .dropdown__content:before {
  content: "";
  position: absolute;
  bottom: 100%;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
  margin-bottom: -10px;
}
.dropdown[data-position="bottom"][data-horizontal-aligntment="right"]
  .dropdown__content {
  right: 0;
  margin-right: -12px;
}
.dropdown[data-position="bottom"][data-horizontal-aligntment="right"]
  .dropdown__content:before {
  right: 10px;
}
.dropdown[data-position="bottom"][data-horizontal-aligntment="center"]
  .dropdown__content {
  left: 50%;
  transform: translateX(-50%);
}
.dropdown[data-position="bottom"][data-horizontal-aligntment="center"]
  .dropdown__content:before {
  left: 50%;
  transform: rotate(45deg);
  margin-left: -10px;
}
.dropdown[data-position="bottom"][data-horizontal-aligntment="left"]
  .dropdown__content {
  left: 0;
  margin-left: -12px;
}
.dropdown[data-position="bottom"][data-horizontal-aligntment="left"]
  .dropdown__content:before {
  left: 10px;
}
.dropdown[data-position="top"] .dropdown__content {
  bottom: 100%;
  margin-bottom: 30px;
}
.dropdown[data-position="top"] .dropdown__content:before {
  content: "";
  position: absolute;
  top: 100%;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-top: 10px solid transparent;
  transform: rotate(-45deg);
  margin-top: -10px;
}
.dropdown[data-position="top"][data-horizontal-aligntment="right"]
  .dropdown__content {
  right: 0;
  margin-right: -12px;
}
.dropdown[data-position="top"][data-horizontal-aligntment="right"]
  .dropdown__content:before {
  right: 10px;
}
.dropdown[data-position="top"][data-horizontal-aligntment="center"]
  .dropdown__content {
  left: 50%;
  transform: translateX(-50%);
}
.dropdown[data-position="top"][data-horizontal-aligntment="center"]
  .dropdown__content:before {
  left: 50%;
  transform: rotate(-45deg);
  margin-left: -10px;
}
.dropdown[data-position="top"][data-horizontal-aligntment="left"]
  .dropdown__content {
  left: 0;
  margin-left: -12px;
}
.dropdown[data-position="top"][data-horizontal-aligntment="left"]
  .dropdown__content:before {
  left: 10px;
}
.dropdown[data-position="left"] .dropdown__content {
  right: 100%;
  margin-right: 30px;
}
.dropdown[data-position="left"] .dropdown__content:before {
  content: "";
  position: absolute;
  left: 100%;
  border: 10px solid transparent;
  border-left-color: #fff;
}
.dropdown[data-position="left"][data-vertical-aligntment="top"]
  .dropdown__content {
  top: 0;
  margin-top: -12px;
}
.dropdown[data-position="left"][data-vertical-aligntment="top"]
  .dropdown__content:before {
  top: 15px;
}
.dropdown[data-position="left"][data-vertical-aligntment="middle"]
  .dropdown__content {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.dropdown[data-position="left"][data-vertical-aligntment="middle"]
  .dropdown__content:before {
  top: 50%;
  transform: translateY(-50%);
}
.dropdown[data-position="left"][data-vertical-aligntment="bottom"]
  .dropdown__content {
  top: auto;
  bottom: 0;
  margin-bottom: -12px;
}
.dropdown[data-position="left"][data-vertical-aligntment="bottom"]
  .dropdown__content:before {
  bottom: 15px;
}
.dropdown[data-position="right"] .dropdown__content {
  left: 100%;
  margin-left: 30px;
}
.dropdown[data-position="right"] .dropdown__content:before {
  content: "";
  position: absolute;
  right: 100%;
  border: 10px solid transparent;
  border-right-color: #fff;
}
.dropdown[data-position="right"][data-vertical-aligntment="top"]
  .dropdown__content {
  top: 0;
  margin-top: -12px;
}
.dropdown[data-position="right"][data-vertical-aligntment="top"]
  .dropdown__content:before {
  top: 15px;
}
.dropdown[data-position="right"][data-vertical-aligntment="middle"]
  .dropdown__content {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.dropdown[data-position="right"][data-vertical-aligntment="middle"]
  .dropdown__content:before {
  top: 50%;
  transform: translateY(-50%);
}
.dropdown[data-position="right"][data-vertical-aligntment="bottom"]
  .dropdown__content {
  top: auto;
  bottom: 0;
  margin-bottom: -12px;
}
.dropdown[data-position="right"][data-vertical-aligntment="bottom"]
  .dropdown__content:before {
  bottom: 15px;
}
.dots-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  min-height: 30px;
  color: #c4c4c4;
}
.dots-toggle:hover {
  color: #06c2bc;
}
.dropdown__link {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  color: #000;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
}
.dropdown__link + .dropdown__link {
  margin-top: 5px;
}
.dropdown__link i {
  margin-right: 6px;
}
.dropdown__link:hover {
  color: #000;
  border-bottom: 3px solid #06c2bc;
}
[data-horizontal-aligntment="right"] .dropdown__link {
  padding-left: 5px;
}
[data-horizontal-aligntment="left"] .dropdown__link {
  padding-right: 5px;
}
[data-horizontal-aligntment="center"] .dropdown__link {
  padding-right: 5px;
  padding-left: 5px;
}
.top-panel__profile
  .dropdown[data-horizontal-aligntment="right"]
  .dropdown__content {
  margin-right: -5px;
}
.top-panel__profile
  .dropdown[data-horizontal-aligntment="left"]
  .dropdown__content {
  margin-left: -5px;
}
.rounds-list {
  display: flex;
}
.rounds-list__wrap {
  display: flex;
  align-items: center;
  padding-right: 150px;
}
.rounds-list__wrap > button {
  min-width: 122px;
}
.rounds-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  min-width: 160px;
}
.rounds-list__item + li {
  margin-left: 100px;
}
.rounds-list__item .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.rounds-list__item .time {
  margin-bottom: 6px;
}
.rounds-list__item .date,
.rounds-list__item .time {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #878787;
}
.rounds-list-form__label {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 400;
  color: #00e7df;
}
.rounds-list-form__round {
  padding: 7px 10px;
  border: 1px solid #878787;
  border-radius: 2px;
}
.rounds-list-form__match-count {
  padding: 10px;
  border: 1px solid #878787;
  border-radius: 2px;
}
.rounds-list-form__input input {
  line-height: 35px;
}
.rounds-list-form__input button {
  font-size: 16px;
  line-height: 1.3125;
  padding: 7px 10px;
  border: 1px solid #878787;
  border-radius: 2px;
}
.rounds-list-form__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.rounds-list-form__item.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.rounds-list-form__item > * {
  width: 100%;
  max-width: 32%;
}
.rounds-list-form__footer {
  margin-top: 40px;
}
.status-progress {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.post__title + .status-progress {
  margin-top: 20px;
}
.status-progress:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: #878787;
}
.status-progress__item {
  position: relative;
}
.status-progress__item-dot {
  position: relative;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #00e7df;
  box-sizing: border-box;
  border-radius: 50%;
}
.status-progress__item-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
}
.status-progress__item-dot.active:before {
  background: #00e7df;
}
.status-progress__item-label {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  text-transform: capitalize;
  margin-top: 10px;
}
.post {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  font-size: 18px;
  line-height: 1.3125;
  color: #000;
}
.post__list li + li {
  margin-top: 15px;
}
.post__list .post__title {
  display: inline-block;
  min-width: 100px;
  text-align: right;
  margin-top: 4px;
}
.post__list > li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.post__title {
  font-size: 14px;
  line-height: 16px;
  color: #00e7df;
  margin-right: 23px;
}
.post__image {
  margin-top: 6px;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.post__left,
.post__right {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.post__left {
  max-width: 40%;
}
.post__right {
  max-width: 50%;
}
@media (max-width: 767px) {
  .post {
    flex-direction: column;
  }
  .post .post__list {
    font-size: 12px;
    line-height: 24px;
  }
  .post .post__list .post__description {
    text-overflow: ellipsis;
    overflow: auto;
  }
  .post .post__list .post__title {
    font-size: 12px;
    text-align: left;
  }
  .post__left,
  .post__right {
    max-width: 100%;
  }
  .post__right {
    margin-top: 10px;
  }
}
.zoom-container__content {
  overflow: hidden;
  padding: 20px;
}
.zoom-container__controls {
  position: absolute;
  right: 130px;
  top: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1;
}
.zoom-container__controls__in-out {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
}
.zoom-container__controls__in-out button {
  display: inline-block;
  border: none;
  padding: 6px 9px;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  line-height: 0;
}
.zoom-container__controls__in-out button svg {
  transition: 0.25s;
}
.zoom-container__controls__in-out button:hover svg {
  color: #00e7df;
}
.zoom-container__controls .button__reset {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 20px 7px;
  transition: 0.25s;
}
.zoom-container__controls .button__reset:hover {
  color: #00e7df;
}
.events-calendar {
  max-width: 760px;
}
.events-calendar a,
.events-calendar a:active,
.events-calendar a:focus {
  color: #303030;
}
.events-calendar a:active:hover,
.events-calendar a:focus:hover,
.events-calendar a:hover {
  color: #00e7df;
}
.events-calendar__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.events-calendar__navigation .caption {
  min-width: 230px;
  text-align: center;
  text-transform: uppercase;
}
.events-calendar__navigation a {
  color: #303030;
}
.events-calendar__navigation a:hover {
  color: #00e7df;
}
.events-calendar__header {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 40px;
}
.events-calendar__header div {
  box-sizing: border-box;
  width: 14.2857142857%;
  text-align: center;
  color: #00e7df;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.16px;
}
.events-calendar__body .row {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 7px;
}
.events-calendar__body .row .cell {
  cursor: pointer;
  transition: background 0.3s ease;
}
.events-calendar__body .row .cell:hover {
  background: rgba(0, 231, 223, 0.14);
}
.events-calendar__body .row .cell.active {
  box-shadow: 0 0 0 2px #d16fff;
}
.events-calendar__body .row .cell.has-events .cell__date {
  color: #fff;
  background: #00e7df;
}
.events-calendar__body .row .cell.has-events.disabled .cell__date {
  color: #e5e5e5;
  background: #878787;
}
.events-calendar__body .row .cell.disabled {
  pointer-events: none;
  background: #e5e5e5;
}
.events-calendar__body .row .cell.disabled .cell__date,
.events-calendar__body .row .cell.disabled > * {
  color: #878787;
}
.events-calendar__body .row .cell {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: calc(14.28571% - 7px);
  min-height: 97px;
  border-radius: 4px;
  background: #fafafa;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: 7px;
  margin-right: 7px;
  padding: 6px;
}
.events-calendar__body .row .cell__date {
  display: block;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #00e7df;
}
.events-calendar__body .row .cell__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5px;
}
.events-calendar__body .row .cell__info > * {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
}
.events-calendar__body .row .cell__info > * + * {
  margin-top: 5px;
}
.events-calendar__body .row .cell__info > * span {
  margin-left: 4px;
}
.mobile.page-events .page__content-body {
  flex-direction: column;
}
.mobile.page-events .page__content-body .events-calendar {
  max-width: none;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .mobile.page-events
    .page__content-body
    .events-calendar
    .events-calendar__header
    div {
    font-size: 2vw;
  }
  .mobile.page-events .page__content-body .events-calendar .cell {
    position: relative;
    padding: 5%;
    min-height: auto;
  }
  .mobile.page-events .page__content-body .events-calendar .cell__date {
    position: absolute;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile.page-events .page__content-body .events-calendar .cell__info {
    display: none;
  }
}
.events-list {
  width: 100%;
  max-width: 280px;
  max-height: 550px;
  overflow-y: auto;
}
.events-list::-webkit-scrollbar {
  background-color: #fff;
  width: 8px;
  height: 8px;
}
.events-list::-webkit-scrollbar-track {
  background-color: #fff;
}
.events-list::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}
.events-list::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
}
.events-list::-webkit-scrollbar-thumb:hover {
  background-color: #babac0;
}
.events-list::-webkit-scrollbar-button {
  display: none;
}
.events-list__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.events-list__navigation .caption {
  min-width: 185px;
  text-align: center;
  clear: #d16fff;
}
.events-list__navigation a {
  color: #303030;
}
.events-list__navigation a:hover {
  color: #00e7df;
}
.events-list .event {
  width: 100%;
  padding: 12px 22px 50px;
  background-color: #fafafa;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
.events-list .event__time {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #d16fff;
}
.events-list .event__info {
  margin-top: 10px;
  padding-left: 10px;
}
.events-list .event__info-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
}
.events-list .event__info-icon {
  margin-right: 10px;
}
.events-list .event__info-label {
  display: block;
  font-size: 10px;
  line-height: 9px;
  font-weight: 300;
  color: #d16fff;
}
.events-list .event__info-value {
  font-size: 14px;
  line-height: 16px;
}
.events-list .event + .event {
  margin-top: 10px;
}
.mobile .page__content-body .events-list {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: none;
}
.filters-bar {
  display: flex;
  justify-content: flex-end;
  max-width: 90%;
  margin-top: 30px;
}
.filters-bar .form-select__arrow {
  top: auto;
  bottom: 9px;
}
.filters-bar__item {
  width: 100%;
  min-width: 150px;
  max-width: 200px;
}
.filters-bar__item + * {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .filters-bar {
    flex-direction: column;
  }
  .filters-bar,
  .filters-bar__item {
    max-width: 100%;
  }
  .filters-bar__item + * {
    margin-left: 0;
    margin-top: 10px;
  }
}
.page-404 .page__content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-404 .page__content h1 {
  color: #00e7df;
  font-weight: 700;
}
.page-404 .page__content h5 {
  font-size: 48px;
  margin-top: 20px;
}
.page-login {
  overflow-y: inherit;
  margin: 0;
  padding: 0;
  background-color: #1a1a1a;
  box-sizing: border-box;
}
.page-login,
.page-login .page__content {
  max-height: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.page-login .page__content {
  width: 100%;
}
.page-login .login-form {
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
  max-width: 415px;
  padding: 14px 50px 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
}
.page-login .login-form__logo {
  margin-bottom: -12px;
}
.page-login .login-form__logo img {
  max-width: 125px;
}
.page-login .login-form__apple-button,
.page-login .login-form__discord-button,
.page-login .login-form__twitch-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3px;
  margin-top: 8px;
  font-family: Koverwatch, serif;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
}
.page-login .login-form__apple-button + .form-group,
.page-login .login-form__discord-button + .form-group,
.page-login .login-form__twitch-button + .form-group {
  margin-top: 32px;
}
.page-login .login-form__apple-button i,
.page-login .login-form__discord-button i,
.page-login .login-form__twitch-button i {
  margin-right: 15px;
}
.page-login .login-form__apple-button {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #00262a;
}
.page-login .login-form__apple-button,
.page-login .login-form__apple-button:hover {
  background-color: transparent;
  color: #00262a;
}
.page-login .login-form__discord-button,
.page-login .login-form__discord-button:hover {
  background-color: #2c2f33;
}
.page-login .login-form__twitch-button,
.page-login .login-form__twitch-button:hover {
  background-color: #9146ff;
}
.page-login .login-form__subtitle {
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.page-login .login-form .form-group {
  position: relative;
}
.page-login .login-form .form-group + .form-group {
  margin-top: 7px;
}
.page-login .login-form__title {
  font-family: Koverwatch, serif;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 15px;
  letter-spacing: 0;
}
.page-login .login-form label {
  font-family: Koverwatch, serif;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  margin-bottom: 3px;
  padding-left: 10px;
}
.page-login .login-form input {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  padding: 11px 14px;
  background: #e5e5e5;
  border-radius: 2px;
  border: 1px solid transparent;
}
.page-login .login-form input:focus {
  background: #def1ff;
  border-color: #89c8c8;
}
.page-login .login-form__footer {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin-top: 24px;
}
.page-login .login-form__footer a {
  color: #00e7df;
}
.page-login .login-form__footer a:hover {
  color: #303030;
}
.page-login .login-form .toggle-password-button {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 19px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  padding: 12px;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000;
  transition: 0.25s;
  background-color: transparent;
  outline: none;
}
.page-login .login-form .button {
  font-family: Koverwatch, serif;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-top: 22px;
}
.mobile-login .login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 100vh;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  overflow-y: auto;
}
.mobile-login .login-form > * {
  width: 100%;
  max-width: 300px;
}
.mobile-login .login-form .form-label {
  font-family: Roboto, sans-serif;
  text-transform: none;
}
.mobile-login .login-form__apple-button > span {
  margin-top: 3px;
}
.mobile-login .login-form__apple-button,
.mobile-login .login-form__discord-button,
.mobile-login .login-form__twitch-button {
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Roboto, sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.mobile-login .login-form__apple-button i,
.mobile-login .login-form__discord-button i,
.mobile-login .login-form__twitch-button i {
  line-height: 0;
  margin-right: 12px;
}
.mobile-login #submit {
  font-family: Roboto, sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.hide-error {
  display: none;
}
.show-error {
  display: block;
}
.page-notifications table tbody tr td {
  padding-right: 20px;
}
.page-advertisements .status-label-active,
.page-advertisements .status-label-inactive {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 3px 5px;
  color: #121212;
  border-radius: 5px;
}
.page-advertisements .status-label-active {
  background: #00e7df;
}
.page-advertisements .status-label-inactive {
  background: #c4c4c4;
}
.page-advertisements .status-label__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 135px;
}
.page-advertisements .switch {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 20px;
  vertical-align: middle;
}
.page-advertisements .slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c4c4c4;
  cursor: pointer;
  transition: all 0.4s ease;
}
.page-advertisements .slider:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #878787;
  transition: all 0.4s ease;
}
.page-advertisements .switch input[type="checkbox"]:checked + .slider {
  background-color: #00e7df;
}
.page-advertisements .switch input[type="checkbox"]:checked + .slider:before {
  transform: translateX(14px);
  background-color: #06c2bc;
}
.page-advertisements .round {
  border-radius: 121px;
}
.page-advertisements .round:before {
  border-radius: 50%;
}
.page-advertisements .switch input[type="checkbox"]:disabled + .slider {
  pointer-events: none;
  opacity: 0.4;
}
.page-advertisements .switch input[type="checkbox"]:checked + .icon:before {
  content: "\F00C";
}
.form-platform-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-platform-select-item {
  width: calc(25% - 15px);
}
.form-platform-select-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #878787;
}
.form-platform-select-item .icon i {
  font-size: 0;
}
.form-platform-select-item input[type="checkbox"]:checked + .icon {
  background-color: #00cbcb;
  border-color: #00cbcb;
}
.page-events .page__content-body {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}
.page-events .page__content-body .events-calendar {
  width: 100%;
  margin-right: 20px;
}
.page-events .page__content-body .events-list {
  margin-top: 70px;
}
.participants-count {
  display: inline-block;
  margin-right: 20px;
}
.page-tournament-add .page-title,
.page-tournament-edit .page-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #303030;
}
.page-tournament-add .form,
.page-tournament-edit .form {
  padding-top: 0;
}
.page-season-clan.mobile .filters-bar,
.page-season-solo.mobile .filters-bar,
.page-season-team.mobile .filters-bar {
  margin-bottom: 30px;
}
.text-primary {
  color: #00e7df;
}
.text-italic {
  font-style: italic;
}
.text-normal {
  font-style: normal;
}
.text-underline {
  text-decoration: underline;
}
.text-strike {
  text-decoration: line-through;
}
.text-thin {
  font-weight: 100;
}
.text-light {
  font-weight: 300;
}
.text-regular {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-sbold {
  font-weight: 600;
}
.text-bold,
strong {
  font-weight: 700;
}
.text-ubold {
  font-weight: 900;
}
.text-spacing-0 {
  letter-spacing: 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
}
.text-ellipsis {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.text-ellipsis-100 {
  max-width: 100px;
}
.text-ellipsis-200 {
  max-width: 200px;
}
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li:before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: 0;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li:before {
  content: "\2022";
}
.ql-editor ul[data-checked="false"],
.ql-editor ul[data-checked="true"] {
  pointer-events: none;
}
.ql-editor ul[data-checked="false"] > li *,
.ql-editor ul[data-checked="true"] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked="false"] > li:before,
.ql-editor ul[data-checked="true"] > li:before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked="true"] > li:before {
  content: "\2611";
}
.ql-editor ul[data-checked="false"] > li:before {
  content: "\2610";
}
.ql-editor li:before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl):before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl:before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank:before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: 0 0;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: 0;
}
.ql-snow.ql-toolbar input.ql-image[type="file"],
.ql-snow .ql-toolbar input.ql-image[type="file"] {
  display: none;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover {
  color: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow,
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label:before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow
  .ql-picker.ql-font
  .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow
  .ql-picker.ql-font
  .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow
  .ql-picker.ql-header
  .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow
  .ql-picker.ql-header
  .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow
  .ql-picker.ql-size
  .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow
  .ql-picker.ql-size
  .ql-picker-label[data-label]:not([data-label=""]):before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-item:before,
.ql-snow .ql-picker.ql-header .ql-picker-label:before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item:before,
.ql-snow .ql-picker.ql-font .ql-picker-label:before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]:before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]:before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item:before,
.ql-snow .ql-picker.ql-size .ql-picker-label:before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]:before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]:before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]:before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip:before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type="text"] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action:after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove:before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode="link"]:before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode="formula"]:before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode="video"]:before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.ql-editor {
  min-height: 200px;
  font-size: 16px;
}
.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
  stroke-width: 1px !important;
}
.quillWrapper .ql-snow.ql-toolbar {
  padding-top: 8px;
  padding-bottom: 4px;
}
.quillWrapper .ql-snow.ql-toolbar .ql-formats {
  margin-bottom: 10px;
}
.ql-snow .ql-toolbar button svg,
.quillWrapper .ql-snow.ql-toolbar button svg {
  width: 22px;
  height: 22px;
}
.quillWrapper .ql-editor ul[data-checked="false"] > li:before,
.quillWrapper .ql-editor ul[data-checked="true"] > li:before {
  font-size: 1.35em;
  vertical-align: baseline;
  bottom: -0.065em;
  font-weight: 900;
  color: #222;
}
.quillWrapper .ql-snow .ql-stroke {
  stroke: rgba(63, 63, 63, 0.95);
  stroke-linecap: square;
  stroke-linejoin: initial;
  stroke-width: 1.7px;
}
.quillWrapper .ql-picker-label {
  font-size: 15px;
}
.quillWrapper .ql-snow .ql-active .ql-stroke {
  stroke-width: 2.25px;
}
.quillWrapper .ql-toolbar.ql-snow .ql-formats {
  vertical-align: top;
}
.ql-picker:not(.ql-background) {
  position: relative;
  top: 2px;
}
.ql-picker.ql-color-picker svg {
  width: 22px !important;
  height: 22px !important;
}
.quillWrapper .imageResizeActive img {
  display: block;
  cursor: pointer;
}
.quillWrapper .imageResizeActive ~ div svg {
  cursor: pointer;
}
.vdatetime {
  position: relative;
}
.vdatetime-input {
  width: 100%;
  padding: 0 15px 0 35px;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #878787;
  border-radius: 2px;
}
.vdatetime:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.898 1.75H12.75v-.655a.5.5 0 00-1 0v.655h-7.5v-.655a.5.5 0 00-1 0v.655H1.103c-.278 0-.603.163-.603.438v12.25a.652.652 0 00.603.562h13.795a.652.652 0 00.602-.562V2.188c0-.275-.325-.438-.602-.438zM14.5 14h-13V5.25h13V14zm0-9.75h-13v-1.5h13v1.5z' fill='%23878787'/%3E%3Cpath d='M4.978 7a.5.5 0 01-.5.5H2.853a.5.5 0 110-1h1.625a.5.5 0 01.5.5zM9.25 7a.5.5 0 01-.5.5H7.125a.5.5 0 110-1H8.75a.5.5 0 01.5.5zM13.53 7a.5.5 0 01-.5.5h-1.625a.5.5 0 110-1h1.625a.5.5 0 01.5.5zM13.53 9.25a.5.5 0 01-.5.5h-1.625a.5.5 0 110-1h1.625a.5.5 0 01.5.5zM9.25 9.25a.5.5 0 01-.5.5H7.125a.5.5 0 110-1H8.75a.5.5 0 01.5.5zM4.978 9.25a.5.5 0 01-.5.5H2.853a.5.5 0 110-1h1.625a.5.5 0 01.5.5zM4.978 11.5a.5.5 0 01-.5.5H2.853a.5.5 0 010-1h1.625a.5.5 0 01.5.5z' fill='%23878787'/%3E%3C/svg%3E");
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
.vdatetime .vdatetime-popup__header {
  background: #303030;
}
.vdatetime .vdatetime-popup .vdatetime-time-picker__item--selected,
.vdatetime .vdatetime-popup__actions__button {
  color: #06c2bc;
}
.vdatetime
  .vdatetime-popup
  .vdatetime-calendar__month__day--selected:hover
  > span
  > span,
.vdatetime
  .vdatetime-popup
  .vdatetime-calendar__month__day--selected
  > span
  > span {
  background: #06c2bc;
}
body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: #303030;
  background-color: #fff;
  margin: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
body,
body * {
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #06c2bc;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (min-width: 1600px) {
  body {
    font-size: 16px;
    line-height: 1.3125;
  }
}
a {
  color: #303030;
  text-decoration: none;
  transition: 0.25s;
}
a.active,
a.router-link-exact-active,
a:focus,
a:hover {
  color: #06c2bc;
  text-decoration: none;
  outline: none;
}
a[href*="callto"],
a[href*="mailto"] {
  white-space: nowrap;
}
.link-hover,
.link-press {
  color: #06c2bc;
}
[class^="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #303030;
}
[class^="heading-"] a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
[class^="heading-"] a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #00e7df;
}
.heading-1,
h1 {
  font-size: 96px;
  line-height: 1.0208333333;
  letter-spacing: -0.015em;
  font-weight: 300;
}
.heading-2,
h2 {
  font-size: 60px;
  line-height: 1.1333333333;
  letter-spacing: -0.005em;
  font-weight: 300;
}
.heading-3,
h3 {
  font-size: 48px;
  line-height: 1.0833333333;
}
.heading-4,
h4 {
  font-size: 34px;
  line-height: 1.1176470588;
  letter-spacing: -0.0025em;
}
.heading-5,
h5 {
  font-size: 24px;
  line-height: 1.0833333333;
}
.heading-6,
h6 {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.0015em;
  font-weight: 500;
}
.big {
  font-size: 18px;
}
.small,
small {
  display: block;
  font-size: 12px;
}
.mark,
mark {
  padding: 3px 5px;
  color: #fff;
  background: #00e7df;
}
.brand {
  display: inline-block;
}
img {
  max-width: 100%;
}
