/* style */
.umw-col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}
.umw-col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.umw-border-radius-right-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.umw-border-radius-left-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.umw-col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.umw-col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}
.justify-content-space-between {
  justify-content: space-between;
}
.umw-col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.umw-col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.umw-mt-3 {
  margin-top: 1rem;
}
.umw-mb-3 {
  margin-bottom: 1rem;
}
.card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 20px;
  /* background: linear-gradient(120deg, #fbefef, #f3bfc4); */

  backdrop-filter: blur(10px);
}

.card .card-title {
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .umw-col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .umw-col-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .umw-col-7 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.bg-dark {
  background-color: #343a40 !important;
  color: #ffffff !important;
}
.text-editor {
  background: black;
  color: #21b521;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 400px;
}
label {
  margin-bottom: 5px;
  display: block !important;
}
.variable-input {
  width: 100%;
}
