.vm-tooltip.small-body-centered-white {
  border: none;
}

.tooltip-icon {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-info-gray.svg);
  width: 14px;
  height: 14px;
  background-size: contain;
}
.tooltip-icon.position-before {
  margin-right: 5px;
}
.tooltip-icon.position-after {
  margin-left: 5px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.titled-tip {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  max-width: 424px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.titled-tip .titled-tip-body,
.titled-tip .titled-tip-title {
  color: #000;
  text-align: left;
}
.titled-tip .titled-tip-title {
  margin-bottom: 10px;
  width: 290px;
}
.titled-tip .titled-tip-body {
  white-space: pre-line;
  max-width: 330px;
}
.titled-tip.dark {
  background-color: #000;
}
.titled-tip.dark .titled-tip-body,
.titled-tip.dark .titled-tip-title {
  color: #fff;
}
.titled-tip.flexible {
  width: auto;
  min-width: 100px;
  max-width: 424px;
}
.titled-tip.half-padding {
  padding: 15px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.multi-select-item {
  position: relative;
}
.multi-select-item .multi-select-item-container {
  z-index: 9;
  background-color: #fff;
  display: flex;
  position: relative;
  align-items: center;
  padding: 10px 0 10px 0;
}
.multi-select-item .multi-select-item-container.select-all-container {
  border-bottom: 1px solid #eee;
}
.multi-select-item .multi-select-item-container .expand-button {
  position: absolute;
  right: -17px;
  width: 54px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px 0 -10px 0;
  border-radius: 4px;
}
.multi-select-item .multi-select-item-container .expand-button img {
  height: 24px;
  width: 24px;
  transition: transform 300ms ease;
}
.multi-select-item .multi-select-item-container .expand-button img.expanded {
  transform: rotateX(180deg);
}
.multi-select-item .multi-select-item-container .expand-button:hover {
  background-color: #f5f5f5;
}
.multi-select-item .multi-select-item-container .multi-select-checkbox-and-label {
  display: flex;
  width: 100%;
  align-items: center;
}
.multi-select-item .multi-select-item-container .multi-select-checkbox-and-label .checkbox-img {
  height: 24px;
  width: 24px;
  background-color: #fff;
  z-index: 9;
}
.multi-select-item .multi-select-item-container .multi-select-checkbox-and-label .checkbox-unselected-hover {
  height: 24px;
  position: absolute;
  z-index: 8;
}
.multi-select-item .multi-select-item-container .multi-select-checkbox-and-label:hover .checkbox-img.hover-state-enabled {
  opacity: 0;
}
.multi-select-item .multi-select-item-container .multi-select-checkbox-and-label.no-search-results {
  justify-content: center;
}
.multi-select-item .multi-select-item-container .multi-select-checkbox-and-label.no-search-results img {
  display: none;
}
.multi-select-item .multi-select-item-container .multi-select-checkbox-and-label.no-search-results label {
  justify-content: center;
}
.multi-select-item .multi-select-item-container .multi-select-checkbox-and-label .multi-select-item-label {
  padding-left: 15px;
  display: flex;
  width: calc(100% - 24px);
  text-transform: capitalize;
}
.multi-select-item .multi-select-item-container .multi-select-checkbox-and-label .multi-select-item-label:focus {
  outline: none;
}
.multi-select-item .multi-select-item-container .multi-select-checkbox-and-label .multi-select-item-label.select-all-label {
  font-weight: bold;
  text-transform: none;
}
.multi-select-item .multi-select-item-container .multi-select-checkbox-and-label .multi-select-item-label.no-search-results-label {
  text-transform: none;
  color: #9e9e9e;
  font-size: 15px;
  margin-bottom: 4px;
}
.multi-select-item .multi-select-item-container input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  z-index: 10;
}
.multi-select-item .multi-select-child-container {
  padding-left: 37px;
}
.dropdown-button .MuiButton-root.MuiButton-sizeLarge .dropdown-label {
  font-size: 16px;
  font-weight: 400;
}
.dropdown-button .MuiButton-root.MuiButton-sizeLarge .dropdown-value {
  font-size: 16px;
  font-weight: 600;
}
.dropdown-button .MuiButton-root.MuiButton-sizeLarge .MuiButton-startIcon .MuiSvgIcon-root {
  width: 20px;
  height: 20px;
}
.dropdown-button .MuiButton-root.MuiButton-sizeMedium .dropdown-label {
  font-size: 14px;
  font-weight: 400;
}
.dropdown-button .MuiButton-root.MuiButton-sizeMedium .dropdown-value {
  font-size: 14px;
  font-weight: 600;
}
.dropdown-button .MuiButton-root.MuiButton-sizeMedium .MuiButton-startIcon .MuiSvgIcon-root {
  width: 20px;
  height: 20px;
}
.dropdown-button .MuiButton-root.MuiButton-sizeSmall .dropdown-label {
  font-size: 13px;
  font-weight: 400;
}
.dropdown-button .MuiButton-root.MuiButton-sizeSmall .dropdown-value {
  font-size: 13px;
  font-weight: 600;
}
.dropdown-button .MuiButton-root.MuiButton-sizeSmall .MuiButton-startIcon .MuiSvgIcon-root {
  width: 16px;
  height: 16px;
}
.dropdown-button .MuiButton-root.isPlatformIcon .MuiButton-startIcon {
  background-color: white;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
}
.dropdown-button .MuiButton-root.isPlatformIcon.MuiButton-sizeSmall .MuiButton-startIcon {
  width: 24px;
  height: 24px;
}
.dropdown-button .MuiButton-root.isPlatformIcon.MuiButton-sizeMedium .MuiButton-startIcon, .dropdown-button .MuiButton-root.isPlatformIcon.MuiButton-sizeLarge .MuiButton-startIcon {
  width: 28px;
  height: 28px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable */
.integrations-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  z-index: 1000;
  overflow-y: auto;
}
.integrations-modal .modal-overlay {
  cursor: auto;
  cursor: initial;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  top: 0;
  width: 100%;
}
.integrations-modal .sidebar-content {
  position: sticky;
  top: 20px;
}
.integrations-modal .integrations-modal-sidebar {
  flex-shrink: 0;
  flex-grow: 0;
  height: auto;
  width: 230px;
}
.integrations-modal .modal-positioning {
  z-index: 1;
  position: relative;
  margin: 80px 0 120px;
  flex-grow: 0;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.integrations-modal .modal-positioning .integrations-modal-footer {
  border-top: 1px solid #eee;
  position: sticky;
  bottom: 0;
  flex-shrink: 0;
  flex-grow: 0;
}
.integrations-modal .modal-positioning .modal-content {
  flex-shrink: 0;
  flex-grow: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50vw;
  min-width: 760px;
  max-width: 820px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.integrations-modal .modal-positioning .modal-content .close-icon {
  margin: 20px 20px 0 0;
  height: 24px;
  width: 24px;
  transition: opacity 0.2s linear;
}
.integrations-modal .modal-positioning .modal-content .close-icon:hover {
  opacity: 0.6;
}
.integrations-modal .modal-positioning .modal-content .aligned-bar-right {
  display: flex;
}
.integrations-modal .modal-positioning .modal-content .oauth-button {
  margin-right: 60px;
}
.integrations-modal .modal-positioning .modal-content .integrations-modal-nav {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 0 40px;
}
.integrations-modal .modal-positioning .modal-content .integrations-modal-nav .integrations-nav-error {
  background: url(https://acs-cdn-dev.vidmob.com/assets/attention-red.svg) no-repeat 90% 0;
}
.integrations-modal .modal-positioning .modal-content .integrations-modal-content {
  border-right: 1px solid #eee;
}
.integrations-modal .modal-positioning .modal-content .integrations-modal-content-area {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: stretch;
}
.integrations-modal .modal-positioning .modal-content .error-message-box h3 {
  color: #fc2525;
}
.integrations-modal .modal-positioning .modal-content .error-message-box div {
  color: #fc2525;
}
.clickable-region {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: inherit;
}

.clickable-region:disabled,
.disabled-region {
  cursor: default;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.integrations-modal-footer {
  display: flex;
  width: 100%;
}
.integrations-modal-footer .integrations-modal-footer-inner {
  position: relative;
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 40px;
  text-align: right;
}
.integrations-modal-footer .integrations-modal-footer-inner button {
  margin-right: 12px;
}
.integrations-modal-footer .integrations-modal-footer-inner button:last-child {
  margin-right: auto;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.small-button {
  height: 30px;
  line-height: 30px;
  font-family: ProximaNova, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
  min-width: 100px;
  padding: 0 10px;
  border-width: 1px;
}
.small-button.square-width-button {
  width: 30px;
  min-width: 30px;
}
.small-button.square-width-button > span {
  margin-right: 0;
}
.small-button.flex-width-button {
  width: auto;
  min-width: auto;
}

.medium-button {
  height: 44px;
  line-height: 44px;
  font-family: ProximaNova, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  border-width: 1px;
  text-transform: uppercase;
  min-width: 120px;
}
.medium-button.square-width-button {
  width: 44px;
  min-width: 44px;
}
.medium-button.square-width-button > span {
  margin-right: 0;
}
.medium-button.flex-width-button {
  width: auto;
  min-width: auto;
}

.large-button {
  height: 62px;
  line-height: 62px;
  font-family: TTCommons, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  border: solid 2px;
}
.large-button.square-width-button {
  width: 62px;
  min-width: 62px;
}
.large-button.square-width-button > span {
  margin-right: 0;
}
.large-button.flex-width-button {
  width: auto;
  min-width: auto;
}

a.common-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-button {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border-style: solid;
}
.common-button.upload-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.common-button label,
.common-button a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}
.common-button input {
  display: none;
}

.common-button:disabled,
.disabled-button {
  cursor: not-allowed;
}

.common-button:hover,
.common-button:disabled {
  border-color: transparent;
}

.stretch-button {
  width: 100%;
}

.loading-button .dots-loading {
  transition: opacity 0.5s linear;
}
.loading-button .hidden {
  opacity: 0;
}
.loading-button .hidden.loading-Indicator {
  opacity: 0;
}

.primary-button {
  background-color: #000;
  color: #fff;
  border-color: transparent;
}
.primary-button .text-color-as-background {
  background-color: #fff;
}
.primary-button:hover {
  background-color: #212121;
}
.primary-button:disabled {
  background-color: #d9d9d9;
  color: #9e9e9e;
  border-color: transparent;
}
.primary-button:disabled .text-color-as-background {
  background-color: #9e9e9e;
}

.primary-white-button {
  background-color: #fff;
  color: #000;
  border-color: transparent;
}
.primary-white-button .text-color-as-background {
  background-color: #000;
}
.primary-white-button:hover {
  background-color: #f5f5f5;
}
.primary-white-button:disabled {
  background-color: #9e9e9e;
  color: #fff;
  border-color: transparent;
}
.primary-white-button:disabled .text-color-as-background {
  background-color: #fff;
}

.primary-purple-button {
  background-color: #8a00cb;
  color: #000;
  border-color: transparent;
}
.primary-purple-button .text-color-as-background {
  background-color: #000;
}
.primary-purple-button:hover {
  background-color: #dc99fb;
}
.primary-purple-button:disabled {
  background-color: #212121;
  color: #9e9e9e;
  border-color: transparent;
}
.primary-purple-button:disabled .text-color-as-background {
  background-color: #9e9e9e;
}

.secondary-button {
  background-color: transparent;
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.secondary-button .text-color-as-background {
  background-color: #9e9e9e;
}
.secondary-button:hover {
  background-color: #9e9e9e;
  color: #fff;
  border-color: transparent;
}
.secondary-button:hover .text-color-as-background {
  background-color: #fff;
}
.secondary-button:disabled {
  background-color: transparent;
  color: #d9d9d9;
  border-color: #d9d9d9;
}
.secondary-button:disabled .text-color-as-background {
  background-color: #d9d9d9;
}

.secondary-transparent-button {
  background-color: transparent;
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.secondary-transparent-button .text-color-as-background {
  background-color: #9e9e9e;
}
.secondary-transparent-button:hover {
  background-color: #212121;
  color: #fff;
  border-color: transparent;
}
.secondary-transparent-button:hover .text-color-as-background {
  background-color: #fff;
}

.secondary-dark-button {
  background-color: #212121;
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.secondary-dark-button .text-color-as-background {
  background-color: #9e9e9e;
}
.secondary-dark-button:hover {
  background-color: #212121;
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.secondary-dark-button:hover .text-color-as-background {
  background-color: #9e9e9e;
}

.tertiary-button {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.tertiary-button .text-color-as-background {
  background-color: #000;
}
.tertiary-button:hover {
  background-color: #000;
  color: #fff;
  border-color: transparent;
}
.tertiary-button:hover .text-color-as-background {
  background-color: #fff;
}

.secondary-small {
  background-color: transparent;
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.secondary-small .text-color-as-background {
  background-color: #9e9e9e;
}
.secondary-small:hover {
  background-color: #9e9e9e;
  color: #fff;
  border-color: transparent;
}
.secondary-small:hover .text-color-as-background {
  background-color: #fff;
}

.overlay-button {
  border-color: #fff;
  color: #fff;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.overlay-button:hover {
  background-color: #fff;
  color: #000;
}

.button-text-left {
  text-align: left;
}

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

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

.button-text-inherit {
  text-align: inherit;
}
@charset "UTF-8";
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.loading-Indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
  opacity: 0;
}
.loading-Indicator.reveal {
  opacity: 1;
}
.loading-Indicator.dots-loading {
  transform: translate(-50%, -50%) scale(0.8);
  width: 50px;
  height: 10px;
}
.loading-Indicator.dots-loading .loading-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  float: left;
  background-color: #900;
  opacity: 0;
  animation: bubbleUpColoring 6s steps(1) 0.5s infinite, bubbleUp 1s linear infinite;
}
.loading-Indicator.dots-loading .loading-dot:nth-of-type(2) {
  margin: 0 10px;
  animation-delay: 0.7s, 0.2s;
}
.loading-Indicator.dots-loading .loading-dot:nth-of-type(3) {
  animation-delay: 1.1s, 0.4s;
}
@keyframes bubbleUp {
  0%, 10%, 70%, 100% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(-10px);
  }
  51% {
    opacity: 0;
    transform: translateY(10px);
  }
}
@keyframes bubbleUpColoring {
  0% {
    background-color: #ff8400;
  }
  16.67% {
    background-color: #ffc200;
  }
  33.34% {
    background-color: #0161f2;
  }
  50% {
    background-color: #fc2525;
  }
  66.67% {
    background-color: #8a00cb;
  }
  83.34% {
    background-color: #00d789;
  }
  100% {
    background-color: #ff8400;
  }
}
.loading-Indicator .loading-square {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  perspective: 0;
  animation: color 4.5s steps(1, end) infinite, flip 4.5s ease-in-out infinite;
}
@keyframes color {
  0%, 91.63%, 100% {
    background-color: #ff8400;
  }
  8.33%, 16.66% {
    background-color: #ffc200;
  }
  24.99%, 33.32% {
    background-color: #0161f2;
  }
  41.65%, 49.98% {
    background-color: #fc2525;
  }
  58.31%, 66.64% {
    background-color: #8a00cb;
  }
  74.97%, 83.3% {
    background-color: #00d789;
  }
}
@keyframes flip {
  from, to, 16.66%, 49.98%, 83.3% {
    transform: rotateY(0deg);
  }
  8.33%, 24.99%, 58.31%, 91.63% {
    transform: rotateY(90deg);
  }
  33.32%, 66.64% {
    transform: rotateX(0deg);
  }
  41.65%, 74.97% {
    transform: rotateX(90deg);
  }
}
.loading-Indicator .loading-label {
  text-align: center;
  font-size: 14px;
  font-family: ProximaNova, sans-serif;
  margin: 20px 0 0;
  color: #000;
  position: relative;
  display: inline-block;
}
.loading-Indicator .loading-label::after {
  display: inline-block;
  animation: ellipsis steps(4, end) 2s infinite;
  width: 0;
  overflow: hidden;
  vertical-align: bottom;
  content: "…";
  position: absolute;
  left: 100%;
  bottom: 0;
}
@keyframes ellipsis {
  to {
    width: 1em;
  }
}

.progress-bar-loader {
  padding-top: 0;
  height: 10px;
  background-color: #ddd;
  width: 200px;
  max-width: 80%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transform: none;
}
.progress-bar-loader span {
  height: 100%;
  max-width: 100%;
  font-size: 9px;
  line-height: 140%;
  float: left;
  background-color: #0161f2;
  color: #fff;
  text-align: center;
}

.initial-loader {
  width: 85px;
  height: 85px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.initial-loader .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  animation: beat 0.8s linear 0.25s infinite;
  z-index: 1;
}
.initial-loader .logo img {
  width: 100%;
}
.initial-loader::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center center;
  border: 300px solid #f5f5f5;
  width: 425px;
  height: 425px;
  border-radius: 50%;
  z-index: 0;
  animation: grow 0.8s linear infinite;
  opacity: 1;
}
@keyframes beat {
  from, 30%, to {
    width: 65px;
  }
  20% {
    width: 85px;
  }
}
@keyframes grow {
  0%, 20% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.85);
  }
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.integrations-modal-overview {
  max-width: 454px;
}
.integrations-modal-overview p {
  margin-bottom: 10px;
}
.integrations-modal-overview li {
  margin-bottom: 16px;
}
.integrations-modal-overview li:last-child {
  margin-bottom: 1px;
}
.integrations-modal-overview .overview-info-text {
  margin-top: 5px;
  margin-bottom: 20px;
}
.integrations-modal-overview .overview-info-text-warning {
  margin-bottom: 20px;
}
.integrations-modal-overview .overview-not-implemented {
  color: red;
  font-style: italic;
}
.integrations-modal-overview .section-header-text {
  margin-top: 18px;
}
.integrations-modal-overview .overview-footer-text {
  margin-top: 20px;
  margin-bottom: 60px;
}
.integrations-modal-overview .overview-image {
  width: 509px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.integrations-modal-overview .global-img-1 {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/global-img-1.jpg);
}
.integrations-modal-overview .facebook-image-1 {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/facebook-img-1.jpg);
}
.integrations-modal-overview .facebook-image-2 {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/facebook-img-2.jpg);
}
.integrations-modal-overview .facebook-image-3 {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/facebook-img-3.jpg);
}
.integrations-modal-overview .facebook-image-4 {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/facebook-img-4.jpg);
}
.integrations-modal-overview .global-img-2 {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/global-img-2.jpg);
}
.text-link {
  display: inline;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.integrations-modal-manage-accounts h2 {
  margin: 0 0 12px 0;
}
.integrations-modal-manage-accounts p.integrations-modal-manage-accounts-intro {
  margin-bottom: 20px;
}
.integrations-modal-manage-accounts .search-field {
  margin-bottom: 16px;
}
.integrations-modal-manage-accounts .dv360-partner-id-warning-handler {
  margin: 28px 0;
}
.integrations-modal-manage-accounts .facebook-pages-section {
  margin-top: 40px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.integrations-ad-account-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  list-style: none;
}
.integrations-ad-account-list .select-toggle-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: right;
  padding-bottom: 3px;
}
.integrations-ad-account-list .select-toggle-link {
  text-decoration: underline;
  margin-bottom: 10px;
  cursor: pointer;
}
.integrations-ad-account-list .integrations-modal-ad-account-row {
  margin-bottom: 12px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.integrations-modal-ad-account-row {
  border: solid 1px #eee;
  padding-left: 16px;
  padding-right: 16px;
}
.integrations-modal-ad-account-row .ad-account-selector {
  height: 56px;
}
.integrations-modal-ad-account-row .selector-checkbox {
  margin-left: 10px;
}
.integrations-modal-ad-account-row .integrations-status-indicator {
  margin-right: 10px;
}
.integrations-modal-ad-account-row .integrations-modal-ad-account-bottom-row {
  height: 56px;
  position: relative;
  width: 100%;
  padding: 10px 16px;
  padding-bottom: 20px;
  padding-right: 28px;
}
.integrations-modal-ad-account-row .integrations-modal-ad-account-bottom-row span {
  display: inline;
}
.integrations-modal-ad-account-row .integrations-modal-ad-account-bottom-row a {
  color: #fc2525;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.integrations-modal-ad-account-row .integrations-modal-ad-account-bottom-row a:hover {
  color: #000;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.ad-account-selector {
  display: flex;
  align-items: center;
  height: 50px;
}
.ad-account-selector .selector-label {
  flex: 1;
}
.ad-account-selector .selector-label.industry-label {
  margin-left: 12px;
}
.ad-account-selector .selector-label.industry-label.disabled {
  color: #bdbdbd !important;
}
.ad-account-selector .checkbox-label {
  display: flex;
}
.ad-account-selector .selector-checkbox {
  margin: 0;
}
.vm-checkbox {
  /* stylelint-disable no-descending-specificity */
}
.vm-checkbox label {
  display: inline-block;
  cursor: pointer;
}
.vm-checkbox label .pseudo-checkbox {
  display: inline-block;
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-checkbox-unselected-dark-ash.svg);
}
.vm-checkbox label:hover .pseudo-checkbox {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-checkbox-hover-gray.svg);
}
.vm-checkbox input {
  display: none;
}
.vm-checkbox input.indeterminate + .pseudo-checkbox {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-checkbox-indeterminate-blue.svg);
}
.vm-checkbox input.indeterminate.is-disabled + .pseudo-checkbox {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-checkbox-indeterminate-darkash.svg);
}
.vm-checkbox input.checkbox-white + .pseudo-checkbox {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-checkbox-unselected-border-white.svg);
}
.vm-checkbox input:checked + .pseudo-checkbox {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-checkbox-selected-blue.svg);
}
.vm-checkbox input.is-disabled + .pseudo-checkbox {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-checkbox-selected-disabled-medium-ash.svg);
  cursor: not-allowed;
}
.vm-checkbox input:disabled + .pseudo-checkbox {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-checkbox-disabled-medium-ash.svg);
  cursor: not-allowed;
}
.vm-checkbox input:disabled:checked + .pseudo-checkbox {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-checkbox-selected-disabled-medium-ash.svg);
}
.vm-checkbox input.checkbox-white:hover + .pseudo-checkbox {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-checkbox-hover-white.svg);
}
.scrolling-text {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.scrolling-text.horizontal {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.scrolling-text.horizontal:hover {
  text-overflow: clip;
}
.scrolling-text.scoringInFlightLabel {
  width: 80%;
  display: inline-flex;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.integrations-status-indicator {
  border-radius: 28px;
  padding: 5px 12px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}
.integrations-status-indicator .spinning {
  animation: spin 2s infinite;
}
.integrations-status-indicator .status-icon:not(.no-text) {
  margin-left: 4px;
}
.integrations-status-indicator.info {
  background-color: rgba(1, 97, 242, 0.08);
  color: #0161f2;
}
.integrations-status-indicator.complete {
  background-color: #0161f2;
  color: #fff;
}
.integrations-status-indicator.warning {
  background-color: #ffec80;
  color: #000;
}
.integrations-status-indicator.error {
  background-color: rgba(252, 37, 37, 0.1);
  color: #fc2525;
}
.integrations-status-indicator.disabled {
  opacity: 0.3;
  background-color: #d9d9d9;
  color: #9e9e9e;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blank-state {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.blank-state .blank-state-icon {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 50px 35px;
}
.blank-state .blank-state-message {
  margin: 0;
  max-width: 250px;
}
.blank-state .blank-state-message-narrow {
  max-width: 550px;
}
.blank-state .blank-state-title {
  margin-bottom: 5px;
}
.blank-state.blank-state-watchview-tags {
  width: 800px;
  padding-top: 35px;
}
.integrations-modal-signin-blank-state {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.integrations-modal-signin-blank-state .blank-state-icon {
  width: 90px;
  height: 90px;
  display: block;
  margin-bottom: 10px;
}
.integrations-modal-signin-blank-state .blank-state-title {
  color: black;
}
.integrations-modal-signin-blank-state .blank-state-message {
  display: block;
  font-size: 14px;
  max-width: 328px;
}
.integrations-modal-no-accounts-blank-state {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.integrations-modal-no-accounts-blank-state .blank-state-icon {
  width: 32px;
  height: 32px;
  display: block;
}
.integrations-modal-no-accounts-blank-state .blank-state-title {
  display: block;
  color: black;
}
.integrations-modal-no-accounts-blank-state .blank-state-message {
  display: block;
  font-size: 14px;
  max-width: 328px;
}
.integrations-modal-failed-blank-state {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.integrations-modal-failed-blank-state .blank-state-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  display: block;
}
.integrations-modal-failed-blank-state .blank-state-title {
  display: block;
  margin-bottom: 8px;
}
.integrations-modal-failed-blank-state .blank-state-message {
  display: block;
  max-width: 328px;
}
.integrations-modal-failed-blank-state .blank-state-message p {
  margin: 0 0 20px 0;
}
.integrations-modal-failed-blank-state .blank-state-message p:last-child {
  margin-bottom: 0;
}
.integrations-modal-loading-blank-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.integrations-modal-loading-blank-state .dots-wrapper {
  height: 60px;
}
.integrations-modal-loading-blank-state .blank-state-title {
  display: block;
  color: black;
}
.integrations-modal-loading-blank-state .blank-state-message {
  display: block;
  font-size: 14px;
  max-width: 328px;
}
.integrations-modal-no-accounts-dv360-blank-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.integrations-modal-no-accounts-dv360-blank-state .dv360-title {
  margin: 4px;
}
.integrations-modal-no-accounts-dv360-blank-state .dv360-description {
  margin: 4px;
  width: 332px;
  height: 36px;
}
.integrations-modal-no-accounts-dv360-blank-state .dv360Button {
  margin: 15px;
  padding: 0 35px;
}
.icon-container {
  display: inline-flex;
  align-items: center;
  height: 24px;
}
.icon-container .icon {
  background-position: center;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  margin: 4px 0;
}
.dv360-partner-id-warning-handler .warning {
  display: flex;
}
.dv360-partner-id-warning-handler .error-copy {
  margin: 2px 0 16px 4px;
}
.dv360-partner-id-warning-handler .manage-button {
  margin-left: 30px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.search-field {
  position: relative;
  width: 250px;
  height: 44px;
  display: flex;
  transition: width 0.5s ease;
}
.search-field::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #9e9e9e;
  transition: width 0.5s ease, background-color 0.5s ease;
  display: inline-block;
}
.search-field .search-icon,
.search-field .clear-icon {
  height: 100%;
  width: 30px;
  background-color: #9e9e9e;
  cursor: pointer;
}
.search-field .search-icon {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-search-gray.svg) left center no-repeat;
}
.search-field .clear-icon {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-clear-gray.svg) center center no-repeat;
  overflow: hidden;
  display: none;
}
.search-field input {
  height: 100%;
  flex: 1;
  border: 0;
  color: #000;
  outline: none;
  overflow: hidden;
  transition: width 0.6s ease;
}
.search-field.focused::after {
  background-color: #000;
  height: 2px;
}
.search-field.dirty .clear-icon {
  display: inline-block;
}
.search-field.collapsed {
  width: 30px;
}
.search-field.collapsed::after,
.search-field.collapsed input {
  padding: 0;
  width: 0;
}
.search-field.collapsed .clear-icon {
  display: none;
}
.search-field.is-rectangular {
  width: 100%;
  border: 1px solid #9e9e9e;
  padding: 0 15px;
}
.search-field.is-rectangular input {
  width: calc(100% - 20px);
  flex: none;
}
.search-field.is-rectangular ::after {
  display: none;
}
.search-field.is-rectangular .search-icon,
.search-field.is-rectangular .clear-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
}
.search-field.is-rectangular.dirty .search-icon {
  display: none;
}
.search-field.is-rectangular.dirty .clear-icon {
  display: inline-block;
}
.search-field.is-rectangular.focused {
  border-color: #000;
}
/* stylelint-disable declaration-block-no-shorthand-property-overrides, declaration-colon-newline-after */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.modal .rounded-corners {
  border-radius: 6px;
}
.modal .vidmob-modal {
  background-color: #fff;
  position: relative;
  top: 50%;
  width: 400px;
}
.modal .vidmob-modal .modal-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 50px);
}
.modal .vidmob-modal .modal-content .vidmob-modal-body,
.modal .vidmob-modal .modal-content .vidmob-modal-footer {
  position: relative;
}
.modal .vidmob-modal .modal-content .vidmob-modal-body.top-has-divider,
.modal .vidmob-modal .modal-content .vidmob-modal-footer.top-has-divider {
  background-origin: content-box;
  background: linear-gradient(90deg, #f5f5f5, #f5f5f5) 0 0/100% 1px no-repeat;
}
.modal .vidmob-modal .modal-content .vidmob-modal-body.top-has-divider,
.modal .vidmob-modal .modal-content .vidmob-modal-vds-footer.top-has-divider {
  background-origin: content-box;
  background: linear-gradient(90deg, #f5f5f5, #f5f5f5) 0 0/100% 1px no-repeat;
}
.modal .vidmob-modal .modal-content .vidmob-modal-header {
  padding: 28px 30px 20px;
}
.modal .vidmob-modal .modal-content .vidmob-modal-header.divided-header {
  background: linear-gradient(90deg, #f5f5f5, #f5f5f5) 0 0/100% 1px no-repeat;
  position: relative;
  background-position: bottom;
  background-size: calc(100% - 60px) 1px;
  background-origin: padding-box;
}
.modal .vidmob-modal .modal-content .vidmob-modal-header h5 {
  margin: 0;
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  color: #9e9e9e;
  line-height: 1.43;
  letter-spacing: -0.2px;
  font-weight: 500;
}
.modal .vidmob-modal .modal-content .vidmob-modal-header h5 .vidmob-modal-title {
  display: block;
  font-family: TTCommons, sans-serif;
  font-size: 20px;
  color: #000;
  letter-spacing: -0.2px;
  font-weight: bold;
}
.modal .vidmob-modal .modal-content .vidmob-modal-header h5 .vidmob-modal-title.with-description {
  margin-bottom: 8px;
}
.modal .vidmob-modal .modal-content .vidmob-modal-header h5 .vidmob-modal-title::first-letter {
  text-transform: uppercase;
}
.modal .vidmob-modal .modal-content .vidmob-modal-vds-header {
  padding: 24px 24px 24px;
}
.modal .vidmob-modal .modal-content .vidmob-modal-vds-header h5 {
  margin: 0;
  display: flex;
  align-items: center;
}
.modal .vidmob-modal .modal-content .vidmob-modal-vds-header h5 .title-vds-description {
  color: #0f0f0f;
  padding-top: 24px;
  display: block;
}
.modal .vidmob-modal .modal-content .vidmob-modal-vds-footer {
  padding: 20px 30px;
  background-position: 30px 0;
  background-size: calc(100% - 60px) 1px;
  background-origin: padding-box;
  display: flex;
  flex-direction: row-reverse;
}
.modal .vidmob-modal .modal-content .vidmob-modal-vds-footer button {
  margin-left: 10px;
}
.modal .vidmob-modal .modal-content .vidmob-modal-vds-footer .modal-vds-button-container {
  display: inline-flex;
  align-items: center;
}
.modal .vidmob-modal .modal-content .vidmob-modal-vds-footer .modal-vds-children-container {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
}
.modal .vidmob-modal .modal-content .vidmob-modal-footer {
  padding: 20px 30px;
  background-position: 30px 0;
  background-size: calc(100% - 60px) 1px;
  background-origin: padding-box;
  display: flex;
  flex-direction: row-reverse;
}
.modal .vidmob-modal .modal-content .vidmob-modal-footer button {
  margin-left: 10px;
}
.modal .vidmob-modal .modal-content .vidmob-modal-footer button:last-of-type {
  margin-left: 0;
}
.modal .vidmob-modal .modal-content .vidmob-modal-body {
  overflow: auto;
  max-height: 400px;
  padding: 0 30px;
  flex: 1;
}
.modal .vidmob-modal .modal-content .vidmob-modal-body.cross-platform-modal-body {
  padding: 0 20px;
  max-height: none;
}
.modal .vidmob-modal .modal-content .vidmob-modal-body.extended {
  padding: 0;
  background: none;
}
.modal .vidmob-modal .modal-content .vidmob-modal-body.not-scrollable {
  overflow: hidden;
}
.modal .vidmob-modal.small {
  width: 260px;
}
.modal .vidmob-modal.small .vidmob-modal-body {
  max-height: 260px;
}
.modal .vidmob-modal.large {
  width: 500px;
}
.modal .vidmob-modal.large .vidmob-modal-body {
  max-height: 500px;
}
.modal .vidmob-modal.extra-large {
  width: 520px;
}
.modal .vidmob-modal.extra-large .vidmob-modal-body {
  max-height: 520px;
}
.modal .vidmob-modal.loading {
  height: 260px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.form-input-box-field {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.form-input-box-field input {
  height: 44px;
  padding: 13px 20px;
  letter-spacing: -0.3px;
  background-color: transparent;
  width: 100%;
  display: block;
  border: solid #d9d9d9;
  border-width: 1px;
  font-family: ProximaNova, sans-serif;
}
.form-input-box-field input:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.form-input-box-field .input-error {
  border-color: #fc2525;
  margin-bottom: 0;
}
.form-input-box-field.error-margin .input-error {
  margin-bottom: 0;
}
.form-input-box-field.error-margin input {
  margin-bottom: 18px;
}
.form-input-box-field input::-moz-placeholder {
  color: #9e9e9e;
}
.form-input-box-field input::placeholder {
  color: #9e9e9e;
}
.form-input-box-field input:focus {
  outline: none;
  border-color: #000;
}
.form-input-box-field input:hover:not(:focus):not(:disabled) {
  border: solid #9e9e9e;
  border-width: 1px;
}
.form-input-box-field input:disabled:hover::-moz-placeholder {
  opacity: 0.5;
}
.form-input-box-field input:disabled:hover::placeholder {
  opacity: 0.5;
}
.form-input-box-field .box-field-label {
  text-transform: uppercase;
  position: absolute;
  display: block;
  max-height: 15px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.icon-button {
  border: 2px solid #424242;
  border-radius: 50%;
  background: none center center no-repeat;
  width: 12px;
  height: 12px;
  transition: background 0.3s ease;
}
.icon-button.size-medium {
  width: 40px;
  height: 40px;
}
.icon-button.size-small {
  width: 18px;
  height: 18px;
  background-size: 8px 8px;
}
.icon-button:hover, .icon-button.selected {
  background-color: #424242;
  transition: background 0.15s ease;
}
.icon-button.light-colored {
  border: 1px solid #f5f5f5;
  background-color: #fff;
}
.icon-button.light-colored:hover, .icon-button.light-colored.selected {
  background-color: #f5f5f5;
}
.icon-button.dark-colored {
  border: 1px solid #9e9e9e;
  background-color: #9e9e9e;
}
.icon-button.dark-colored:hover, .icon-button.dark-colored.selected {
  background-color: #000;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.dv360-partner-status {
  display: flex;
  flex-direction: column;
}
.dv360-partner-status .partner-status-row {
  display: flex;
}
.dv360-partner-status .icon-button {
  margin-left: 15px;
}
.dv360-partner-status .id-wrapper {
  flex-grow: 1;
  align-items: center;
  display: flex;
  border: solid #d9d9d9 1px;
  background-color: #f5f5f5;
  height: 44px;
  padding: 0 16px;
}
.dv360-partner-status .id-wrapper .icon-container {
  margin-right: 5px;
}
.dv360-partner-status .id-wrapper.error {
  padding: 0 12px;
  background-color: rgba(252, 37, 37, 0.05);
  border-color: #fc2525;
}
.dv360-partner-status .error-description {
  margin: 5px 0 0 0;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.modal-dv360-partner-ids-previously-entered .existing-ids-header {
  text-transform: uppercase;
  margin: 28px 0 16px 0;
}
.modal-dv360-partner-ids-previously-entered .errors-exist {
  display: flex;
}
.modal-dv360-partner-ids-previously-entered .errors-exist .icon-container {
  flex-shrink: 0;
  flex-grow: 0;
}
.modal-dv360-partner-ids-previously-entered .errors-exist-text {
  margin: 0 0 0 5px;
}
.modal-dv360-partner-ids-previously-entered .partner-list {
  padding: 0;
}
.modal-dv360-partner-ids-previously-entered .dv360-partner-status {
  margin-bottom: 12px;
}
.pseudo-link {
  cursor: pointer;
}
.hover-hint {
  position: relative;
}
.hover-hint .hint-icon.large {
  height: 20px;
  width: 20px;
}
.hover-hint .hint-icon.small {
  height: 15px;
  width: 15px;
}
.hover-hint .hide-outside-hover {
  z-index: 1;
  display: flex;
  position: fixed;
  margin-top: -3px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.help-popover-dv360 {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px;
  display: grid;
  grid-template-areas: "instructions visual";
  grid-template-columns: 200px 200px;
  grid-template-rows: auto;
  grid-row-gap: 10px;
  grid-column-gap: 30px;
}
.help-popover-dv360 .step {
  grid-column: instructions;
}
.help-popover-dv360 .step a {
  display: inline;
  word-break: break-all;
}
.help-popover-dv360 .step .step-header {
  margin: 0 0 2px 0;
}
.help-popover-dv360 .step .step-content {
  margin: 0;
}
.help-popover-dv360 .help-image {
  display: flex;
  align-items: center;
  margin: 0;
  grid-column: visual;
  grid-row: 1/3;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
#modal-dv360-partner-ids .add-ids-header {
  text-transform: uppercase;
}
#modal-dv360-partner-ids .enter-partner-id-section {
  margin-bottom: 28px;
}
#modal-dv360-partner-ids .hover-hint {
  margin-left: 7px;
}
#modal-dv360-partner-ids .add-more {
  margin-bottom: 28px;
}
#modal-dv360-partner-ids .partner-id-description {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}
#modal-dv360-partner-ids .form-input-box-field {
  margin-bottom: 15px;
}
#modal-dv360-partner-ids .vidmob-modal-body {
  overflow-y: auto;
  background: #fff;
  height: 340px;
  flex: auto;
  flex-grow: 1;
  max-height: 440px;
}
#modal-dv360-partner-ids .modal-dv360-partner-ids-previously-entered {
  margin-top: 28px;
  border-top: solid 1px #eee;
}
.sign-in-with-google {
  width: 191px;
  height: 46px;
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/btn_google_signin_light_normal_web.png);
}
.sign-in-with-google:focus {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/btn_google_signin_light_focus_web.png);
}
.sign-in-with-google:active {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/btn_google_signin_light_pressed_web.png);
}
.sign-in-with-google:disabled {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/btn_google_signin_light_disabled_web.png);
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.integrations-modal-confirmation-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation-banner-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: 90vh;
  max-width: 1110px;
  max-height: 740px;
  z-index: 1;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-close-icon img {
  width: 100%;
  height: 100%;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-bg img {
  position: relative;
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: fill;
  margin: 0 auto;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-content .integrations-modal-confirmation-cta {
  position: relative;
  flex: 0 0 auto;
  width: 90%;
  max-width: 485px;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-content .integrations-modal-confirmation-cta h2 {
  margin: 0;
  margin-bottom: 16px;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-content .integrations-modal-confirmation-cta p {
  margin: 0 auto;
  margin-bottom: 16px;
  max-width: 410px;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-content .integrations-modal-confirmation-cta p.button-margin {
  margin-bottom: 28px;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-content .integrations-modal-confirmation-cta p.no-improvements {
  margin-top: 40px;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-content .integrations-modal-confirmation-cta button {
  padding: 15px 35px;
  margin: 16px auto;
  display: inherit;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-content .integrations-modal-confirmation-cta button span {
  position: relative;
  top: -3px;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-content .integrations-modal-confirmation-cta button:first-child {
  margin-bottom: 40px;
}
.integrations-modal-confirmation-wrapper .integrations-modal-confirmation .integrations-modal-confirmation-content .integrations-modal-confirmation-cta button.integrations-modal-disconnect-button {
  border: 1px solid #d9d9d9;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.integrations-modal-header {
  padding-bottom: 22px;
  display: flex;
  flex-direction: column;
}
.integrations-modal-header .info-box-container {
  margin-bottom: 12px;
}
.integrations-modal-header .top-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.integrations-modal-header .error-message-box {
  width: 542px;
  margin-left: 40px;
}
.integrations-modal-header .header-with-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  margin-top: 38px;
}
.integrations-modal-header .integrations-modal-header-icon {
  width: 54px;
  height: 54px;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 50%;
}
.integrations-modal-header .integrations-modal-header-icon:last-of-type {
  margin-right: 20px;
}
.integrations-modal-header .integrations-modal-header-icon img {
  width: auto;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  position: relative;
}
.integrations-modal-header .integrations-modal-header-icon-no-background {
  width: 54px;
  height: 54px;
  padding: 10px;
}
.integrations-modal-header .integrations-modal-header-icon-no-background:last-of-type {
  margin-right: 20px;
}
.integrations-modal-header .integrations-modal-header-icon-no-background img {
  width: auto;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  position: relative;
}
.integrations-modal-header .integrations-modal-header-title {
  position: relative;
  flex-grow: 1;
  margin: 0;
}
.integrations-modal-header .dv360-reconnect-link {
  cursor: pointer;
  text-decoration: underline;
}
.integrations-modal-header .right-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.integrations-modal-header .sign-in-with-google {
  margin-right: 60px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.info-box-container {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 16px;
}
.info-box-container.centered-text {
  text-align: center;
}
.info-box-container.info-box {
  background: rgba(1, 97, 242, 0.08);
}
.info-box-container.warning-box {
  background: #ffec80;
}
.info-box-container.danger-box {
  color: #fc2525;
  background: #ffeaea;
}
.info-box-container h3 {
  margin: 0;
  margin-bottom: 8px;
}
.info-box-container .intercom-link {
  margin-top: 12px;
}
.info-box-container ul.help-links {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 18px;
  list-style: none;
}
.info-box-container ul.help-links li {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.info-box-container ul.help-links li:last-child {
  margin-bottom: auto;
}
.info-box-container ul.help-links li a {
  color: #0161f2;
  transition: all 0.2s linear;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.integrations-modal-sidebar {
  padding: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 100%;
  width: 30%;
  max-width: 230px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.integrations-modal-content {
  position: relative;
  padding: 40px;
  flex-grow: 1;
  width: 70%;
  text-align: left;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.dropdown-container {
  width: 260px;
  max-height: 296px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 425px) {
  .dropdown-container {
    width: 200px;
  }
}

.plain-simple-dropdown {
  padding: 10px 0;
}
.plain-simple-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: auto;
}
.plain-simple-dropdown ul > li {
  display: inline-block;
  cursor: pointer;
  display: block;
  width: 100%;
  letter-spacing: -0.2px;
  height: 44px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
}
.plain-simple-dropdown ul > li span {
  height: 100%;
  line-height: 150%;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.dropdown-item {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: 100%;
  letter-spacing: -0.2px;
  height: 44px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
  position: relative;
}
.dropdown-item:hover, .dropdown-item.selected {
  background-color: #f5f5f5;
}
.dropdown-item .dropdown-avatar {
  transition: 0.3s;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  background-color: #000;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  position: relative;
}
.dropdown-item .dropdown-icon {
  transition: 0.3s;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
.dropdown-item .scrolling-text {
  width: calc(100% - 50px);
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/*
* This file exists so that if you need to reference the size of something like a section header or the right hand panel in order to properly size content
* elsewhere in the page, you can do it in a way that's easy to track in case that component changes in size. If possible, avoid using these and use
* percentages or other CSS attributes, but if that isn't practicable, use this to size your page appropriately.
*/
.navigator-tabs {
  height: 28px;
  position: relative;
  white-space: nowrap;
  display: flex;
}
.navigator-tabs.no-url {
  height: 40px;
}
.navigator-tabs .nav-items {
  display: inline-flex;
  max-width: calc(100% - 28px);
  white-space: nowrap;
  overflow: hidden;
}
.navigator-tabs ul[class=nav-items] {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  position: relative;
}
.navigator-tabs ul[class=nav-items] > li {
  padding-right: 30px;
  height: 100%;
  text-transform: uppercase;
  font-family: ProximaNova, sans-serif;
  font-size: 12px;
}
.navigator-tabs ul[class=nav-items] > li.hidden {
  display: none;
}
.navigator-tabs ul[class=nav-items] > li a,
.navigator-tabs ul[class=nav-items] > li button {
  height: 100%;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: ProximaNova, sans-serif;
  font-size: 12px;
  color: #9e9e9e;
  letter-spacing: 0.2px;
  font-weight: bold;
}
.navigator-tabs ul[class=nav-items] > li a:hover,
.navigator-tabs ul[class=nav-items] > li button:hover {
  color: #000;
}
.navigator-tabs ul[class=nav-items] > li a.active,
.navigator-tabs ul[class=nav-items] > li button.active {
  color: #000;
}
.navigator-tabs .drop-down-toggle {
  height: 44px;
  width: 28px;
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-more-horizontal-gray.svg) center center no-repeat;
  background-size: auto;
  visibility: hidden;
  position: relative;
  cursor: pointer;
}
.navigator-tabs .drop-down-toggle.visible {
  visibility: visible;
}
.navigator-tabs .drop-down-toggle .dropdown-container {
  width: 240px;
}
.navigator-tabs .drop-down-toggle .dropdown-container .dropdown-item {
  padding: 0;
}
.navigator-tabs .drop-down-toggle .dropdown-container .dropdown-item a,
.navigator-tabs .drop-down-toggle .dropdown-container .dropdown-item button {
  display: block;
  padding: 12px 20px;
  color: #000;
}
.navigator-tabs .drop-down-toggle .dropdown-container .dropdown-item a span,
.navigator-tabs .drop-down-toggle .dropdown-container .dropdown-item button span {
  cursor: pointer;
}
.navigator-tabs .active-tab-indicator {
  height: 2px;
  width: 50px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
  display: none;
}
.error-state-infinite-loop {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.error-state-infinite-loop .blank-state {
  margin-bottom: 20px;
}
.bad-request-error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.bad-request-error p {
  padding-bottom: 24px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.confirmation-bar-wrapper {
  width: 100%;
  padding-top: 15px;
}
.confirmation-bar-wrapper .confirmation-bar.error {
  background-color: #fc2525;
}
.confirmation-bar-wrapper .confirmation-bar.processing {
  background-color: #2e3ef5;
}
.confirmation-bar-wrapper .confirmation-bar {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  padding: 12px 15px 13px 25px;
  border-radius: 30px;
  background-color: #000;
  animation: slide-in 0.25s ease-out forwards;
}
.confirmation-bar-wrapper .confirmation-bar .confirmation-bar-text {
  margin: 0;
  flex: 1;
}
.confirmation-bar-wrapper .confirmation-bar .confirmation-bar-dismiss {
  width: 11px;
  height: 11px;
  margin: 7px 7px 7px 17px;
  border: none;
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-clear-white.svg) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.confirmation-bar-wrapper .confirmation-bar .confirmation-bar-dismiss:hover {
  opacity: 1;
}
@keyframes slide-in {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
#confirmations-bar-manager {
  z-index: 100000;
  pointer-events: none;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#confirmations-bar-manager .dismissed-confirmation-bar {
  animation: slide-out 0.25s ease-out forwards;
}
@keyframes slide-out {
  100% {
    transform: translateY(-100%);
  }
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.avatar-wrapper {
  height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  background-color: #000;
}
.avatar-wrapper.avatar-extra-class {
  filter: grayscale(100%);
  opacity: 40%;
}
.avatar-wrapper .display-name-initial {
  text-transform: capitalize;
  height: 100%;
  width: 100%;
  font-family: ProximaNova, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 100%;
  letter-spacing: normal;
  font-weight: 500;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.partner-logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.partner-logo .logo-loading-container {
  width: 80px;
  height: 80px;
}
.partner-logo .partner-logo-image {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.partner-logo .partner-logo-image .avatar-wrapper {
  width: 100%;
  height: 100%;
  background: none;
}
.partner-logo .partner-logo-image .avatar-wrapper .display-name-initial {
  color: #000;
}
.partner-logo .partner-logo-image.no-logo::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  width: 30px;
  height: 30px;
  left: 2px;
  top: 2px;
  transform: rotate(35deg);
}
.partner-logo .partner-logo-image.no-logo.type-two::before {
  width: 23px;
  height: 23px;
  left: 6px;
  top: 5px;
  transform: rotate(-8deg);
}
.partner-logo .partner-display-name {
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 15px;
  font-family: ProximaNova, sans-serif;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2px;
  font-weight: bold;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.vm-radio-button label {
  cursor: pointer;
}
.vm-radio-button label .pseudo-radio-button {
  margin: 4px;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  background-clip: content-box;
  display: inline-block;
}
.vm-radio-button label:hover .pseudo-radio-button {
  border-color: #9e9e9e;
  background-color: #9e9e9e;
}
.vm-radio-button input {
  display: none;
}
.vm-radio-button input:checked + label .pseudo-radio-button {
  border-color: #0161f2;
  background-color: #0161f2;
}
.vm-radio-button input:disabled + label {
  cursor: not-allowed;
}
.vm-radio-button input:disabled + label .pseudo-radio-button {
  cursor: not-allowed;
  border-color: #eee;
  background-color: rgba(255, 255, 255, 0);
}
.vm-radio-button input:disabled:checked + label .pseudo-radio-button {
  background-color: #eee;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.partner-list-item {
  height: 60px;
  display: flex;
  padding: 13px 30px;
  cursor: pointer;
  align-items: center;
}
.partner-list-item .partner-logo {
  margin-right: 15px;
}
.partner-list-item .partner-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  width: calc(100% - 50px);
}
.partner-list-item .partner-details span.partner-name {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.2;
  letter-spacing: -0.2px;
  font-weight: 500;
  display: block;
  width: 263px;
}
.partner-list-item .partner-details span.partner-role {
  font-size: 13px;
  color: #9e9e9e;
  margin-top: 5px;
}
.partner-list-item:hover {
  background-color: #f5f5f5;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
#partner-switch-modal .vidmob-modal-body {
  display: flex;
  height: 290px;
  flex-direction: column;
}
#partner-switch-modal .vidmob-modal-body .search-field {
  margin: 0 30px 15px;
  width: calc(100% - 60px);
}
#partner-switch-modal .vidmob-modal-body .search-field input,
#partner-switch-modal .vidmob-modal-body .search-field button {
  height: 44px;
}
#partner-switch-modal .vidmob-modal-body .partner-list-wrapper {
  overflow-y: scroll;
  overflow-x: auto;
  padding: 7px 0;
  position: relative;
}
.media-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: unset;
}

.media-icon:not(.render-file-icon).file-types-icons {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-generic-file-gray.svg);
}
.media-icon:not(.render-file-icon).file-types-icons[class*=video] {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-video-file-gray.svg);
}
.media-icon:not(.render-file-icon).file-types-icons[class*=image] {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-image-file-gray.svg);
}
.media-icon:not(.render-file-icon).file-types-icons[class*=audio] {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-audio-file-gray.svg);
}
.media-icon:not(.render-file-icon).file-types-icons[class*=pdf] {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-pdf-file-gray.svg);
}
.media-icon:not(.render-file-icon).file-types-icons[class*=zip] {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-zip-file-gray.svg);
}
.media-icon:not(.render-file-icon).file-types-icons[class*=font] {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-font-file-gray.svg);
}
.media-icon:not(.render-file-icon).file-types-icons-white {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-generic-file-white.svg);
}
.media-icon:not(.render-file-icon).file-types-icons-white[class*=audio] {
  background-image: url(https://acs-cdn-dev.vidmob.com/assets/ic-audio-file-white.svg);
}
.media-icon:not(.render-file-icon).file-types-icons-white[class*=video] {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-video-file-white.svg) center center no-repeat;
}
.media-icon:not(.render-file-icon).file-types-icons-white[class*=pdf] {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-pdf-file-white.svg) center center no-repeat;
}
.media-icon:not(.render-file-icon).file-types-icons-white[class*=image] {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-image-file-white.svg) center center no-repeat;
}
.media-icon:not(.render-file-icon).file-types-icons-white[class*=zip] {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-zip-file-white.svg) center center no-repeat;
}
.media-icon:not(.render-file-icon).file-types-icons-white[class*=font] {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-font-file-white.svg) center center no-repeat;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.upload-progress-button .visible {
  width: 40px;
  height: 40px;
  margin: 0 0 0 12px;
  padding: 16px 14px 16px 15px;
  border-radius: 50%;
}
.upload-progress-button .retry {
  background: #000 url(https://acs-cdn-dev.vidmob.com/assets/base-icons-retry.svg) center center no-repeat;
  cursor: pointer;
}
.upload-progress-button .cancel {
  border: solid 1px #eee;
  background: url(https://acs-cdn-dev.vidmob.com/assets/base-icons-close.svg) center center no-repeat;
  cursor: pointer;
}
.upload-progress-button .cancel-disabled {
  border: solid 1px #eee;
  background: url(https://acs-cdn-dev.vidmob.com/assets/base-icons-close.svg) center center no-repeat;
  opacity: 20%;
  cursor: not-allowed;
}
.upload-progress-button .complete {
  background: #edf5ff url(https://acs-cdn-dev.vidmob.com/assets/ic-checkmark.svg) center center no-repeat;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
@keyframes upload-summary-indicator-icon {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.upload-summary-indicator {
  display: flex;
  align-items: center;
}
.upload-summary-indicator .loading-icon {
  width: 34px;
  height: 34px;
  background: #0161f2 url(https://acs-cdn-dev.vidmob.com/assets/ic-loading-white.svg) center center no-repeat;
  background-size: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  animation: spin-load 1s linear infinite;
}
.upload-summary-indicator.completed .loading-icon {
  background: #0161f2 url(https://acs-cdn-dev.vidmob.com/assets/ic-check-circled-white.svg) center center no-repeat;
  animation: none;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
#upload-details-panel .upload-details-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
#upload-details-panel .upload-details-header .collapse-button {
  width: 40px;
  height: 40px;
  border: solid 1px #eee;
  border-radius: 50%;
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-chevron-small-up-gray.svg) center center no-repeat;
}
#upload-details-panel .cancel-all {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 16px;
  text-align: right;
}
#upload-details-panel .gradient-overlay {
  width: 500px;
  height: 8px;
  position: fixed;
  background: linear-gradient(white, rgba(255, 255, 255, 0));
}
#upload-details-panel .file-list {
  padding-left: 20px;
  max-height: 270px;
  border-bottom: 12px solid #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow-y: scroll;
}
#upload-details-panel .file-list.cancel-disabled {
  padding-top: 5px;
}
#upload-details-panel .file-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
#upload-details-panel .file-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
#upload-details-panel .file-list::-webkit-scrollbar:vertical {
  width: 11px;
}
#upload-details-panel .file-item {
  list-style: none;
  padding-bottom: 18px;
}
#upload-details-panel .file-item .file-type-info {
  display: flex;
  align-items: flex-end;
}
#upload-details-panel .file-item .file-type-info .file-icon-name {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
#upload-details-panel .file-item .file-type-info .file-icon-name .media-icon {
  height: 24px;
  width: 24px;
}
#upload-details-panel .file-item .file-type-info .file-icon-name .filename {
  padding-left: 9px;
  overflow: hidden;
  width: 380px;
  font-family: MaisonNeue;
  font-size: 14px;
}
#upload-details-panel .file-item .file-type-info .progress-bar {
  background-color: #d9d9d9;
  height: 4px;
  width: 408px;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 4px;
}
#upload-details-panel .file-item .file-type-info .progress-bar .progress {
  max-width: 100%;
  height: 100%;
  float: left;
}
#upload-details-panel .file-item .file-type-info .progress-bar .progress.done {
  background-color: #0161f2;
}
#upload-details-panel .file-item .file-type-info .progress-bar .progress.loading {
  background-color: #0161f2;
}
#upload-details-panel .file-item .file-type-info .progress-bar .progress.failed {
  background-color: #fc2525;
}
#upload-details-panel .file-item .upload-failed-error-message {
  display: flex;
  padding-top: 8px;
}
#upload-details-panel .file-item .upload-failed-error-message .error-icon {
  padding-right: 8px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
