.rs-container .rs-selected {
  background-color: #007aff !important;
  border-color: #007aff !important;
}

.smb-pricing {
  padding: 2rem;
  border: 1px solid #ececec;
  border-radius: 2rem;
  background-color: white;
  box-shadow: 0px 32px 64px 0px rgba(144, 144, 144, 0.12),
    0px 16px 16px 0px rgba(137, 137, 137, 0.08);
}

.form-step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#start .next-btn {
  height: 100%;
  width: 100%;
}

.next-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.next-btn:hover::after {
  content: url("https://incode.com/wp-content/uploads/2024/05/link-arrow_64325f.svg");
}

.next-btn::after {
  content: url(https://psc.incode.com/wp-content/uploads/2024/05/link-arrow.svg);
  width: 20px;
  height: 24px;
}

.prev-btn {
  border-color: #ececec !important;
  background: white !important;
  color: #21273b !important;
}

#step-5 h3 {
  margin: 1rem 0 0.5rem;
}

.form-step.confirm {
  justify-content: center;
  text-align: center;
  align-items: center;
}

.form-step.confirm h3 {
  margin-top: 1rem;
}

.confirm .loading {
  max-width: 50px;
}

.progress {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  margin-bottom: 2rem;
}

.progress > .active {
  background-color: #007aff;
}

.progress > * {
  border-radius: 1rem;
  background-color: #ececec;
  height: 8px;
}

.smb-pricing:not(.summary) > *:not(.progress) {
  min-height: 400px;
}

.media-icon-list .wp-block-media-text {
  grid-template-columns: 40px 1fr !important;
  margin-bottom: 0.75rem;
}

.media-icon-list .wp-block-media-text__content {
  padding-left: 1rem;
}

.smb-pricing .d-flex {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr;
  gap: 10px;
}

#total-verifications {
  color: #007aff;
  font-size: 2rem;
  font-weight: bold;
}

.hs-fieldtype-intl-phone {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.smb-pricing label:not(.hs-form-booleancheckbox-display) {
  font-size: 14px;
  font-weight: 600;
}

label[for="email-contact"] {
  font-weight: 100 !important;
}

.smb-pricing .btn-actions {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.smb-pricing table td:first-child {
  font-size: 14px;
}

.smb-pricing table #summary-total {
  color: #007aff !important;
  font-size: 1.5rem;
  font-weight: bold;
}

.smb-pricing .tos label {
  color: #60667c;
  font-weight: 100 !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  color: #60667c !important;
  font-size: 14px !important;
}

#start {
  display: flex;
  justify-content: center;
  align-items: center;
}

.smb-pricing input:not([type="checkbox"], [type="submit"]) {
  width: 100%;
  font-size: 18px;
  padding: 1rem;
  height: 48px;
}

.smb-pricing input:disabled {
  color: #60667c;
}

.smb-pricing input:disabled,
.smb-pricing .contact-form input {
  background-color: #f9faff !important;
}

.smb-pricing .input-group {
  margin-bottom: 1rem;
}

.smb-pricing #quantity {
  color: #007aff !important;
}

@media (max-width: 981px) {
  .smb-pricing #step-3 td {
  }
  .smb-pricing table {
    table-layout: fixed;
  }
  .smb-pricing .btn-actions {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (min-width: 600px) {
  .smb-pricing table td {
    padding: 12px 0;
  }
  .smb-pricing table td:last-child {
    text-align: right;
  }
}

@media (max-width: 600px) {
  .smb-pricing table tr {
    padding-bottom: 1rem;
  }
}

@media (min-width: 981px) {
  .smb-pricing .d-flex {
    grid-template-columns: 1fr 1fr;
  }
}

.smb-pricing .footer {
  display: grid;
  grid-template-columns: 1fr;
  padding: 2rem;
  border-radius: 0 0 2rem 2rem;
  margin: 0rem -2rem -2rem;
  background-color: rgba(236, 236, 236, 0.5);
}

.budget-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns per row */
  gap: 10px;
  max-width: 100%;
  margin: 10px auto;
}

