@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;

500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);[draggable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

/**
 * Make webkit scrollbars a bit more good looking on non-mac systems.
 */

html.non-mac ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

@media only screen and (max-width: 768px) {
  html.non-mac ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
}

@media only screen and (max-width: 668px) {
  html.non-mac ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
}

html.non-mac ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

html.non-mac ::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border: 0px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
}

html.non-mac ::-webkit-scrollbar-thumb:hover {
  background: #FFFFFF;
}

html.non-mac ::-webkit-scrollbar-thumb:active {
  background: #FFFFFF;
}

html.non-mac ::-webkit-scrollbar-track {
  background: #43424B;
  border: 0px none #ffffff;
  border-radius: 50px;
}

html.non-mac ::-webkit-scrollbar-track:hover {
  background: #43424B;
}

html.non-mac ::-webkit-scrollbar-track:active {
  background: #43424B;
}

html.non-mac ::-webkit-scrollbar-corner {
  background: transparent;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 40px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 40px 0;
  }
}

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 290px;
}

.plyr,
.plyr *,
.plyr *::after,
.plyr *::before {
  box-sizing: border-box;
}

.plyr a,
.plyr button,
.plyr input,
.plyr label {
  touch-action: manipulation;
}

.plyr__sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.plyr__video-wrapper {
  position: relative;
}

.plyr video,
.plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  background: #000;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}

.plyr__video-embed.plyr iframe {
  pointer-events: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 12px 18px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.1);
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--fullscreen-active .plyr__captions {
  font-size: 32px;
}

.plyr__controls {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 6px;
  background: #fff;
  line-height: 1;
  text-align: center;
  box-shadow: 0 1px 1px rgba(52, 63, 74, 0.8);
}

.plyr__controls::after {
  content: '';
  display: table;
  clear: both;
}

.plyr__controls--right {
  display: block;
  margin: 6px auto 0;
}

@media (min-width: 560px) {
  .plyr__controls--left {
    float: left;
  }

  .plyr__controls--right {
    float: right;
    margin-top: 0;
  }
}

.plyr__controls button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  padding: 3px 6px;
  overflow: hidden;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  color: #F34E48;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
}

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
  transition: fill .3s ease;
}

.plyr__controls button.tab-focus:hover,
.plyr__controls button:hover {
  background: #F34E48;
  color: #F34E48;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
  display: none;
}

.plyr__controls .plyr__time {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  color: #F34E48;
  font-weight: 600;
  font-size: 14px;
}

.plyr__controls .plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 560px) {
  .plyr__controls .plyr__time + .plyr__time {
    display: inline-block;
  }
}

.plyr__controls .plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 6px;
}

.plyr__tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 6px;
  padding: 6px 9px;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(52, 63, 74, 0.9), 0 0 0 1px rgba(52, 63, 74, 0.9);
  border-radius: 3px;
  color: #F34E48;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease, visibility .3s ease;
}

.plyr__tooltip::after,
.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.plyr__tooltip::after {
  bottom: -8px;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(52, 63, 74, 0.9);
  border-left: 7px solid transparent;
  z-index: 1;
}

.plyr__tooltip::before {
  bottom: -6px;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  z-index: 2;
}

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr input[type='range'].tab-focus:focus {
  outline: thin dotted rgba(52, 63, 74, 0.2);
  outline-offset: 3px;
}

.plyr__progress {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: rgba(86, 93, 100, 0.8);
}

.plyr__progress--buffer[value],
.plyr__progress--played[value],
.plyr__progress--seek[type='range'] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}