#upload-indicator {
  z-index: 10;
}
#upload-indicator.upload-bar {
  position: fixed;
  right: 24px;
  width: 500px;
  height: 68px;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: bottom 0.5s cubic-bezier(0.46, 0.82, 0.6, 1);
  padding: 15px;
  margin-bottom: 16px;
  z-index: 100000;
}
#upload-indicator.minimized {
  position: fixed;
  right: 24px;
  width: 500px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: bottom 0.5s cubic-bezier(0.46, 0.82, 0.6, 1);
  padding: 20px;
  margin-bottom: 20px;
}
#upload-indicator.expanded {
  position: fixed;
  right: 24px;
  width: 500px;
  max-height: 386px;
  display: block;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: bottom 0.5s cubic-bezier(0.46, 0.82, 0.6, 1);
  margin-bottom: 20px;
}
#upload-indicator > * {
  height: 100%;
}
#upload-indicator .loading-icon {
  width: 36px;
  height: 36px;
  background: #0161f2 url(https://acs-cdn-dev.vidmob.com/assets/ic-loading-white.svg) center center no-repeat;
  background-size: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  animation: spin-load 1s linear infinite;
}
#upload-indicator .file-name {
  font-size: 15px;
  padding-top: 9px;
  height: 34px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 200px);
}
#upload-indicator .upload-action-button {
  float: right;
  height: 34px;
  color: #d9d9d9;
  text-transform: capitalize;
  font-size: 15px;
  padding-right: 10px;
}
#upload-indicator .upload-action-button:hover {
  color: #0161f2;
}
#upload-indicator .expand-button {
  float: right;
  width: 40px;
  height: 40px;
  border: solid 1px #eee;
  border-radius: 50%;
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-chevron-small-down-gray.svg) center center no-repeat;
}
#upload-indicator .loading-progress {
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #d9d9d9;
}
#upload-indicator .loading-progress > span {
  background-color: #0161f2;
  height: 100%;
  float: left;
  max-width: 100%;
}
#upload-indicator.active {
  animation: rise 0.5s cubic-bezier(0.46, 0.82, 0.6, 1) forwards;
}
#upload-indicator.completed .loading-icon {
  background: #0161f2 url(https://acs-cdn-dev.vidmob.com/assets/ic-check-circled-white.svg) center center no-repeat;
  animation: none;
}
#upload-indicator.completed-upload .loading-icon {
  background: #00d789 url(https://acs-cdn-dev.vidmob.com/assets/ic-check-circled-white.svg) center center no-repeat;
  animation: none;
}
#upload-indicator.completed-upload .loading-progress span {
  background-color: #00d789;
}
#upload-indicator.failed-upload .loading-icon {
  background: #fc2525 url(https://acs-cdn-dev.vidmob.com/assets/ic-warning-white.svg) center center no-repeat;
  animation: none;
}
#upload-indicator.failed-upload .loading-progress span {
  background-color: #fc2525;
}
#upload-indicator.partial-completed-upload .loading-icon {
  background: #ffc200 url(https://acs-cdn-dev.vidmob.com/assets/ic-warning-black.svg) center center no-repeat;
  animation: none;
}
#upload-indicator.partial-completed-upload .loading-progress span {
  background-color: #ffc200;
}

