@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before, q::after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #1A1A22;
  color: #0F0E15;
  font-size: 13px;
  line-height: 1.35; }

.content {
  color: #DCDCDC;
  margin-bottom: 70px;
  margin-left: 70px;
  padding: 8px 32px;
  padding-top: calc(70px + 32px); }

.container {
  margin-left: auto;
  margin-right: auto; }
  .container.padding-top {
    margin-top: 84px; }
  .container.centered section {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px; }
  .container.row {
    display: flex; }
    .container.row section {
      max-width: 40%; }
    .container.row section {
      margin-right: 32px; }
      .container.row section:last-of-type {
        margin-right: 0; }

@font-face {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  src: url("https://s3.eu-central-1.amazonaws.com/infinity-platform/icon-fonts/font/fontello.eot");
  src: url("https://s3.eu-central-1.amazonaws.com/infinity-platform/icon-fonts/font/fontello.eot?#iefix") format("embedded-opentype"), url("https://s3.eu-central-1.amazonaws.com/infinity-platform/icon-fonts/font/fontello.woff") format("woff2"), url("https://s3.eu-central-1.amazonaws.com/infinity-platform/icon-fonts/font/fontello.woff2") format("woff"), url("https://s3.eu-central-1.amazonaws.com/infinity-platform/icon-fonts/font/fontello.ttf") format("truetype"); }

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 8px;
  text-transform: uppercase; }

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 15px;
  margin-bottom: -8px;
  margin-top: 24px;
  text-transform: uppercase; }
  h2 em {
    display: none; }

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-top: 24px;
  text-transform: uppercase; }

p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 16px; }

em {
  color: #48AFA1;
  font-size: 10px;
  font-style: italic;
  margin-left: 4px; }

sup {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #48AFA1;
  font-size: 11px; }

b,
strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

