.error-msg {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f46a6a;
}
#parsley-error {
  border-color: #f46a6a;
}
/*form .row .add-delete-wrpr:first-child { margin-top: 25px; }*/
.field-btn-margin {
  margin-left: 10px;
}
.image-upload {
  position: relative;
  margin: 0px 0 10px;
  display: flex;
  width: 100%;
  min-height: 100px;
  background-color: #f9f9fb;
  border: 1px dashed darkgray;
  border-radius: 6px;
  box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.06);
}

.image-upload .img-upload {
  width: 100%;
  flex-shrink: 0;
  padding: 10px;
  border-radius: 8px;
  /* // max-width: 33.33%; */
  display: flex;
  align-items: center;
  position: absolute;
  /* // background-color: white; */
}
.image-upload .img-upload img {
  margin: 0 auto;
}

.image-upload .img-upload .remove-img {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  margin-left: auto;
  cursor: pointer;
}
.img-upload.video img {
  width: 50px;
  height: 50px;
}
.image-upload .form-control {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 100% !important;
  width: 100% !important;
}
.img-text {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 14px;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0.4;
}

.img-uploaded-btns {
  display: flex;
  gap: 20px;
}
.img-uploaded-btns .edit-btn {
  position: relative;
  color: #108a61 !important;
  background: #fff !important;
}
.img-uploaded-btns .edit-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.upload-image {
  display: flex;
  align-items: center;
}

.img-figure {
  margin-right: 19px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}
#sidebar-menu {
  overflow-y: auto;
  max-height: 100%;
}
#sidebar-menu ul li a.active {
  color: #fff !important;
}
a.manual-breadcrumb {
  font-size: 12px !important;
  color: #556ee6;
}
.inLoader {
  position: absolute;
  background-color: #f5f5fa;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  height: 48px;
}

.inLoader > div {
  position: relative;
}

.Loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5fa;
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #108a61;
  border-radius: 50%;
  animation: loading 1.5s cubic-bezier(0.7, -0.02, 0.36, 0.97) infinite;
  transform-origin: bottom center;
  position: relative;
}

