html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Littera Text';
}

header {
  position: sticky;
  border: 2px solid red;
  background-color: #fff;
  padding: 4px;
  top: 0;
  z-index: 10;
}
.wrapper {
  padding: 10px;
  min-height: 96vh;
}
.elements-area {
  max-width: 800px;
  min-height: 80vh;
  padding-top: 2rem !important;
}
*:focus-visible {
  outline: none;
}
.form-title-input {
  font-size: 36px;
  font-weight: bold;
  border: none;
  background-color: transparent;
  width: 100%;
}
.stage-title-input {
  border: none;
  background-color: #fff;
  position: relative;
  left: 50%;
  top: -25px;
  text-align: center;
  width: 150px;
}
.stage {
  border-top: 1px solid #eee;
  border-left: 1px solid rgb(97, 168, 240);
  padding: 10px;
  margin: 10px;
}
.group-title-input {
  border: none;
  background-color: #fff;
  position: relative;
  left: 50%;
  top: -25px;
  text-align: center;
  width: 150px;
}
.group {
  border-top: 1px solid #eee;
  border-left: 1px solid rgb(40, 222, 52);
  padding: 10px;
  margin: 10px;
  flex-grow: 1;
}

.field {
  border-left: 2px solid #ddddde;
  padding: 10px;
  margin-left: 10px;
  flex-grow: 1;
  position: relative;
  transition: 0.2s ease-in-out;
}
.field-preview {
  padding: 10px;
  margin-left: 10px;
  flex-grow: 1;
}
.field:hover {
  border-left: 5px solid #78c6bda9;
  margin-left: 6px;
  transition: 0.2s ease-in-out;
}
.field.active {
  border-left: 5px solid #78C6BD;
  margin-left: 6px;
}
.default-label {
  font-weight: bold;
}
.field-label-input {
  border: none;
  background-color: #fff;
  width: 100%;
  /* height: 34px; */
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: bold;
  margin-bottom: 5px;
}
.text-label-input {
  border: none;
  background-color: #fff;
  width: 100%;
  /* height: 34px; */
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: bold;
  margin-bottom: 5px;
}
.requierd-span {
  color: red;
  font-size: 20px;
  cursor: pointer;
}
.field-value-input {
  padding-right: 40px;
}
.field-option-item {
  position: relative;
  padding: 4px 0;
}
.icons {
  text-align: right;
  width: 20px;
  padding: 0;
}
.icons > span {
  cursor: pointer;
}
.icons > span.move {
  cursor: move;
}
.icons > span {
  visibility: collapse;
}
.field-container:hover > .icons > span {
  visibility: visible;
}
.stage-container:hover > .icons > span {
  visibility: visible;
}
.group-container:hover > .icons > span {
  visibility: visible;
}
.add-first-item:hover > .icons > span {
  visibility: visible;
}
.draging {
  border: 2px solid #aaa;
  border-style: dotted;
}
.has-over {
  border-bottom: 2px solid #5ffd59;
}
.has-over-top{
  
  position: relative;
}
.has-over-top::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 0.5rem;
  border-top: 4px solid #3aa59c !important;
  z-index: 1;
  pointer-events: none;
}
.has-over-bottom{
  position: relative;
}
.has-over-bottom::after{
  padding-top: 0.5rem;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 4px solid #3aa59c !important;
  z-index: 1;
  pointer-events: none;
}

