:root {
  --whitespace: 40px 5%;
  --Inter: 'Inter';
  --mainTransition: all 0.2s ease-in-out;

  /* Fonts */
  --sans: 'Poppins', 'Segoe UI', Tahoma, 'Geneva', Verdana, sans-serif;

  /* Colors */
  --white: #ffffff;
  --white: #ffffff;
  --lightwhite: #F7F7F7;

  --black1: #000000;


  --orange: #FD7E14;

  --red: #ff0000;

  --light-purple: #9094A4;

  --dark-brinjal: #212F63;
  --light-brinjal: #6F758B;


  --light-gray: #E1E1E1;
  --light-gray1: rgb(247, 237, 237);

  --dark-orange: #F86B1F;
  --dark-orange2: #FD7E14;

  --light-gray2: #F7F7F7;
  --light-gray3: #E1E1E1;


  --dark-gray: #414141;
  --light-gray: #D0D5DD;

  --dark-blue: #344054;

}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap');

a {
  text-decoration: none !important;
  color: var(--white);
}

html,
body {
  font-size: 16px;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  color: var(--black1);
  background: var(--white);
}

* {
  vertical-align: baseline;
  box-sizing: border-box;
  font-size: 100%;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}


#span-2 {
  grid-column: 1 / span 2 !important;
}

.span-2 {
  grid-column: 1 / span 2 !important;
}



.btn1 {
  padding: 10px 30px;
  background: #FD7E14;
  color: var(--white);
  border: none;
  font-size: 1rem;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 50px !important;
  border-radius: 5px;
  margin-top: 20px;
}

.btn2 {
  padding: 10px 30px;
  border: 1px solid var(--dark-brinjal) !important;
  background-color: orange;
  border: none;
  font-size: .8rem;
  cursor: pointer;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
  color: var(--dark-brinjal);
}

.btn3 {
  padding: 10px 30px;
  background-color: var(--orange);
  color: var(--white);
  border: none;
  font-size: 1rem;
  cursor: pointer;
  display: block;
  width: 100%;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
}

.S9gUrf-YoZ4jf,
.S9gUrf-YoZ4jf {
  display: none;
}

/* Inputs */
input,

select {
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid !important;
  font-size: 1.05rem;
  resize: none;
  outline: none;
  display: block;
  width: 100%;
  font-weight: 500;
  transition: all 0.1s;
  color: var(--black1) !important;
  height: 50px !important;
  border: 1px solid var(--light-gray) !important;
}

textarea {
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid !important;
  font-size: 1.05rem;
  resize: none;
  outline: none;
  display: block;
  width: 100%;
  font-weight: 500;
  transition: all 0.1s;
  color: var(--black1) !important;
  border: 1px solid var(--dark-gray) !important;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  font-weight: 600;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

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


input:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
}

label {
  margin-bottom: 5px;

  text-align: left !important;
  color: var(--dark-gray) !important;
}

#label {
  font-family: var(--Inter);
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem !important;
  line-height: 20px;
  color: var(--dark-blue) !important;
}


.button_wrapper {
  display: flex !important;
  gap: 20px !important;
  align-items: end !important;

}
/* .ad-page-main #back_button {
  display: none !important;
} */


#back_button {
  text-align: center;
  color: var(--black1);
  border-radius: 7px 7px 7px 7px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid var(--light-gray);
  cursor: pointer;
  height: fit-content !important;
}

#back_button>p {
  margin-bottom: 0 !important;
}



.toggle-switch-btn input[type=checkbox] {
  height: 0 !important;
  width: 0 !important;
  visibility: hidden !important;
}

.toggle-switch-btn label {
  cursor: pointer !important;
  text-indent: -9999px !important;
  width: 50px !important;
  height: 30px !important;
  background: grey !important;
  display: block !important;
  border-radius: 100px !important;
  position: relative !important;
}

.toggle-switch-btn label:after {
  content: '' !important;
  position: absolute !important;
  top: 5px !important;
  left: 5px !important;
  width: 20px !important;
  height: 20px !important;
  background: #fff !important;
  border-radius: 90px !important;
  transition: 0.3s !important;
}

.toggle-switch-btn input:checked+label {
  background: #7F56D9 !important;
}

.toggle-switch-btn input:checked+label:after {
  left: calc(100% - 5px) !important;
  transform: translateX(-100%) !important;
}

.toggle-switch-btn label:active:after {
  width: 62px !important;
}

.tagline-main{
  font-family: var(--Inter);
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem !important;
  line-height: 20px;
  color: var(--dark-blue) !important;
}

/* yes no switch */

.can-toggle {
  position: relative !important;
}

.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
  box-sizing: border-box !important;
}

