/* ==============================================================================================================================
														[ * Dynamic Slider Editor ]
===============================================================================================================================*/
/*----------------------------- Editor Style -----------------------------*/
.tcg-dynamic-important-note {
  padding: 10px;
  background: #ffc107;
  color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.tcg-dynamic-editor {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  display: flex;
  background: rgba(0, 0, 0, 0.6901960784);
}
.tcg-dynamic-editor .tcg-add-dynamic-block {
  height: 50vh;
  margin: auto;
  background: #1a1c1e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tcg-dynamic-editor .tcg-add-dynamic-block .tcg-add-dynamic-title {
  margin-bottom: 40px;
  display: block;
  font-size: 36px;
  text-transform: capitalize;
}
.tcg-dynamic-editor .tcg-add-dynamic-block .tcg-add-dynamic-form {
  display: inline-flex;
  margin-inline-end: 10px;
}
.tcg-dynamic-editor .tcg-add-dynamic-block .tcg-add-dynamic-form #tcg-dynamic-name {
  width: 35vw;
  height: 45px;
  margin-inline-end: 10px;
  font-size: 15px;
  font-weight: 400;
  padding: 15px;
}
.tcg-dynamic-editor .tcg-add-dynamic-block .tcg-add-dynamic-form #add-tcg-dynamic-block {
  padding: 8px 50px;
  background: #0a875a;
  border: none;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  width: auto;
}
.tcg-dynamic-editor .editor-container {
  height: 90vh;
  width: 95%;
  margin: auto;
}
.tcg-dynamic-editor .editor-container .editor-controllers {
  background: #1a1c1e;
  height: 40px;
  display: flex;
  justify-content: end;
}
.tcg-dynamic-editor .editor-container .editor-controllers .close-tcg-dynamic-editor {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2901960784);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.tcg-dynamic-editor .editor-container .editor-view {
  width: 100%;
  height: calc(90vh - 40px);
}

/* ==============================================================================================================================
														[   The End   ]
===============================================================================================================================*//*# sourceMappingURL=style.css.map */