.float-left {
  float: left;
}
.float-right {
  float: right !important;
}
.form-switch {
  padding-left: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.field-menu {
  min-width: 250px;
}

.right-sidebar-settings {
  position: fixed;
  right: -500px;
  top: 65px;
  height: 100%;
  padding-bottom: 50px;
  width: 500px;
  /* border-left: 1px solid #5ffd59; */
  box-shadow: 0 72px 45px 13px #00000014;
  transition: right 0.2s;
  overflow-y: auto;
  background: white;
  z-index: 10;
}
.left-sidebar-settings {
  position: fixed;
  left: -500px;
  top: 67px;
  height: 100%;
  padding-bottom: 50px;
  width: 500px;
  /* border-right: 1px solid #54a6e9; */
  transition: left 0.2s;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 72px 45px 13px #00000014;
}
.side-bar-heading-custom {
  position: relative;
}
.close-sidebar-btn {
  position: absolute;
  right: 5px;
  top: 5px;
}
.new_involvement_btn {
  margin: 5px 10px;
  cursor: pointer;
}
.position_relative {
  position: relative;
}
.inv_control_btns {
  position: absolute;
  right: 5px;
  top: 0px;
}
.inv_control_btns a {
  color: #000;
  margin: 5px;
}
.bordered {
  border: 1px solid;
  padding: 4px;
}
td.active {
  border-left: 5px solid #5ffd59;
}
.accordion-item.active {
  border-left: 5px solid #5ffd59;
}
.type_settings_style {
  text-transform: capitalize;
  font-weight: bold;
}
.input-type-icon {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.bot5 {
  bottom: 5px;
}
.hidden-block {
  opacity: 0.3;
}
.permanent-hidden {
  position: relative;
}
.permanent-hidden::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(196, 55, 55,0.5);
  opacity: 0.2;
  z-index: 1;
  border-radius: 5px;
  pointer-events: none;
}

.input-blocks-pickup-section {
  border-right: 1px solid #aaa;
  max-height: 500px;
  overflow-y: auto;
}
.input-blocks-pickup-section .element {
  cursor: pointer;
  padding: 5px;
  margin: 5px;
}
.input-blocks-pickup-section .element:hover {
  background-color: #efefef;
}

.fa-solid:hover {
  color: #777;
}

.input-container {
  position: relative;
}
.pointer {
  cursor: pointer;
}

.preview-form-back-btn {
  text-decoration: none;
  color: #444;
  font-weight: bold;
  width: fit-content;
}
.preview-form-back-btn:hover {
  color: #444;
  text-decoration: underline;
}
.preview-error {
  color: red;
}
.accordion-body {
  padding: 0;
}
.condition_modify_actions {
  margin: 5px;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
}
.plain-actions a {
  text-decoration: none;
  color: #000;
}
.iti__flag {
  background-image: url("../images/flags.png");
}
.tb-h1 {
  font-size: 34px;
  font-weight: bold;
}
.tb-h2 {
  font-size: 32px;
  font-weight: bold;
}
.tb-h3 {
  font-size: 26px;
  font-weight: bold;
}
.tb-title {
  font-size: 46px;
  font-weight: bold;
}

.answers .label {
  display: inline-block;
  width: 50%;
  font-weight: bold;
}
.answers .label-answer {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.answers .change-link {
  display: inline-block;
  width: 15%;
}
.answer-row {
  margin-bottom: 15px;
}

.ui-select-focusser {
  display: none;
}

.vmp-select input {
  display: none !important;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  width: 100%;
}

.select-field-remote {
  position: relative;
}
.select-field-remote .spinner-border {
  position: absolute;
  z-index: 10;
  right: 32px;
  width: 20px !important;
  height: 20px;
  top: 5px;
}

.custom-alert {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: auto;
  max-width: fit-content;
  z-index: 1050;
}
.highlight-text {
  color: #72C4BA; /* Change this to the color you want */
}



.progress-container{
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.progress-wrap{
  max-width: 150px ;
  width: 100%;
  min-width: 50px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.progress-wrap p{
  color: #9c9c9c;
  font-size: 14px;
}
.progress-wrap input{
  color: #9c9c9c;
  font-size: 14px;
  width: inherit;
  transition: 0.3s ease-in-out;
  padding-inline: 6px;
  border-radius: 5px;

}

.progress-wrap:hover input{
  cursor: text;
  background: #f5f6f8;
  border: 1px solid #dddcdf;
  transition: 0.2s ease-in-out;
}

.progress-wrap input:focus{
  cursor: text;
  background: #f5f6f8;
  border: 1px solid #dddcdf;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}

.progress-fill{
  background: #dcdcdc;
  height: 6px;
  border-radius: 1px;
  
}

.progress-wrap.active .progress-fill{
  background: #68bb55;
}

.input-fill{
  color: #9c9c9c;
  font-size: 14px;
  width: inherit;
  transition: 0.3s ease-in-out;
  padding-inline: 6px;
  border-radius: 5px;

}

.input-fill:hover {
  cursor: text;
  background: #f5f6f8;
  border: 1px solid #dddcdf;
  transition: 0.2s ease-in-out;
}

.input-fill:focus{
  cursor: text;
  background: #f5f6f8;
  border: 1px solid #dddcdf;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}

.pages-dropdown{
  top: 8%;
  position: absolute;
  background: #fff;
  box-shadow: 1px 4px 5px #0000002e;
  border-radius: 6px;
  z-index: 1100;
}

.pages-dropdown .dropdown-item{
  /* color: #A29CAC; */
  font-size: 13px;
  cursor: pointer;
  
position: relative;
}

.dots{
  margin-top: 1.5rem;
  margin-inline: 0.5rem;
  color: #DCDCDC;
  cursor: pointer;
}

.backdrop{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: #0000008c; */
  z-index: 1000;
}


.custom-scroll::-webkit-scrollbar {
  width: 5px !important;
  height: 5px;
  transition: 0.2s ease-in-out;
}

.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #249b91;
}

.custom-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #249b9120;
  border-radius: 10px;
}

:root {
  --highlight-company-subnav-color: #34bfaf;
  --location-primary-color: #34bfaf;
  --portal-primary-btn-color: #72c4ba;
  --portal-primary-btn-text-color: #fff;
  --portal-section-heading-color: #72c4ba;
}


.primary-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #4f958d;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--portal-primary-btn-color) !important;
  color: var(--portal-primary-btn-text-color) !important;
  transition: 0.2s ease-in-out !important;
}
.primary-btn svg path {
  stroke: var(--portal-primary-btn-text-color) !important;
  transition: 0.2s ease-in-out !important;
}

.primary-btn:not(:disabled):hover {
  /* background: white !important; */
  opacity: 0.7 !important;
  transition: 0.2s ease-in-out !important;
}
.primary-btn:not(:disabled):hover svg path {
  stroke: var(--portal-primary-btn-color) !important;
  transition: 0.2s ease-in-out !important;
}

.primary-btn:disabled{
  opacity: 0.5;
}
.btn-info,
.btn-outline-cirlce {
  background-color: var(--portal-primary-btn-color) !important;
  color: var(--portal-primary-btn-text-color) !important;
}

.btn-info svg path,
.btn-outline-cirlce svg path {
  stroke: var(--portal-primary-btn-text-color) !important;
}

.btn-info:hover,
.btn-outline-cirlce:hover {
  background-color: white !important;
  color: var(--portal-primary-btn-color) !important;
  opacity: 1 !important;
  transition: 0.2s ease-in-out !important;
}

.btn-info:hover svg path,
.btn-outline-cirlce:hover svg path {
  stroke: var(--portal-primary-btn-color) !important;
  transition: 0.2s ease-in-out !important;
}

.primary-btn2 {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #4f958d;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #6bc1b7;
  color: white;
  transition: 0.2s ease-in-out !important;
}
.primary-btn2 svg path {
  stroke: #ffffff !important;
  transition: 0.2s ease-in-out !important;
}

.primary-btn2:hover {
  background: white;
  color: #6bc1b7;
  opacity: 1 !important;
  transition: 0.2s ease-in-out !important;
}
.primary-btn2:hover svg path {
  stroke: #6bc1b7 !important;
  transition: 0.2s ease-in-out !important;
}

.outline-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid var(--portal-primary-btn-color);
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--portal-primary-btn-color) !important;
  transition: 0.2s ease-in-out !important;
}
.outline-btn svg path {
  stroke: var(--portal-primary-btn-color) !important;
  transition: 0.2s ease-in-out !important;
}

.outline-btn:hover {
  background: var(--portal-primary-btn-color);
  color: var(--portal-primary-btn-text-color) !important;
  opacity: 1 !important;
  transition: 0.2s ease-in-out !important;
}
.outline-btn:hover svg path {
  stroke: var(--portal-primary-btn-text-color) !important;
  transition: 0.2s ease-in-out !important;
}

.light-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--portal-primary-btn-color) !important;
  border: 2px solid transparent;
  transition: 0.2s ease-in-out !important;
}
.light-btn svg path {
  stroke: var(--portal-primary-btn-color) !important;
  transition: 0.2s ease-in-out !important;
}

