:root {
  --primary: #0C5ABB;
  --secondary: #0C5ABB;
  --font-family: 'Campuni';
  --background-color: #0C5ABB;
  --background-image: "";
}

body {
  background: var(--background-image) repeat-y;
  background-color: var(--background-color) !important;
  background-image: var(--background-image) !important;
  background-position: center;
}

h1 {
  font-size: 1.95rem;
  line-height: 98%;
  font-weight: normal;
}

h2 {
  font-size: 1.25rem;
  line-height: 98%;
  font-weight: normal;
}

h3 {
  font-size: 1.15rem;
  line-height: 98%;
  font-weight: normal;
}

h1 b,
h1 strong {
  font-weight: bold;
}

h2 b,
h2 strong {
  font-weight: bold;
}

h3 b,
h3 strong {
  font-weight: bold;
}

body>div>div>div>table>tbody>tr>td>table>tbody>tr>td>table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body>div>div>div>table>.camarker-inner {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

body {
  background-size: 115% !important;
}

@media (min-width: 640px) {
  body>div>div>div>table>tbody>tr>td>table>tbody>tr>td>table {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  body>div>div>div>table>tbody>tr>td>table>tbody>tr>td>table {
    max-width: 768px;
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.15rem;
  }

  body>div>div>div>table>.camarker-inner {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  body {
    background-size: 100% !important;
  }
}

@media (min-width: 768px) {
  body>div>div>div>table>tbody>tr>td>table>tbody>tr>td>table {
    max-width: 768px;
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.15rem;
  }
}

@media (min-width: 1024px) {
  body>div>div>div>table>tbody>tr>td>table>tbody>tr>td>table {
    max-width: 1024px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.35rem;
  }

  h3 {
    font-size: 1.15rem;
  }

  .sc-formfield-input-wrapper:has(input[type="radio"]){
    display: flex;
    flex-direction: row !important;
  }

}

input[type='radio']{
  display: none;
}
input[type='radio']:checked + span{
  color: var(--primary);
  fill: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 4pt;
}

 input[type='radio'] + span{
  display: flex;
  font-weight: 500;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 4pt;
  padding: 8px 12px;
}
input[type='radio'] + span svg{
  width: 30px;
  margin-right: 8px;
}

.sc-formfield-input-wrapper:has(input[type="radio"]) label{
  padding: 0 !important;
}
.sc-formfield-input-wrapper:has(input[type="radio"]){
  display: flex;
  flex-direction: column;
}

@media (min-width: 1280px) {
  body>div>div>div>table>tbody>tr>td>table>tbody>tr>td>table {
    max-width: 1280px;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 1536px) {
  body>div>div>div>table>tbody>tr>td>table>tbody>tr>td>table {
    max-width: 1536px;
  }

  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  h3 {
    font-size: 1.65rem;
  }
}

.sc-formfield-input>div.popover {
  margin: 0 !important;
}

body>div>div>div>table>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td:has(form) {
  vertical-align: middle;
}

body>div>div>div>table:has(#content-selector) {
  display: none;
}

body>div>div>div>table:last-child>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td {
  width: 100%;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

body>div>div>div>table:last-child>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>*,
body>div>div>div>table:last-child>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>*>* {
  margin: 0 auto !important;
}

.smartcapture-content-wrapper {
  backdrop-filter: blur(25px);
  background-color: rgba(255, 255, 255, .7) !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 4pt;
  margin-right: 35px;
  padding: 24px 32px !important;
  vertical-align: center;
  margin-left: 0px;
  width: 100%;
  text-align: left;
  margin: 75px 0px !important;
}

.smartcapture-controls input:not([type="checkbox"]), .smartcapture-controls select {
  width: 100% !important;
  height: 35px !important;
  min-height: 35px !important;
  line-height: 30px !important;
  font-size: large;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 3pt !important;
  outline: none;
  background-color: #f8fafc;
  color: #0d0c22;
  transition: .5s ease;
}

/* #smartcapture-block-gt8mas8dui8>table>tbody>tr>td>div>div.sc-formfield-input>span {
  width: 100% !important;
}

#smartcapture-block-gt8mas8dui8>table>tbody>tr>td>div>div.sc-formfield-input>span>span.selection>span>span.select2-selection__rendered>span {
  line-height: 35px !important;
}

#smartcapture-block-gt8mas8dui8>table>tbody>tr>td>div>div.sc-formfield-input>span>span.selection>span>span.select2-selection__arrow {
  margin-top: 4px;
} */

.smartcapture-controls .sc-formfield-input .select2-container {
  width: 100% !important;
}

.smartcapture-controls .sc-formfield-input .select2-container span.select2-selection__rendered>span {
  line-height: 35px !important;
}

.smartcapture-controls .sc-formfield-input .select2-container span.select2-selection__arrow {
  margin-top: 4px;
}

.smartcapture-controls .sc-formfield-input .select2-selection {
  width: 100% !important;
  height: 35px !important;
  line-height: 30px !important;
  font-size: large;
  /* padding: 16px 10px; */
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 3pt !important;
  outline: none;
  background-color: #f8fafc;
  color: #0d0c22;
  transition: .5s ease;
}

label,
.sc-formfield-input-wrapper, 
.sc-formfield-label {
  color: var(--primary) !important;
  font-size: 18px !important;
  font-family: 'Campuni' !important;
  font-weight: 400;
}

.smartcapture-controls input:not([type="checkbox"]):active, .smartcapture-controls select:active {
  outline: 0 !important;
}

.smartcapture-controls input:not([type="checkbox"]):focus,
.smartcapture-controls input:not([type="checkbox"]):hover, 
.smartcapture-controls select:focus,
.smartcapture-controls select:hover {
  outline: none;
  border-color: var(--primary) !important;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgb(from var(--primary) r g b / 25%) !important;
}

.smartcapture-controls .sc-formfield-input .select2-selection {
  outline: 0 !important;
}

.smartcapture-controls .sc-formfield-input .select2-selection:focus,
.smartcapture-controls .sc-formfield-input .select2-selection:hover {
  outline: none;
  border-color: var(--primary) !important;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgb(from var(--primary) r g b / 25%) !important;
}

.smartcapture-submit-button-wrapper button {
  outline: none;
  border-radius: 4pt !important;
  border-color: transparent !important;
  background-color: rgb(from var(--primary) r g b / 60%) !important;
  cursor: pointer;
  padding: 8px 16px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.smartcapture-submit-button-wrapper {
  padding: 0 !important;
  margin-top: 16px;
}

.smartcapture-submit-button-wrapper button:hover {
  outline: none;
  border-color: rgb(from var(--primary) r g b / 25%) !important;
  background-color: rgb(from var(--primary) r g b / 80%) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
  /* box-shadow: 0 0 0 4px rgb(from var(--primary) r g b / 25%) !important; */
}



/* .smartcapture-controls:has(input[type="checkbox"]) label{
  display: flex;
  align-items: center;

} */
.smartcapture-controls:has(input[type="checkbox"]) input {
  width: 20px !important;
  height: 20px !important;
}

/* checkbox settings 👇 */

.smartcapture-controls:has(input[type="checkbox"]) input {
  --primary-color: var(--primary);
  --secondary-color: #fff;
  --primary-hover-color: rgb(from var(--primary) r g b / 80%);
  /* checkbox */
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  /* checkmark */
  --checkmark-size: 1.2;
}

.smartcapture-controls:has(input[type="checkbox"]) input,
.smartcapture-controls:has(input[type="checkbox"]) input *,
.smartcapture-controls:has(input[type="checkbox"]) input *::before,
.smartcapture-controls:has(input[type="checkbox"]) input *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.smartcapture-controls:has(input[type="checkbox"]) input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.smartcapture-controls:has(input[type="checkbox"]) input::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.smartcapture-controls:has(input[type="checkbox"]) input::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}

/* actions */

.smartcapture-controls:has(input[type="checkbox"]) input:hover {
  border-color: var(--primary-color);
}

.smartcapture-controls:has(input[type="checkbox"]) input:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.smartcapture-controls:has(input[type="checkbox"]) input:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.smartcapture-controls:has(input[type="checkbox"]) input:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}



/* .button {
  --😀: #644dff;
  --😀😀: #4836bb;
  --😀😀😀: #654dff63;
  cursor: pointer;
  width: 184px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.125em;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  background: var(--😀);
  border: 2px solid var(--😀😀);
  transform: skew(-22deg);
  transition: all .1s ease;
}

.button > div {
  transform: skew(26deg);

}

.button:active {
  letter-spacing: 0px;
  transform: skew(-22deg);
  box-shadow: 0 0 0 var(--😀😀😀);
} */