.plyr__progress--buffer[value]::-webkit-progress-bar,
.plyr__progress--played[value]::-webkit-progress-bar {
  background: transparent;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress--buffer[value]::-webkit-progress-value,
.plyr__progress--played[value]::-webkit-progress-value {
  background: currentColor;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress--buffer[value]::-moz-progress-bar,
.plyr__progress--played[value]::-moz-progress-bar {
  background: currentColor;
  -moz-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress--played[value] {
  z-index: 2;
  color: #F34E48;
}

.plyr__progress--buffer[value] {
  color: rgba(86, 93, 100, 0.75);
}

.plyr__progress--seek[type='range'] {
  z-index: 4;
  cursor: pointer;
  outline: 0;
}

.plyr__progress--seek[type='range']::-webkit-slider-runnable-track {
  background: none;
  border: 0;
}

.plyr__progress--seek[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  width: 1px;
  height: 6px;
}

.plyr__progress--seek[type='range']::-moz-range-track {
  background: none;
  border: 0;
}

.plyr__progress--seek[type='range']::-moz-range-thumb {
  -moz-appearance: none;
  background: transparent;
  border: 0;
  width: 1px;
  height: 6px;
}

.plyr__progress--seek[type='range']::-ms-track {
  color: transparent;
  background: none;
  border: 0;
}

.plyr__progress--seek[type='range']::-ms-fill-lower,
.plyr__progress--seek[type='range']::-ms-fill-upper {
  background: none;
  border: 0;
}

.plyr__progress--seek[type='range']::-ms-thumb {
  background: transparent;
  border: 0;
  width: 1px;
  height: 6px;
}

.plyr__progress--seek[type='range']:focus {
  outline: 0;
}

.plyr__progress--seek[type='range']::-moz-focus-outer {
  border: 0;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr--is-touch .plyr--seek[type='range']::-webkit-slider-thumb {
  width: 24px;
  transform: translateX(-50%);
}

.plyr--is-touch .plyr--seek[type='range']::-moz-range-thumb {
  width: 24px;
  transform: translateX(-50%);
}

.plyr--is-touch .plyr--seek[type='range']::-ms-thumb {
  width: 24px;
  transform: translateX(-50%);
}

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-size: 40px 40px;
  background-repeat: repeat-x;
  background-color: rgba(86, 93, 100, 0.75);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.85) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.85) 75%, transparent 75%, transparent);
  color: transparent;
}

.plyr__controls [data-plyr='pause'],
.plyr--playing .plyr__controls [data-plyr='play'] {
  display: none;
}

.plyr--playing .plyr__controls [data-plyr='pause'] {
  display: inline-block;
}

.plyr__volume[type='range'] {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100px;
  margin: 0 6px 0 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}

.plyr__volume[type='range']::-webkit-slider-runnable-track {
  height: 6px;
  background: #e6e6e6;
  border: 0;
  border-radius: 3px;
}

.plyr__volume[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -3px;
  height: 12px;
  width: 12px;
  background: #F34E48;
  border: 0;
  border-radius: 100%;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  cursor: ew-resize;
}

.plyr__volume[type='range']::-moz-range-track {
  height: 6px;
  background: #e6e6e6;
  border: 0;
  border-radius: 3px;
}

.plyr__volume[type='range']::-moz-range-thumb {
  height: 12px;
  width: 12px;
  background: #F34E48;
  border: 0;
  border-radius: 100%;
  -moz-transition: background .3s ease;
  transition: background .3s ease;
  cursor: ew-resize;
}

.plyr__volume[type='range']::-ms-track {
  height: 6px;
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
}

.plyr__volume[type='range']::-ms-fill-lower,
.plyr__volume[type='range']::-ms-fill-upper {
  height: 6px;
  background: #e6e6e6;
  border: 0;
  border-radius: 3px;
}

.plyr__volume[type='range']::-ms-thumb {
  height: 12px;
  width: 12px;
  background: #F34E48;
  border: 0;
  border-radius: 100%;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
  cursor: ew-resize;
}

.plyr__volume[type='range']:focus {
  outline: 0;
}

.plyr__volume[type='range']:focus::-webkit-slider-thumb {
  background: #F34E48;
}

.plyr__volume[type='range']:focus::-moz-range-thumb {
  background: #F34E48;
}

.plyr__volume[type='range']:focus::-ms-thumb {
  background: #F34E48;
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr='mute'],
.plyr--is-ios.plyr--audio .plyr__controls--right {
  display: none;
}

.plyr--is-ios.plyr--audio .plyr__controls--left {
  float: none;
}

.plyr--audio .plyr__controls {
  padding-top: 12px;
}

.plyr--audio .plyr__progress {
  bottom: auto;
  top: 0;
  background: #313131;
}

.plyr--fullscreen,
.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
}

.plyr--fullscreen video,
.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen .plyr__video-wrapper,
.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen .plyr__controls,
.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plyr--fullscreen-active.plyr--fullscreen--hide-controls.plyr--playing .plyr__controls,
.plyr.plyr--fullscreen.plyr--fullscreen--hide-controls.plyr--playing .plyr__controls {
  transform: translateY(100%) translateY(3px);
  transition: transform .3s .2s ease;
}

.plyr--fullscreen-active.plyr--fullscreen--hide-controls.plyr--playing .plyr__captions,
.plyr.plyr--fullscreen.plyr--fullscreen--hide-controls.plyr--playing .plyr__captions {
  bottom: 3px;
  transition: bottom .3s .2s ease;
}