@keyframes loading {
  0% {
    transform: translateY(0px);
    background-color: #108a61;
  }
  50% {
    transform: translateY(12px);
    background-color: rgba(#108a61, 0.4);
  }
  100% {
    transform: translateY(0px);
    background-color: #108a61;
  }
}

.inLoader.sm .circle {
  animation: loading-sm 1.5s cubic-bezier(0.7, -0.02, 0.36, 0.97) infinite;
  width: 5px;
  height: 5px;
}

.inLoader.field-loader {
  top: 26px;
  bottom: 28px;
  left: 1px;
  right: 2px;
}

.inLoader.field-loader > div {
  bottom: 6px;
}

@keyframes loading-sm {
  0% {
    transform: translateY(0px);
    background-color: #108a61;
  }
  50% {
    transform: translateY(8px);
    background-color: rgba(#108a61, 0.4);
  }
  100% {
    transform: translateY(0px);
    background-color: #108a61;
  }
}

.circle-1 {
  animation-delay: 0.1s;
}
.circle-2 {
  animation-delay: 0.2s;
}
.circle-3 {
  animation-delay: 0.3s;
}
.circle-4 {
  animation-delay: 0.4s;
}
.circle-5 {
  animation-delay: 0.5s;
}
.circle-6 {
  animation-delay: 0.6s;
}
.circle-7 {
  animation-delay: 0.7s;
}
.circle-8 {
  animation-delay: 0.8s;
}

.inLoader.sm .circle-1 {
  animation-delay: 0.1s;
}
.inLoader.sm .circle-2 {
  animation-delay: 0.2s;
}
.inLoader.sm .circle-3 {
  animation-delay: 0.3s;
}
.inLoader.sm .circle-4 {
  animation-delay: 0.4s;
}
.inLoader.sm .circle-5 {
  animation-delay: 0.5s;
}
.inLoader.sm .circle-6 {
  animation-delay: 0.6s;
}
.inLoader.sm .circle-7 {
  animation-delay: 0.7s;
}
.inLoader.sm .circle-8 {
  animation-delay: 0.8s;
}

.text-success-info {
  color: #18805b;
  margin: 5px 0 0 0;
}
.empty-record-msg {
  text-align: center;
  padding: 40px 0 0 0 !important;
}

.map-filter-wrpr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 12px;
}
.map-input-wrpr {
  width: 50%;
}
.map-input-wrpr .form-label {
  display: block;
}
.panel-margin-bottom {
  margin: 0 0 20px;
}
.w-30 {
  width: 30px;
}
.w-40 {
  width: 40px;
}
.w-50 {
  width: 50px;
}
.w-60 {
  width: 60px;
}
.w-70 {
  width: 70px;
}
.w-80 {
  width: 80px;
}
.w-90 {
  width: 90px;
}
.w-100 {
  width: 100px;
}
.w-120 {
  width: 120px;
}
.w-140 {
  width: 140px;
}
.main-title {
  font-weight: 800;
  color: green;
}
.text-danger {
  color: #34c38f !important;
}
.permision-block {
  border-bottom: 1px dashed #f1f1f1;
  margin: 0 auto 20px;
  padding-bottom: 20px;
}
.react-tel-input .form-control {
  width: inherit !important;
}

.order-details-block-ui {
  padding: 0px;
}
.order-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 17px;
}
.customer-info .order-full-info ul li label {
  width: 80px;
  vertical-align: top;
}
.customer-info .order-full-info ul li p {
  width: calc(100% - 100px);
  vertical-align: top;
}
.order-heading-ui {
  border-radius: 4px 4px 0 0;
  background-color: #dee6f1;
  min-height: 36px;
}
.order-heading-ui h4 {
  color: #0c1f36;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 6px 26px;
}
.content-detail {
  display: inline-block;
  width: 100%;
  background: #f0f5fc;
  border-radius: 0 0 4px 4px;
}
.order-id-ui {
  background-color: #f0f5fc;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.order-id-ui ul {
  padding: 18px 26px;
  display: inline-block;
  width: 100%;
}

.order-id-ui ul li {
  display: inline-block;
  width: 22%;
  vertical-align: top;
  margin-bottom: 0;
}
.order-info p {
  opacity: 1;
}
.order-id-ui ul li label {
  color: #6d7986;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
}
.order-id-ui ul li p {
  color: #0c1f36;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  opacity: 1;
}
.order-full-info {
  padding: 26px;
}
.order-full-info ul li {
  display: inline-block;
  width: 49%;
  margin-bottom: 12px;
}
.order-full-info ul li label {
  color: #6d7986;
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
  width: 140px;
}
.order-full-info ul li p {
  color: #0c1f36;
  font-size: 14px;
  margin: 0;
  width: calc(100% - 150px);
  display: inline-block;
  font-weight: 500;
  opacity: 1;
  padding-left: 15px;
  word-break: break-all;
}
.order-items-info ul {
  padding: 26px 26px 0;
}
.order-items-info li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.padding-zero {
  padding: 0px;
}

.account-pages .input-group #password-addon {
  position: absolute;
  right: 0px;
  border-radius: 0;
  z-index: 9;
}

.break-spaces {
  white-space: break-spaces;
}

.staffAdd {
  height: 100vh;
}
.staffAdd .container-fluid {
  height: 100%;
}

.tex-input {
  height: 110px;
}

.image-uploder {
  margin-top: 29px;
}

.selectFieldss {
  min-height: 42px;
}

.mb-3 li {
  background: #eee;
  padding: 10px;
  list-style-type: none;
}
.cta-attribute {
  background: #eee;
  padding: 10px 10px;
  border-radius: 10px;
  margin: 0 10px 0 0;
}