.light-btn:hover {
  background: var(--portal-primary-btn-color);
  color: var(--portal-primary-btn-text-color) !important;
  opacity: 1 !important;
  transition: 0.2s ease-in-out !important;
}
.light-btn:hover svg path {
  stroke: var(--portal-primary-btn-text-color) !important;
  transition: 0.2s ease-in-out !important;
}

.icon-del-wrap{
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  height: 100%;
  transition: 0.2s ease-in-out;
}

.field-option-item:hover .icon-del-wrap {
  opacity: 1;
  width: 71px;
  right: -53px;
  transition: 0.2s ease-in-out;
}

.elements-area{
  background: white;
    border-radius: 5px;
    box-shadow: 3px 8px 24px 1px #00000012;
  /* max-height: 85vh; */
  overflow-y: hidden;
}

.neo {
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 320px;
  padding: 16px;
  background-color: #ebecf0;
  text-shadow: 1px 1px 0 #fff;
  width: fit-content;
}

.neo {
  margin-right: 8px;
  box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}
.neo:focus {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}

/* Accordion Header */
.accordion-button {
  background-color: #FFFFFF; /* Background color */
  color: #000; /* Text color */
  border: 1px solid rgba(0,0,0,.125); /* Border color */
  box-shadow: none !important;
}