@keyframes spin-load {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rise {
  100% {
    bottom: 0;
  }
}
.icon-with-label {
  display: inline-flex;
  align-items: center;
  height: 24px;
}
.icon-with-label .icon {
  background-position: center;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  margin: 4px 0;
}
.icon-with-label .icon.small-icon {
  height: 20px;
  width: 20px;
  background-size: contain;
  margin: 4px 2px;
}
.icon-with-label .media-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.icon-with-label .body-left-aligned-gray {
  margin: 2px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.description-editor-modal {
  background: #fff;
  padding: 34px 30px 20px 30px;
  position: absolute;
  right: 0;
  top: 51px;
  width: 360px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 100000;
}
.description-editor-modal .top {
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.description-editor-modal .top span {
  padding: 0 10px;
}
.description-editor-modal .editor-area {
  margin: 20px 0;
  resize: none;
  height: 100px;
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 12px 20px;
}
.description-editor-modal .editor-area[disabled] {
  cursor: not-allowed;
}
.description-editor-modal.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.media-preview-top-bar {
  padding: 0 40px;
  display: flex;
  align-items: center;
  height: 100px;
}
.media-preview-top-bar .close-media-button {
  margin-right: 30px;
}
.media-preview-top-bar .icon-with-label {
  flex: 1;
  overflow: hidden;
}
.media-preview-top-bar .media-preview-file-description {
  position: relative;
  margin-left: 20px;
}
.media-preview-top-bar .media-preview-file-description .buttons {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
}
.media-preview-top-bar .media-preview-file-description .buttons .common-button {
  margin: 0 10px;
}
.media-preview-top-bar .download-button {
  margin-left: 20px;
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-download-white.svg) center center no-repeat;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.jwplayer {
  z-index: 1000;
}

.video-player.hide-controls .jwplayer .jw-display-icon-container.jw-display-icon-rewind.jw-reset {
  opacity: 0;
}
.video-player.hide-controls .jwplayer .jw-slider-time {
  display: none !important;
}
.video-player.hide-controls .jwplayer .jw-controlbar .jw-icon {
  display: none;
}
.video-player.hide-controls .jwplayer .jw-controlbar .jw-icon.jw-icon-fullscreen {
  display: flex;
}

.videoDisplay .video-player .jwplayer .jw-wrapper .jw-media video,
.videoDisplay .video-player .jwplayer .jw-wrapper .jw-preview {
  background-color: #212121;
}
.videoDisplay.hide {
  display: none;
}

.time-info {
  margin: auto 0;
}

.view-options {
  margin: auto;
}
.view-options span.player-icon {
  margin: 0 15px;
}

.VolumeSlider.isVertical {
  width: 4px;
  height: 100px;
  border-radius: 2px;
  background-color: #9e9e9e;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  transition: width 0.05s, height 0.3s;
}
.VolumeSlider.isVertical.VolumeSlider-value {
  bottom: 0;
  width: 100%;
}
.VolumeSlider.isVertical.VolumeSlider-handle {
  left: 0;
  margin: 0 0 -8px -4px;
}

.VolumeSlider-handle {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #fff;
  border: solid 4px #0161f2;
  transform: scale(0);
  transition: transform 0.2s;
}

.ProgressBar {
  position: relative;
  background: #424242;
  border-radius: 4px;
  height: 3px;
  margin: 0;
}

.ProgressBar-elapsed {
  height: 100%;
}

.ProgressBar-seek {
  top: -6px;
  right: 0;
  bottom: -6px;
  left: 0;
}

.ProgressBar-elapsed,
.ProgressBar-value,
.VolumeSlider-elapsed,
.VolumeSlider-value {
  background: #9e9e9e;
  border-radius: 4px;
}

.VolumeSlider-value {
  position: absolute;
}

.ProgressBar-seek,
.VolumeSlider-seek {
  position: absolute;
  cursor: pointer;
}

.VolumeSlider.isHorizontal .VolumeSlider-handle {
  margin: -4px 0 0 -8px;
}

.ProgressBar-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #424242;
  border-radius: 100%;
  transform: scale(0);
  transition: transform 0.2s;
  top: -2px;
  margin: -4px 0 0 -8px;
}

.ProgressBar.isSeekable:hover .ProgressBar-handle,
.ProgressBar.isSeekable:hover .VolumeSlider-handle,
.ProgressBar.isEnabled:hover .ProgressBar-handle,
.ProgressBar.isEnabled:hover .VolumeSlider-handle,
.VolumeSlider.isSeekable:hover .ProgressBar-handle,
.VolumeSlider.isSeekable:hover .VolumeSlider-handle,
.VolumeSlider.isEnabled:hover .ProgressBar-handle,
.VolumeSlider.isEnabled:hover .VolumeSlider-handle {
  transform: scale(1);
}

.ProgressBar.isSeekable:hover .ProgressBar-intent,
.ProgressBar.isSeekable:hover .VolumeSlider-intent,
.ProgressBar.isEnabled:hover .ProgressBar-intent,
.ProgressBar.isEnabled:hover .VolumeSlider-intent,
.VolumeSlider.isSeekable:hover .ProgressBar-intent,
.VolumeSlider.isSeekable:hover .VolumeSlider-intent,
.VolumeSlider.isEnabled:hover .ProgressBar-intent,
.VolumeSlider.isEnabled:hover .VolumeSlider-intent {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
}

.ProgressBar.isSeekable .ProgressBar-elapsed,
.ProgressBar.isSeekable .VolumeSlider-value,
.ProgressBar.isEnabled .ProgressBar-elapsed,
.ProgressBar.isEnabled .VolumeSlider-value,
.VolumeSlider.isSeekable .ProgressBar-elapsed,
.VolumeSlider.isSeekable .VolumeSlider-value,
.VolumeSlider.isEnabled .ProgressBar-elapsed,
.VolumeSlider.isEnabled .VolumeSlider-value {
  background: #0161f2;
}

.ProgressBar.isSeekable:hover .ProgressBar-handle {
  transform: scale(1);
}

.ProgressBar.isSeekable:hover .ProgressBar-intent {
  top: 0;
  left: 0;
  height: 100%;
}

.ProgressBar.isLoading {
  opacity: 0.5;
  background: #d9d9d9;
  animation: barLoading 2s infinite;
}

.VolumeSlider.isHorizontal {
  width: 100px;
  height: 8px;
  transition: width 0.3s, height 0.05s;
}

.VolumeSlider.isHorizontal .VolumeSlider-value {
  height: 100%;
  left: 0;
}

.VolumeSlider-seek {
  left: -6px;
  top: 0;
  right: -6px;
  bottom: 0;
}

.VolumeSlider.isEnabled:hover .VolumeSlider-handle {
  transform: scale(1);
  left: -4px;
}

.VolumeSlider.isEnabled:hover .VolumeSlider-intent {
  bottom: 0;
  left: 0;
  width: 100%;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.video-player-control-bar {
  height: 51px;
  background-color: #212121;
  border-top: 1px solid #424242;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100000;
}
.video-player-control-bar .control-group {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.video-player-control-bar .control-group button {
  height: 50px;
  width: 40px;
}
.video-player-control-bar .control-group .play-btn.play {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-play.svg) center no-repeat;
}
.video-player-control-bar .control-group .play-btn.pause {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-pause.svg) center no-repeat;
}
.video-player-control-bar .control-group .play-btn.quality {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-hd.svg) center no-repeat;
}
.video-player-control-bar .control-group .loop-playback {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-loop-playback.svg) center no-repeat;
}
.video-player-control-bar .control-group .loop-playback.active {
  opacity: 0.5;
}
.video-player-control-bar .control-group .loop-playback::after {
  left: 160%;
  top: calc(-100% + 20px);
}
.video-player-control-bar .control-group .player-text {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.2px;
  font-weight: 500;
  margin-left: 10px;
  height: 15px;
}
.video-player-control-bar .control-group .device-view {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-device-view.svg) center no-repeat;
}
.video-player-control-bar .control-group .theatre-view {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-theatre-view.svg) center no-repeat;
  margin: 0 5px;
}
.video-player-control-bar .control-group .full-view {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-full-screen.svg) center no-repeat;
}
.video-player-control-bar .control-group .device-view,
.video-player-control-bar .control-group .theatre-view,
.video-player-control-bar .control-group .full-view {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.5;
}
.video-player-control-bar .control-group .device-view.active, .video-player-control-bar .control-group .device-view:hover,
.video-player-control-bar .control-group .theatre-view.active,
.video-player-control-bar .control-group .theatre-view:hover,
.video-player-control-bar .control-group .full-view.active,
.video-player-control-bar .control-group .full-view:hover {
  background-color: #424242;
  opacity: 1;
}
.video-player-control-bar .volume-control {
  display: block;
  position: relative;
  width: 30px;
  height: auto;
  margin-top: -5px;
}
.video-player-control-bar .volume-control .volume-slider {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 42px;
  height: 130px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  display: none;
  justify-content: center;
  z-index: 10000;
}
.video-player-control-bar .volume-control:hover .volume-slider {
  display: flex;
}
.video-player-control-bar .volume-control .MuteToggleButton {
  border-top: 5px solid transparent;
}
.video-player-control-bar .volume-control .MuteToggleButton .SoundOnButton.isEnabled {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-volume-low.svg) center no-repeat;
}
.video-player-control-bar .volume-control .MuteToggleButton .SoundOffButton.isEnabled {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-volume-off.svg) center no-repeat;
}
.video-player-control-bar .volume-control .MuteToggleButton.full-volume .SoundOnButton.isEnabled {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-volume-high.svg) center no-repeat;
}
.video-player-control-bar .volume-control .MuteToggleButton button {
  height: 24px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.video-player-control-bar .volume-control .MuteToggleButton button .Icon {
  width: 0;
  height: 0;
  display: none;
}
.video-player-control-bar .safe-zone-toggle-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.video-player-control-bar .safe-zone-toggle-container p {
  margin-left: 12px;
  margin-right: 20px;
}
.video-player-control-bar .quality-selector {
  display: block;
  position: relative;
  height: auto;
}
.video-player-control-bar .quality-selector .quality-list {
  position: absolute;
  right: 0;
  bottom: 90%;
  flex-flow: column nowrap;
  align-items: flex-start;
  width: 200px;
  background-color: #424242;
  pointer-events: auto;
}
.video-player-control-bar .quality-selector .quality-list ul {
  list-style-type: none;
  padding-left: 15px;
}
.video-player-control-bar .quality-selector .quality-list ul li {
  margin: 0;
  text-align: left;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-size: 12px;
  line-height: 1;
  padding: 7px 0 7px 15px;
}
.video-player-control-bar .quality-selector .quality-list ul li.current, .video-player-control-bar .quality-selector .quality-list ul li:hover {
  font-weight: bold;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.toggle-switch {
  position: relative;
  width: 44px;
  height: 14px;
  border-radius: 100px;
  background-color: #9e9e9e;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
}
.toggle-switch .switch {
  position: absolute;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.2s ease-in-out;
}
.toggle-switch.active {
  background-color: #00d789;
}
.toggle-switch.active .switch {
  left: calc(100% - 21px);
}
.toggle-switch.disabled {
  background-color: #d9d9d9;
  cursor: not-allowed;
  opacity: 0.5;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.mobile-frame-video {
  position: relative;
  margin: 0 auto;
  z-index: 0;
  overflow: visible;
}
.mobile-frame-video .height-placeholder {
  width: 100%;
  content: "";
  display: block;
  position: relative;
}
.mobile-frame-video > * {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mobile-frame-video .videoDisplay {
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #000;
  background-clip: content-box;
}
.mobile-frame-video .videoDisplay .video-player {
  height: 100%;
  overflow: hidden;
}
.mobile-frame-video .videoDisplay .video-player .jwplayer {
  margin: 0 auto;
}
.mobile-frame-video .videoDisplay .safe-zone-image-container {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
}
.mobile-frame-video .videoDisplay .safe-zone-image-style {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile-frame-video .mobile-frame-controls {
  z-index: 10000;
  cursor: pointer;
  height: 85%;
  width: 100%;
  border-radius: 50px;
}
.mobile-frame-video .mobile-frame-controls.disabled {
  display: none;
}
.mobile-frame-video .mobile-frame-controls .play-pause-button {
  width: 35px;
  height: 35px;
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-player-play-circle-white.svg) center center no-repeat;
}
.mobile-frame-video .mobile-frame-controls.playing {
  visibility: hidden;
}
.mobile-frame-video .mobile-frame-controls.playing .play-pause-button {
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-player-pause-circle-white.svg) center center no-repeat;
}
.mobile-frame-video .mobile-frame-img {
  width: 103%;
  z-index: 10000;
}
.mobile-frame-video.vertical {
  max-width: 380px;
  max-height: 100%;
}
.mobile-frame-video.vertical .mobile-frame-controls {
  width: 100%;
  height: 100%;
}
.mobile-frame-video.no-custom-controls .mobile-frame {
  z-index: 1000;
}
.mobile-frame-video:hover .mobile-frame-controls {
  visibility: visible;
}
.exif-image.orientation-2 {
  transform: rotateY(180deg);
}
.exif-image.orientation-3 {
  transform: rotate(180deg);
}
.exif-image.orientation-4 {
  transform: rotate(180deg) rotateY(180deg);
}
.exif-image.orientation-5 {
  transform: rotate(270deg) rotateY(180deg);
}
.exif-image.orientation-6 {
  transform: rotate(90deg);
}
.exif-image.orientation-7 {
  transform: rotate(90deg) rotateY(180deg);
}
.exif-image.orientation-8 {
  transform: rotate(270deg);
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.media-previewer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.media-previewer .media-container {
  flex: 1;
  overflow: hidden;
  height: calc(100% - 100px);
  position: relative;
}
.media-previewer .media-container .no-preview-able {
  background-color: #fff;
  padding: 40px;
  font-family: TTCommons, sans-serif;
  font-size: 20px;
  color: #000;
  letter-spacing: -0.2px;
  font-weight: bold;
}
.media-previewer .media-container .no-preview-able p {
  margin: 0;
}
.media-previewer .media-container .no-preview-able a {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 141px;
  height: 44px;
  margin: 20px auto 0;
  text-transform: uppercase;
  font-family: ProximaNova, sans-serif;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2px;
  font-weight: bold;
}
.media-previewer .media-container .media-in-preview {
  margin: 0 auto;
  max-width: calc(100vmin - 150px);
  height: 100%;
  max-height: calc(100vmin - 150px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.media-previewer .media-container .media-in-preview img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.media-previewer .media-container .media-in-preview object {
  height: 100%;
  width: 100%;
  max-width: 700px;
}
.media-previewer .media-container .media-in-preview audio {
  max-width: 580px;
}
.media-previewer .media-container .media-in-preview .video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.media-previewer .media-container .media-in-preview .video-wrapper.gif-file {
  display: contents;
}
.media-previewer .media-container .media-in-preview > .playerFooter {
  width: 100%;
  max-width: 580px;
}
.media-previewer .media-container .icon-button {
  position: absolute;
  top: calc(50% - 50px);
  transform: translateY(-50%);
  left: 45px;
}
.media-previewer .media-container .icon-button.next-media {
  right: 45px;
  left: auto;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.form-text-area {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.form-text-area textarea {
  background-color: white;
  resize: none;
  border: solid 1px #d9d9d9;
  padding: 13px 20px;
  min-height: 100%;
}
.form-text-area textarea:focus {
  border-color: #000;
}
.form-text-area textarea::-moz-placeholder {
  opacity: 0.5;
  color: #9e9e9e;
}
.form-text-area textarea::placeholder {
  opacity: 0.5;
  color: #9e9e9e;
}
.form-text-area textarea:hover {
  border-color: #9e9e9e;
}
.form-text-area p {
  margin: 10px 0 0 0;
}
.form-text-area.is-error textarea {
  border-color: #fc2525;
}
.dropdown-container {
  overflow: auto;
  border-radius: 0;
  opacity: 0;
  animation: fadeOpacity 0.3s ease forwards;
  z-index: 3;
}
.dropdown-container .dropdown-item .scrolling-text {
  cursor: pointer;
}
@keyframes fadeOpacity {
  100% {
    opacity: 1;
  }
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.form-input-box-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.form-input-box-menu input {
  height: 44px;
  padding: 13px 40px 13px 20px;
  cursor: pointer;
  letter-spacing: -0.3px;
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-chevron-small-down-gray.svg) calc(100% - 15px) center no-repeat;
  width: 100%;
  display: block;
  border: 1px solid #d9d9d9;
  font-family: ProximaNova, sans-serif;
}
.form-input-box-menu input::-moz-placeholder {
  color: #9e9e9e;
}
.form-input-box-menu input::placeholder {
  color: #9e9e9e;
}
.form-input-box-menu input:focus {
  outline: none;
  border-color: #000;
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-chevron-small-up-gray.svg) calc(100% - 15px) center no-repeat;
}
.form-input-box-menu input:hover:not(:focus) {
  border: solid #9e9e9e;
  border-width: 1px;
}
.form-input-box-menu .input-error {
  margin-top: 10px;
  border-color: #fc2525;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.form-group p.label {
  display: flex;
  margin: 0 0 12px;
  justify-content: space-between;
  align-items: center;
}
.form-group div {
  margin-bottom: 10px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.short-url {
  margin-top: 26px;
}
.short-url .hidden-input-for-copying {
  opacity: 0;
  margin-left: -9999px;
}
.short-url .share-icon {
  background: url(https://acs-cdn-dev.vidmob.com/assets/share.svg) left center no-repeat;
  padding-left: 25px;
}
.short-url .share-link {
  color: #000;
  text-decoration: underline;
}
.short-url .share-link:hover {
  color: #0161f2;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.avatar-info {
  display: flex;
}
.avatar-info .avatar-wrapper {
  width: 40px;
  height: 40px;
  margin-right: 19px;
  flex-shrink: 0;
}
.avatar-info .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.avatar-info .info .detail {
  margin-top: 5px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.team-member {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
}
.team-member:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
.team-member .invite-member {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  max-width: 150px;
  width: 32%;
  text-align: right;
  margin-bottom: 0;
}
.team-member .invite-member > div.member-click-container {
  margin-bottom: 0;
}
.team-member .invite-member .add-to-project {
  position: relative;
  cursor: pointer;
}
.team-member .delete-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-80%);
  width: 24px;
  height: 24px;
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-delete-gray.svg) center center no-repeat;
  opacity: 0.5;
}
.team-member .icon-with-label.is-team-member {
  margin-bottom: 0;
}
.team-member .icon-with-label.is-team-member .icon-label {
  margin-left: 5px;
}
.team-member .icon-with-label.is-clickable {
  cursor: pointer;
}
.team-member .avatar-info.avatar-team-member {
  margin-bottom: 0;
  flex-grow: 1;
}
.team-member .avatar-info.avatar-team-member .avatar-wrapper {
  margin-bottom: 0;
  cursor: pointer;
}
.team-member .avatar-info.avatar-team-member .info {
  margin: 0;
  position: relative;
  top: -2px;
}
.team-member .avatar-info.avatar-team-member .info .display-name {
  margin-bottom: 5px;
  cursor: pointer;
}
.team-member .avatar-info.avatar-team-member .info .detail {
  margin: 0;
}
.team-member .avatar-info.avatar-team-member .info .detail span {
  text-transform: capitalize;
  cursor: pointer;
}
.team-member .avatar-info.avatar-team-member.no-role .info {
  top: -1px;
}
.team-member .avatar-info.avatar-team-member.no-role .info .display-name {
  margin-bottom: 0;
}
.invite-team-section .team-members-list {
  max-height: 306px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 15px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
.modal-collaborator-invite {
  width: 100% !important;
  max-width: 500px;
}
.modal-collaborator-invite .form-group {
  margin-bottom: 22px;
}
.modal-collaborator-invite .form-group:first-child {
  margin-top: 20px;
}
.modal-collaborator-invite .form-group.password {
  margin-top: 32px;
}
.modal-collaborator-invite .form-group.short-url .short-url-field {
  position: relative;
}
.modal-collaborator-invite .form-group.short-url .short-url-field input {
  padding-right: 40px;
}
.modal-collaborator-invite .form-group.short-url .short-url-field .renew-url-btn {
  width: 24px;
  height: 24px;
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-refresh-gray.svg) center center no-repeat;
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.modal-collaborator-invite .form-group.short-url .short-url-field .renew-url-btn.loading {
  animation: rotate 0.5s linear infinite;
}
.modal-collaborator-invite .form-group.team-members .section-separator {
  position: relative;
  height: 1px;
  width: 100%;
  margin: 30px auto;
  background-color: #d9d9d9;
}
.modal-collaborator-invite .form-group.team-members .team-members-filter {
  position: relative;
}
.modal-collaborator-invite .form-group.team-members .team-members-filter .team-search-button {
  pointer-events: none;
  width: 24px;
  height: 24px;
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-search-gray.svg) center center no-repeat;
  position: absolute;
  bottom: 10px;
  right: 15px;
  transition: all 0.2s linear;
}
.modal-collaborator-invite .form-group.team-members .team-members-filter .team-search-button:hover {
  opacity: 0.6;
}
.modal-collaborator-invite .form-group.team-members .team-members-filter .team-search-cancel-button {
  width: 24px;
  height: 24px;
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-clear-gray.svg) center center no-repeat;
  position: absolute;
  bottom: 10px;
  right: 15px;
  transition: all 0.2s linear;
}
.modal-collaborator-invite .form-group.team-members .team-members-filter .team-search-cancel-button:hover {
  opacity: 0.6;
}
.modal-collaborator-invite .form-group .team-role-description {
  margin-top: -16px;
}
.modal-collaborator-invite .form-group .search-members-input {
  margin-bottom: 20px;
}
.modal-collaborator-invite .form-group.email-option .form-text-area {
  height: 132px;
}
.modal-collaborator-invite .form-group:last-of-type {
  margin-bottom: 0;
}
.modal-collaborator-invite .invitee:last-of-type {
  border-bottom: 0;
}
.intercom-namespace .intercom-app .intercom-dfosxs {
  right: 16px;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
#info-banner {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  max-width: 1230px;
  width: calc(100% - 30px);
  background: #ffec80 url(https://acs-cdn-dev.vidmob.com/assets/ic-warning-fill-black.svg) 32px center/20px 20px no-repeat;
  z-index: 10000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 50px 0 75px;
  color: #000;
}
#info-banner .close-button {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(https://acs-cdn-dev.vidmob.com/assets/ic-close-small-black.svg) center center no-repeat;
}
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
#modal-screen-size-warning {
  width: 100%;
  max-width: 400px;
}
#modal-screen-size-warning .vidmob-modal-body {
  background: none;
  padding-bottom: 30px;
  color: #9e9e9e;
}
@font-face {
  font-family: ProximaNova;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://d2fe6afh41xruv.cloudfront.net/fonts/proximanova/proximanova-regular.woff2") format("woff2"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/proximanova/proximanova-regular.woff") format("woff"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/proximanova/proximanova-regular.otf") format("otf");
}
@font-face {
  font-family: TTCommons;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://d2fe6afh41xruv.cloudfront.net/fonts/ttcommons/TTCommonsRegular.woff") format("woff"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/ttcommons/TTCommonsRegular.woff2") format("woff2");
}
@font-face {
  font-family: ProximaNova;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("https://d2fe6afh41xruv.cloudfront.net/fonts/proximanova/proximanova-medium.woff2") format("woff2"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/proximanova/proximanova-medium.woff") format("woff"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/proximanova/proximanova-medium.otf") format("otf");
}
@font-face {
  font-family: TTCommons;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("https://d2fe6afh41xruv.cloudfront.net/fonts/ttcommons/TTCommonsMedium.woff") format("woff"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/ttcommons/TTCommonsMedium.woff2") format("woff2");
}
@font-face {
  font-family: TTCommons;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("https://d2fe6afh41xruv.cloudfront.net/fonts/ttcommons/TTCommonsDemiBold.woff") format("woff"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/ttcommons/TTCommonsDemiBold.woff2") format("woff2");
}
@font-face {
  font-family: ProximaNova;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://d2fe6afh41xruv.cloudfront.net/fonts/proximanova/proximanova-bold.woff") format("woff"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/proximanova/proximanova-bold.woff2") format("woff2"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/proximanova/proximanova-bold.otf") format("otf");
}
@font-face {
  font-family: TTCommons;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://d2fe6afh41xruv.cloudfront.net/fonts/ttcommons/TTCommonsBold.woff2") format("woff2"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/ttcommons/TTCommonsBold.otf") format("otf");
}
@font-face {
  font-family: ProximaNova;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("https://d2fe6afh41xruv.cloudfront.net/fonts/proximanova/proximanova-extrabold.woff") format("woff"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/proximanova/proximanova-extrabold.woff2") format("woff2"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/proximanova/proximanova-extrabold.otf") format("otf");
}
@font-face {
  font-family: TTCommons;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("https://d2fe6afh41xruv.cloudfront.net/fonts/ttcommons/TTCommonsExtraBold.woff") format("woff"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/ttcommons/TTCommonsExtraBold.woff2") format("woff2"), url("https://d2fe6afh41xruv.cloudfront.net/fonts/ttcommons/TTCommonsExtraBold.otf") format("otf");
}
@font-face {
  font-family: "MaisonNeue Mono";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonmono/MaisonMono-Regular.woff") format("woff"), url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonmono/MaisonMono-Regular.woff2") format("woff2");
}
@font-face {
  font-family: MaisonNeue;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Book.woff") format("woff"), url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Book.woff2") format("woff2");
}
@font-face {
  font-family: MaisonNeue;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Medium.woff2") format("woff2"), url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Medium.woff") format("woff");
}
@font-face {
  font-family: MaisonNeue;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Demi.woff2") format("woff2"), url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Demi.woff") format("woff");
}
@font-face {
  font-family: MaisonNeue;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Bold.woff") format("woff"), url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Bold.woff2") format("woff2");
}
@font-face {
  font-family: MaisonNeue;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-ExtraBold.woff") format("woff"), url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-ExtraBold.woff2") format("woff2");
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, san-serif; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, san-serif; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove buttons on number inputs in Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Reset
   ========================================================================== */
/**
 * In the distant past we unwisely redefined `span` as a block level element. If you're using design system
 * elements and that is interfering, wrap your feature's code in this className.  (If we discover any other
 * incompatibilities with design system CSS we will add fixes for those here as well)
 */
.agl-css-reset span {
  display: inline;
}

span.agl-css-reset {
  display: inline;
}

/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, san-serif; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, san-serif; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "MaisonNeue Mono";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonmono/MaisonMono-Regular.woff") format("woff"), url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonmono/MaisonMono-Regular.woff2") format("woff2");
}
@font-face {
  font-family: MaisonNeue;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Book.woff") format("woff"), url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Book.woff2") format("woff2");
}
@font-face {
  font-family: MaisonNeue;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Medium.woff2") format("woff2"), url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Medium.woff") format("woff");
}
@font-face {
  font-family: MaisonNeue;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Demi.woff2") format("woff2"), url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Demi.woff") format("woff");
}
@font-face {
  font-family: MaisonNeue;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Bold.woff") format("woff"), url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-Bold.woff2") format("woff2");
}
@font-face {
  font-family: MaisonNeue;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-ExtraBold.woff") format("woff"), url("https://vidmob-assets-public.s3.amazonaws.com/fonts/maisonneue/MaisonNeue-ExtraBold.woff2") format("woff2");
}
.type-base-common-style, .type-code, .type-base-5, .type-headline-10, .type-base-4p5, .type-headline-20, .type-base-3p75, .type-headline-30, .type-base-3, .type-headline-40, .type-base-2p5, .type-headline-50, .type-base-2, .type-headline-60, .type-base-1p75, .type-headline-70, .type-base-1p5, .type-headline-80, .type-base-1p25, .type-headline-90, .type-base-1p125, .type-body-large-strong, .type-body-large-default, .type-base-1, .type-body-strong, .type-body-default, .type-base-p875, .type-body-small-strong, .type-body-small-default, .type-base-p75, .type-supporting-strong, .type-supporting-default {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: inherit;
}

