@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@900&display=swap");



.aipress-container {
  padding: 20px;
  margin: 20px 20px;
  background-color: #2c3337;
  border-radius: 10px;
  min-height: 800px;
  position: relative;
  color: #fff;
}

.aipress-header {
  padding: 10px;
  height: 60px;
  border-radius: 10px;
  position: relative;
  background-color: #102025;
  text-align: center;
  background: -webkit-linear-gradient(
    to left,
    #2c3337,
    #1d2327,
    #1d2327,
    #2c3337
  );
  background: linear-gradient(to left, #2c3337, #1d2327, #1d2327, #2c3337);
}

.aipress-header h1 {
  font-family: "Orbitron", sans-serif;
  position: relative;
  top: -35px;
  font-size: 30px;
  font-weight: bold;
  color: #f6e9e9;
}
.aipress-header span img {
  position: relative;
  top: 17px;
}

.aipress-body {
  margin-top: 20px;
  margin-bottom: 20px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/************ Rotates ****************/
.aipress-rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.aipress-btn {
  border: 0 !important;
  border-radius: 5px;
  height: 35px;
  cursor: pointer;
  text-transform: none !important;
  text-decoration: none !important;
}

.aipress-primary {
  background: #e16428 !important;
  color: #fff !important;
  font-weight: bold;
  border: 1px solid #fff !important;
}

.aipress-disabled {
  background: #fefefe !important;
  color: #ccc !important;
  font-weight: bold;
}
.aipress-secondary {
  background: #f6e9e9 !important;
  color: #2c3337 !important;
  font-weight: bold;
}
.aipress-secondary-reverse {
  background: #2c3337 !important;
  color: #f6e9e9 !important;
  font-weight: bold;
}

.aipress-third {
  background: #2c3337 !important;
  color: #f6e9e9 !important;
  font-weight: bold;
  border: 1px solid #f6e9e9 !important;
  text-transform: none !important;
  text-decoration: none !important;
}
.aipress-fourth {
  background: #da0037 !important;
  color: #f6e9e9 !important;
  font-weight: bold;
  border: 1px solid #f6e9e9 !important;
}

.aipress-fifth {
  background: #1d2327 !important;
  color: #f6e9e9 !important;
  font-weight: bold;
  border: 2px solid #f6e9e9 !important;
}
.aipress-sixth {
  background: #e16428 !important;
  color: #f6e9e9 !important;
  font-weight: bold;
  padding: 5px 10px !important;
  border: 0 !important;
}
.aipress-seventh {
  background: #0c4271 !important;
  color: #ffffff !important;
  font-weight: bold;
}

.aipress-input-active {
  background-color: #1d2327 !important;
  border: 3px solid #06fa2e !important;
  color: #06fa2e !important;
  font-weight: bold !important;
}

.ck-editor__editable {
  min-height: 1000px;
  color: #f6e9e9 !important;
  background: #2c3337 !important;
  border-radius: 10px;
}
.ck-editor__editable h1,
h2,
h3,
h4 {
  color: #f6e9e9 !important;
}
.ck-editor__editable:focus {
  outline: #e16428 !important;
  border: #e16428 !important;
}
.ck-editor__editable:active {
  outline: #e16428 !important;
  border: #e16428 !important;
}
.ck-editor__editor {
  color: #f6e9e9 !important;
  background: #1d2327 !important;
}
.ck-editor__editor h1,
h2,
h3,
h4 {
  color: #f6e9e9 !important;
}

.aipress-article {
  display: grid;
  margin-top: 30px;
  gap: 50px;
  grid-template-columns: 65% 35%;
}

.aipress-article-area {
  background-color: #1d2327;
  background-repeat: no-repeat;
  background-position: top 20px right;
  padding: 20px;
  min-height: 600px;
  width: 100%;
  border-radius: 10px;
}

.aipress-toggle.react-toggle--checked .react-toggle-track {
  background-color: #e16428;
}

.aipress-spinner {
  height: 100vh;
  width: 100%;
  position: relative;
}

.aipress-spinner .aipress-rotating {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.aipress-spinner .aipress-static {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.aipress-spinner .aipress-empty-message {
  font-size: 15px;
  font-family: "Orbitron", sans-serif;
  position: absolute;
  text-align: center;
  margin: auto !important;
  top: 50% !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
}

.aipress-headers {
  font-size: 20px;
  font-family: "Orbitron", sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  cursor: pointer;
  background: linear-gradient(to left, #2c3337, #1d2327, #1d2327, #2c3337);
}
.aipress-headers:hover {
  background: linear-gradient(to left, #2c3337, #e16428, #e16428, #2c3337);
}
.aipress-headers a {
  color: #f6e9e9 !important;
  font-size: 20px;
  text-decoration: none !important;
}

.aipress-dark-input {
  background: #1d2327 !important;
  color: #f6e9e9 !important;
  font-weight: bold;
  border: 0 !important;
  padding: 5px 10px !important;
}
.aipress-dark-input:active {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.aipress-dark-input:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.aipress-dark-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.aipress-dark-input2 {
  background: #2c3337 !important;
  color: #f6e9e9 !important;
  font-weight: bold;
  border: 0 !important;
  padding: 5px 10px !important;
}
.aipress-dark-input2:active {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.aipress-dark-input2:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.aipress-dark-input2::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.aipress-light-input {
  font-weight: bold;
  border: 0 !important;
  padding: 5px 10px !important;
}
.aipress-light-input:active {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.aipress-light-input:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.aipress-light-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.aipress-tabs {
  margin-bottom: 50px;
}

.aipress-tabs .aipress-tab {
  font-size: 15px;
  font-family: "arial", sans-serif;
  padding: 10px 20px;
  outline: 0 !important;
  text-decoration: none;
  color: #f6e9e9;
  border-top: 2px solid;
  border-right: 2px solid;
  border-left: 2px solid;
  border-color: #1d2327 !important;
  cursor: pointer;
}
.aipress-tab:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.aipress-tab:active {
  padding: 10px 20px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.aipress-tab-active {
  background: #1d2327;
  outline: none !important;
}
.aipress-footer-gap {
  min-height: 50px;
}
.aipress-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.aipress-footer-logo {
  position: absolute;
  right: 35px;
  bottom: 15px;
}
.aipress-footer-logo-link:active,
.aipress-footer-logo-link:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.aipress-area-message {
  background: url("../assets/bg.png") no-repeat;
  background-size: contain;
  font-family: "Orbitron", sans-serif;
  vertical-align: center;
  padding: 20px;
  text-align: center;
  position: relative;
}
.aipress-area-message-big {
  background: url("../assets/bg2.png") no-repeat;
  background-size: contain;
  font-family: "Orbitron", sans-serif;
  vertical-align: center;
  padding: 20px;
  text-align: center;
  position: relative;
}
.aipress-canvas-div {
  -webkit-box-shadow: 6px 5px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 5px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 6px 5px 5px 0 rgba(0, 0, 0, 0.75);
  position: relative;
  cursor: pointer;
}
.aipress-canvas-div-big{
  -webkit-box-shadow: 6px 5px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 5px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 6px 5px 5px 0 rgba(0, 0, 0, 0.75);
}
.aipress-canvas {
  width: 100%;
  height: 100%;
  display: inline-flex;
}
.aipress-canvas-selected {
  border: 4px solid #f0ad4e;
}

.aipress-featured-image {
  font-size: 18px;
  font-family: "Orbitron", sans-serif;
  background: #2c3337;
  padding: 20px;
  text-align: center;
  vertical-align: center !important;
}
.aipress-featured-image span {
  position: relative;
  margin: auto;
  top: 35%;
}

.aipress-typing-demo {
  animation: typing 2s steps(22), blink 0.5s step-end infinite alternate;
  overflow: hidden;
  border-right: 3px solid;
}

#aipress-editor  {
  height: 900px;
}
.aipress-wp-editor #tinymce.wp-editor{
  background: #2c3337;
}

@keyframes typing {
  from {
    width: 0;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}


@media only screen and (max-width: 800px) {
  .aipress-article {
    gap: 50px;
    grid-template-columns: 50% 50%;
  }
}

@media only screen and (max-width: 1125px) {
  .aipress-article {
    gap: 50px;
    grid-template-columns: 60% 40%;
  }
}