/* Accordion Header on Hover */
.accordion-button:hover {
  background-color: #72c4bb94; /* Darker background on hover */
  color: #ffffff;
}

/* Accordion Header Active State */
.accordion-button:not(.collapsed) {
  background-color: #72c4bbc1; /* Active background color */
  color: #ffffff; /* Active text color */
  border-color: #72c4bb94; /* Active border color */
  box-shadow: none !important;
}

/* Accordion Body */
.accordion-collapse {
  background-color: #f8f9fa; /* Background color of the content */
}

.accordion-body {
  color: #333333; /* Text color of the content */
}

/* Accordion Border */
.accordion-item {
  border: 1px solid rgba(0,0,0,.125); /* Border color around each item */
}

/* =========== Form Responsive =========== */
.progress-container{
  width: 80%;
}

@media screen and (max-width: 577px) {
  .fixed--header{
    padding-inline: 0.5rem;
  }
  .pages-dropdown{
    right: 5px;
    background: white;
  }
  .progress-container{
    width: 100%;
  }
  .progress-container input{
    font-size: 12px;
  }
  .form-title-input{
    text-align: center;
  }
  .elements-area{
    padding-top: 10px !important;
  }
  .field-preview{
    margin-left: 0px !important;
  }
  .wrapper{
    min-height: 100vh;
  }
  .elements-area{
    max-height: 100%;
    min-height: 100%;
  }
}

/* From Uiverse.io by vinodjangid07 */ 
.cookies-card {
  min-width: 280px;
  max-width: 450px;
  height: fit-content;
  background-color: rgb(255, 250, 250);
  border-radius: 10px;
  border: 1px solid rgb(206, 206, 206);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  gap: 15px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.066);
}

