html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  color: #dfdfdf;
  font-size: 13px;
  background: #272727;
}
body a {
  color: #dfdfdf;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #161616;
}
::-webkit-scrollbar-corner {
  background: #161616;
}
::-webkit-scrollbar-thumb {
  background: #5f5f5f;
}
::-webkit-scrollbar-thumb:hover {
  background: #6c6c6c;
}
/*************************************/
/* ------------- GLOBAL ------------ */
/*************************************/
.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.chess {
  background-size: 20px 20px;
  background-position: 0 0;
  background-image: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none"  viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="5" height="5" fill="%23e4e4e4" /><rect x="5" y="5" width="5" height="5" fill="%23e4e4e4" /><rect x="5" y="0" width="5" height="5" fill="white" /><rect x="0" y="5" width="5" height="5" fill="white" /></svg>');
}
/*************************************/
/* ----------- TRANSISIONS --------- */
/*************************************/
/*************************************/
/* --------- MEDIA QUERIES --------- */
/*************************************/
.align-columns {
  max-height: 300px;
  overflow-y: auto;
}
.align-columns p {
  margin: 10px 20px;
  font-size: 15px;
}
.align-columns p.warning {
  color: red;
}
.align-columns p.match-columns {
  color: white;
}
.align-columns table {
  margin: 15px auto;
  width: 75%;
}
.align-columns table thead {
  font-size: 20px;
}
.align-columns table thead tr th {
  padding-left: 10px;
}
.align-columns table tbody {
  font-size: 15px;
}
.align-columns table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 50%;
}
.align-columns table tbody tr td.variable p {
  margin: 0;
  border: 1px solid gray;
  padding-left: 10px;
  color: white;
  line-height: 1.5;
}
.align-columns table tbody tr td .form-field.select-field.no-label {
  margin: 0;
}
.align-columns table tbody tr td .form-field.select-field.no-label select {
  height: 25px;
  border: 1px solid gray;
}
.align-columns table tbody tr td .form-field.select-field.no-label .caret {
  color: white;
  padding-top: 1px;
  padding-right: 10px;
}
.align-columns table tbody tr td .form-field.select-field.no-label .caret .svg-inline--fa {
  height: 20px;
}
.new-tag {
  display: inline-block;
  width: 150px;
  height: 20px;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 2px;
}
.new-tag input {
  width: 100%;
  height: 20px;
  display: inline-block;
  background: none;
  border: none;
  color: #dfdfdf;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top;
  border-radius: 0px;
  appearance: none;
}
.new-tag input:hover {
  background: rgba(0, 0, 0, 0.2);
}
.new-tag input:focus {
  background: rgba(0, 0, 0, 0.2);
}
.asset-type-cell {
  font-size: 1.2em;
  margin-left: 2px;
}
.tags-wrapper {
  display: inline-block;
}
.file-hidden {
  display: none;
}
.no-ongoing-uploads {
  text-align: center;
  margin: auto;
}
.uploads-dropzone.show {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 200000;
  display: block;
}
.uploads-dropzone.table-hover .uploads-menu {
  display: none;
}
.uploads-dropzone.asset-over .uploads-menu {
  opacity: 0.3;
}
.uploads-dropzone.asset-over .overlay {
  border-style: dashed;
  border-color: hsl(225, 100%, 50%);
  border-width: medium;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  height: 98%;
  width: 99%;
  display: flex;
  z-index: 1;
}
.uploads-dropzone.asset-over .overlay p {
  vertical-align: middle;
  margin: auto;
}
.uploads-dropzone {
  display: none;
  height: 100%;
}
.uploads-dropzone.asset-over .uploads-menu {
  opacity: 0.3;
}
.uploads-dropzone.asset-over .overlay {
  border-style: dashed;
  border-color: hsl(225, 100%, 50%);
  border-width: medium;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  height: 98%;
  width: 99%;
  display: flex;
  z-index: 1;
}
.uploads-dropzone.asset-over .overlay p {
  vertical-align: middle;
  margin: auto;
}
.uploads-menu {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #272727;
}
.uploads-menu .uploads-controls {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
.uploads-menu .uploads-list {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 5px;
  border-top: 1px solid #494949;
  margin-bottom: 25px;
}
.uploads-menu .uploads-list .ongoing-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
}
.uploads-menu .uploads-confirm {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #494949;
  background: #272727;
}
.uploads-menu .uploads-confirm .checkbox-field {
  top: 2px;
}
.uploads-menu .uploads-confirm .imposium-btn {
  padding-top: 3px;
}
.uploads-menu .form-field {
  vertical-align: top;
}
.uploads-menu .form-field label {
  width: 120px;
}
.uploads-menu .form-field .form-field-content {
  width: calc(100% - 120px);
}
.asset-filter {
  padding: 7px;
  border-bottom: 1px solid #494949;
  background: #161616;
  display: inline-block;
}
.asset-filter .clear-filter {
  cursor: default;
}
.asset-filter.active {
  background: #353535;
}
.asset-filter:hover {
  background: #272727;
}
.assets-paginator {
  width: 100%;
  height: 25px;
  background-color: #272727;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.assets-paginator .total-assets {
  border-radius: 3px;
  background: #5f5f5f;
  padding: 1px 4px;
  font-size: 12px;
}
.assets-paginator .jump-to-wrapper {
  display: flex;
  align-items: center;
}
.assets-paginator .jump-to-wrapper .jump-to-page {
  display: inline-block;
  background: #1d1d1d;
  border: none;
  color: #dfdfdf;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top;
  height: 20px;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  appearance: none;
  width: 30px;
  margin: 0 3px;
}
.assets-paginator .jump-to-wrapper .jump-to-page:hover {
  background: #151515;
}
.assets-paginator .jump-to-wrapper .jump-to-page:focus {
  background: #151515;
}
.assets-paginator .jump-to-wrapper .jump-to-page:disabled {
  color: rgba(223, 223, 223, 0.4);
  background: #1d1d1d;
  pointer-events: none;
}
.assets-paginator .jump-to-wrapper .jump-to-page:disabled:focus {
  background: #1d1d1d;
}
.assets-paginator .jump-to-wrapper .jump-to-page:disabled:hover {
  background: #1d1d1d;
}
.tags-column {
  position: relative;
  padding-right: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.6rem;
  box-sizing: border-box;
  font-size: 13px;
}
.tags-column .form-field {
  margin: 0 0.6rem 0 0;
}
.tags-column .form-field .form-field-buttons {
  height: 22px;
}
.tags-column .form-field textarea {
  height: unset;
}
.tags-column .rta,
.new-tag .rta,
.asset-details .rta {
  margin-left: 5px;
}
.tags-column .rta .rta__textarea,
.new-tag .rta .rta__textarea,
.asset-details .rta .rta__textarea {
  height: 22px;
}
.tags-column .rta .rta__autocomplete,
.new-tag .rta .rta__autocomplete,
.asset-details .rta .rta__autocomplete {
  position: absolute;
  top: 22px !important;
  z-index: 1;
  background: #161616;
  border: 1px solid #272727;
  overflow: auto;
}
.tags-column .rta .rta__autocomplete .rta__list,
.new-tag .rta .rta__autocomplete .rta__list,
.asset-details .rta .rta__autocomplete .rta__list {
  list-style: none;
  height: 60px;
}
.tags-column .rta .rta__autocomplete .rta__list .rta__item,
.new-tag .rta .rta__autocomplete .rta__list .rta__item,
.asset-details .rta .rta__autocomplete .rta__list .rta__item {
  padding-bottom: 1px;
}
.tags-column .rta .rta__autocomplete .rta__list .rta__item .rta__entity--selected,
.new-tag .rta .rta__autocomplete .rta__list .rta__item .rta__entity--selected,
.asset-details .rta .rta__autocomplete .rta__list .rta__item .rta__entity--selected {
  background-color: #353535;
}
.tags-column .rta .rta__autocomplete .rta__list .rta__item .variable,
.new-tag .rta .rta__autocomplete .rta__list .rta__item .variable,
.asset-details .rta .rta__autocomplete .rta__list .rta__item .variable {
  padding-left: 5px;
}
.tags-column .rta .rta__autocomplete,
.asset-details .rta .rta__autocomplete {
  left: 105px !important;
}
.tags-column .form-field .form-field-buttons {
  z-index: auto;
}
.tags-column .rta .rta__autocomplete {
  width: 173px;
  z-index: 1001;
}
.asset-details .rta .rta__autocomplete {
  width: 362px;
}
.new-tag .rta .rta__autocomplete {
  left: 5px !important;
  width: 138px;
}
.centered-cell {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.centered-cell .form-field-content {
  margin-left: 0;
}
.menu-count-superscript {
  vertical-align: top;
  font-size: 11px;
  margin-left: 0.1em;
  display: inline-block;
  margin-top: -3px;
}
.asset-status-cell {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.asset-status-cell .status-indicator {
  width: 5px;
  height: 100%;
  box-sizing: border-box;
}
.asset-status-cell .status-indicator.processing {
  background: #c5b73d;
}
.asset-status-cell .status-indicator.complete {
  background: #307f35;
}
.ongoing-upload-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.ongoing-upload-inner .tags-column {
  width: unset;
  padding: unset;
  bottom: 2px;
  margin-right: auto;
}
.ongoing-upload-inner .upload-filename {
  display: inline-block;
  background: #1d1d1d;
  border: none;
  color: #dfdfdf;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top;
  height: 20px;
  width: 200px;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  appearance: none;
  padding: 4px;
  margin-right: 5px;
}
.ongoing-upload-inner .imposium-btn {
  height: fit-content;
  position: relative;
  top: 2px;
}
.ongoing-upload-inner .upload-filename {
  display: inline-block;
  background: #1d1d1d;
  border: none;
  color: #dfdfdf;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top;
  height: 20px;
  width: 200px;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  appearance: none;
  padding: 4px;
  margin-right: 5px;
}
.asset-preview-background {
  border: 1px solid #161616;
  background-color: #272727;
}
.asset-preview-background.transparent {
  background-size: 20px 20px;
  background-position: 0 0;
  background-image: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none"  viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="5" height="5" fill="%23e4e4e4" /><rect x="5" y="5" width="5" height="5" fill="%23e4e4e4" /><rect x="5" y="0" width="5" height="5" fill="white" /><rect x="0" y="5" width="5" height="5" fill="white" /></svg>');
}
.asset-preview-background.hidden {
  opacity: 0;
}
.close-icon-preview {
  z-index: 9999 !important;
  justify-content: flex-end;
  display: flex;
  height: 30px !important;
  align-items: center;
}
.error-preview {
  justify-content: center;
  display: flex;
  align-items: center;
}
.error-preview.audio {
  height: 30px !important;
}
.auth-gate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-menu {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.button-menu .menu {
  background: #161616;
  position: absolute;
  top: 20px;
  min-width: 125px;
  padding: 3px;
  z-index: 1000;
}
.button-menu .menu.right {
  left: 0;
}
.button-menu .menu.left {
  right: 0;
}
.button-menu-item {
  padding: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.button-menu-item:hover {
  background: #272727;
}
.active {
  color: #2d8ceb;
}
.imposium-btn {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 2px;
  user-select: none;
  cursor: pointer;
  padding: 2px 3px 2px 3px;
  margin: 2px;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  vertical-align: top;
  min-width: 20px;
}
.imposium-btn.small {
  font-size: 12px;
  line-height: 12px;
  padding: 2px 2px 2px 2px;
}
.imposium-btn.large {
  font-size: 16px;
  line-height: 15px;
  padding: 4px 4px 4px 4px;
}
.imposium-btn.xlarge {
  height: 32px;
  font-size: 18px;
  line-height: 18px;
  padding: 5px 7px 5px 7px;
}
.imposium-btn.disabled {
  pointer-events: none;
}
.imposium-btn .loading-icon svg {
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.btn-bold {
  background: #dfdfdf;
  color: #e1e1e1;
  border: 1px solid #dfdfdf;
  color: #0d0d0d;
}
.btn-bold:hover,
.btn-bold.active {
  background: #c6c6c6;
}
.btn-bold.primary {
  background: #2d8ceb;
  color: #e1e1e1;
  border: 1px solid #2d8ceb;
}
.btn-bold.primary:hover,
.btn-bold.primary.active {
  background: #1472d1;
}
.btn-bold.secondary {
  background: #B9B8B8;
  color: #e1e1e1;
  border: 1px solid #B9B8B8;
}
.btn-bold.secondary:hover,
.btn-bold.secondary.active {
  background: #a09e9e;
}
.btn-bold.warning {
  background: #8F7B25;
  color: #e1e1e1;
  border: 1px solid #8F7B25;
}
.btn-bold.warning:hover,
.btn-bold.warning.active {
  background: #66581b;
}
.btn-bold.danger {
  background: #AF1126;
  color: #e1e1e1;
  border: 1px solid #AF1126;
}
.btn-bold.danger:hover,
.btn-bold.danger.active {
  background: #810c1c;
}
.btn-bold.disabled {
  background: #353535;
  color: #0d0d0d;
}
.btn-default {
  background: #161616;
  border: 1px solid #353535;
}
.btn-default:hover,
.btn-default.active {
  background: #090909;
}
.btn-default.primary {
  color: #2d8ceb;
}
.btn-default.secondary {
  color: #B9B8B8;
}
.btn-default.warning {
  color: #8F7B25;
}
.btn-default.danger {
  color: #AF1126;
}
.btn-default.disabled {
  background: #353535;
  color: #0d0d0d;
  border: 1px solid #0d0d0d;
}
.btn-subtle:hover,
.btn-subtle.active {
  background: #161616;
}
.btn-subtle.primary {
  color: #2d8ceb;
}
.btn-subtle.secondary {
  color: #B9B8B8;
}
.btn-subtle.warning {
  color: #8F7B25;
}
.btn-subtle.danger {
  color: #AF1126;
}
.btn-subtle.disabled {
  color: #0d0d0d;
}
.btn-tab {
  min-width: 80px;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  font-size: 15px;
  height: calc(25px - 2px);
  user-select: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  line-height: 19px;
  margin: 0px;
}
.confirm-modal {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  top: calc(50% - 38px);
}
.confirm-modal p {
  text-align: center;
  padding-bottom: 5px;
}
.confirm-modal .confirm-buttons .imposium-btn {
  width: 76px;
}
.confirm-modal .confirm-buttons .imposium-btn .btn-bold {
  border: 1px solid #2D8CEA;
}
.card {
  background: #2f2f2f;
  border: 1px solid #353535;
  margin-bottom: 5px;
}
.card .card-header {
  color: #d5d5d5;
  height: 25px;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}
.card .card-header .header-buttons {
  position: absolute;
  right: 0px;
  top: 0px;
}
.card .card-content {
  padding: 5px;
}
.card.small {
  margin-bottom: 2px;
}
.card.small .card-header {
  height: 21px;
  padding: 3px;
}
.card.small .card-content {
  padding: 3px;
}
.card.large .card-header {
  height: 35px;
}
.card.large .header-buttons {
  right: 4px;
  top: 4px;
}
.card.closed {
  height: 25px;
  overflow: hidden;
}
.card.closed.small {
  height: 21px;
}
.card.closed.large {
  height: 35px;
}
.controlled-list {
  width: 100%;
}
.controlled-list .item {
  position: relative;
  width: 100%;
  height: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.controlled-list .item:hover {
  background: #272727;
}
.controlled-list .item:hover .buttons {
  display: block;
}
.controlled-list .item .buttons {
  display: none;
  position: absolute;
  right: 10px;
  top: 2px;
}
.ip-table-wrapper {
  width: 100%;
  min-width: 360px;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.ip-table-wrapper .form-field {
  margin: 0;
}
.ip-table-wrapper .ip-table {
  width: 100%;
  min-width: 100% !important;
  height: calc(100% - 35px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: auto;
  background-color: #2f2f2f;
}
.ip-table-wrapper .ip-table.horizontal-scroll {
  height: calc(100% - 45px);
}
.ip-table-wrapper .ip-table.hide-paginator {
  height: 100%;
}
.ip-table-wrapper .ip-table .ip-table-head {
  position: sticky;
  top: 0;
  z-index: 2;
}
.ip-table-wrapper .ip-table .ip-table-header.pin {
  position: sticky !important;
  right: 0px;
}
.ip-table-wrapper .ip-table .ip-table-header,
.ip-table-wrapper .ip-table .ip-table-col,
.ip-table-wrapper .ip-table .ip-table-filter {
  margin: 0;
  padding: 0.15rem 0.25rem;
}
.ip-table-wrapper .ip-table .ip-table-header .ip-table-resizer,
.ip-table-wrapper .ip-table .ip-table-col .ip-table-resizer,
.ip-table-wrapper .ip-table .ip-table-filter .ip-table-resizer {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 10px;
  height: 100%;
  touch-action: none;
}
.ip-table-wrapper .ip-table.tight-rows .ip-table-col {
  padding: 0.15rem 0.25rem;
}
.ip-table-wrapper .ip-table .ip-table-header,
.ip-table-wrapper .ip-table .ip-table-filter {
  background-color: #242424;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 13px;
}
.ip-table-wrapper .ip-table .ip-table-header.ip-sortable:hover,
.ip-table-wrapper .ip-table .ip-table-filter.ip-sortable:hover {
  background-color: #2a2a2a;
}
.ip-table-wrapper .ip-table .ip-table-header .sort-status,
.ip-table-wrapper .ip-table .ip-table-filter .sort-status {
  margin: 0 0.3rem;
  font-size: 11px;
}
.ip-table-wrapper .ip-table .ip-table-header .searchable-sort-area,
.ip-table-wrapper .ip-table .ip-table-filter .searchable-sort-area,
.ip-table-wrapper .ip-table .ip-table-header .filterable-cell-wrapper,
.ip-table-wrapper .ip-table .ip-table-filter .filterable-cell-wrapper {
  display: flex;
  align-items: center;
}
.ip-table-wrapper .ip-table .ip-table-header .filterable-cell-wrapper,
.ip-table-wrapper .ip-table .ip-table-filter .filterable-cell-wrapper {
  line-height: 20px;
}
.ip-table-wrapper .ip-table .ip-table-header .filterable-cell-wrapper .form-field,
.ip-table-wrapper .ip-table .ip-table-filter .filterable-cell-wrapper .form-field {
  margin: 0;
}
.ip-table-wrapper .ip-table .ip-table-header .filterable-cell-wrapper .form-field .form-field-content,
.ip-table-wrapper .ip-table .ip-table-filter .filterable-cell-wrapper .form-field .form-field-content {
  width: 100%;
  flex: 1;
  margin: 0;
}
.ip-table-wrapper .ip-table .ip-table-header .imposium-btn,
.ip-table-wrapper .ip-table .ip-table-filter .imposium-btn {
  margin: 0;
}
.ip-table-wrapper .ip-table .ip-table-body {
  background-color: #2f2f2f;
}
.ip-table-wrapper .ip-table .ip-table-row .ip-table-col {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  background-color: #2f2f2f;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #363636;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.ip-table-wrapper .ip-table .ip-table-row .ip-table-col.overflow-visible {
  overflow: visible;
}
.ip-table-wrapper .ip-table .ip-table-row .ip-table-col.overflow-visible.pin {
  position: sticky;
  right: 0px;
}
.ip-table-wrapper .ip-table .ip-table-row .ip-table-col .form-field-content {
  margin-left: 0;
}
.ip-table-wrapper .ip-table .ip-table-row.selected .ip-table-col {
  background-color: #393939;
}
.ip-table-wrapper .ip-table .ip-pivot-row .ip-pivot-col {
  flex: 1;
}
.ip-table-wrapper .ip-table .ip-pivot-row .ip-pivot-col.selected .tags-column {
  background-color: #393939;
}
.ip-table-wrapper .imposium-tag {
  background: #242424;
}
.ip-table-wrapper .ip-table-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.36);
  z-index: 3;
}
.ip-table-wrapper .ip-table-loader svg {
  fill: #B9B8B8;
}
.ip-table-wrapper .ip-table-empty {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
  display: flex;
  height: 20px;
}
.ip-table-wrapper .ip-table-empty .empty-message {
  margin: auto;
  text-align: center;
  background: #353535;
  font-size: 12px;
  color: #dfdfdf;
  padding: 5px;
}
.ip-table-wrapper .ip-table-empty .empty-message svg {
  margin: 1px 2px -1px 0px;
}
.ip-table-wrapper .ip-table-pagination {
  width: 100%;
  box-sizing: border-box;
  position: sticky;
  bottom: -1px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  border-top: 0;
  background-color: #242424;
}
.ip-table-wrapper .ip-table-pagination input[type=number] {
  -moz-appearance: textfield;
}
.ip-table-wrapper .ip-table-pagination .paginator-input {
  display: inline-block;
  background: #1d1d1d;
  border: none;
  color: #dfdfdf;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top;
  height: 20px;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  appearance: none;
  width: 60px;
}
.ip-table-wrapper .ip-table-pagination .paginator-input:hover {
  background: #151515;
}
.ip-table-wrapper .ip-table-pagination .paginator-input:focus {
  background: #151515;
}
.ip-table-wrapper .ip-table-pagination .paginator-input:disabled {
  color: rgba(223, 223, 223, 0.4);
  background: #1d1d1d;
  pointer-events: none;
}
.ip-table-wrapper .ip-table-pagination .paginator-input:disabled:focus {
  background: #1d1d1d;
}
.ip-table-wrapper .ip-table-pagination .paginator-input:disabled:hover {
  background: #1d1d1d;
}
.ip-table-wrapper .ip-table-pagination .form-field {
  margin-bottom: 0;
  width: 120px;
}
.ip-table-wrapper .ip-table-pagination .form-field label {
  width: 70px;
}
.ip-table-wrapper .ip-table-pagination .form-field .form-field-content {
  width: 50px;
}
.ip-table-wrapper .ip-table-pagination .total-assets {
  background: #5f5f5f;
  border-radius: 3px;
  padding: 1px 4px;
  margin: 0 0.32em;
  font-size: 12px;
}
.determinate-loader {
  width: 100%;
  height: 20px;
  position: relative;
  border: 1px solid #353535;
  border-radius: 5px;
}
.determinate-loader .progress-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #5f5f5f;
  transform-origin: left;
  border-radius: 5px;
  transition: transform 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.determinate-loader .progress-copy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.imposium-dropdown {
  position: fixed;
  background-color: #161616;
  border: 1px solid #5f5f5f;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  transition: transform 190ms cubic-bezier(0.23, 1, 0.32, 1), opacity 160ms cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2147483647;
}
.font-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  background: white;
  color: black;
  font-weight: normal;
  font-size: 80px;
}
.inputMixin {
  display: inline-block;
  background: #1d1d1d;
  border: none;
  color: #dfdfdf;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top;
  height: 20px;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  appearance: none;
}
.inputMixin:hover {
  background: #151515;
}
.inputMixin:focus {
  background: #151515;
}
.inputMixin:disabled {
  color: rgba(223, 223, 223, 0.4);
  background: #1d1d1d;
  pointer-events: none;
}
.inputMixin:disabled:focus {
  background: #1d1d1d;
}
.inputMixin:disabled:hover {
  background: #1d1d1d;
}
.form-field {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
}
.form-field input,
.form-field textarea {
  display: inline-block;
  background: #1d1d1d;
  border: none;
  color: #dfdfdf;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top;
  height: 20px;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  appearance: none;
  padding: 4px;
}
.form-field input:hover,
.form-field textarea:hover {
  background: #151515;
}
.form-field input:focus,
.form-field textarea:focus {
  background: #151515;
}
.form-field input:disabled,
.form-field textarea:disabled {
  color: rgba(223, 223, 223, 0.4);
  background: #1d1d1d;
  pointer-events: none;
}
.form-field input:disabled:focus,
.form-field textarea:disabled:focus {
  background: #1d1d1d;
}
.form-field input:disabled:hover,
.form-field textarea:disabled:hover {
  background: #1d1d1d;
}
.form-field .caret {
  top: -2px;
}
.form-field select {
  display: inline-block;
  background: #1d1d1d;
  border: none;
  color: #dfdfdf;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top;
  height: 20px;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  appearance: none;
  padding: 4px 15px 4px 4px;
}
.form-field select:hover {
  background: #151515;
}
.form-field select:focus {
  background: #151515;
}
.form-field select:disabled {
  color: rgba(223, 223, 223, 0.4);
  background: #1d1d1d;
  pointer-events: none;
}
.form-field select:disabled:focus {
  background: #1d1d1d;
}
.form-field select:disabled:hover {
  background: #1d1d1d;
}
.form-field input[type=number] {
  -moz-appearance: textfield;
}
.form-field textarea {
  height: 60px;
  resize: none;
  padding-right: 25px;
}
.form-field.invalid {
  color: #AF1126;
}
.form-field label {
  font-size: 12px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  text-align: right;
  padding-right: 5px;
  box-sizing: border-box;
  width: 100px;
}
.form-field label.label-top {
  width: unset;
  text-align: left;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
.form-field .form-field-content {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.form-field .form-field-content.label-top {
  padding-left: 2.5px;
  padding-right: 2.5px;
  width: 100%;
}
.form-field .form-field-content.label-top .form-field-buttons {
  top: 20px;
}
.form-field .form-field-buttons {
  position: absolute;
  height: 20px;
  top: 0px;
  right: 0px;
  background: #1d1d1d;
  z-index: 1000;
}
.form-field.no-label .form-field-content {
  width: calc(100% - 5px);
  margin-left: 5px;
}
.checkbox-field .checkbox {
  display: inline-block;
  background: #1d1d1d;
  border: none;
  color: #dfdfdf;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top;
  height: 20px;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  appearance: none;
  display: flex;
  border: 1px solid #353535;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  padding: 2px;
  cursor: pointer;
}
.checkbox-field .checkbox:hover {
  background: #151515;
}
.checkbox-field .checkbox:focus {
  background: #151515;
}
.checkbox-field .checkbox:disabled {
  color: rgba(223, 223, 223, 0.4);
  background: #1d1d1d;
  pointer-events: none;
}
.checkbox-field .checkbox:disabled:focus {
  background: #1d1d1d;
}
.checkbox-field .checkbox:disabled:hover {
  background: #1d1d1d;
}
.checkbox-field .checkbox .fa-check {
  margin-left: 1px;
}
.button-group-field .button-group {
  display: inline-block;
  background: #1d1d1d;
  border: none;
  color: #dfdfdf;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top;
  height: 20px;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  appearance: none;
}
.button-group-field .button-group:hover {
  background: #151515;
}
.button-group-field .button-group:focus {
  background: #151515;
}
.button-group-field .button-group:disabled {
  color: rgba(223, 223, 223, 0.4);
  background: #1d1d1d;
  pointer-events: none;
}
.button-group-field .button-group:disabled:focus {
  background: #1d1d1d;
}
.button-group-field .button-group:disabled:hover {
  background: #1d1d1d;
}
.button-group-field .button-group:hover {
  background: #1d1d1d;
}
.button-group-field .button-group .button-group-option {
  height: 100%;
  user-select: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding-top: 1px;
  box-sizing: border-box;
  color: #939393;
  background: #373737;
}
.button-group-field .button-group .button-group-option:hover {
  background: #101010;
}
.button-group-field .button-group .button-group-option.active {
  cursor: auto;
  background: unset;
  color: unset;
}
.button-group-field .button-group .button-group-option.disabled svg {
  color: gray;
}
.text-area-field .form-field-buttons {
  right: 10px;
  background: none;
}
.select-field select {
  line-height: 12px;
}
.text-field .controlled-input {
  padding-right: 25px;
}
.slider-field input {
  width: calc(100% - 30px);
  margin: 0px;
}
.slider-field .val {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  text-align: right;
  padding: 2px;
  line-height: 14px;
  border-top: 2px solid #1d1d1d;
  border-right: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
  height: 20px;
  box-sizing: border-box;
  background: #272727;
}
.color-field .form-field-content.label-top .picker {
  top: 40px;
}
.color-field .form-field-content.label-top .picker.picker-left {
  left: 0px;
  top: -200px;
}
.color-field .form-field-content.label-top .picker.picker-right {
  right: 0px;
  top: -200px;
}
.color-field .form-field-content .swatch {
  display: inline-block;
  height: 20px;
  width: 100%;
}
.color-field .form-field-content .picker {
  position: absolute;
  top: 23px;
  z-index: 15000;
}
.color-field .form-field-content .picker.picker-left {
  left: 100px;
}
.color-field .form-field-content .picker.picker-right {
  right: 0px;
}
.color-field .form-field-content .picker .sketch-picker {
  background: #353535 !important;
}
.color-field .form-field-content .picker .sketch-picker input {
  box-shadow: none !important;
}
.color-field .form-field-content .picker .sketch-picker span {
  color: #dfdfdf !important;
}
.color-field .form-field-content .picker .sketch-picker label {
  width: unset;
}
.color-field .form-field-content .picker .sketch-picker .flexbox-fix {
  border-top: none !important;
}
.caret {
  display: block;
  width: 18px;
  height: 100%;
  text-align: center;
  padding-top: 3px;
  box-sizing: border-box;
  user-select: none;
  pointer-events: none;
  color: #373737;
  position: absolute;
  left: -18px;
}
/* cyrillic-ext */
@font-face {
  font-family: 'OswaldHeader';
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.imposium.com/header/fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiYySUhiCXABTV.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'OswaldHeader';
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.imposium.com/header/fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiYySUhiCXABTV.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'OswaldHeader';
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.imposium.com/header/fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliYySUhiCXABTV.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'OswaldHeader';
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.imposium.com/header/fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYySUhiCXABTV.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'OswaldHeader';
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.imposium.com/header/fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYySUhiCXAA.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.font-style {
  font-family: 'OswaldHeader', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
}
.secondary-font-style {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flex-row {
  display: flex;
  align-items: center;
  box-sizing: content-box;
}
.anchor {
  font-family: 'OswaldHeader', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
}
.anchor:visited {
  color: white;
}
.anchor:hover {
  color: #2d8ceb;
}
.circle-style {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
}
.btn-reset {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'OswaldHeader', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
}
.faux-select {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'OswaldHeader', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.faux-select svg {
  margin-bottom: -1px;
  margin-left: 5px;
}
.ellipsis {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.imposium-header {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  z-index: 100000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background-color: #161616;
  border-bottom: 4px solid #5f5f5f;
  font-size: 16px;
  line-height: 1.5;
}
.imposium-header .inner-content {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  margin: 0px 15px;
}
.imposium-header .inner-content .inner-left {
  display: flex;
  align-items: center;
  box-sizing: content-box;
}
.imposium-header .inner-content .inner-left .title {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  margin-right: 20px;
  text-decoration: none;
}
.imposium-header .inner-content .inner-left .title .logo {
  width: 30px;
  height: 30px;
  margin: 0px 5px 0px 0px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAkJJREFUWMO1WMmigyAMFEUBWf//a9+hak2csLR9ubXqwEwmYZmm/w+lN3uEXj6DmI1PhUSwo1DKxIIiuXlgInuRI+gfgHQD2Vya4VUDZImlJ/JaRdly6Yy9guJKf0SR2F5GIi6/QCklL79AKSWp73SR9dnKJ8HzNd8zbY4/9eHa86X0xDEUhrguK0p0pbDkVVKqhpn9LPRMYUEWwr0vcPOe468QlsRWyfU1fqCwIBHpre/zoaPSJwYLp4OMd/YUC2HRdBDj9/gRwgIhsfMczXKC1rgnIGCHLtQ8VjaPmqZpUlLBnJwThOUii9VkqXmiKKWvN4iZ+oHB3lyGNWNGD7x+ApKx0gcMHTxI5tmg8qR+71IYwTy2DlM8TUxW2Dwe2vLuUA07iH6IWIfJEXcQNwYDc3vz5IcwO4TJLRi24+JdunM2WWkozaDEKx3XQ0qlBFAh7DMVW5RK8VX7vT5bHl1Xg16gZJiNWj8IlF4vpkaBnwNdBe5go/SVurx/ZuQuChbe1obgSen1aG5Qyi1Kx4CxSsk3F4aj2ZqRfp7EJWSurS65tbq87bTLa10HpcvbyzeUrnef1uGUdGXrkZW4wWGUnLTO0clw5dhn5x4Fb2DIoTCBrQ2nBKuGHtE0eNJDyfFD3VuzcMSp9/EzV+z1zcmDZOmSJ46joJPQMA4+T43iZOmOQPlfoAydzWL1KL52nqBt65Kjh1jsuF7QoaWK6bvs2GpA2aqpN/QuaOS3wZugdeetLvttnj4Ipa096tLZtQrxBxFKwFrUKkYaAAAAAElFTkSuQmCC');
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.imposium-header .inner-content .inner-left .title .ft-logo {
  width: 125px;
  height: 30px;
  margin: 0px 5px 0px 0px;
  background: url('data:image/png;base64,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Z2VSZWFkeXHJZTwAAAMoaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA5LjEtYzAwMiA3OS5kYmEzZGEzYjUsIDIwMjMvMTIvMTUtMTA6NDI6MzcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNS42IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJBMzQ5QTkwRjY5NDExRUU4NDVFQjg4MTlGNTlEMjkxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJBMzQ5QTkxRjY5NDExRUU4NDVFQjg4MTlGNTlEMjkxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTdGRDNFODlGMzU0MTFFRTg0NUVCODgxOUY1OUQyOTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTdGRDNFOEFGMzU0MTFFRTg0NUVCODgxOUY1OUQyOTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Kx1QxAAATvElEQVR42uxdCXhU1RU+byaZhCxkIewQIlBAFFoBxQqKIFttVbQtWosVtYpWa5XW+imttVZb61Jp6aKiFKkKCpSi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');
  background-size: 125px 30px;
  background-repeat: no-repeat;
}
.imposium-header .inner-content .inner-left .title .heading {
  font-family: 'OswaldHeader', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.imposium-header .inner-content .inner-left .btn-toggle-services {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'OswaldHeader', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.imposium-header .inner-content .inner-left .btn-toggle-services svg {
  margin-bottom: -1px;
  margin-left: 5px;
}
.imposium-header .inner-content .inner-right {
  display: flex;
  align-items: center;
  box-sizing: content-box;
}
.imposium-header .inner-content .inner-right a {
  border: none;
}
.imposium-header .inner-content .inner-right .additional-buttons {
  margin-right: 10px;
}
.imposium-header .inner-content .inner-right .additional-buttons .creativeMgrBtn {
  position: relative;
  top: 1px;
}
.imposium-header .inner-content .inner-right .btn-help {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  margin-left: 15px;
  font-size: 28px;
}
.imposium-header .inner-content .inner-right .btn-toggle-orgs {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  font-family: 'OswaldHeader', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  margin-left: 15px;
}
.imposium-header .inner-content .inner-right .btn-toggle-story {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'OswaldHeader', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.imposium-header .inner-content .inner-right .btn-toggle-story svg {
  margin-bottom: -1px;
  margin-left: 5px;
}
.imposium-header .inner-content .inner-right .btn-toggle-story .story-name {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  font-size: 17px;
  max-width: 220px;
}
.imposium-header .inner-content .inner-right .btn-logout {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'OswaldHeader', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  padding: 10px 0px;
  font-size: 14px;
}
.imposium-header .service-menu {
  width: 320px;
  max-height: 400px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}
.imposium-header .service-menu .service-menu-section {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.imposium-header .service-menu .service-menu-section .service-menu-heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #b1b1b1;
  border-bottom: 1px solid #5f5f5f;
  box-sizing: border-box;
  padding-left: 2px;
  margin-bottom: 5px;
}
.imposium-header .service-menu .service-menu-section .service-menu-anchors {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.imposium-header .service-menu .service-menu-section .service-menu-anchors .anchor-wrapper {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
.imposium-header .service-menu .service-menu-section .service-menu-anchors .anchor-wrapper .icon-fixed {
  width: 22px;
}
.imposium-header .service-menu .service-menu-section .service-menu-anchors .anchor-wrapper a {
  font-family: 'OswaldHeader', 'Oswald', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: white;
  font-size: 13px;
}
.imposium-header .service-menu .service-menu-section .service-menu-anchors .anchor-wrapper a:visited {
  color: white;
}
.imposium-header .service-menu .service-menu-section .service-menu-anchors .anchor-wrapper a:hover {
  color: #2d8ceb;
}
.imposium-header .service-menu .service-menu-section .service-menu-anchors .anchor-wrapper.doc svg {
  color: #4D8C71;
}
.imposium-header .stories-menu {
  width: 650px;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.imposium-header .stories-menu .ip-table-body {
  cursor: pointer;
  height: 244px;
}
.imposium-header .orgs-menu {
  width: 240px;
}
.imposium-header .orgs-menu .react-select__menu {
  margin-bottom: unset;
  margin-top: unset;
  width: 100.8%;
  left: -1px;
  position: relative;
}
.imposium-header .orgs-menu .react-select__single-value {
  color: white;
}
.imposium-header .orgs-menu .react-select__control {
  background-color: #161616;
  border-style: none;
  box-shadow: unset;
}
.imposium-header .orgs-menu .react-select__control:hover {
  border-color: unset;
}
.imposium-header .orgs-menu .react-select__menu-list {
  padding-bottom: unset;
  padding-top: unset;
  background-color: #161616;
  border: 1px solid #5f5f5f;
}
.imposium-header .orgs-menu .react-select__indicator {
  color: white;
}
.imposium-header .orgs-menu .orgs-menu-active-org {
  font-family: 'OswaldHeader', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  padding: 10px;
  border-bottom: 1px solid #494949;
  background-color: #494949;
}
.imposium-header .orgs-menu .orgs-menu-active-org .active-first-char {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  margin-right: 10px;
}
.imposium-header .orgs-menu .react-select__input-container {
  color: white;
}
.imposium-header .orgs-menu .menu-item,
.imposium-header .orgs-menu .react-select__option {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'OswaldHeader', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  border-bottom: 1px solid #494949;
}
.imposium-header .orgs-menu .menu-item.react-select__option--is-focused,
.imposium-header .orgs-menu .react-select__option.react-select__option--is-focused {
  background-color: #494949;
}
.imposium-header .orgs-menu .menu-item .inactive-first-char,
.imposium-header .orgs-menu .react-select__option .inactive-first-char {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
}
.imposium-header .orgs-menu .menu-item.inactive-org-button,
.imposium-header .orgs-menu .react-select__option.inactive-org-button {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  box-sizing: border-box;
  padding: 10px;
}
.imposium-header .orgs-menu .menu-item:last-of-type,
.imposium-header .orgs-menu .react-select__option:last-of-type {
  border-bottom: none;
}
.imposium-header .orgs-menu .orgs-menu-footer {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  justify-content: space-between;
  border-top: 1px solid #494949;
}
.imposium-header .orgs-menu .orgs-menu-footer .email {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  color: #b1b1b1;
  font-size: 12px;
  text-transform: lowercase;
  padding: 10px 15px;
}
.imposium-header .orgs-menu .orgs-menu-footer .btn-logout {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'OswaldHeader', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  padding: 10px 15px;
}
.total-renders-cell {
  height: 18px;
}
.horizontal-rule {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
}
.horizontal-rule.default {
  border-top: 1px solid #353535;
  border-bottom: 1px solid #161616;
}
.horizontal-rule.subtle {
  border-top: 1px solid rgba(53, 53, 53, 0.4);
  border-bottom: 1px solid rgba(22, 22, 22, 0.4);
}
.modal {
  z-index: 10000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.modal .modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(22, 22, 22, 0.8);
}
.modal .modal-container {
  position: absolute;
  background: #272727;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #161616;
}
.modal .modal-container .modal-content {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
.no-access {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 220px;
  margin-left: -210px;
  margin-top: -110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 0px;
  box-sizing: border-box;
}
.no-access svg {
  color: #B9B8B8;
  margin-bottom: 0.1em;
}
.no-access .no-access-copy {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.no-access .no-access-copy .no-access-heading {
  margin-bottom: 8px;
  text-align: center;
  font-weight: 400;
}
.no-access .no-access-copy a {
  text-align: center;
  color: #2d8ceb;
  text-decoration: none;
  font-size: 16px;
}
.media-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.media-player .inner-viewer {
  position: absolute;
}
.media-player .inner-viewer img {
  width: 100%;
  height: 100%;
  outline: 1px solid #000000;
  background-size: 20px 20px;
  background-position: 0 0;
  background-image: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none"  viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="5" height="5" fill="%23e4e4e4" /><rect x="5" y="5" width="5" height="5" fill="%23e4e4e4" /><rect x="5" y="0" width="5" height="5" fill="white" /><rect x="0" y="5" width="5" height="5" fill="white" /></svg>');
}
.media-player .inner-viewer video {
  width: 100%;
  height: 100%;
  outline: 1px solid #000000;
}
.media-player .inner-viewer audio {
  width: 100%;
  height: 100%;
}
.preview-not-available {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  width: 300px;
  height: 300px;
  text-align: center;
}
.preview-not-available .icon {
  margin-bottom: 20px;
}
.preview-not-available .icon svg {
  width: 50px;
  height: 50px;
}
.publish-status-indicator {
  display: inline-block;
  padding: 3px;
  border-radius: 2px;
  background-color: #161616;
  vertical-align: top;
  box-sizing: border-box;
  height: 24px;
  margin-top: 2px;
  color: #dfdfdf;
}
.publish-status-indicator .spinner {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.publish-status-indicator .spinner .icon {
  width: 16px;
  height: 16px;
}
.publish-wizard {
  padding-top: 30px;
}
.publish-wizard .missingColumns {
  margin: 15px;
  color: red;
  word-break: break-word;
}
.publish-wizard .publish-error {
  padding: 5px;
  background: #161616;
  margin-top: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
}
.publish-wizard .publish-error .icon {
  color: #AF1126;
}
.publish-wizard .publish-wizard-header {
  position: absolute;
  padding: 2px;
  padding-left: 5px;
  color: #2d8ceb;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 100%;
  border-bottom: 2px solid #2d8ceb;
}
.publish-wizard .publish-status-indicator {
  position: absolute;
  right: 2px;
  top: 28px;
}
.publish-wizard .publish-header {
  display: inline-block;
  padding: 2px;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border-bottom: 2px solid #2d8ceb;
  color: #2d8ceb;
  font-weight: 700;
}
.publish-wizard .next-button {
  position: absolute;
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
  bottom: 0;
  right: 0;
}
.publish-wizard .publish-status {
  width: 60%;
  font-size: 14px;
  color: white;
  text-align: left;
  font-weight: normal;
}
.publish-wizard .publish-wizard-error {
  padding: 10px;
  box-sizing: border-box;
  background-color: #353535;
}
.publish-wizard .lower-buttons {
  margin-top: 10px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.publish-wizard .link-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.publish-wizard .big-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 2px 0px 2px;
  width: calc(50% - 7.5px);
  height: 100px;
  background: #262626;
  border: 1px solid #1d1d1d;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.publish-wizard .big-link.disabled {
  pointer-events: none;
}
.publish-wizard .big-link.disabled h1 {
  color: #5f5f5f;
}
.publish-wizard .big-link h1 {
  text-align: center;
  width: 100%;
}
.publish-wizard .big-link:hover {
  background: #2a2a2a;
}
.publish-wizard .big-link:hover h1 {
  color: #2d8ceb;
}
.progress-bar progress {
  width: 10em;
  background: #2d8ceb;
  height: 6px;
  border-radius: 7px;
  background-size: 10px 10px;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
  animation: barberpole 0.5s linear infinite;
}
.progress-bar progress::-webkit-progress-bar {
  border-radius: 7px;
  background: transparent;
}
.progress-bar progress::-webkit-progress-value {
  background-color: white;
  border-radius: 7px;
  transition: width 0.5s ease;
}
.batch-error {
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
  color: #AF1126;
  background-color: #161616;
  font-size: 14px;
}
.batch-job-error {
  padding: 10px;
  color: red;
  background-color: #161616;
}
.batch-job-error h2 {
  color: red;
}
.batch-job-error table td {
  min-width: 75px;
  vertical-align: top;
}
.batch-job-error .error-title {
  font-weight: bold;
  font-size: 14px;
}
.section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.section .section-header {
  background: #4f4f4f;
  border-bottom: 2px solid #2d8ceb;
  width: 100%;
  height: 25px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section .section-header .title {
  font-size: 14px;
  padding-top: 1px;
}
.section .section-header .tab {
  display: inline-block;
  padding: 0 0.28em;
  box-sizing: border-box;
  cursor: pointer;
  color: #dfdfdf;
  font-size: 14px;
  background-color: #626255;
  height: calc(100% - 2px);
  margin-top: 2px;
  opacity: 1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-right: 2px;
}
.section .section-header .tab.last-child {
  margin-right: 0;
}
.section .section-header .tab:hover {
  background-color: #2d8ceb;
  color: #e1e1e1;
}
.section .section-header .tab.active {
  background-color: #2d8ceb;
  color: #e1e1e1;
  opacity: 1;
}
.section .section-header .buttons {
  position: absolute;
  right: 3px;
  top: 1px;
}
.section .section-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  top: 25px;
  height: calc(100% - 25px);
  padding: 7px 5px 5px 5px;
  box-sizing: border-box;
  overflow-y: auto;
}
.section .loading-bar {
  position: absolute;
  top: 23px;
  width: 100%;
  height: 6px;
  background: #2d8ceb;
  background-size: 10px 10px;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
  animation: barberpole 0.5s linear infinite;
}
@keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 20px 10px;
  }
}
.shortcuts-menu {
  padding: 5px;
  box-sizing: border-box;
  background: #272727;
  width: 235px;
}
.shortcuts-menu table tr td {
  font-size: 12px;
  padding: 0.2em;
}
.shortcuts-menu table tr td.hotkey-cell {
  font-weight: 600;
  text-align: right;
}
.shortcuts-menu table tr td.shortcut-desc {
  padding: 0.2em 0.2em 0.2em 1.2em;
}
.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 100%;
}
.spinner .icon {
  font-size: 18px;
  text-align: center;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  color: #B9B8B8;
}
.spinner .icon svg {
  width: 100%;
  height: 100%;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.static-composition-editor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.static-composition-editor .composition-config {
  position: absolute;
  left: 0;
  width: 280px;
  height: 100%;
  overflow-y: scroll;
  background: #272727;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.static-composition-editor .composition-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  left: 280px;
  width: calc(100% - 280px);
}
.static-composition-renderer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-family: 'Arial';
  border: 2px solid #353535;
}
.composition-renderer-layer {
  position: absolute;
  transform-origin: center center;
}
.composition-text-layer {
  will-change: transform;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.composition-text-layer .inner-text {
  display: inline-block;
}
.log-html span {
  display: block;
  font-family: monospace;
  word-wrap: break-word;
  font-size: 10px;
  line-height: 13px;
}
.log-html .ansi-black-fg {
  color: #3A3A3A;
}
.log-html .ansi-red-fg {
  color: #AF1126;
}
.log-html .ansi-green-fg {
  color: #56B05E;
}
.log-html .ansi-yellow-fg {
  color: #8F7B25;
}
.log-html .ansi-blue-fg {
  color: #2d8ceb;
}
.log-html .ansi-magenta-fg {
  color: #B35CB1;
}
.log-html .ansi-cyan-fg {
  color: #75C0EB;
}
.log-html .ansi-white-fg {
  color: #f5f5f5;
}
.log-html .ansi-bright-black-fg {
  color: #3A3A3A;
}
.log-html .ansi-bright-red-fg {
  color: #AF1126;
}
.log-html .ansi-bright-green-fg {
  color: #56B05E;
}
.log-html .ansi-bright-yellow-fg {
  color: #8F7B25;
}
.log-html .ansi-bright-blue-fg {
  color: #2d8ceb;
}
.log-html .ansi-bright-magenta-fg {
  color: #B35CB1;
}
.log-html .ansi-bright-cyan-fg {
  color: #75C0EB;
}
.log-html .ansi-bright-white-fg {
  color: #f5f5f5;
}
.log-html .ansi-black-bg {
  background-color: #3A3A3A;
}
.log-html .ansi-red-bg {
  background-color: #AF1126;
}
.log-html .ansi-green-bg {
  background-color: #56B05E;
}
.log-html .ansi-yellow-bg {
  background-color: #8F7B25;
}
.log-html .ansi-blue-bg {
  background-color: #2d8ceb;
}
.log-html .ansi-magenta-bg {
  background-color: #B35CB1;
}
.log-html .ansi-cyan-bg {
  background-color: #75C0EB;
}
.log-html .ansi-white-bg {
  background-color: #f5f5f5;
}
.log-html .ansi-bright-black-bg {
  background-color: #3A3A3A;
}
.log-html .ansi-bright-red-bg {
  background-color: #AF1126;
}
.log-html .ansi-bright-green-bg {
  background-color: #56B05E;
}
.log-html .ansi-bright-yellow-bg {
  background-color: #8F883A;
}
.log-html .ansi-bright-blue-bg {
  background-color: #2d8ceb;
}
.log-html .ansi-bright-magenta-bg {
  background-color: #B35CB1;
}
.log-html .ansi-bright-cyan-bg {
  background-color: #75C0EB;
}
.log-html .ansi-bright-white-bg {
  background-color: #f5f5f5;
}
.running-prompt {
  position: absolute;
  width: 200px;
  height: 150px;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -100px;
}
.running-prompt.error-wrapper {
  width: 250px;
}
.story-viewer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #161616;
}
.story-viewer .buttons {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  padding: 1px;
  background: #232323;
}
.story-viewer .log {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  padding: 10px;
  box-sizing: border-box;
}
.story-viewer .variables {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 250px;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #242424;
  border-left: 1px solid #161616;
  overflow-y: auto;
}
.story-viewer .select-wrapper {
  display: inline-block;
  margin-top: 4px;
}
.story-viewer .select-wrapper select {
  padding-right: 18px;
}
.story-viewer .select-wrapper .caret {
  top: -2px;
}
.story-viewer .viewer-content {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: calc(100% - 250px);
}
.story-viewer .viewer-content .content-header {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 4px;
  height: 35px;
  background: #242424;
  z-index: 2000;
}
.story-viewer .viewer-content .content-header .output {
  margin-top: 4px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
.story-viewer .viewer-content .content-header .output select {
  width: 140px;
  padding-right: 20px;
}
.story-viewer .viewer-content .content-header .output .caret {
  top: -2px;
}
.story-viewer .viewer-content .content-header .right-interface {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 5px;
  float: right;
  text-align: right;
}
.story-viewer .viewer-content .content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #232323;
  top: 35px;
  height: calc(100% - 35px);
}
.tabs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.tabs .tab-header {
  white-space: nowrap;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #3f3f3f;
  width: 100%;
  height: 25px;
  box-sizing: border-box;
  border-bottom: 2px solid #2d8ceb;
}
.tabs .tab-header .tab-header-option {
  min-width: 80px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  font-size: 14px;
  height: 100%;
  user-select: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}
.tabs .tab-header .tab-header-option:hover {
  background: #424242;
}
.tabs .tab-header .tab-header-option.active {
  background: #4f4f4f;
  border-bottom: 2px solid #2d8ceb;
  font-weight: 700;
}
.tabs .tab-header .tab-header-menu .button-menu .imposium-btn {
  margin: 0;
}
.tabs .tab-content {
  overflow-y: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  top: 25px;
  height: calc(100% - 25px);
}
.tabs .tab-content .tab-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.imposium-tag {
  padding: 3px 4px 3px 5px;
  margin: 2.5px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #353535;
  font-size: 11px;
  border-left-width: 4px;
  border-left-style: solid;
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.imposium-tag:hover .remove-tag {
  scale: 1;
  opacity: 1;
  transition: scale 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms, opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
}
.imposium-tag .remove-tag {
  scale: 0;
  opacity: 0;
  transition: scale 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, opacity 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  right: -10px;
  top: -5px;
  background: #5f5f5f;
  z-index: 100;
}
.imposium-tag .remove-tag svg {
  fill: #dfdfdf;
  margin-left: 4px;
  margin-top: 2px;
  cursor: pointer;
}
.imposium-asset-id {
  cursor: pointer;
  user-select: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald', sans-serif;
  color: #d5d5d5;
  display: inline-block;
}
h1 {
  font-size: 18px;
  margin-bottom: 5px;
}
h2 {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 3px;
}
h3 {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 2px;
}
.text-primary {
  color: #2d8ceb;
}
.text-secondary {
  color: #B9B8B8;
}
.text-danger {
  color: #AF1126;
}
.text-large {
  font-size: 15px;
}
#ct-container .ct-toast {
  padding: 0.5em 1em;
  min-height: unset;
  position: absolute;
  bottom: 5em;
  background-color: #161616;
  border-top: 1px solid #5f5f5f;
  border-bottom: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f;
  color: #dfdfdf;
}
#ct-container .ct-toast .ct-text-group {
  margin-left: 1em;
}
.imposium-button-tooltip-light {
  color: #d5d5d5 !important;
  background-color: #626255 !important;
  padding: 1px 4px !important;
  border-radius: 0px !important;
  transition: opacity 0.1s ease-out !important;
  opacity: 1 !important;
}
.imposium-button-tooltip-light.place-top {
  margin-top: -4px !important;
}
.imposium-button-tooltip-light.place-bottom {
  margin-bottom: -4px !important;
}
.imposium-button-tooltip-light.place-left {
  margin-left: -4px !important;
}
.imposium-button-tooltip-light.place-right {
  margin-right: -4px !important;
}
.imposium-button-tooltip-light:after {
  border: none !important;
}
.imposium-button-tooltip-dark {
  color: #d5d5d5 !important;
  background-color: #161616 !important;
  padding: 1px 4px !important;
  border-radius: 0px !important;
  transition: opacity 0.1s ease-out !important;
  opacity: 1 !important;
}
.imposium-button-tooltip-dark.place-top {
  margin-top: -4px !important;
}
.imposium-button-tooltip-dark.place-bottom {
  margin-bottom: -4px !important;
}
.imposium-button-tooltip-dark.place-left {
  margin-left: -4px !important;
}
.imposium-button-tooltip-dark.place-right {
  margin-right: -4px !important;
}
.imposium-button-tooltip-dark:after {
  border: none !important;
}
.variable-default-upload {
  width: 100%;
  min-height: 20px;
  background: #272727;
  top: 50%;
  left: 50%;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.variable-default-upload:hover {
  outline: 1px solid #2d8ceb;
}
.variable-default-upload .default-preview {
  width: 100%;
}
.variable-default-upload .btn-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
.anchorTable td {
  width: 20px;
  height: 20px;
  border: 0.5px solid #5f5f5f;
  cursor: pointer;
}
.anchorTable td .svg-inline--fa {
  width: 1em;
  height: 1em;
  color: #dfdfdf;
  position: relative;
  left: 16%;
  top: 4%;
}
.anchorTable td .svg-inline--fa:hover {
  color: #2d8ceb;
}
.advanced-number-field .form-field-content {
  display: flex;
}
.advanced-number-field .form-field-content .number-input {
  text-align: center;
}
.advanced-number-field .form-field-content .btn-default {
  position: relative;
  bottom: 2px;
  padding: 3px 0px;
  border: unset;
}
.advanced-number-field .form-field-content .minus-font-size,
.advanced-number-field .form-field-content .add-font-size {
  max-width: 20px;
}
.advanced-number-field .form-field-content .font-size-list {
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #1d1d1d;
  box-shadow: 1px 1px 3px rgb(0 0 0%);
  transition: 0.3s;
  -webkit-overflow-scrolling: touch;
  width: 96px;
  text-align: center;
  right: 23px;
  top: 40px;
  max-height: 200px;
}
.advanced-number-field .form-field-content .font-size-list .font-size-item {
  height: 20px;
  list-style: none;
}
.advanced-number-field .form-field-content .font-size-list .font-size-item .font-size-btn {
  background-color: transparent;
  color: white;
  border: none;
  padding: 5px;
  border-bottom: 1px solid #494949;
  width: 100%;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  padding-left: 14px;
}
.advanced-number-field .form-field-content .font-size-list .font-size-item .font-size-btn:last-child {
  border-bottom: unset;
}
.advanced-number-field .form-field-content .font-size-list .font-size-item .font-size-btn:hover {
  background-color: #494949;
}
#font-picker {
  position: relative;
  display: inline-block;
  width: 200px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 2px;
  box-shadow: none;
}
#font-picker * {
  box-sizing: border-box;
}
#font-picker p {
  margin: 0;
  padding: 0;
}
#font-picker button {
  color: inherit;
  font-size: 12px;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
}
#font-picker .dropdown-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 20px;
  padding: 0 4px;
  background: #1d1d1d;
}
#font-picker .dropdown-button:hover,
#font-picker .dropdown-button:focus {
  background: #151515;
}
#font-picker .dropdown-button .dropdown-font-name {
  overflow: hidden;
  white-space: nowrap;
}
#font-picker .dropdown-icon {
  margin-left: 10px;
}
#font-picker .dropdown-icon.loading::before {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #b2b2b2;
  border-top-color: #000;
  border-radius: 50%;
  animation: spinner 0.6s linear infinite;
  content: "";
}
#font-picker .dropdown-icon.finished::before {
  display: block;
  width: 0;
  height: 0;
  margin: 0 2px;
  border-top: 6px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: transform 0.3s;
  content: "";
}
#font-picker .dropdown-icon.error::before {
  content: "⚠";
}
#font-picker ul {
  position: absolute;
  z-index: 1;
  width: 280px;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #1d1d1d;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-overflow-scrolling: touch;
}
#font-picker ul li {
  height: 20px;
  list-style: none;
}
#font-picker ul li button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 3px;
  white-space: nowrap;
}
#font-picker ul li button:hover,
#font-picker ul li button:focus,
#font-picker ul li button.active-font {
  background: #2d8ceb;
}
#font-picker.expanded .dropdown-icon.finished::before {
  transform: rotate(-180deg);
}
#font-picker.expanded ul {
  max-height: 200px;
}
.contextmenu {
  background: #161616;
  position: absolute;
  top: 20px;
  min-width: 125px;
  padding: 3px;
  z-index: 1000;
}
.contextmenu .submenu {
  position: relative;
}
.contextmenu .submenu:hover > .contextmenu__item {
  background-color: #f1f1f1;
}
.contextmenu .submenu__item {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
  left: 100%;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.contextmenu .submenu > .contextmenu__item:after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: 5px 8px;
  content: '';
  height: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  width: 0;
}
.contextmenu__item {
  padding: 3px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
}
.contextmenu__item:hover:not(.contextmenu__item--disabled) {
  background-color: #393939;
}
.contextmenu__item--disabled {
  cursor: no-drop;
  opacity: 0.5;
}
.fade-enter {
  opacity: 0;
}
.fade-enter-active {
  opacity: 1;
  transition: opacity 200ms;
}
.fade-exit {
  opacity: 1;
}
.fade-exit-active {
  opacity: 0;
  transition: opacity 200ms;
}
.zoom-enter {
  opacity: 0;
  transform-origin: top left;
  transform: scale(0.8);
}
.zoom-enter-active {
  opacity: 1;
  transform-origin: top left;
  transform: scale(1);
  transition: opacity 200ms, transform 200ms;
}
.zoom-exit {
  opacity: 1;
  transform-origin: top left;
  transform: scale(1);
}
.zoom-exit-active {
  opacity: 0;
  transform-origin: top left;
  transform: scale(0.8);
  transition: opacity 200ms, transform 200ms;
}
.toTopLeft-enter {
  opacity: 0;
  transform: translate(10px, 10px);
}
.toTopLeft-enter-active {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: opacity 200ms, transform 200ms;
}
.toTopLeft-exit {
  opacity: 1;
  transform: translate(0px, 0px);
}
.toTopLeft-exit-active {
  opacity: 0;
  transform: translate(10px, 10px);
  transition: opacity 200ms, transform 200ms;
}
.rightToLeft-enter {
  opacity: 0;
  transform: translateX(10px);
}
.rightToLeft-enter-active {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 200ms, transform 200ms;
}
.rightToLeft-exit {
  opacity: 1;
  transform: translateX(0px);
}
.rightToLeft-exit-active {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 200ms, transform 200ms;
}
.pop-enter {
  opacity: 0;
  transform: scale(0.8);
}
.pop-enter-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 200ms, transform 200ms;
}
.pop-exit {
  opacity: 1;
  transform: scale(1);
}
.pop-exit-active {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 200ms, transform 200ms;
}
.editable-value-input {
  height: auto;
  line-height: auto;
}
.batch-section .section-content {
  overflow: hidden;
}
.batch-section .hidden-file-input {
  display: none;
}
.batch-section .ReactTable {
  height: calc(99% - 2.5em);
}
.batch-section .ReactTable .rt-td {
  text-align: left;
}
.batch-section .new-batch-menu {
  padding: 1em;
  box-sizing: border-box;
  background: #272727;
}
.batch-edit-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(39, 39, 39, 0.5);
}
.batch-edit-loader svg {
  fill: #B9B8B8;
}
.batches-data-table-wrapper.menu-open .ReactTable {
  width: calc(100% - 30px);
}
.batch-action-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: calc(100% - 3em);
  width: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.batch-action-menu .imposium-btn {
  margin: 0.7em 0;
}
.batch-edit-view {
  width: 100%;
  height: calc(100% - 25px);
  margin-top: 25px;
  padding-right: 5px;
  box-sizing: border-box;
  overflow-y: auto;
  position: relative;
}
.batch-edit-view .batch-edit-heading {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #272727;
  z-index: 2;
}
.batch-edit-view .batch-edit-heading .batch-edit-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}
.batch-edit-view .card .card-content .imposium-btn {
  margin-left: calc(100% - 21px);
}
.mod-status-bar {
  width: 100%;
  display: flex;
  flex-flow: row;
  color: black;
  font-weight: bold;
}
.mod-status-bar .status-bar {
  width: 100%;
  height: 20px;
  position: relative;
  border: 1px solid #353535;
  border-radius: 5px;
  background-color: #5f5f5f;
  overflow: hidden;
}
.mod-status-bar .status-bar .importError {
  color: #ff3d57;
  margin-top: 5px;
  position: relative;
  top: -3px;
  z-index: 2;
}
.mod-status-bar .status-bar .status-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #5f5f5f;
  transform-origin: left;
  border-radius: 5px;
  transition: transform 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}