.plyr--fullscreen-active.plyr--fullscreen--hide-controls.plyr--playing.plyr--hover .plyr__controls,
.plyr.plyr--fullscreen.plyr--fullscreen--hide-controls.plyr--playing.plyr--hover .plyr__controls {
  transform: translateY(0);
}

.plyr.plyr--fullscreen .plyr__captions,
.plyr--fullscreen-active .plyr__captions,
.plyr--fullscreen--hide-controls.plyr--fullscreen-active.plyr--playing.plyr--hover .plyr__captions {
  top: auto;
  bottom: 90px;
}

@media (min-width: 560px) {
  .plyr.plyr--fullscreen .plyr__captions,
  .plyr--fullscreen-active .plyr__captions,
  .plyr--fullscreen--hide-controls.plyr--fullscreen-active.plyr--playing.plyr--hover .plyr__captions {
    bottom: 60px;
  }
}

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}

.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}

.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'] {
  display: none;
}

.plyr--captions-enabled [data-plyr='captions'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
}

/**
 * A stripped-down style of NProgress.
 * Heck, rstacruz (the author) even said:
 * > The included CSS file is pretty minimal... in fact, feel free to scrap it and make your own!
 */

#nprogress {
  /* Make clicks pass-through */
  pointer-events: none;
  /* Fancy blur effect */
}

#nprogress .bar {
  background: #F34E48;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #F34E48, 0 0 5px #F34E48;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

.alertify {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  color: rgba(0, 0, 0, 0.87);
}

.alertify .dialog > div {
  border-radius: 3px;
}

.alertify-logs {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
}

.alertify-logs .show {
  border-radius: 3px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

body,
html {
  background: #14141C;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 300;
  overflow: hidden;
}

input,
select,
button,
textarea,
.btn {
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding: .5rem .6rem;
  border-radius: .2rem;
  margin: 0;
}

input:required,
input:invalid,
select:required,
select:invalid,
button:required,
button:invalid,
textarea:required,
textarea:invalid,
.btn:required,
.btn:invalid {
  box-shadow: none;
}

input.dirty,
select.dirty,
button.dirty,
textarea.dirty,
.btn.dirty {
  background: #fff5b0;
}

input[type="search"],
select[type="search"],
button[type="search"],
textarea[type="search"],
.btn[type="search"] {
  border-radius: 12px;
  height: 24px;
  padding: 0 .5rem;
}

input[type="text"],
select[type="text"],
button[type="text"],
textarea[type="text"],
.btn[type="text"] {
  display: block;
}

input:focus,
select:focus,
button:focus,
textarea:focus,
.btn:focus {
  outline: none !important;
}

input::-moz-focus-inner,
select::-moz-focus-inner,
button::-moz-focus-inner,
textarea::-moz-focus-inner,
.btn::-moz-focus-inner {
  border: 0 !important;
}

button {
  cursor: pointer;
}

.toggler {
  color: #F34E48;
}

select {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAA4UlEQVRYhe3WMQ6CMABA0Y9xcHDVlBM5OXsC4xXcvImzg/EQTNykHZx0JcHFxkKQtpQGhv5OtCG8pElLVlMzdYupAZAQvxJClxC6WSCW5kMu8jNwAVYRvlUBV6nkqb2QmSdmLvI3sI4AMNtIJZ/mRHs77pEBRRvQhTgCj0iAEth3LTQQUskKOESAlMBOKvmyIiJBegGdiJEhVsBfxEgQJ0AvIhDiDLAiBkK8AE4IT4g3wBnhCBkE8EJYIIMB3ogW5PadKkIAANQBQwixDXlfj8YtOlWz+KlJCF1C6BJCNwvEB8RnttABpb3tAAAAAElFTkSuQmCC);
  background-size: 12px;
  background-position: calc(100% - 8px) 50%;
  padding-right: 26px;
  background-repeat: no-repeat;
}

strong {
  font-weight: 500;
}

.hidden {
  display: none;
}

input[type="checkbox"] {
  border: 1px solid #ABACB5;
  border-radius: 2px;
  background: transparent;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 30px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  min-width: 30px;
  box-shadow: none;
  background: transparent;
}

input[type="checkbox"]:before {
  font-family: FontAwesome;
  color: #fff;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
}

input[type="checkbox"]:checked {
  background: #F34E48;
}

input[type="checkbox"]:checked:before {
  content: "\F00C";
}

input[type="checkbox"]:indeterminate:before {
  content: "\F068";
}