.cookie-heading {
  color: rgb(34, 34, 34);
  font-weight: 800;
}
.cookie-para {
  font-size: 11px;
  font-weight: 400;
  color: rgb(51, 51, 51);
}
.button-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cookie-button {
  width: 50%;
  padding: 8px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.accept {
  background-color: rgb(34, 34, 34);
  color: white;
}
.reject {
  background-color: #ececec;
  color: rgb(34, 34, 34);
}
.accept:hover {
  background-color: rgb(0, 0, 0);
}
.reject:hover {
  background-color: #ddd;
}
.exit-button {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.exit-button:hover {
  background-color: #ddd;
  color: white;
}
.svgIconCross {
  height: 10px;
}

.page-over .col-lg-11.stage{
  background: rgba(0, 0, 0, 0.125);
}

.nhs-icon{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 18px;
  top: -10px;
  cursor: pointer;
  z-index: 10;
}
.modal-backdrop{
  z-index: 1;
}

.text-parse *{
  margin: 0 !important;
}

#logout-warning {
  /* display: none; */
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffcccb;
  padding: 20px;
  border: 1px solid #f00;
  color: #000;
}

.new-table {
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0px !important;
}

.new-table th,
.new-table td {
  border: none;
}

.new-table thead th {
  background: #efefef !important;
  border-top: none !important;
  border-bottom: 1px solid #d5d5d5 !important;
  font-weight: 500 !important;
  padding-top: 0.5rem !important;
  border-top: 1px solid #d5d5d5 !important;
  color: #48494e !important;
}

.new-table thead th:first-child {
  border-top-left-radius: 10px !important;
  border-left: 1px solid #d5d5d5 !important;
  padding-left: 1rem;
}
.new-table thead th:last-child {
  border-top-right-radius: 10px !important;
  border-right: 1px solid #d5d5d5 !important;
}

.new-table tbody tr td {
  padding: 0.5rem !important;
  border: none !important;
  background: #fefefe !important;
  border-bottom: 1px solid #d5d5d5 !important;
}
.new-table tbody tr td:first-child {
  border-left: 1px solid #d5d5d5 !important;
  padding-inline: 15px !important;
}
.new-table tbody tr td:last-child {
  border-right: 1px solid #d5d5d5 !important;
}
.new-table {
  border-radius: 10px !important;
}

.new-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.new-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.actions-wrap {
  display: flex;
  position: absolute;
  left: 80%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  width: 250px;
  padding-left: 3rem;
  height: 5%;
  transition-delay: 0.1s;
  gap: 0.3rem;
}
.new-table tbody tr:hover .actions-wrap {
  display: flex;
  opacity: 1;
  left: 82%;
  transition: 0.4s ease-in-out;
}

.new-table-no-event {
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0px !important;
}

.new-table-no-event th,
.new-table-no-event td {
  border: none;
}

.new-table-no-event thead th {
  background: #efefef !important;
  border-top: none !important;
  border-bottom: 1px solid #d5d5d5 !important;
  font-weight: 500 !important;
  padding-top: 0.5rem !important;
  border-top: 1px solid #d5d5d5 !important;
  color: #48494e !important;
}

.new-table-no-event thead th:first-child {
  border-top-left-radius: 10px !important;
  border-left: 1px solid #d5d5d5 !important;
  padding-left: 1rem;
}
.new-table-no-event thead th:last-child {
  border-top-right-radius: 10px !important;
  border-right: 1px solid #d5d5d5 !important;
}

.new-table-no-event tbody tr td {
  padding-top: 1.5rem !important;
  border: none !important;
  background: #fefefe !important;
  border-bottom: 1px solid #d5d5d5 !important;
}
.new-table-no-event tbody tr td:first-child {
  border-left: 1px solid #d5d5d5 !important;
  padding-left: 15px !important;
}
.new-table-no-event tbody tr td:last-child {
  border-right: 1px solid #d5d5d5 !important;
}
.new-table-no-event {
  border-radius: 10px !important;
}

.new-table-no-event tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.new-table-no-event tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: #94D2CC;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  outline: 0 none;
}

.form-control::placeholder{
  /* color: #444 !important; */
}

.cookie-para.new {
  font-size: 16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
}

.cookie-para.new * {
  margin-bottom: 0;
}

.modal-content{
  z-index: 99 !important;
}


.form-builder .stage{
  border-radius: .25rem ;
  border:  2px solid transparent;
  border-top: 2px solid #ddddde;
  padding-inline: 20px;
  padding-bottom: 20px;
}

.form-builder .stage:hover:not(:has(.field-wrapper:hover)){
  background: #d3ebe9;
  border:  2px solid #50afa7;
}
.form-builder .stage-title-input {
  color: #888;
  font-size: 18px;
  padding-right: 3px;
  transform: translateX(-50%);
  background: transparent !important;
  border-radius: .25rem;
  border:  2px solid transparent;
  background: white !important;
}

.form-builder .stage:hover .stage-title-input{
  border:  2px solid rgb(248,249,250);
  background: white !important;
}

.form-builder .group-title-input{
  color: #888;
  font-size: 18px;
  padding-right: 3px;
  transform: translateX(-50%);
  background: transparent !important;
  border-radius: .25rem;
  background: white !important;
}

.form-builder .group:hover .group-title-input{
  border:  2px solid rgb(248,249,250);
  background: white !important;
}

.form-builder .field-wrapper{
  background: white;
  border: 2px solid transparent;
  border-radius: .25rem;
  margin-block: 1rem;
}

.form-builder .field-wrapper:hover{
  border:  2px solid #bde1de;
}

