.timeline-right {
  overflow-x: auto;
  flex: 2;
  width: -webkit-calc(-100vw);
  width: -moz-calc(-100vw);
  width: calc(100vw - 200px);
}
.timeline-top {
  height: 60px;
  border-bottom: 1px solid #6b6b6b30;
  display: flex;
  position: sticky;
  top: 0px;
  background-color: #2e2d2d;
  z-index: 4;
}
.timeline-top .layer-options {
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 5;
}
.zero-state {
  color: #e5e5e5;
  background-color: #2f2d2d;
  font-size: 22px;
  padding-left: 27%;
  padding-top: 53px;
  padding-bottom: 53px;
}
.timeline-wrapper {
  width: 100%;
  white-space: nowrap;
  background-color: #2e2d2d;
  display: flex;
}
.timeline-wrapper .timeline-header {
  position: relative;
  display: inline-block;
}
.timeline-wrapper .timeline-marker {
  background-color: #cecece;
  pointer-events: none;
  position: absolute;
  right: 0px;
  width: 1px;
  top: 33px;
  height: 6px;
}
.timeline-wrapper .timeline-marker.major {
  top: 15px;
  height: 24px;
}
.timeline-wrapper .timeline-marker.minor {
  top: 27px;
  height: 12px;
}
.frame-wrapper {
  font-size: 12px;
  background-color: #3a3a3a;
  color: #c3c2c2;
  height: 60px;
}
.frame-wrapper .frame-num {
  font-size: 24px;
  margin-top: -3px;
  color: white;
}
.frame-wrapper .frame-duration {
  float: right;
}
.frame-wrapper .frame-duration .duration-units {
  display: inline-block;
  position: relative;
  top: 29px;
  font-size: 14px;
  left: 5px;
}
.frames-container {
  margin-bottom: 10px;
  position: absolute;
}
.frame-number-wrapper {
  height: 25px;
  position: relative;
  text-align: center;
  display: inline-block;
  color: #c5c5c5;
}
.frame-number-wrapper .frame-number {
  position: absolute;
  font-size: 13px;
  top: 9px;
  left: 2px;
}
.timeline-handle-container {
  height: 25px;
  position: relative;
  top: 14px;
}
.bounds-container {
  height: 20px;
  pointer-events: none;
  position: relative;
  width: 100%;
}
.bounds-container .bounds {
  pointer-events: all;
}
.bounds-container .start-bound {
  vertical-align: unset;
}
.bounds-container .end-bound {
  float: right;
}
.left-bound-shader {
  position: relative;
  float: left;
}
.right-bound-shader {
  position: absolute;
  right: 0px;
  top: 0px;
}
.bound-shader {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.541);
  z-index: 2;
}
.start-handle-container {
  font-size: 31px;
}
.end-handle-container {
  margin-top: -10px;
}
.timeline-left {
  width: 200px;
}
.timeline-layer {
  border-bottom: 1px solid #6b6b6b30;
  height: 45px;
  display: flex;
  background-color: #2e2d2d;
}
.timeline-layer .layer-options {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 5;
  background-color: inherit;
}
.layer-content {
  margin-left: 15px;
  line-height: 30px;
  pointer-events: none;
}
.layer-options {
  width: 200px;
  border-right: 2px solid #6b6b6b30;
  margin-right: 7px;
  color: #c5c5c5;
  fill: #c5c5c5;
  height: 45px;
  display: flex;
  border-bottom: 1px solid #3a3a3a;
}
.layer-options .layer-option-type {
  background-color: #ffffff1c;
  fill: #797979;
  border-right: 1px solid #4e4e4e;
}
.layer-options .layer-option-image {
  padding: 8px;
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 5px;
  width: 40px;
}
.layer-options .action,
.layer-options .move-layer-arrow {
  cursor: pointer;
}
.layer-options .action:hover,
.layer-options .move-layer-arrow:hover {
  background-color: #3a3a3a;
  color: white;
  fill: white;
}
.layer-options .move-layer-container {
  display: inline-block;
  width: 40px;
}
.layer-options .move-layer-container .move-layer-arrow {
  height: 50%;
  width: 27px;
  padding-left: 2px;
}
.timeline-handle {
  cursor: ew-resize !important;
  height: 30px;
  background-color: #ff414173;
}
.layer-bar-container {
  position: relative;
  height: 30px;
  display: inline-block;
  margin: 7px 0px;
}
.layer-bar-container .resize-handle {
  cursor: col-resize;
  background-color: #a7d8ff;
  color: #2b2b2b;
  height: 100%;
  width: 14px !important;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.layer-bar-container .resize-handle .resize-handle-icon {
  transform: rotate(90deg);
}
.layer-bar-container .left {
  left: 5px;
}
.layer-bar-container .right {
  right: 10px;
}
.layer-bar-container .resize-handle:hover {
  background-color: #dadada;
}
.layer-bar {
  background: #2e437b;
  color: rgba(255, 255, 255, 0.82);
}
.selected-layer {
  background-color: #303748;
}
.selected-layer .layer-bar {
  background-color: #9d9d9d;
}
.selected-layer .layer-options .layer-option-type {
  fill: #ea981e;
}
.selected-layer .action:hover,
.selected-layer .move-layer-arrow:hover {
  background-color: #e5e5e552;
  color: white;
}
.keyframe-popover {
  width: 250px;
  height: 160px;
  background-color: #2f2d2d;
  padding: 11px;
  line-height: 14px;
  color: #c5c5c5;
  padding-top: 0px;
}
.keyframe-popover .keyframe-header {
  font-weight: bold;
  line-height: 26px;
  background-color: #212121;
}
.keyframe-popover .MuiFormControlLabel-label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
  cursor: pointer;
}
.keyframe-popover .popover-explanation {
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}
.frame-marker-icon:hover,
.open-frame-marker,
.tween-line:hover {
  text-shadow: 0 0 2px #fffdf9;
}
.tween-line {
  background-color: rgba(255, 235, 59, 0.6);
  height: 3px;
  position: absolute;
  top: 13px;
}
.tween-line:hover {
  box-shadow: 0px 0px 2px #fffdf9;
  background-color: rgba(255, 235, 59, 0.8);
  cursor: pointer;
}
.settings-and-controls-wrapper {
  width: 400px;
  max-width: 400px;
  min-width: 400px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
}
.settings {
  color: #c5c5c5;
  flex-grow: 1;
  text-align: left;
}
.settings .settings-header {
  height: 30px;
  color: #ffffffe6;
  font-size: 18px;
  overflow-x: hidden;
  padding-left: 8px;
  text-align: left;
  background-color: #202020;
  width: 100%;
}
.settings .settings-header .header-icon {
  width: 22px;
  margin-right: 4px;
  fill: #ffdc00c7;
}
.settings input.settings-header {
  border: 1px solid transparent;
}
.settings input.settings-header:hover {
  border: 1px solid #96c4e9;
}
.settings input.settings-header:focus {
  border: 1px solid transparent;
}
.settings .settings-content {
  margin: 15px;
}
.settings label {
  text-transform: uppercase;
  color: #c5c5c5;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}
.settings .MuiSlider-root {
  color: #90caf9;
}
.settings .row {
  margin-bottom: 20px;
}
.settings span[class*="PrivateValueLabel-label-"] {
  color: rgba(0, 0, 0, 0.87);
}
.settings .file-upload-input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.current-color {
  width: 40px;
  height: 40px;
  border: 1px solid #b3b3b3;
  cursor: pointer;
}
.text-editor .text-alignment-button {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 7px;
  border: 1px solid transparent;
  cursor: pointer;
}
.text-editor .text-alignment-button:hover {
  border: 1px solid grey;
}
.text-editor .text-alignment-button.selected {
  border: 1px solid #c4c4c4;
}
.font-option {
  cursor: pointer;
  color: hsl(0, 0%, 20%);
}
.font-option .selected-option {
  background-color: #96c4e9;
}
.font-option:hover {
  background-color: #2196f3;
}
/* hack to get the input borders rounded */
.font-wrapper div[class*="-control"] {
  border-radius: 0px;
}
.image-choice-container {
  overflow-y: auto;
  background-color: #ffffff1f;
  height: 160px;
  overflow-y: scroll;
  text-align: left;
}
.image-choice-container .image-choice-upload {
  padding: 10px !important;
  color: rgba(255, 255, 255, 0.87);
}
.image-choice-container .image-choice {
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  padding: 6px;
  border: 1px solid #ffffff0d;
}
.image-choice-container .image-choice:hover {
  background-color: #808080b5;
}
.image-choice-container .image-choice img {
  width: 100%;
}
.circle {
  border: 1px solid #FFF;
  border-radius: 50%;
}
.header {
  color: #c9c9c9;
  margin-bottom: 8px;
  background-color: #272727;
  height: 71px;
  width: 100%;
  border-bottom: 1px solid #232323;
}
.header h1 {
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.87);
}
.header h1 a {
  color: white;
  text-decoration: none;
}
.header .header-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header .header-link a {
  color: #b3b3b3;
}
.header .header-link a:hover {
  color: white;
}
.header .header-link-text {
  display: inline;
  top: -5px;
  position: relative;
}
.header .tagline {
  color: #a0adc0;
  font-size: 16px;
  margin-top: -11px;
  margin-right: -91px;
}
.header a.MuiButton-root:hover {
  color: white;
}
.feedback-text-area {
  width: 100%;
  padding: 7px;
}
.body-class {
  background-color: #3a3a3a;
}
.title {
  text-align: center;
  font-size: 20px;
  padding: 20px;
  background-color: #313e62;
  color: white;
  box-shadow: 0px 3px 10px #888888;
}
.uploadImage {
  width: 30px;
}
.editor-wrapper {
  display: flex;
  flex-direction: row;
  min-height: 503px;
}
.box {
  box-shadow: 0px 0px 4px black;
  background-color: #2e2d2d;
}
.upload-fields-container {
  background-color: #2b78eba8;
  margin-top: 50px;
  padding-top: 60px;
  padding: 26px;
  border-radius: 3px;
  margin-left: auto;
  max-width: 700px;
  margin-right: auto;
}
.upload-fields-container .upload-gif-field-wrapper {
  text-align: left;
}
.upload-fields-container .upload-gif-field-background {
  margin-right: 10%;
  margin-left: 10%;
  padding: 34px 40px;
  background-color: #d3d3d326;
  color: #ececec;
  font-weight: bold;
}
.upload-fields-container .upload-gif-file {
  border: 2px dashed white;
  cursor: pointer;
}
.upload-fields-container .upload-gif-file:hover {
  background-color: #d3d3d347;
}
.upload-fields-container .upload-gif-error-message {
  text-align: center;
  margin-top: 15px;
  color: #ffc848;
}
.upload-fields-container h3 {
  color: #ececec;
}
.upload-fields-container .example-gif {
  color: #ececec;
}
.upload-fields-container .example-gif a {
  cursor: pointer;
  text-decoration: underline;
  color: #ececec;
}
.loading-circle {
  width: 100px;
}
.top-container {
  display: flex;
  margin-bottom: 9px;
  justify-content: center;
}
.top-container .center {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
.top-container .ad-container {
  flex: 0 0 300px;
  height: 600px;
  width: 300px;
}
.center-narrow {
  max-width: 800px;
}
.player-button {
  width: 50px;
  cursor: pointer;
}
.lower-sections {
  display: flex;
  border-top: 1px solid #585858;
  margin-top: 12px;
}
.canvas-overall {
  position: relative;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.gifCanvasWrapper,
#fabricCanvas {
  position: absolute;
  top: 0;
  left: 0;
}
.control-button {
  background-color: #4b4b4b;
  color: #aaaaaa;
  padding: 5px;
  padding-top: 9px;
  width: 62px !important;
  display: inline-block;
}
.control-button:hover {
  background-color: #828282;
  cursor: pointer;
  color: #e4fbe2;
}
.control-button:active {
  background-color: #989898;
}
.substep-list {
  color: #a6a6a6;
  font-size: 16px;
}
.substep-list .active-step {
  color: #e5e5e5;
}
.substep-list .complete {
  color: #54fa6aa3;
}
.gif-controls {
  margin-top: 12px;
  height: 163px;
}
.gif-controls .control-wrapper {
  display: inline-block;
  padding: 15px;
}
.gif-controls .generate-wrapper {
  position: relative;
  border-top: 1px solid #4c4c4c;
  margin: 0px 34px;
  padding: 14px 0px;
}
.gif-controls .generate-wrapper .MuiFormControlLabel-label {
  text-transform: uppercase;
  color: #c5c5c5;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}
.gif-display-area {
  display: flex;
  align-items: center;
  padding: 10px;
  height: 100%;
  min-width: 400px;
}
#color-popover {
  z-index: 6;
}
.direct-link-paper {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 31px;
  background-color: white;
  margin-top: 20px;
}
a.download-gif:hover {
  text-decoration: none;
}
.feedback-text-area {
  width: 100%;
  padding: 7px;
}
.open-feedback-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.percent-value {
  color: #e5e5e5;
}
.top-message {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #e5e5e5;
}
.top-message a {
  cursor: pointer;
  text-decoration: underline;
  color: #e5e5e5;
}
.mobile-check {
  font-size: 1.75rem;
  color: #f4ab2f;
}
.gifntext-explanation {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #e5e5e5;
}
.gifntext-explanation .gifntext-capabilities {
  text-align: left;
}
.gifntext-explanation .gifntext-capabilities .emphasis {
  font-weight: bold;
  color: #f4ab2f;
}
.selection-box {
  box-shadow: 0px 0px 0px 1600px #2e2d2d;
  pointer-events: none;
}
.selection-box.selection-box.active {
  pointer-events: all;
  border: 2px solid #ffffff;
  border-image: url('/images/ants.gif') 8 repeat repeat;
  -moz-border-image: url('/images/ants.gif') 1 repeat repeat;
  -webkit-border-image: url('/images/ants.gif') 1 repeat repeat;
}
.toolbar {
  text-align: right;
  margin-right: 12px;
}
.toolbar .toolbar-button {
  color: white;
  fill: white;
  position: relative;
  padding: 8px;
  padding-top: 9px;
  text-align: right;
  padding-bottom: 6px;
  border-bottom: 1px solid #585858;
}
.toolbar .toolbar-button .add-image {
  font-size: 38px;
}
.toolbar .toolbar-button .add-plus {
  position: absolute;
  bottom: 6px;
  font-size: 17px;
  right: 4px;
}
.toolbar .toolbar-button:hover {
  background-color: #4f4f4f;
  cursor: pointer;
  color: #e4fbe2;
  fill: #e4fbe2;
}
.toolbar .toolbar-button:active {
  background-color: #989898;
}
.toolbar .toolbar-button.disabled {
  background-color: #000000;
  color: #2a2a2a;
  fill: #2a2a2a;
  pointer-events: none;
}
.back-to-edit {
  font-size: 13px;
  margin-top: 18px;
}
.back-to-edit button {
  margin-left: 13px;
}
.donation-window {
  height: 210px;
  line-height: 20px;
}
.donation-window .donation-image-wrapper {
  height: 35px;
  max-width: 76%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 27px;
  background-color: #ffffffe6;
  border-radius: 6px;
  cursor: pointer;
}
.donation-window .donation-image-wrapper:hover {
  background-color: #fff1b0;
}
.donation-window img {
  height: 92%;
}
.redbox {
  border: 1px solid red;
}
.MuiButtonBase-root.generate-button {
  height: 40px;
  background-color: #90caf9;
  color: #2c2c2c;
  width: 100%;
  flex: 1;
}
.MuiButtonBase-root.generate-button:hover {
  background-color: #b6dfff;
}
.MuiButtonBase-root.generate-button .generate-icon {
  margin-right: -4px;
  margin-left: 6px;
}
.MuiCheckbox-colorPrimary.make-private {
  color: #c5c5c5;
}
.MuiCheckbox-colorPrimary.make-private.Mui-checked {
  color: #90caf9;
}
.MuiCircularProgress-root {
  color: #2a89ed !important;
}
.MuiSwitch-colorPrimary.Mui-checked {
  color: #90caf9 !important;
}
.MuiSwitch-colorPrimary.Mui-checked + .MuiSwitch-track {
  background-color: #90caf9 !important;
}
.MuiCircularProgress-colorPrimary {
  color: #90caf9 !important;
}
.custom-form-input .MuiFormControl-marginNormal {
  margin-top: 2px;
  width: 57%;
}
.custom-form-input .MuiFormLabel-root {
  color: #c3c2c2;
}
.custom-form-input .MuiInputBase-root {
  color: white;
}
.custom-form-input .MuiInput-underline:before {
  border-bottom: 1px solid #bbbbbb;
}
.custom-form-input .MuiInput-underline:after {
  border-bottom: 1px solid #90caf9;
}
.custom-form-input .MuiFormLabel-root.Mui-focused {
  color: #90caf9;
}
/* Material Design */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-40 {
  font-size: 40px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.blue {
  color: #0061bd;
}
.material-icons.green {
  color: #29b93c;
}
.material-icons.red {
  color: #bd0600;
}
.blue {
  color: #90caf9;
}
.orange {
  color: #f4ab2f;
}
.background-blue {
  background-color: #b9b9ff;
}
body {
  overscroll-behavior-y: none;
  overscroll-behavior-x: none;
}
.keyboard-shortcuts-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyboard-shortcuts-overlay .keyboard-shortcuts {
  background-color: #e8e8e8e8;
  width: 600px;
  padding: 20px;
}
.keyboard-shortcuts-overlay .shortcut {
  color: #f4ee03;
  width: 100px;
  text-align: right;
  display: inline-block;
  font-family: monospace;
  margin-right: 4px;
  font-size: 15px;
}
.keyboard-shortcuts-overlay .shortcut .shortcut-bg {
  background-color: #4a4a4a;
  padding: 2px;
}
.keyboard-shortcuts-overlay .shortcut-action {
  display: inline-block;
  margin-left: 4px;
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and FF */
}