input[type="checkbox"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:link,
a:visited {
  color: #aaa;
}

a:hover,
a:focus {
  color: #F34E48;
}

.clear::after,
.clearfix::after {
  content: " ";
  clear: both;
  display: block;
}

.side {
  width: 256px;
}

.ir {
  color: transparent;
  font: 0/0 serif;
}

.control {
  cursor: pointer;
  color: #aaa;
}

.control:hover {
  color: #fff;
}

p {
  line-height: 1.5rem;
}

em {
  font-style: italic;
}

.help {
  opacity: .7;
  font-size: .9rem;
  line-height: 1.3rem;
}

label {
  font-size: 1.1rem;
  margin-bottom: 8px;
  display: block;
}

label.small {
  font-size: 1rem;
}

.button-save {
  position: absolute;
  top: 0;
  width: 100px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 100;
  right: 0px;
  background-color: #f34e48;
  cursor: pointer;
  color: #fff;
}

.button-save:hover {
  background-color: #f02018;
}

.button-save-gray {
  position: absolute;
  top: 0;
  width: 100px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 100;
  right: 0px;
  background-color: gray !important;
  cursor: not-allowed;
  color: #fff;
}

.button-save-gray:hover {
  background-color: gray !important;
}

.tabs [role=tablist] [role=tab] {
  padding: .6rem 1rem;
  margin-left: 4px;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  color: gainsboro;
  opacity: .4;
  margin-bottom: -1px;
  float: left;
}

.tabs [role=tablist] [role=tab][aria-selected=true] {
  border-bottom: 4px solid #F34E48;
  opacity: 1;
}

.tabs .panes {
  padding: 16px 0;
}

.tabs.tabs-white [role=tablist] {
  border-bottom-color: #aaa;
}

.tabs.tabs-white [role=tablist] [role=tab] {
  color: #333;
  border-color: #aaa;
}

.tabs.tabs-white [role=tablist] [role=tab][aria-selected=true] {
  border-bottom-color: #fff;
}

.form-row {
  margin-top: 16px;
  position: relative;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay form {
  position: relative;
  width: 460px;
  background: #fff;
  border-radius: 5px;
  color: #333;
}

.overlay form input[type="checkbox"] {
  border: 1px solid #ccc;
}

.overlay form .form-row:first-child {
  margin-top: 0;
}

.overlay form > header,
.overlay form > div,
.overlay form > footer {
  padding: 16px;
}

.overlay form > div {
  padding-bottom: 0;
}

.overlay form input[type="text"],
.overlay form input[type="number"],
.overlay form input[type="email"],
.overlay form input[type="password"],
.overlay form input[type="url"],
.overlay form input[type="date"],
.overlay form textarea,
.overlay form select {
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  height: 32px;
}

.overlay form input[type="text"]:focus,
.overlay form input[type="number"]:focus,
.overlay form input[type="email"]:focus,
.overlay form input[type="password"]:focus,
.overlay form input[type="url"]:focus,
.overlay form input[type="date"]:focus,
.overlay form textarea:focus,
.overlay form select:focus {
  border-color: #fff;
}

.overlay form .warning {
  color: #f00;
}

.overlay form textarea {
  min-height: 192px;
}

.overlay form > header {
  font-size: 1.2rem;
  background: #43424b;
}

.overlay form > header h1 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: .3rem;
}

.font-size-0 {
  font-size: 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

h1 {
  font-size: 2em;
  font-weight: 600;
}

h1.form-title {
  margin: 40px 65px;
}

@media only screen and (max-width: 1201px) {
  h1.form-title {
    margin: 20px 0 28px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  h1.form-title {
    margin: 20px 0 20px;
    font-size: 27px;
  }
}

@media only screen and (max-width: 768px) {
  h1.form-title {
    margin: 18px 0 10px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 520px) {
  h1.form-title {
    margin: 0;
    font-size: 14px;
  }
}

p.form-subtite {
  color: #ABACB5;
  margin: -20px 0 50px 0;
}

.input-field-box {
  display: flex;
  flex-direction: column;
  padding-bottom: 28px;
}

@media only screen and (max-width: 1201px) {
  .input-field-box {
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .input-field-box {
    padding-bottom: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .input-field-box {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .input-field-box {
    padding-bottom: 2px;
  }
}

.input-field-box.error-box {
  padding: 11px 24px;
  width: 100%;
  background: #FB2822;
  color: #fff;
  flex-direction: row;
  margin-bottom: 40px;
  align-items: center;
}

.input-field-box.error-box span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  margin-right: 24px;
}

.input-field-box.error-box p {
  color: #fff;
}

.input-field-box.success-box {
  padding: 11px 24px;
  width: 100%;
  background: #00A236;
  color: #fff;
  flex-direction: row;
  margin-bottom: 40px;
  align-items: center;
}

.input-field-box.success-box span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}

.input-field-box.success-box p {
  color: #fff;
}

.input-field-box label {
  color: #fff;
}

.input-field-box label.with-links {
  color: #ABACB5;
}

.input-field-box label.with-links a {
  text-decoration: underline;
  color: #fff;
}

.input-field-box label.with-links a:hover {
  text-decoration: none;
}

.input-field-box p {
  color: #ABACB5;
}

.input-field-box p small {
  font-size: 14px;
}

.with-icon {
  position: relative;
}

.with-icon .icon-box {
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 48px;
}

.with-icon .icon-box svg .a {
  fill: transparent;
}

.with-icon .icon-box svg .b {
  fill: #abacb5;
}

a.form-link {
  color: #ABACB5;
}

a small {
  font-size: 14px;
}

input.input-field {
  width: 100%;
  border: 1px solid #ABACB5;
  background: #25242A;
  border-radius: 5px;
  color: #fff;
  min-height: 51px;
  margin: 0 0 10px 0;
  display: block;
}

input.input-field:focus {
  border: 1px solid #FFFFFF;
}

input.input-field:focus + .icon-box svg .b {
  fill: #fff;
}

input.input-field:disabled {
  color: #FFFFFF4D;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

form.auth {
  width: 500px;
  padding: 1rem;
}

form .logo {
  text-align: center;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
  align-self: flex-end;
}

.pagination li:first-of-type {
  margin-right: 22px;
}

.pagination li:first-of-type a {
  background: #43424b;
  width: auto;
  padding: 5px 15px;
}

.pagination li:last-of-type {
  margin-left: 22px;
}

.pagination li:last-of-type a {
  background: #43424b;
  width: auto;
  padding: 5px 15px;
}

.pagination li.active a {
  background: #F34E48;
}

.pagination li.disabled a {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.5);
}

.pagination li.disabled a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.pagination li a {
  padding: 5px;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li a:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .pagination li:first-of-type {
    display: none;
  }

  .pagination li:last-of-type {
    display: none;
  }
}

@media only screen and (max-width: 520px) {
  form.auth {
    max-width: 460px;
    width: 100%;
    padding-top: 0;
  }
}

.full-width {
  width: 100%;
  display: flex;
}

.full-height {
  height: 100%;
}

.left-registration {
  width: 37%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/img/image_registration_bg.png") no-repeat center center;
}

@media only screen and (max-width: 668px) {
  .left-registration {
    width: 100%;
    background: none;
  }
}

.right-registration {
  width: 63%;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 668px) {
  .right-registration {
    width: 100%;
  }
}

.sidebar-main-container {
  display: flex;
  height: 100%;
  padding-bottom: 124px;
}

@media only screen and (max-width: 768px) {
  .sidebar-main-container {
    padding-bottom: 74px;
  }
}

.header-main-container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  flex-direction: column;
}

.create-smart-playlist {
  text-align: left;
  background: #25242A;
  max-width: 640px;
  min-width: 280px;
  width: 90vw;
  border-radius: 5px;
  overflow: hidden;
}

.create-smart-playlist form {
  width: 100% !important;
  background: transparent;
}

.create-smart-playlist main {
  padding: 24px;
}

@media only screen and (max-width: 1201px) {
  .create-smart-playlist main {
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .create-smart-playlist main {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .create-smart-playlist main {
    padding: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .create-smart-playlist main {
    padding: 2px;
  }
}

.create-smart-playlist main label {
  color: #fff;
}

.create-smart-playlist main p {
  color: #fff;
  margin: 12px 0;
}

.create-smart-playlist header,
.create-smart-playlist footer {
  padding: 12px 24px;
}

.create-smart-playlist header {
  font-size: 1.2rem;
  background: #43424b;
}

.create-smart-playlist header h3 {
  padding: 12px 0;
  color: #fff;
}

.create-smart-playlist footer {
  background: #25242A;
  padding-bottom: 24px !important;
  text-align: right;
}

.create-smart-playlist a {
  color: #fff;
}

.create-smart-playlist a:hover {
  color: #F34E48;
}

@font-face {
  font-family: 'Antenna-Bold';
  src: url("/fonts/Antenna-Bold.woff") format("woff");
}