.form-builder .field-label-input{
  border-radius: .25rem;
  border: 2px solid transparent;
  color: #636262;
  font-size: 18px;
  padding: 5px;
}
.form-builder .field-label-input:hover{
  border:2px solid #ddddde;
}

.required-span{
  background: #F3F3F3;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  padding-top: 3px;
  color: #656464;
  cursor: pointer;
}

.form-builder .group{
  border-top: 2px solid #ddddde;
  border-top-left-radius: .25rem;
  border-left: 2px solid #ddddde;
  padding-inline: 1rem;
}

.form-builder .group-container.field-wrapper{
  padding-top: 1rem;
}

.page-wrapper .field-wrapper:first-child { margin-top: 0 !important; }

.draging{
  border: none;
  opacity: 0.5;
}

.section-over{
  background: #3aa59c46;
}

.form-builder .wrapper i{
  color: #909090;
}
.draggable-item {
  padding: 10px;
  margin: 5px;
  background: #f4f4f4;
  cursor: pointer;
  border: 1px solid #ccc;
}

#drag-preview {
  z-index: 1000;
  opacity: 0.8;
}

.task-row{
  cursor: pointer;
  padding-block: 1rem;
  transition: 0.2s ease-in-out;
  border-bottom: 1px solid #ddddde;
}

.row hr{
  margin: 0 !important;
}


.task-row:hover{
  background: #3aa59c8c;
  transition: 0.2s ease-in-out; 
  color: #fff;
}

.task-row:hover div:nth-child(2){
  text-decoration: underline;
  color: #fff !important;
  transition: 0.2s ease-in-out;
}
.task-row:hover div:nth-child(2) *{
  color: #fff !important;
  transition: 0.2s ease-in-out;
}

.task-row .edit-btn{
  border: 2px solid #000;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #72C4BA;
  background: transparent;
  margin-left: auto !important ;
}

.task-row:hover .edit-btn{
  color: #fff;
}

.new-action-btn{
  background: none;
  border: none;
  color: #909090;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.new-action-btn:hover{
  color: rgba(114, 196, 186,1) !important;
  background: rgba(114, 196, 186,0.3) !important;

}
.new-action-btn:hover i{
  color: rgba(114, 196, 186,1) !important;
}

.new-action-btn.del:hover{
  color:  #e60a3e !important;
  background: rgba(230, 10, 62,0.1) !important;
}
.new-action-btn.del:hover i{
  color:  #e60a3e !important;
}

.elements-area .new-action-btn{
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.new-action-btn.with-text{
  width: unset;
  height: unset;
  background: none !important;
  color: inherit;
}
.new-action-btn.with-text:hover i{
  color: rgba(114, 196, 186,1) !important;
  background: rgba(114, 196, 186,0.3) !important;
}

.option-drag-over{
  opacity: 0.6;
  background: rgba(114, 196, 186,0.3) !important;
}
.new-table tbody tr.option-drag-over td{
  background: rgba(114, 196, 186,0.3) !important;
}

.options-wrap .move{
  opacity: 0;
}
.options-wrap:hover .move{
  opacity: 1;
}

.pac-container{
  z-index: 20;
}

#logicModal{
  z-index: 20;
}