.type-base-p75, .type-supporting-strong, .type-supporting-default {
  font-family: MaisonNeue, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}

.type-base-p875, .type-body-small-strong, .type-body-small-default {
  font-family: MaisonNeue, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.45;
}

.type-base-1, .type-body-strong, .type-body-default {
  font-family: MaisonNeue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.type-base-1p125, .type-body-large-strong, .type-body-large-default {
  font-family: MaisonNeue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.type-base-1p25, .type-headline-90 {
  font-family: MaisonNeue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.type-base-1p5, .type-headline-80 {
  font-family: MaisonNeue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.type-base-1p75, .type-headline-70 {
  font-family: MaisonNeue, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.type-base-2, .type-headline-60 {
  font-family: MaisonNeue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
}

.type-base-2p5, .type-headline-50 {
  font-family: MaisonNeue, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.type-base-3, .type-headline-40 {
  font-family: MaisonNeue, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.15;
}

.type-base-3p75, .type-headline-30 {
  font-family: MaisonNeue, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.15;
}

.type-base-4p5, .type-headline-20 {
  font-family: MaisonNeue, sans-serif;
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 1.15;
}

.type-base-5, .type-headline-10 {
  font-family: MaisonNeue, sans-serif;
  font-size: 5rem;
  font-weight: normal;
  line-height: 1.15;
}

.type-code {
  font-family: "MaisonNeue Mono", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
}

.type-body-large-strong {
  font-weight: 600;
}

.type-body-strong {
  font-weight: 600;
}

.type-body-small-strong {
  font-weight: 600;
}

.type-supporting-strong {
  font-weight: 700;
}

.standard-icon-size, .standard-icon {
  width: 24px;
  height: 24px;
}

.standard-icon {
  background-position: center;
  background-repeat: no-repeat;
}

.video-overlay {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  z-index: 10000;
}

.inline-attachment {
  cursor: pointer;
  background: #0161f2 url("/assets/ic-generic-file-white.svg") no-repeat 8px center;
  border-radius: 5px;
  font-family: ProximaNova, sans-serif;
  padding: 6px 10px 6px 33px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  color: #fff;
}

.centered-image {
  position: relative;
  overflow: hidden;
}
.centered-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 102%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 102%;
  vertical-align: top;
  transform: translate(-50%, -50%);
}

.notification-count {
  min-width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #fc2525;
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.base-badge-rounded {
  height: 24px;
  border-radius: 12px;
  padding: 3px 10px;
  text-transform: uppercase;
}

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ellipsis-on-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}

.count-indicator {
  min-width: 17px;
  width: auto;
  padding: 0 4px;
  height: 17px;
  background-color: #fc2525;
  border-radius: 9px;
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 10px;
  bottom: 15px;
  font-family: ProximaNova, sans-serif;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}

.vm-tooltip {
  background-color: #000;
  border: solid 1px rgb(43.35, 43.35, 43.35);
  padding: 8px 15px;
  border-radius: 50px;
  opacity: 0;
  animation: fadeIn 0.3s ease forwards;
  white-space: nowrap;
  z-index: 10000;
}
.vm-tooltip.multi-lined {
  background: none;
  border-radius: 5px;
  white-space: normal;
  padding: 0;
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

.body-centered-black {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000;
}

.body-centered-gray {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: center;
  color: #9e9e9e;
}

.body-centered-gray-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: center;
  color: #9e9e9e;
}

.body-centered-white {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: center;
  color: #fff;
}

.body-centered-blue {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: center;
  color: #0161f2;
}

.body-centered-white-bold {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: center;
  color: #fff;
}

.body-left-aligned-black {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #000;
}

.body-left-aligned-black-bold {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #000;
}

.body-left-aligned-blue {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #0161f2;
}

.body-left-aligned-blue-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #0161f2;
}

.body-left-aligned-red {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #fc2525;
}

.body-left-aligned-black-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #000;
}

.body-centered-black-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000;
}

.body-left-aligned-gray {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: left;
  color: #9e9e9e;
}

.body-center-aligned-gray {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: center;
  color: #9e9e9e;
}

.body-left-aligned-dark-gray {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: left;
  color: #d9d9d9;
}

.body-right-aligned-black {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: right;
  color: #000;
}

.body-right-aligned-gray-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: right;
  color: #9e9e9e;
}

.large-body-centered-gray-bold {
  font-family: ProximaNova, sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  color: #9e9e9e;
  text-align: center;
}

.page-header-left-aligned-black {
  font-family: TTCommons, sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.4px;
  color: #000;
}

.section-header-centered-black {
  font-family: TTCommons, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000;
}

.section-header-left-aligned-black {
  font-family: TTCommons, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #000;
}

.section-header-left-aligned-gray {
  font-family: TTCommons, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #9e9e9e;
}

.small-body-centered-black {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000;
}

.small-body-centered-white {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  text-align: center;
  color: #fff;
}

.small-body-centered-white-emphasized {
  font-family: TTCommons, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #fff;
}

.small-body-centered-gray {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  text-align: center;
  color: #9e9e9e;
}

.small-body-left-aligned-red {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  color: #fc2525;
}

.small-body-left-aligned-white {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  color: #fff;
}

.small-body-left-aligned-blue {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  color: #0161f2;
}

.small-body-left-aligned-blue-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  color: #0161f2;
}