.can-toggle input[type=checkbox] {
  opacity: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.can-toggle input[type=checkbox][disabled]~label {
  pointer-events: none !important;
}

.can-toggle input[type=checkbox][disabled]~label .can-toggle__switch {
  opacity: 0.4 !important;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:before {
  content: attr(data-unchecked) !important;
  left: 0 !important;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
  content: attr(data-checked) !important;
}

.can-toggle label {
  user-select: none !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
}

.can-toggle label .can-toggle__label-text {
  flex: 1 !important;
  padding-left: 32px !important;
}

.can-toggle label .can-toggle__switch {
  position: relative !important;
}

.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked) !important;
  position: absolute !important;
  top: 0 !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked) !important;
  position: absolute !important;
  z-index: 5 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  background: white !important;
  transform: translate3d(0, 0, 0) !important;
}

.can-toggle input[type=checkbox][disabled]~label {
  color: var(--orange) !important;
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch {
  background-color: var(--orange) !important;
  ;
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
  color: var(--orange) !important;
  ;
}

.can-toggle input[type=checkbox]:hover~label {
  color: var(--orange) !important;
  ;
}

.can-toggle input[type=checkbox]:checked~label:hover {
  color: #55BC49 !important;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch {
  background-color: #70C767 !important;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
  color: #4FB743 !important;
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch {
  background-color: #5FC054 !important;
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
  color: #47A43D !important;
}

.can-toggle label .can-toggle__label-text {
  flex: 1 !important;
}

.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1) !important;
  background: var(--orange) !important;
}

.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5) !important;
}

.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1) !important;
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1) !important;
  color: var(--orange) !important;
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4) !important;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
  transform: translate3d(65px, 0, 0) !important;
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4) !important;
}

.can-toggle label {
  font-size: 14px !important;
}

.can-toggle label .can-toggle__switch {
  height: 36px !important;
  flex: 0 0 134px !important;
  border-radius: 4px !important;
}

.can-toggle label .can-toggle__switch:before {
  left: 67px !important;
  font-size: 12px !important;
  line-height: 36px !important;
  width: 67px !important;
  padding: 0 12px !important;
}

.can-toggle label .can-toggle__switch:after {
  top: 2px !important;
  left: 2px !important;
  border-radius: 2px !important;
  width: 65px !important;
  line-height: 32px !important;
  font-size: 12px !important;
}

.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4) !important;
}

.can-toggle.can-toggle--size-small input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle.can-toggle--size-small input[type=checkbox]:hover~label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4) !important;
}

.can-toggle.can-toggle--size-small input[type=checkbox]:checked~label .can-toggle__switch:after {
  transform: translate3d(44px, 0, 0) !important;
}

.can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4) !important;
}

.can-toggle.can-toggle--size-small label {
  font-size: 13px !important;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 28px !important;
  flex: 0 0 90px !important;
  border-radius: 2px !important;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 45px !important;
  font-size: 10px !important;
  line-height: 28px !important;
  width: 45px !important;
  padding: 0 12px !important;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: 1px !important;
  left: 1px !important;
  border-radius: 1px !important;
  width: 44px !important;
  line-height: 26px !important;
  font-size: 10px !important;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4) !important;
}

/* radio btn */
.radio {
  margin: 0.5rem;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio]+.radio-label:before {
  content: "";
  background: #F4F4F4;
  border-radius: 100%;
  border: 1px solid #B4B4B4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.1em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked+.radio-label:before {
  background-color: #FD7E14;
  box-shadow: inset 0 0 0 4px #F4F4F4;
}

.radio input[type=radio]:focus+.radio-label:before {
  outline: none;
  border-color: #FD7E14;
}

.radio input[type=radio]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #F4F4F4;
  border-color: #B4B4B4;
  background: #B4B4B4;
}

.radio input[type=radio]+.radio-label:empty:before {
  margin-right: 0;
}

.ant-picker-input>input {
  border: none !important;
}

.css-dev-only-do-not-override-1fviqcj{
  display: block !important;
}

.ant-picker-input>input,
.ant-picker-input>input {
  padding-left: 3px !important;
  height: 42px !important;
}

.ant-picker-dropdown-hidden{
  display: none !important;
}

.required_field{
  color: var(--red) !important;
}

/* multiple select */

.rw-multiselect-input{
  border: none !important;
}

/* quill editor */

.ql-editor{
  height: 115px !important; /* adjust the height value as per your requirement */
}

.body-fixed {
  overflow: hidden;
}

.optional_text{
  font-size: .9rem;
}

/* Hide scrollbar for Chrome, Safari, and Opera */
::-webkit-scrollbar {
  width: 0.5em;  /* Adjust the width to your preference */
}

::-webkit-scrollbar-track {
  background: transparent; /* Optional: Set a background color */
}

::-webkit-scrollbar-thumb {
  background: transparent; /* Optional: Set a background color */
}

/* passwor checklist */
.sc-gsFSXq{
  align-items: end !important;
}

/* date */
.ant-space-item{
  display: contents  !important;
}


/* congratulation screen */
.thanks_text{
  font-size: 1.1rem;
}
.footer-wrapper p{
  font-size: 15px;
}