.mod-status-bar .status-bar .status-sub-bg {
  height: 100%;
}
.mod-status-bar .status-bar .status-sub-bg.pending {
  background-color: #4dd0e1;
}
.mod-status-bar .status-bar .status-sub-bg.approved,
.mod-status-bar .status-bar .status-sub-bg.imported {
  background-color: #81c784;
}
.mod-status-bar .status-bar .status-sub-bg.rejected {
  background-color: #e57373;
}
.mod-status-bar .status-bar .status-sub-bg.used {
  background-color: #9575cd;
}
.mod-status-bar .status-bar .status-sub-bg.vip {
  background-color: #e6b212;
}
.mod-status-bar .status-bar .status-sub-bg.failed {
  background-color: #ff3d57;
}
.mod-status-bar .status-bar .status-sub-bg.unrendered,
.mod-status-bar .status-bar .status-sub-bg.unimported {
  background-color: #5f5f5f;
}
.mod-status-bar .status-bar .status-copy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
}
.mod-status-bar .drill-down {
  visibility: hidden;
  width: 120px;
  background-color: #161616;
  color: #fff;
  text-align: left;
  position: absolute;
  padding: 10px;
  z-index: 3;
  margin-top: 21px;
}
.mod-status-bar:hover .drill-down {
  visibility: visible;
}
.error-modal-wrapper {
  width: calc(100% - 20px);
  padding: 10px;
  text-wrap: normal;
  white-space: pre-wrap;
}
.batch-error-modal {
  padding: 10px;
}
.batch-error-modal table td {
  min-width: 75px;
  vertical-align: top;
}
.batch-error-modal .error-title {
  font-weight: bold;
  font-size: 14px;
}
.editable-value-input {
  display: inline-block;
  background: #1d1d1d;
  border: none;
  color: #dfdfdf;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top;
  height: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  appearance: none;
  background: none;
  border: 0;
  padding: 0 0 0 0.16rem;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: white;
}
.editable-value-input:hover {
  background: #151515;
}
.editable-value-input:focus {
  background: #151515;
}
.editable-value-input:disabled {
  color: rgba(223, 223, 223, 0.4);
  background: #1d1d1d;
  pointer-events: none;
}
.editable-value-input:disabled:focus {
  background: #1d1d1d;
}
.editable-value-input:disabled:hover {
  background: #1d1d1d;
}
.editable-value-input:hover,
.editable-value-input:focus {
  background-color: unset;
}
.editable-value-input.editing {
  background: #1d1d1d;
}
.editable-value-input.header {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 13px;
}
.editable-value-input.header.editing {
  border-top: 0;
  border-left: 1px solid #2a2a2a;
  width: calc(100% + 9px);
}
.editable-value-input.batch-name {
  line-height: 15px;
  height: 15px;
}
.data-set-table {
  height: calc(100% + 8px);
}
.data-set-table .table-wrapper {
  height: calc(100% - 88px);
  width: 100%;
}
.data-set-table .dataset-filter-controls .moderation-tab-group {
  padding-left: 0.42em;
}
.data-set-table .dataset-filter-controls .moderation-tab-group .moderation-filter-button {
  border: 0;
  background-color: #161616;
  color: #dfdfdf;
  text-transform: capitalize;
  margin-right: 3px;
  cursor: pointer;
  border-radius: 3px;
}
.data-set-table .dataset-filter-controls .moderation-tab-group .moderation-filter-button:last-child {
  margin-right: 0;
}
.data-set-table .dataset-filter-controls .moderation-tab-group .moderation-filter-button:hover {
  background-color: #525252;
}
.data-set-table .dataset-filter-controls .moderation-tab-group .moderation-filter-button.active {
  background-color: #5f5f5f;
}
.data-set-table .dataset-filter-controls .moderation-tab-group .moderation-filter-button.active:hover {
  background-color: #5f5f5f;
}
.data-set-table .dataset-filter-controls .form-field {
  margin-bottom: 0;
}
.data-set-table .dataset-filter-controls .form-field:first-child .form-field-content {
  margin-left: 0;
}
.data-set-table .ip-table-wrapper .ip-table-header,
.data-set-table .ip-table-wrapper .ip-table-filter {
  padding: 0;
}
.data-set-table .ip-table-wrapper .ip-table-col {
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-left: 1px solid #343434;
  border-right: 1px solid #2a2a2a;
}
.data-set-table .ip-table-wrapper .react-contextmenu-wrapper {
  width: 100%;
}
.data-set-table .ip-table-wrapper .insert-context-menu {
  z-index: 3;
  background-color: #353535;
  border: 1px solid #5f5f5f;
  border-radius: 2px;
  padding: 0.2em;
}
.data-set-table .assoc-select {
  height: 30px;
}
.data-set-table .assoc-select .form-field {
  height: 100%;
}
.data-set-table .assoc-select .form-field select {
  height: 100%;
}
.data-set-table .data-set-column-header {
  width: 100%;
  display: flex;
  align-items: center;
  height: 30px;
}
.data-set-table .data-set-column-header .form-field {
  margin: 0.3rem 0.4rem;
}
.data-set-table .data-set-column-header .form-field .form-field-content {
  margin-left: 0;
  width: 100%;
}
.data-set-table .data-set-column-header .form-field .form-field-content input {
  height: 100%;
  width: 100%;
  line-height: 100%;
}
.data-set-table .data-set-column-header .form-field .form-field-content .form-field-buttons {
  z-index: 11;
}
.data-set-table .data-set-column-header .column-title {
  width: 100%;
  line-height: 27px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.experiences-section .section-content {
  overflow: hidden;
}
.experiences-section .section-header .tab {
  background-color: #212121;
}
.experiences-section .experiences-table {
  height: 100%;
}
.experiences-section .experiences-table .table-wrapper {
  height: calc(100% - 81px);
  width: 100%;
}
.experiences-section .experiences-table .ReactTable {
  width: 100%;
  height: 100%;
}
.experiences-section .experiences-table .ReactTable .rt-td {
  text-align: left;
}
.experiences-section .experiences-table .experiences-filter-controls .moderation-tab-group {
  padding-left: 0.42em;
}
.experiences-section .experiences-table .experiences-filter-controls .moderation-tab-group .moderation-filter-button {
  border: 0;
  background-color: #161616;
  color: #dfdfdf;
  text-transform: capitalize;
  margin-right: 3px;
  cursor: pointer;
  border-radius: 3px;
}
.experiences-section .experiences-table .experiences-filter-controls .moderation-tab-group .moderation-filter-button:last-child {
  margin-right: 0;
}
.experiences-section .experiences-table .experiences-filter-controls .moderation-tab-group .moderation-filter-button:hover {
  background-color: #525252;
}
.experiences-section .experiences-table .experiences-filter-controls .moderation-tab-group .moderation-filter-button.active {
  background-color: #5f5f5f;
}
.experiences-section .experiences-table .experiences-filter-controls .moderation-tab-group .moderation-filter-button.active:hover {
  background-color: #5f5f5f;
}
.experiences-section .experiences-table .experiences-filter-controls .form-field {
  margin-bottom: 0;
}
.experiences-section .experiences-table .experiences-filter-controls .form-field:first-child .form-field-content {
  margin-left: 0;
}
.experiences-section .column-masks-menu {
  width: 260px;
  padding: 5px;
  box-sizing: border-box;
  background: #272727;
}
.media-preview {
  position: absolute;
  z-index: 10;
}
.previewer-empty-state {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
  opacity: 0.8;
}
.previewer-empty-state svg {
  margin-bottom: 0.1em;
}
.preview-section .section-content {
  overflow-x: hidden;
}
.previewer {
  width: 100%;
  min-height: calc(100% - 75px);
  padding-bottom: 50px;
  box-sizing: border-box;
}
.previewer .previewer-frame-select {
  box-sizing: border-box;
}
.previewer .previewer-frame {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  outline: 1px solid #353535;
  margin: 0 auto;
}
.previewer .previewer-frame video,
.previewer .previewer-frame img,
.previewer .previewer-frame .no-preview {
  width: 100%;
  height: 100%;
}
.previewer .previewer-frame audio {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
.previewer .previewer-frame .no-preview {
  display: flex;
  align-items: center;
  justify-content: center;
}
.previewer .experience-meta-fields .form-field {
  box-sizing: border-box;
  padding-left: 1em;
}
.previewer .experience-meta-fields .text-area-field {
  box-sizing: border-box;
  padding: 0 0 0 1em;
}
.previewer .experience-variables .card .card-header p {
  position: relative;
  top: 2px;
}
.previewer .experience-variables .card .imposium-btn {
  position: relative;
  top: 3px;
}
.previewer .experience-variables .card.closed.small {
  height: 24px;
}
.previewer .experience-variables .card-header {
  height: 24px;
}
.previewer .experience-variables .card-content {
  background: #272727;
}
.previewer .experience-variables .variable-preview-wrapper {
  display: flex;
  padding: 1px 0;
  line-height: 1;
}
.previewer .experience-variables .variable-preview-wrapper:first-child {
  margin-top: 5px;
}
.previewer .experience-variables .variable-preview-wrapper:last-child {
  margin-bottom: 5px;
}
.previewer .experience-variables .variable-preview-wrapper .variable-preview-name {
  min-width: 160px;
  padding: 0 10px;
  text-align: right;
  font-weight: 500;
}
.previewer pre {
  white-space: pre-wrap;
  background-color: #353535;
  border: 1px solid black;
  overflow: auto;
}
.playback-settings-menu {
  width: 320px;
  padding: 5px;
  box-sizing: border-box;
  background: #272727;
}
.Resizer {
  background: #000;
  opacity: 0.2;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  display: block;
}
.Resizer:hover {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.Resizer.horizontal {
  height: 11px;
  margin: -5px 0;
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  cursor: row-resize;
  width: 100%;
}
.Resizer.vertical {
  width: 11px;
  margin: 0 -5px;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  cursor: col-resize;
}
.Resizer.disabled {
  cursor: auto;
}
.Resizer.disabled:hover {
  border-color: transparent;
}
.react-tags {
  position: relative;
  padding: 6px 0 0 6px;
  border-radius: 1px;
  cursor: text;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  font-family: 'Roboto Condensed', sans-serif;
}
.react-tags.is-focused {
  border-color: #B1B1B1;
}
.react-tags__selected {
  display: inline;
}
.react-tags__selected-tag {
  display: inline-block;
  box-sizing: border-box;
  margin: 6px 6px 0 0;
  border-radius: 2px;
  background: #5f5f5f;
  color: #dfdfdf;
  font-size: inherit;
  border: 0;
}
.react-tags__selected-tag:after {
  content: '\2715';
  color: #AAA;
  margin-left: 8px;
}
.react-tags__search {
  display: inline-block;
  /* match tag layout */
  margin-bottom: 0;
  /* prevent autoresize overflowing the container */
  max-width: 100%;
}
@media screen and (min-width: 30em) {
  .react-tags__search {
    /* this will become the offsetParent for suggestions */
    position: relative;
  }
}
.react-tags__search input {
  display: inline-block;
  background: #1d1d1d;
  border: none;
  color: #dfdfdf;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top;
  height: 20px;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  appearance: none;
  max-width: 100%;
  margin-bottom: 5px;
}
.react-tags__search input:hover {
  background: #151515;
}
.react-tags__search input:focus {
  background: #151515;
}
.react-tags__search input:disabled {
  color: rgba(223, 223, 223, 0.4);
  background: #1d1d1d;
  pointer-events: none;
}
.react-tags__search input:disabled:focus {
  background: #1d1d1d;
}
.react-tags__search input:disabled:hover {
  background: #1d1d1d;
}
.react-tags__search input::-ms-clear {
  display: none;
}
.react-tags__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 30em) {
  .react-tags__suggestions {
    width: 275px;
  }
}
.react-tags__suggestions ul {
  max-height: 300px;
  overflow-y: auto;
  margin: 4px -1px;
  padding: 0;
  list-style: none;
  background: #161616;
  border: 1px solid #5f5f5f;
  color: #dfdfdf;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.react-tags__suggestions li {
  padding: 0.1em 0.2em;
}
.react-tags__suggestions li mark {
  text-decoration: underline;
  background: none;
  font-weight: 600;
  color: white;
}
.react-tags__suggestions li:hover {
  cursor: pointer;
  background: #5f5f5f;
}
.react-tags__suggestions li.is-active {
  background: #5f5f5f;
}
.react-tags__suggestions li.is-disabled {
  opacity: 0.5;
  cursor: auto;
}
#app,
#react-root {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
#app {
  height: calc(100% - 54px);
  margin-top: 54px;
}
#tooltips {
  position: absolute;
  z-index: 1000000;
}
.imposium-header {
  top: -54px;
}
.panel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-left: 1px solid #161616;
  box-sizing: border-box;
}
.no-access {
  margin-top: -137px;
}
.menu-count-superscript {
  vertical-align: super;
  font-size: 9px;
  margin-left: 0.1em;
}
.icon-spin-infinite {
  animation: icon-spin 2s infinite linear;
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.story-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.26);
  z-index: 5;
}
.story-loader svg {
  fill: #B9B8B8;
}
.ct-row {
  margin-bottom: 40px;
}
.reject-context-menu {
  position: fixed;
  background: #161616;
  overflow-y: auto;
  padding: 5px;
  z-index: 4;
}
.reject-context-menu .reject-category h4 {
  margin-bottom: 0.2em;
}
.reject-context-menu .reject-category ul {
  margin-bottom: 0.6em;
}
.reject-context-menu .reject-category ul li {
  font-size: 14px;
  margin-bottom: 0.33em;
  cursor: pointer;
}
.reject-context-menu .reject-category ul li:hover {
  background: #5f5f5f;
}
.button-menu-item {
  padding: 0.26em 0.86em;
  background-color: #161616;
  cursor: pointer;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.button-menu-item:hover {
  background-color: #525252;
}
.button-menu-item.active {
  background-color: #5f5f5f;
}
.button-menu-item.active:hover {
  background-color: #5f5f5f;
}