.small-body-centered-gray-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  text-align: center;
  color: #9e9e9e;
}

.small-label-left-aligned-black-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #000;
}

.small-label-left-aligned-gray-emphasized-uppercase {
  font-family: ProximaNova, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #9e9e9e;
}

.-item-selected-for {
  font-family: ProximaNova, sans-serif;
  width: 313px;
  height: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.2px;
  color: #fff;
}

.All-of-the-assets-in {
  font-family: ProximaNova, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.2px;
  color: #fff;
}

.body-left-aligned-gray-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #9e9e9e;
}

.body-left-aligned-white-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #fff;
}

.body-left-aligned-white {
  font-family: ProximaNova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #fff;
  text-align: left;
}

.large-layout-text-left-aligned {
  font-family: TTCommons, sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: -1px;
  text-align: left;
  color: #000;
}

.display-centered-black {
  font-family: TTCommons, sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
  color: #000;
}

.display-centered-black-normal {
  font-family: TTCommons, sans-serif;
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
  color: #000;
}

.display-centered-white {
  font-family: TTCommons, sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
  color: #fff;
}

.display-left-aligned-black {
  font-family: TTCommons, sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000;
}

.sub-heading-2-left-aligned-black {
  font-family: ProximaNova, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #000;
}

.sub-heading-2-left-aligned-blue {
  font-family: ProximaNova, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #0161f2;
}