.solution-btn-wrpr {
  margin-bottom: 20px;
  padding: 20px 0;
}
.solution-btn-wrpr .main-btn {
  padding: 20px 60px;
  height: auto;
  min-height: unset;
  color: rgb(255, 255, 255);
  background-color: rgb(145, 19, 59);
}
.main-btn {
  border-radius: 12px;
  border: 1px solid #91133b;
  background: #91133b;
  background-color: rgb(145, 19, 59);
  padding: 20px;
  max-width: 500px;
  width: 100%;
  height: 14vh;
  max-height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  margin-bottom: 24px;
  min-height: 100px;
}

.edit-response-video .que-option-value {
  border: 1px solid #eee;
  padding: 10px 10px 15px 10px;
  border-radius: 5px;
  margin-bottom: 14px;
  box-shadow: inset 0px 1px 2px #ebf0f8;
  gap: 15px;
  align-content: center;
}

.cta-option {
  max-width: 250px;
}
.funnel-graph {
  max-width: 600px;
  margin: auto;
}

.bg-graph {
  background: #fff;
}
.highcharts-credits {
  display: none;
}
.calender-block {
  display: flex;
  gap: 15px;
}
.calender-block label {
  width: auto !important;
  font-weight: 600 !important;
  color: #000 !important;
  font-size: 15px !important;
  margin: 0px !important;
}
.calender-block input {
  padding: 14px 25px;
  border-radius: 9px;
  border: 1px solid #cacaca;
  text-align: center;
  outline: none;
  font-size: 14px !important;
  line-height: 1;
}

.cr-cards-block {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.cr-card {
  width: 170px;
  height: 170px;
  border-radius: 100%;
  background: #91133b;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  gap: 15px;
}
.cr-card-header {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.cr-content-data {
  text-align: center;
  color: #fff;
}
.cr-content-data p {
  font-size: 15px;
  font-weight: 600;
}
.cr-counts {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cr-counts span {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
}

.avatar-title {
  background-color: #91133b !important;
  color: #fff;
}
.avatar-title .font-size-24 {
  font-size: 40px !important;
}

.cs-tabs-row {
  margin-bottom: 30px;
}

.inner-content-ui {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.navbar-header .dropdown .show.header-item {
  background-color: #fff !important;
}
.styles-module_info__BWdHW {
  background-color: #ff9494 !important;
}
.question-setting {
  border: 1px dashed rgb(229, 229, 229);
  border-radius: 10px;
  padding: 30px 25px;
  margin: 0 0 10px 0;
}
.more-chk {
  top: -20px;
}

.custom-ui {
  background: white;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 45px;
  align-items: center;
  max-width: 520px;
}

.custom-ui h1 {
  margin-bottom: 20px;
}

.custom-ui button {
  margin: 0 10px;
  padding: 10px 20px;
  border: none;
  background-color: #dc3545;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}
.confirm-msg {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.confirm-msg p {
  font-size: 18px;
  text-align: left;
  line-height: 1.2;
}
.custom-ui button:first-of-type {
  background-color: #fff;
  color: #dc3545;
  border: 1px solid #dc3545;
}

.custom-ui button:hover {
  opacity: 0.9;
}
.confirm-action {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 10px;
}
.confirm-action button {
  margin: 0;
}

#sidebar-menu ul li a.active {
  background: #545a6c;
}
.form-group .color-box {
  height: 60px;
  width: 70px;
  padding: 4px;
  border-radius: 10px;
}

.mb-3 .ck li {
  list-style-type: inherit !important;
  padding: 5px !important;
  background: none !important;
}
.ck-editor__main .ck.ck-editor__editable_inline {
  padding: 10px !important;
}

.custm_select__indicator.custm_select__clear-indicator {
  display: none;
}
.custm_select__indicator-separator {
  display: none;
}
.upload-answer-icon {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