button,
.button {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  appearance: none;
  background-color: #302d43;
  border-radius: 3px;
  border: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 8px;
  margin-top: 8px;
  max-width: 540px;
  min-height: 50px;
  outline: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 350ms ease-in-out, border-color 350ms ease-in-out, color 350ms ease-in-out; }
  button.back,
  .button.back {
    padding-left: 10px;
    padding-right: 25px;
    width: auto; }
  button.edit,
  .button.edit {
    padding-right: 10px; }
  button.search,
  .button.search {
    margin-left: -3px;
    margin-right: 8px; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    background-color: #464162;
    border-color: #464162; }
  button.ghost,
  .button.ghost {
    background-color: transparent;
    border: 2px solid #817ba7;
    color: #817ba7;
    margin-right: 8px;
    min-width: 55px;
    text-align: center; }
    button.ghost:hover, button.ghost:focus,
    .button.ghost:hover,
    .button.ghost:focus {
      border-color: #5c5580;
      color: #5c5580; }
  button.secondary,
  .button.secondary {
    background-color: #22ADF6;
    border: 2px solid #22ADF6;
    margin-right: 8px;
    padding-left: 16px;
    padding-right: 16px; }
    button.secondary:hover, button.secondary:focus,
    .button.secondary:hover,
    .button.secondary:focus {
      background-color: #6cc8f9;
      border: 2px solid #6cc8f9; }
  button.small,
  .button.small {
    min-width: 0;
    width: auto; }
  button.icon,
  .button.icon {
    background-color: #22ADF6;
    border: 2px solid #22ADF6;
    padding: 0;
    margin: 0; }
    button.icon:hover, button.icon:focus,
    .button.icon:hover,
    .button.icon:focus {
      background-color: #6cc8f9;
      border: 2px solid #6cc8f9; }

a {
  color: #FFFFFF;
  text-decoration: none;
  text-decoration-color: transparent;
  transition: text-decoration 250ms ease-in-out, text-decoration-color 250ms ease-in-out; }
  a:hover {
    text-decoration-color: #48AFA1;
    text-decoration: underline; }
  a.primary {
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #48AFA1;
    color: #48AFA1;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 250ms box-shadow ease-in-out; }

form fieldset {
  position: relative; }

form label {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  text-transform: uppercase; }

form.right {
  display: flex;
  justify-content: flex-end; }

form .opener {
  position: absolute;
  right: 16px;
  top: 34px;
  color: #464162;
  font-size: 22px; }

form hr {
  border: none;
  border-top: 1px solid #302d43;
  outline: none;
  height: 1px;
  margin-bottom: 24px; }

form input[type='text'],
form input[type='url'],
form input[type='email'],
form input[type='date'],
form input[type='password'],
form input[type='number'],
form textarea {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  border: solid 0px #0F0E15;
  border-radius: 3px;
  box-sizing: border-box;
  color: #0F0E15;
  display: block;
  font-size: 13px;
  margin-bottom: 24px;
  margin-top: 4px;
  min-height: 50px;
  outline: none;
  padding: 12px 16px;
  transition: border 350ms ease-in-out, color 350ms ease-in-out; }
  form input[type='text']:hover,
  form input[type='url']:hover,
  form input[type='email']:hover,
  form input[type='date']:hover,
  form input[type='password']:hover,
  form input[type='number']:hover,
  form textarea:hover {
    border-color: #0F0E15; }
    form input[type='text']:hover::placeholder,
    form input[type='url']:hover::placeholder,
    form input[type='email']:hover::placeholder,
    form input[type='date']:hover::placeholder,
    form input[type='password']:hover::placeholder,
    form input[type='number']:hover::placeholder,
    form textarea:hover::placeholder {
      color: #0F0E15;
      opacity: 1; }
  form input[type='text']::placeholder,
  form input[type='url']::placeholder,
  form input[type='email']::placeholder,
  form input[type='date']::placeholder,
  form input[type='password']::placeholder,
  form input[type='number']::placeholder,
  form textarea::placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #0F0E15;
    opacity: 1; }

form textarea {
  height: auto;
  min-height: 250px; }

form input[type='checkbox'] {
  opacity: 0;
  position: absolute; }
  form input[type='checkbox'] + label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #DCDCDC;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-left: 38px;
    padding-right: 20px;
    position: relative;
    text-transform: none; }
    form input[type='checkbox'] + label:last-of-type {
      margin-bottom: 24px; }
    form input[type='checkbox'] + label::before {
      border: 1px solid #FFFFFF;
      border-radius: 4px;
      content: '';
      height: 26px;
      left: 0;
      position: absolute;
      top: 0;
      width: 26px; }
  form input[type='checkbox']:checked + label::after {
    background: #48AFA1;
    border-radius: 2px;
    content: '';
    height: 18px;
    left: 5px;
    opacity: 1;
    position: absolute;
    top: 5px;
    transform: scale(1);
    width: 18px; }
  form input[type='checkbox'].yellow:checked + label::after {
    background: #ffcc00; }

form input[type='radio'] {
  opacity: 0;
  position: absolute; }
  form input[type='radio'] + label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #DCDCDC;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-left: 38px;
    padding-right: 20px;
    position: relative;
    text-transform: none; }
    form input[type='radio'] + label:last-of-type {
      margin-bottom: 24px; }
    form input[type='radio'] + label::before {
      border: 1px solid #FFFFFF;
      border-radius: 50%;
      content: '';
      height: 26px;
      left: 0;
      position: absolute;
      top: 0;
      width: 26px; }
  form input[type='radio']:checked + label::after {
    background: #48AFA1;
    border-radius: 50%;
    content: '';
    height: 18px;
    left: 5px;
    opacity: 1;
    position: absolute;
    top: 5px;
    transform: scale(1);
    width: 18px; }

form input[type='file'] {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border-radius: 3px;
  border: 2px dashed #302d43;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 13px;
  margin-bottom: 24px;
  margin-top: 6px;
  min-height: 50px;
  padding: 16px;
  text-transform: uppercase;
  width: 100%; }

form input[type='submit'] {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #302d43;
  border: 2px solid #302d43;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 8px;
  margin-top: 8px;
  min-height: 50px;
  outline: 0;
  text-transform: uppercase;
  transition: border 350ms ease-in-out, background-color 350ms ease-in-out; }
  form input[type='submit']:hover, form input[type='submit']:focus {
    background-color: #464162;
    border-color: #464162; }

.tail-select {
  width: 100%;
  margin: 4px 0 24px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-family: inherit; }
  .tail-select * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none; }
    .tail-select *:before, .tail-select *:after {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
  .tail-select mark {
    color: white;
    background-color: #48AFA1; }
  .tail-select input[type="text"] {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1.25em 1em 1.15em 1em;
    display: inline-block;
    outline: 0;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: middle;
    background-color: #302d43;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 50px;
    text-transform: uppercase; }
    .tail-select input[type="text"]:focus, .tail-select input[type="text"]:hover {
      background-color: #302d43;
      color: white; }
      .tail-select input[type="text"]:focus::placeholder, .tail-select input[type="text"]:hover::placeholder {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: white; }
    .tail-select input[type="text"]::placeholder {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      color: white; }
    .tail-select input[type="text"]:hover {
      border-color: transparent;
      background-color: transparent; }
    .tail-select input[type="text"]:focus {
      border-color: transparent;
      background-color: transparent; }
  .tail-select.disabled input[type="text"] {
    color: rgba(48, 52, 56, 0.75);
    border-color: transparent;
    background-color: transparent; }

.tail-select-container {
  margin: 0;
  padding: 3px;
  text-align: left;
  border-radius: 3px; }
  .tail-select-container .select-handle {
    width: auto;
    color: #303438;
    cursor: pointer;
    margin: 1px;
    padding: 0.2em 0.6em 0.3em;
    display: inline-block;
    position: relative;
    font-size: 11.844px;
    text-align: left;
    font-weight: bold;
    line-height: 16px;
    text-shadow: none;
    vertical-align: top;
    background-color: #d9d9d9;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 3px;
    transition: background 142ms linear;
    -webkit-transition: background 142ms linear; }
    .tail-select-container .select-handle:hover {
      color: #303438;
      background-color: #DC4650; }
  .tail-select-container.select-label .select-handle {
    margin: 5px 3px; }

.tail-select.multiple .select-label .label-inner {
  background-color: transparent;
  color: #0F0E15;
  padding: 0; }

.tail-select.multiple .select-dropdown ul li.dropdown-option {
  padding-left: 48px; }
  .tail-select.multiple .select-dropdown ul li.dropdown-option:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    opacity: 1;
    position: absolute;
    top: 13px;
    left: 13px;
    border-radius: 3px; }
  .tail-select.multiple .select-dropdown ul li.dropdown-option.selected {
    background-color: #FFFFFF;
    color: #0F0E15; }
    .tail-select.multiple .select-dropdown ul li.dropdown-option.selected:before {
      background-color: #48AFA1;
      border-color: #48AFA1; }
    .tail-select.multiple .select-dropdown ul li.dropdown-option.selected:hover {
      background-color: #d9d7e4;
      color: #0F0E15; }
      .tail-select.multiple .select-dropdown ul li.dropdown-option.selected:hover:before {
        opacity: 1; }

.tail-select .label-count {
  background-color: #48AFA1;
  border-radius: 3px;
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center; }

.tail-select .select-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  cursor: pointer;
  color: #0F0E15;
  width: 100%;
  margin: 0;
  padding: 1.25em 1em 1.15em 1.0em;
  display: flex;
  align-items: center;
  z-index: 27;
  position: relative;
  text-align: left;
  background-color: white;
  border-width: 0px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 3px;
  transition: background 142ms linear, box-shadow 142ms linear;
  -webkit-transition: background 142ms linear, box-shadow 142ms linear;
  max-height: 50px; }
  .tail-select .select-label:after {
    top: 22px;
    right: 20px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    z-index: 25;
    content: "";
    opacity: 0.5;
    display: inline-block;
    position: absolute;
    border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    text-shadow: none;
    transition: opacity 142ms linear, transform 142ms linear;
    -webkit-transition: opacity 142ms linear, transform 142ms linear; }
  .tail-select .select-label .label-inner {
    width: auto;
    margin: 0;
    text-align: left;
    vertical-align: top;
    background-color: #48AFA1;
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 3px; }
  .tail-select .select-label .label-inner {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.tail-select:hover .select-label:after,
.tail-select.idle .select-label:after,
.tail-select.active .select-label:after {
  opacity: 0.85; }

.tail-select:hover .select-label .label-count,
.tail-select.idle .select-label .label-count,
.tail-select.active .select-label .label-count,
.tail-select:hover .select-label .label-inner,
.tail-select.idle .select-label .label-inner {
  opacity: 1; }

.tail-select.active .select-label {
  z-index: 27; }
  .tail-select.active .select-label .label-inner {
    opacity: 1; }
  .tail-select.active .select-label:after {
    opacity: 0.85;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

.tail-select.disabled .select-label {
  cursor: not-allowed; }

.tail-select .select-dropdown {
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  top: 100%;
  left: 0;
  color: #0F0E15;
  width: 100%;
  min-height: 35px;
  padding: 0;
  z-index: 30;
  display: none;
  overflow: hidden !important;
  position: absolute;
  background-color: white;
  border-radius: 3px;
  margin-top: 4px; }
  .tail-select .select-dropdown .dropdown-search {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    background-color: #302d43;
    color: white; }
  .tail-select .select-dropdown .dropdown-inner {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto; }
  .tail-select .select-dropdown .dropdown-empty {
    margin: 0;
    padding: 16px 0;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 18px; }
  .tail-select .select-dropdown .dropdown-action {
    top: 3px;
    right: 15px;
    width: auto;
    margin: 0;
    padding: 7px 0;
    z-index: 35;
    display: inline-block;
    position: absolute;
    text-align: center; }
  .tail-select .select-dropdown ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    border-bottom: 1px solid #d9d7e4; }
    .tail-select .select-dropdown ul li {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      width: 100%;
      margin: 0;
      padding: 0;
      display: block;
      position: relative;
      list-style: none;
      font-size: 13px;
      line-height: 1.5;
      vertical-align: top;
      color: #0F0E15;
      padding: 1.14em 1em 1.14em 1.4em;
      font-size: 13px;
      text-align: left;
      border-bottom: 1px solid #d9d7e4; }
      .tail-select .select-dropdown ul li:last-of-type {
        border-bottom: none; }
    .tail-select .select-dropdown ul li.dropdown-option {
      cursor: pointer;
      color: #0F0E15; }
      .tail-select .select-dropdown ul li.dropdown-option:before {
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 0;
        z-index: 21;
        display: inline-block;
        content: "";
        opacity: 0;
        position: absolute;
        vertical-align: top;
        background-repeat: no-repeat;
        background-position: center center;
        transition: opacity 50ms linear;
        -webkit-transition: opacity 50ms linear; }
      .tail-select .select-dropdown ul li.dropdown-option:hover, .tail-select .select-dropdown ul li.dropdown-option.hover, .tail-select .select-dropdown ul li.dropdown-option:hover .option-description, .tail-select .select-dropdown ul li.dropdown-option.hover .option-description {
        color: #303438; }

.tail-select.open-top .select-dropdown {
  top: auto;
  bottom: 100%;
  margin-bottom: 4px;
  border-radius: 3px; }

.tail-select.hide-selected .select-dropdown ul li.selected,
.tail-select.hide-disabled .select-dropdown ul li.disabled {
  display: none; }

.tail-select .select-dropdown ul li.dropdown-option:hover:before, .tail-select .select-dropdown ul li.dropdown-option.hover:before {
  opacity: 0.5; }

.tail-select .select-dropdown ul li.dropdown-option.selected {
  color: #FFFFFF;
  background-color: #48AFA1; }
  .tail-select .select-dropdown ul li.dropdown-option.selected:hover {
    color: #FFFFFF;
    background-color: #48AFA1; }

.tail-select.deselect .select-dropdown ul li.dropdown-option.selected:hover .option-description,
.tail-select.deselect .select-dropdown ul li.dropdown-option.selected.hover .option-description {
  color: #3C82E6; }

.tail-select .select-dropdown ul li.dropdown-option {
  transition: all 0.3s ease-in; }
  .tail-select .select-dropdown ul li.dropdown-option:hover, .tail-select .select-dropdown ul li.dropdown-option.hover {
    transition: all 0.4s ease;
    background-color: #d9d7e4; }

.tail-select.disabled .select-dropdown ul li.dropdown-option,
.tail-select .select-dropdown ul li.dropdown-option.disabled {
  display: none; }

.tail-select.disabled .select-dropdown ul li.dropdown-option:before,
.tail-select .select-dropdown ul li.dropdown-option.disabled:before {
  opacity: 0.85; }

.tail-select.disabled .select-dropdown ul li.dropdown-option .option-description,
.tail-select .select-dropdown ul li.dropdown-option.disabled .option-description {
  color: rgba(48, 52, 56, 0.4); }

[class^='icon-']::before,
[class*=' icon-']::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'fontello';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: .2em;
  margin-right: .2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em; }

.icon-left-small::before {
  content: '\e800'; }

.icon-right-small::before {
  content: '\e801'; }

.icon-up-small::before {
  content: '\e802'; }

.icon-down-small::before {
  content: '\e803'; }

.icon-ok-1::before {
  content: '\e804'; }

.icon-cancel-1::before {
  content: '\e805'; }

.icon-right-1::before {
  content: '\e806'; }

.icon-down-open::before {
  content: '\e807'; }

.icon-left-open::before {
  content: '\e808'; }

.icon-right-open::before {
  content: '\e809'; }

.icon-up-open::before {
  content: '\e80a'; }

.icon-down-big::before {
  content: '\e80b'; }

.icon-left-big::before {
  content: '\e80c'; }

.icon-right-big::before {
  content: '\e80d'; }

.icon-up-big::before {
  content: '\e80e'; }

.icon-align-justify::before {
  content: '\e80f'; }

.icon-list::before {
  content: '\e810'; }

.icon-left-open-1::before {
  content: '\e811'; }

.icon-down-open-1::before {
  content: '\e812'; }

.icon-right-open-1::before {
  content: '\e813'; }

.icon-up-open-1::before {
  content: '\e814'; }

.icon-down-open-mini::before {
  content: '\e815'; }

.icon-left-open-mini::before {
  content: '\e816'; }

.icon-right-open-mini::before {
  content: '\e817'; }

.icon-up-open-mini::before {
  content: '\e818'; }

.icon-down-open-big::before {
  content: '\e819'; }

.icon-left-open-big::before {
  content: '\e81a'; }

.icon-right-open-big::before {
  content: '\e81b'; }

.icon-up-open-big::before {
  content: '\e81c'; }

.icon-ccw::before {
  content: '\e81d'; }

.icon-cw::before {
  content: '\e81e'; }

.icon-arrows-ccw::before {
  content: '\e81f'; }

.icon-link-1::before {
  content: '\e830'; }

.icon-spin3::before {
  content: '\e832'; }

.icon-left-1::before {
  content: '\e833'; }

.icon-ok-2::before {
  content: '\e834'; }

.icon-cancel-2::before {
  content: '\e835'; }

.icon-angle-left::before {
  content: '\f104'; }

.icon-angle-right::before {
  content: '\f105'; }

.icon-angle-up::before {
  content: '\f106'; }

.icon-angle-down::before {
  content: '\f107'; }

.icon-down::before {
  content: '\f175'; }

.icon-up::before {
  content: '\f176'; }

.icon-left::before {
  content: '\f177'; }

.icon-right::before {
  content: '\f178'; }

.icon-vimeo-circled::before {
  content: '\f307'; }

.icon-twitter::before {
  content: '\f309'; }

.icon-twitter-circled::before {
  content: '\f30a'; }

.icon-facebook::before {
  content: '\f30c'; }

.icon-facebook-circled::before {
  content: '\f30d'; }

.icon-facebook-squared::before {
  content: '\f30e'; }

.icon-gplus::before {
  content: '\f30f'; }

.icon-gplus-circled::before {
  content: '\f310'; }

.icon-pinterest::before {
  content: '\f312'; }

.icon-pinterest-circled::before {
  content: '\f313'; }

.icon-tumblr::before {
  content: '\f315'; }

.icon-tumblr-circled::before {
  content: '\f316'; }

.icon-linkedin::before {
  content: '\f318'; }

.icon-linkedin-circled::before {
  content: '\f319'; }

.icon-circle::before {
  content: '\f111'; }

.icon-circle-empty::before {
  content: '\f10c'; }

.icon-dot-circled::before {
  content: '\f192'; }

.icon-user-o::before {
  content: '\f2c0'; }

.icon-user-1::before {
  content: '\e82c'; }

.icon-wallet::before {
  content: '\e838'; }

.icon-eye::before {
  content: '\e836'; }

.icon-codeopen::before {
  content: '\f1cb'; }

.icon-credit-card::before {
  content: '\e821'; }

.icon-chart-area::before {
  content: '\f1fe'; }

.icon-chart-bar::before {
  content: '\e822'; }

.icon-money::before {
  content: '\e82d'; }

.icon-users-outline::before {
  content: '\e828'; }

.icon-cart::before {
  content: '\e827'; }

.icon-wrench {
  margin-left: 2px; }
  .icon-wrench::before {
    content: '\e842'; }

.icon-mobile::before {
  content: '\e843'; }

.icon-plus::before {
  content: '\e846'; }

.icon-bell-alt::before {
  content: '\f0f3'; }

.icon-bell-1::before {
  content: '\e84a'; }

.icon-attention::before {
  content: '\e849'; }

.icon-phone-outline::before {
  content: '\e84d'; }

.icon-trash-empty::before {
  content: '\e84b'; }

section {
  border: 1px solid #302d43;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 32px; }

ul {
  text-align: left; }
  ul li {
    text-align: left;
    padding-bottom: 8px; }
    ul li.hidden {
      display: none; }

table {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  width: 100%;
  background-color: #302d43;
  border-radius: 3px;
  color: #FFFFFF;
  margin-top: 16px;
  padding: 8px; }
  table.auto {
    width: auto; }
  table .circle {
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
    height: 8px;
    width: 8px;
    border-radius: 50px;
    margin-left: 4px;
    margin-top: -4px; }
  table .button.icon {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    line-height: 32px;
    margin-bottom: -2px;
    margin-right: 8px;
    margin-top: -2px;
    min-height: 32px;
    min-width: 32px;
    text-align: center; }
    table .button.icon:last-child {
      margin-right: 0; }
  table th[role=columnheader]:not(.no-sort) {
    cursor: pointer; }
  table th:after {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    border-color: #FFFFFF transparent;
    border-style: solid;
    border-width: 0 4px 4px;
    content: '';
    opacity: 0;
    position: absolute;
    right: 8px;
    user-select: none;
    visibility: hidden; }
  table th[aria-sort=ascending]:not(.no-sort):after {
    border-bottom: none;
    border-width: 4px 4px 0; }
  table th[aria-sort]:not(.no-sort):after {
    visibility: visible;
    opacity: .4; }
  table th[role=columnheader]:not(.no-sort):hover:after {
    visibility: visible;
    opacity: 1; }
  table th,
  table td {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1;
    padding: 8px 8px 8px 16px;
    position: relative;
    text-align: left; }
    table th.heading,
    table td.heading {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      background-color: #22ADF6;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 1;
      max-width: 220px;
      min-width: 220px;
      text-transform: capitalize; }
    table th.empty,
    table td.empty {
      background-color: #1A1A22; }
    table th.right,
    table td.right {
      display: flex;
      justify-content: end; }
    table th.highlight,
    table td.highlight {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      background-color: #302d43;
      color: #FFFFFF;
      font-size: 14px;
      text-transform: capitalize; }
    table th.total, table th.smaller,
    table td.total,
    table td.smaller {
      max-width: 100px;
      min-width: 100px; }
    table th.fill-parent,
    table td.fill-parent {
      width: 100%;
      max-width: 100%; }
  table tr {
    border-bottom: 1px solid #1A1A22;
    display: flex; }
    table tr.padding-bottom {
      border-bottom: 3px solid #1A1A22; }
  table thead tr {
    border-bottom: 2px solid #1A1A22; }
  table thead th {
    font-size: 14px;
    text-transform: capitalize; }
  table tbody tr {
    transition: background-color 100ms ease-in-out; }
    table tbody tr.hidden {
      display: none; }
    table tbody tr:last-of-type {
      border-bottom: 0; }

.flash {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 16px; }
  .flash__message {
    color: white;
    display: inline-block;
    font-size: 14px;
    max-width: 540px;
    padding: 16px;
    transition: all 250ms ease-in-out;
    width: 100%;
    text-align: left; }
  .flash__hidden {
    display: none; }
  .flash__error .flash__message {
    background-color: #C70009; }
  .flash__info .flash__message {
    background-color: #22ADF6; }

header {
  width: 100%;
  align-items: center;
  background-color: #FFFFFF;
  box-sizing: border-box;
  display: flex;
  height: 70px;
  padding-right: 8px;
  position: fixed;
  z-index: 99;
  border-bottom: 1px solid rgba(15, 14, 21, 0.1); }
  header img {
    background-color: #FFFFFF;
    height: 50px;
    padding-left: 8px;
    padding-right: 16px;
    width: 50px; }
  header form {
    flex: 1; }
  header .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-left: 8px;
    margin-right: 24px; }
  header .authentication {
    margin-right: 16px; }
    header .authentication button {
      padding: 12px 8px 12px 16px; }

.sidebar {
  background-color: #302d43;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 70px;
  width: 70px; }
  .sidebar__label {
    background-color: #302d43;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top-right-radius: 3px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: transparent;
    font-size: 16px;
    height: 70px;
    left: 70px;
    line-height: 70px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    transition: all 250ms ease-in-out;
    width: 0; }
  .sidebar__item {
    align-items: center;
    border-bottom: 1px solid transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 70px;
    justify-content: center;
    position: relative;
    transition: all 250ms ease-in-out; }
    .sidebar__item:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      height: 70px; }
    .sidebar__item span {
      transition: text-shadow 250ms ease-in-out; }
    .sidebar__item:active, .sidebar__item:visited {
      color: #FFFFFF; }
    .sidebar__item:hover, .sidebar__item:focus {
      background-color: #464162; }
    .sidebar__item.active {
      background-color: #464162;
      border-bottom: 0; }
      .sidebar__item.active span {
        text-shadow: 0 0 8px rgba(0, 201, 255, 0.6), 0 0 15px rgba(69, 145, 237, 0.6), 0 0 20px rgba(81, 60, 198, 0.6); }
    .sidebar__item span {
      text-shadow: 1px 1px rgba(26, 26, 34, 0.8); }
      .sidebar__item span.icon-users-outline::before {
        margin-left: 0; }
  .sidebar__session:hover .sidebar__label, .sidebar__session:focus .sidebar__label {
    background-color: #464162;
    color: #FFFFFF;
    padding-left: 0;
    width: 135px; }
  .sidebar__add input[type='submit'] {
    width: 50px;
    height: 50px;
    border: 0;
    margin: 0; }
    .sidebar__add input[type='submit']:hover {
      background-color: #0F0E15; }
  .sidebar__add input[type='text'] {
    border: 0;
    height: 50px;
    margin: 0;
    margin-right: 8px;
    width: 160px; }
  .sidebar__add form {
    align-items: center;
    display: flex;
    height: 70px; }
  .sidebar__add.active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .sidebar__add.active .icon-plus {
      transform: rotate(45deg); }
    .sidebar__add.active .sidebar__label {
      background-color: #464162;
      color: #FFFFFF;
      padding-left: 0;
      width: 230px; }
      .sidebar__add.active .sidebar__label:hover .sidebar__label, .sidebar__add.active .sidebar__label:focus .sidebar__label {
        width: 180px; }

footer {
  width: 100%;
  align-items: center;
  background-color: #0F0E15;
  bottom: 0;
  color: #DCDCDC;
  display: flex;
  height: 44px;
  left: 0;
  padding-left: 24px;
  position: fixed;
  z-index: 99; }
  footer a {
    margin-left: auto;
    margin-right: 48px; }

.badge {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
  padding: 5px 8px;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 15px;
  text-align: center; }
  .badge.round {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 27px;
    padding: 0; }
  .badge.padding-left {
    margin-left: 8px; }
  .badge.error {
    background-color: #f76161;
    border-color: #f76161; }
  .badge.pending {
    background-color: #48AFA1;
    border-color: #48AFA1; }
  .badge.no-padding {
    margin: 0; }
  .badge.active {
    background-color: #48AFA1;
    border-color: #48AFA1;
    margin-left: 0; }
  .badge.blue {
    background-color: #22ADF6;
    border-color: #22ADF6; }
  .badge.yellow {
    background-color: #ffcc00;
    border-color: #ffcc00; }
  .badge.image {
    background-color: #ff8d00;
    border-color: #ff8d00; }
  .badge.video {
    background-color: #ffcc00;
    border-color: #ffcc00; }
  .badge.game {
    background-color: #22ADF6;
    border-color: #22ADF6; }

.card__row {
  display: flex;
  margin-bottom: 32px; }

.card__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 8px;
  text-transform: uppercase; }

.card__subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: white;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 8px;
  text-transform: uppercase; }

.card__item {
  border: 1px solid #3b3752;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 32px;
  padding: 32px; }
  .card__item.disabled {
    border-color: #46465c; }
    .card__item.disabled .card__title,
    .card__item.disabled p {
      color: #46465c; }
  .card__item:last-of-type {
    margin-right: 0; }
  .card__item p {
    flex-grow: 1;
    font-size: 14px; }
  .card__item .button {
    margin-bottom: 0;
    margin-top: 16px; }
    .card__item .button:hover {
      text-decoration: none; }

.preview.thumbnail, .preview.logo {
  max-width: 50%; }

.preview img,
.preview video {
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 16px;
  width: 100%;
  background-color: white; }

.catalog {
  display: flex;
  padding-bottom: 20px; }
  .catalog__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase; }
  .catalog form {
    width: 800px;
    margin-top: 20px; }
  .catalog__code {
    flex: 1; }
  .catalog__image {
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 16px;
    width: 372px;
    background-color: white;
    margin-right: 25px;
    margin-top: 67px; }
  .catalog__category {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase; }
  .catalog__description {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 8px;
    color: white; }

.lightpick {
  border-radius: 3px;
  margin-top: 24px;
  padding: 0;
  border: none; }
  .lightpick__months-of-the-year-list {
    padding: 8px; }
  .lightpick__month-title-bar {
    background-color: #22ADF6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #FFFFFF;
    height: auto;
    padding: 8px;
    position: relative; }
  .lightpick__previous-action, .lightpick__next-action {
    background-color: #FFFFFF;
    color: #0F0E15;
    font-size: 14px;
    height: 32px;
    padding: 0;
    width: 32px;
    min-height: 32px; }
  .lightpick__months, .lightpick__inner, .lightpick__month, .lightpick__months-of-the-year {
    border-radius: 3px; }
  .lightpick__month, .lightpick__months-of-the-year {
    padding: 0;
    border: none; }
  .lightpick__days, .lightpick__days-of-the-week {
    padding: 4px; }
  .lightpick__day {
    font-size: 13px; }
    .lightpick__day.is-today {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      background-color: rgba(34, 173, 246, 0.1);
      background-image: none;
      background-size: 61.8% auto;
      border-radius: 50%;
      color: #0F0E15; }
      .lightpick__day.is-today.is-start-date.is-end-date {
        border: 2px solid #22ADF6;
        border-radius: 50%; }
    .lightpick__day.is-in-range {
      background-color: rgba(34, 173, 246, 0.1);
      background-image: none; }
    .lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range {
      background-color: #22ADF6;
      background-image: none;
      color: #0F0E15; }
      .lightpick__day.is-start-date.is-in-range.is-flipped, .lightpick__day.is-end-date.is-in-range.is-flipped {
        background-color: #22ADF6;
        background-image: none; }
    .lightpick__day.is-start-date.is-in-range.is-flipped {
      background-color: #22ADF6;
      background-image: none; }
    .lightpick__day.is-start-date.is-end-date {
      background-color: transparent; }

.logout {
  display: inline-block;
  float: right;
  padding: 10px 20px; }
  .logout .username {
    text-transform: capitalize; }

.container.flash {
  min-height: 30px;
  position: relative; }