.sub-heading-2-left-aligned-gray {
  font-family: ProximaNova, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #9e9e9e;
}

.sub-heading-2-left-aligned-white {
  font-family: ProximaNova, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #fff;
}

.sub-heading-2-centered-white {
  font-family: ProximaNova, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #fff;
  text-align: center;
}

.sub-heading-2-centered-gray {
  font-family: ProximaNova, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #9e9e9e;
}

.small-body-left-aligned-black-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  color: #000;
}

.small-body-left-aligned-black {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  color: #000;
}

.small-body-left-aligned-light-charcoal {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  color: #424242;
}

.small-body-left-aligned-gray {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  color: #9e9e9e;
}

.small-body-left-aligned-gray-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  color: #9e9e9e;
}

.sub-heading-1-left-aligned-black {
  font-family: TTCommons, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #000;
}

.sub-heading-1-centered-black {
  font-family: TTCommons, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #000;
  text-align: center;
}

.sub-heading-1-centered-gray {
  font-family: TTCommons, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #9e9e9e;
  text-align: center;
}

.sub-heading-3-left-aligned-black {
  font-family: ProximaNova, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #000;
}

.sub-heading-1-left-aligned-gray {
  font-family: TTCommons, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #9e9e9e;
}

.sub-heading-1-left-aligned-white {
  font-family: TTCommons, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #fff;
}