.section-title{
  background: #F5EAFF;
  border-radius: 1rem;
  padding-inline: 0.5rem;
  font-size: 20px;
  color: #473869;
  width: fit-content;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.section-title:hover{
  scale: 1.01;
  transition: 0.2s ease-in-out;
}

.section-title input{
  border: none;
  background: none;
  color: #473869;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  cursor: text;
}
.section-title input:focus{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.completed-status.com{
  display: flex;
  align-items: center;
  gap: 5px;
  color: #249b91;
}

.completed-status.click{
  color: #72C4BA !important;
  text-decoration: underline;
}

.fixed--header{
  position: sticky;
  top: 57px;
  z-index: 88;
  transition: 0.2s ease-in-out;
}

.fixed--header.shadow-new header{
  box-shadow: none;
}

.shadow-new{
  box-shadow: 0 4px 10px -4px rgba(18, 34, 27, 0.19);
  background: white !important;
  transition: 0.2s ease-in-out;
  padding-top: 5px !important;
}
.shadow-new .progress-container{
  padding-top: 7px !important;
}

.priority-val,.priority-val svg path{
  stroke: #000 !important;
  color: #000 !important;
  font-size: 20px;
  margin: 0 !important;
  line-height: 1.2;
}

.accordion-content-new {
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 5px;
}
.description-text{
  margin-bottom: 0.2rem;
}
.description-text *{
  margin:0;
}

.new-table tbody tr.option_cat td{
  padding: 0 !important;
  padding-block:5px !important;
  transition: 0.3s ease-in-out;
  border-bottom: none !important;
  cursor: pointer;
}
.option_cat td:hover{
  padding-block: 10px !important ;
  background: #72C4BA !important;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.category-opt{
  background: #ebeefd;
  border: none;
  font-weight: 600;
}

.form-check:has(.category-opt-label){
  padding: 0 !important;
}
.category-opt-label{
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}

.pac-container .custom-options .pac-item{
  font-weight: bold !important;
}

.form-hover{
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}
.form-hover:hover{
  background: #249b9133;
  padding-inline: 5px;
}

.highlight{
  position: relative;
}

.highlight::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #94D2CC !important;
  opacity: 0.3;
  z-index: 10;
  border-radius: 5px;
}

@media screen and (max-width: 491px) {
  .form-title{
    font-size: 14px;
    max-width: 200px;
  }
}
.description-text{
  display: flow-root;
}
.description-text img{
  margin-block: 10px !important;
}

.description-text.responsive-img img{
  width: 100%;
  height: auto;
}

.select-2-wrapper .select2-container{
  width: 100% !important;
}

.thankyou-page-wrapper{
  max-width: 500px;
}

.file-upload-field {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}

.upload-btn {
  display: inline-block;
  background: #4285f4;
  color: white;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px;
}

.upload-btn:hover {
  background: #3367d6;
}

.file-input {
  display: none;
}

.progress-container {
  height: 10px;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin: 5px 0;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #4caf50;
  width: 0%;
  transition: width 0.2s;
}

.uploads-list, .files-list {
  margin: 15px 0;
}

.upload-item, .file-item {
  padding: 8px;
  margin: 5px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
}

.delete-btn {
  background: #f44336;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
}

.delete-btn:hover {
  background: #d32f2f;
}

.error {
  color: #f44336;
}

.success {
  color: #4caf50;
}

.upload-status {
  margin-left: 10px;
  font-size: 0.8em;
}

.field-value {
  margin-top: 10px;
  font-size: 0.9em;
  word-break: break-all;
  background-color: #eee;
  padding: 5px;
  border-radius: 4px;
}

.rating_item {
  cursor: pointer;
  position: relative;
  background: #fff;
  border-radius: 100px;
  white-space: nowrap;
  padding: 4px 20px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 48px;
  text-align: center;
  border: 0 solid rgba(0, 0, 0, 0);
  color: #161616;
  fill: #161616;
  font-size: 16px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), inset 0 0 0 0 #fff;
  transition: all 0.2s ease-in-out;
}

.rating_item input[type="radio"] {
  display: none;
}

.rating_item:hover {
  background-color: #f0f0f0;
  transform: scale(0.98);
}

.rating_item.selected {
  background-color: #19b394;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 0 0 0 #19b394;
  transform: scale(1.1);
}

.rating_item.selected:hover {
  background-color: #19b394;
  color: #fff;
  opacity: 0.9;
}

/* 🔷 STAR-specific overrides */
.rating_item.stars {
  background: none;
  box-shadow: none;
  font-size: 30px;
  color: #d6d6d6 !important;
  padding-inline: 0;
  transition: all 0.2s ease-in-out;
}

.rating_item.stars.selected {
  background: none;
  box-shadow: none;
  font-size: 35px;
  color: #30ba9f !important;
  padding-inline: 0;
  transform: scale(1.1);
}

.rating_item.stars.selected i {
  color: #30ba9f !important;
  
}

.rating_item.stars:hover {
  background: none;
  box-shadow: none;
  font-size: 30px;
  color: #30ba9f !important;
  transform: scale(1.05);
}


.rating_item.stars {
  font-size: 30px;
  color: #d6d6d6;
  padding: 5px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.rating_item.stars i {
  pointer-events: none;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.table-row.bg-danger td{
  background: #f8d7da !important;
}