html,
body {
  font: 100%/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #121212 !important;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  margin: 0 !important;
  overflow: hidden !important;
  scroll-behavior: smooth;
}

pre {
  margin: 0;
  font-size: 14px;
}

body,
.panel {
  background-color: #181818;
}

.panel {
  padding-top: 5px;
  min-height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  /* min-height: 100vh; */
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

/* Animation
---------------------------------- */

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
}

.is-menu-selected > a {
  background-color: #ff7d00;
}

.is-parent > a:hover {
  background-color: transparent;
  text-decoration: none;
  color: white;
}

.is-children-selected > a {
  color: #ff7d00;
}

.is-children-selected > a:hover {
  background-color: transparent;
  color: #ff7d00;
}

.is-flex-center {
  display: flex !important;
  justify-content: center;
  align-items: start;
}

.content-left {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

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

.content-right {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.is-full-width {
  width: 100%;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  flex: 1;
}

.page-header {
  color: white;
  font-size: large;
  font-weight: bold;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: black;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

body,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
}

.tvm-color {
  color: #ff7c00;
}

.tvm-primary-color {
  color: #ffffff !important;
}

.tvm-secondary-color {
  color: #8b8b8b !important;
}

.ql-editor {
  background-color: transparent !important;
}

.ql-snow .ql-picker-options {
  background-color: black !important;
}

.ql-toolbar.ql-snow {
  background-color: transparent !important;
}

.ql-toolbar.ql-snow {
  border: 1px solid #8b8b8b !important;
}

.ql-container.ql-snow {
  border: 1px solid #8b8b8b !important;
}

.ql-editor > p {
  color: #8b8b8b !important;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: black !important;
}

.tvm-background-color {
  background-color: #000000 !important;
}

input,
select,
textarea,
table {
  background-color: transparent !important;
  color: white !important;
  border-color: #8b8b8b !important;
}

::placeholder {
  color: #8b8b8b !important;
}

/* .fa {
    color: #8b8b8b;
} */

.Select-control {
  background-color: transparent !important;
  border: 1px solid #8b8b8b !important;
}

label,
.Select-value-label {
  color: white !important;
}

th,
td {
  border: transparent !important;
  border-bottom: 1px solid;
}

th {
  color: #8b8b8b !important;
  /* text-align: center !important; */
}

thead > tr {
  border-bottom: 1px solid #8b8b8b;
}

.tvm-secondary-gray-color {
  background-color: #464648 !important;
  color: #ffffff !important;
}

.swatches-picker > div > div {
  background-color: #242627 !important;
}

.promotion-item-bottom-icon > span > img {
  width: 35px;
}

.promotion-item-bottom-icon > span {
  padding-top: 5px;
  margin-right: 5px;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.transparent-background {
  background-color: transparent !important;
}

.Select-option {
  background-color: black !important;
  color: white !important;
}

.Select-menu-outer {
  background-color: #8b8b8b !important;
  z-index: 10 !important;
}

.Select--single > .Select-control .Select-value,
.Select-placeholder {
  color: #8b8b8b;
}

.tvm-background-secondary-color {
  background-color: #181818 !important;
}

.recharts-legend-item-text {
  color: #aaaaaa !important;
  font-size: 16px !important;
  margin-left: 6px !important;
}

.tvm-secondary-color-text {
  color: #8b8b8b !important;
}

.tvm-secondary-color-border {
  border-color: #8b8b8b !important;
}

.tvm-primary-color-text {
  color: white !important;
}

.dropzone .dz-preview.dz-image-preview {
  background-color: transparent !important;
}

label {
  /* color: #8b8b8b!important; */
  font-weight: normal !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

input {
  box-shadow: none !important;
}

input:active:active:hover:visited {
  box-shadow: none !important;
}

.play-screen-items {
  position: relative;
  display: inline-block;
}

.play-screen-items-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-weight: bold;
  /* padding-left: 10px */
}

div.filepicker {
  background-color: transparent !important;
}

.dz-message > span {
  color: #8b8b8b !important;
}

tbody tr:hover:active {
  background-color: #8b8b8b !important;
}

/* Limit image width to avoid overflow the container */

.cropper-div > img {
  max-width: 100%;
  /* This rule is very important, please do not ignore this! */
}

.play-screen-adspot-price-input {
  border: none !important;
  text-align: center;
  background-color: #ff7c00 !important;
}

.play-screen-adspot-price-input::placeholder {
  color: #fff !important;
}

.drop-background-class {
  background-color: #ff7c00 !important;
}

#canvas-container {
  margin: 0;
  background: url("../images/grid.png") repeat;
}

.editor-seperator {
  height: 75px;
  width: 1px;
  flex: 0 0 1px;
  background-color: #8b8b8b;
  margin: 0 10px;
}

.canvas-landscape > .canvas-container {
  position: relative;
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%;
}

.canvas-container {
  margin: 0 auto;
}

.canvas-container > canvas {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.upper-canvas {
  width: 100% !important;
  height: 100% !important;
}

textarea:focus,
span:focus {
  outline: 0;
}

.vertical-scrollable {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden !important;
  /* margin-bottom: 10px; */
}

.input-range__track--active {
  background: #ff7c00 !important;
}

.input-range__slider {
  border: 2px solid #ff7c00 !important;
  background: #fff !important;
}
.tvm-button-active {
  background-color: #ff7c00 !important;
  color: #f8f8f8 !important;
}

.tvm-button-active:hover {
  color: #f8f8f8 !important;
}

.tvm-button-active:focus {
  color: #f8f8f8 !important;
  border-color: #8a8a8a !important;
}

.tvm-button-passive {
  background-color: #f8f8f8 !important;
  color: #4a4a4a !important;
}
.tvm-button-passive:focus {
  color: #4a4a4a !important;
  border-color: #f8f8f8 !important;
}

.tvm-button-passive:hover {
  color: #4a4a4a !important;
}

.speech-bubble {
  background: #ff7c00 !important;
}

.speech-bubble:after {
  border-top-color: #ff7c00 !important;
}

::-webkit-scrollbar {
  display: none;
}

button:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.input-range__label-container {
  left: 0 !important;
}
body .slaask-button {
  display: none !important;
}

.infinite-scroll-component {
  overflow: hidden !important;
}
.rct-title {
  color: white;
}
.rct-node-icon {
  color: #ff7c00 !important;
}

.time-input-css {
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  font-size: 1rem;
  height: 2.25em;
  width: 100%;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  color: white !important;
  background-color: white !important;
}
.rmp-pad > div > label {
  color: black !important;
}

.month-picker {
  left: -250px;
}

.rotate-image-90 {
  transform: rotate(90deg);
}

.__react_component_tooltip {
  font-size: 12px !important;
  color: rgb(255, 124, 0) !important;
  border-radius: 18px !important;
  padding: 3px !important;
}

.__floater__body {
  background-color: #ff7c00 !important;
  color: white !important;
  border-radius: 6px !important;
}
.react-joyride__tooltip {
  background-color: #ff7c00 !important;
  color: white !important;
}
.react-joyride__tooltip button {
  color: white !important;
  background: rgba(255, 174, 98, 0.46) !important;
  border-radius: 2px !important;
}

.react-joyride__tooltip h4 {
  font-weight: bold !important;
  font-size: 16px !important;
}

.__floater__arrow svg polygon {
  fill: #ff7c00 !important;
}

.__floater__body > div > div > div {
  padding: 5px !important;
  font-size: 13px !important;
}

.react-player > video {
  border-radius: 8px;
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  -webkit-animation: flickerAnimation 1.5s infinite;
  -moz-animation: flickerAnimation 1.5s infinite;
  -o-animation: flickerAnimation 1.5s infinite;
  animation: flickerAnimation 1.5s infinite;
}

progress::-moz-progress-bar {
  background-color: #ff7c00 !important;
}
progress::-webkit-progress-value {
  background-color: #ff7c00 !important;
}
progress {
  color: #ff7c00 !important;
}

.arrow {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #ff7c00;
  cursor: pointer;
}

.arrow--left {
  left: -8px;
}

.arrow--right {
  left: auto;
  right: -8px;
}

.anonymous-input::-webkit-input-placeholder {
  color: #909090;
  font-style: normal;
  font-size: 16;
  font-weight: 400;
  /* padding-left: 9px; */
}

.anonymous-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #909090;
  font-style: normal;
  font-size: 16;
  font-weight: 400;
  /* padding-left: 5px; */
}

.anonymous-input::-ms-input-placeholder {
  /* IE 10+ */
  color: #909090;
  font-style: normal;
  font-size: 16;
  font-weight: 400;
  /* padding-left: 5px; */
}

.anonymous-input::-moz-placeholder {
  /* Firefox 18- */
  color: #909090;
  font-style: normal;
  font-size: 16;
  font-weight: 400;
  /* padding-left: 9px; */
}

.anonymous-input {
  background-color: #212121 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: white;
}

.progress {
  background: #dbdbdb;
  border-radius: 20px;
}
.progress::-webkit-progress-bar {
  background: transparent !important;
}
.progress:indeterminate {
  animation: progress-indeterminate 3s linear infinite;
  background: #dbdbdb linear-gradient(to right, #ff7c00 30%, #dbdbdb 30%) top left/150% 150% no-repeat;
}
.progress:indeterminate::-moz-progress-bar {
  background: transparent !important;
}

@keyframes progress-indeterminate {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