.large-body-centered-black {
  font-family: ProximaNova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000;
}

.large-body-centered-black-bold {
  font-family: ProximaNova, sans-serif;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000;
}

.large-body-left-aligned-black {
  font-family: ProximaNova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  color: #000;
}

.large-body-left-aligned-black-bold {
  font-family: ProximaNova, sans-serif;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  color: #000;
}

.large-body-left-aligned-gray {
  font-family: ProximaNova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  color: #9e9e9e;
}

.large-body-centered-gray {
  font-family: ProximaNova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  color: #9e9e9e;
  text-align: center;
}

.large-body-centered-gray-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 17px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  color: #9e9e9e;
  text-align: center;
}

.large-body-centered-white {
  font-family: ProximaNova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  color: #fff;
  text-align: center;
}

.large-body-centered-white-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 17px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  color: #fff;
  text-align: center;
}

.large-body-left-aligned-gray-bold {
  font-family: ProximaNova, sans-serif;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  color: #9e9e9e;
  text-align: left;
}

.large-body-left-aligned-white {
  font-family: ProximaNova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.3px;
  color: #fff;
}

.caption-left-aligned-black {
  font-family: ProximaNova, sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.2px;
  color: #000;
}

.caption-left-aligned-gray {
  font-family: ProximaNova, sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.2px;
  color: #9e9e9e;
}