.budget-option {
  height: 100px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-align: center;
}

.smb-pricing .budget-option span {
  font-size: 24px;
}

/* Ensuring last row spans 3 columns */
.budget-option:nth-child(n + 5) {
  grid-column: span 1;
}

/* Active selection styling */
.budget-option.active {
  background-color: rgba(130, 10, 209, 0.1);
  color: #820ad1;
  border-color: #820ad1;
}

.budget-option:hover {
  border-color: #820ad1;
  color: #820ad1;
}

.hidden-radio {
  display: none;
}

/* Make the layout responsive */
@media screen and (max-width: 480px) {
  .budget-options {
    grid-template-columns: repeat(2, 1fr); /* 2 per row for small screens */
  }
}

#workflow-templates .entry {
  background: white !important;
}

#moduleFilter,
.builder-filter,
.widget_block {
  background-color: white !important;
  padding: 2rem;
  margin-bottom: 2rem;
}

#workflow-templates article {
  border-radius: 24px;
  border: 1px solid #ebecef;
  background: white;
  padding: 32px;
}

#workflow-templates article a {
  margin-top: 1rem;
}

#workflow-templates .entry-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#workflow-templates article h3 {
  font-size: 21px !important;
}

#workflow-templates article p {
  font-size: 16px;
  margin-bottom: 0;
}

.filter select {
  width: 100%;
}

.module-flex {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  gap: 2px;
}

#workflow-templates .desc * {
  font-size: 14px !important;
}

.module-flex div {
  flex-basis: 25%;
  text-align: center;
  font-size: 12px;
}

.module-flex .icon {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  background-color: #edf2fd;
  margin-bottom: 1rem;
  border-radius: 50%;
}

.module-flex svg {
  color: #507ded;
  height: 20px;
  width: 20px;
}

.module-flex div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.smb-stripe select {
  width: 100% !important;
  height: 48px !important;
  background-color: #f9faff !important;
}

.smb-stripe {
  padding: 2rem;
  border: 1px solid #ececec;
  border-radius: 2rem;
  background-color: white;
  box-shadow: 0px 32px 64px 0px rgba(144, 144, 144, 0.12),
    0px 16px 16px 0px rgba(137, 137, 137, 0.08);
}

.smb-stripe label {
  font-size: 14px !important;
}

.smb-stripe input:not([type="checkbox"], [type="submit"]) {
  width: 100%;
  padding: 1rem;
  background-color: #f9faff !important;
  height: 48px;
}

#workflow-builder .flow {
  display: grid;
  grid-template-columns: 2fr 3fr;
  column-gap: 2rem;
}

#workflow-builder .flow > * {
  border-radius: 20px;
  padding: 1rem;
}

#workflow-builder .selected-modules {
  background-color: #fff;
  box-shadow: 0px 32px 64px 0px rgba(144, 144, 144, 0.12),
    0px 16px 16px 0px rgba(137, 137, 137, 0.08);
}

#available-list {
  column-count: 2;
}

#available-list > * {
  display: block;
  font-size: 16px;
}

.selected-item span {
  text-align: left;
}

.available-modules {
  background-color: #fff;
}

.selected-modules {
}

#psc-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.selected-item {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  border-radius: 10px;
  padding: 8px;
  background: #edf2fd;
  margin-bottom: 5px;
  cursor: grab;
  align-items: center;
}

.remove-module {
  background: red;
  height: 25px;
  color: white;
  width: 25px;
  display: flex;
  border: none;
  padding: 2px 5px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.smb-stripe .form-group {
  display: grid;
  margin-bottom: 1rem;
}

.smb-stripe .form-group-2 {
  display: grid;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

@media (min-width: 981px) {
  .smb-stripe .form-group-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-form hr {
  margin: 2rem 0 !important;
}
