body, html {
  margin: 0 !important;
  padding: 0 !important;
}

.content-div {
  height: 99.5vh;
  position: relative;
}

.ace-root {
  height: 100%;
}

.animation {
  background: linear-gradient(-45deg, #4285F4, #DB4437, #F4B400, #0F9D58);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
}

/* Temporary fix for b/230511579 */
ai-document-splitter > div {
  display: flex;
  flex-wrap: wrap;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.btn {
  border: 2px solid #2196F3;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  color: dodgerblue;
  margin: 10px;
  display: block;
  width: 100%;
}

.btn:hover {
  background: #2196F3;
  color: white;
}

.ai-document-split-toggle-container.over {
  border: 3px dotted #666;
}

.ai-document-split-toggle-container.drop-target {
  background: rgba(147, 147, 147, 0.496);
}