.caption-left-aligned-red {
  font-family: ProximaNova, sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.2px;
  color: #fc2525;
}

.caption-left-aligned-blue {
  font-family: ProximaNova, sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.2px;
  color: #0161f2;
}

.caption-left-aligned-black-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.2px;
  color: #000;
}

.caption-left-aligned-gray-emphasized {
  font-family: ProximaNova, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.2px;
  color: #9e9e9e;
}

.page-header-left-aligned-white {
  font-family: TTCommons, sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #fff;
}

.large-header-centered-bold-black {
  font-family: TTCommons, sans-serif;
  font-size: 64px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.08px;
  text-align: center;
  color: #000;
}

.proximanova-medium-white {
  font-family: ProximaNova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  color: #fff;
}

.text-indented {
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
}

.text-bold {
  font-weight: 700;
}

.no-appearance {
  border: 0;
  background-color: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
}

.no-display {
  display: none;
}

.line-separator {
  height: 1px;
  opacity: 0.3;
  background-color: #d9d9d9;
  margin: 0 40px;
}

.prevent-unintentional-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.one-line-elipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* stylelint-disable color-no-hex */
/* stylelint-disable color-named */
html,
body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  font-size: 16px;
  font-family: ProximaNova, sans-serif;
  text-rendering: geometricPrecision;
}

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

:root {
  --ring-size: 300;
  --ring-circumference: 612;
  --ring-radius: 105;
  --foreground-color: $dark-blue;
}

#app-root {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#app-root.side-panel-open #upload-indicator {
  right: 430px;
}

a {
  text-decoration: none;
  display: inline-block;
}

button,
input,
textarea,
select {
  text-rendering: geometricPrecision;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  border: 0;
  background: none;
}

button,
input[type=button] {
  cursor: pointer;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #9e9e9e;
  opacity: 0.5;
}

textarea::placeholder,
input::placeholder {
  color: #9e9e9e;
  opacity: 0.5;
}

span,
*::after,
*::before {
  display: inline-block;
}
