/** Main Css **/
body {
  background-image: url("https://consumer.zlk.com/wp-content/uploads/2026/02/pattern-cover-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;background-attachment: fixed;
}
#dynamic-form-content-step-1 .form-field-option label {
  margin: 0;
  position: relative;
  top: 0;
}
.notice-section {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  max-width: 800px;
  margin: 0 auto;
  flex-direction: column;
  padding: 2rem;
}

.notice-section .notice-content {
  padding: 3em;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #00046514;
  filter: drop-shadow(1px 4px 10px #00046512);
}

.notice-section .logo img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 285px;
  margin-bottom: 3rem;
}

.notice-section .notice-content h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 800;
  color: #3F9F7F;
  margin-bottom: 2rem;
}


.info {
  padding: 1.5em 2em;
  background-color: #ECFFF9;
  border-radius: 12px;
  border: 1px solid #66C7A854;
  filter: drop-shadow(1px 4px 10px #66C7A82B);
  color: #26936E;
  margin-bottom: 30px;
}

#error-step,
.error-message {
    padding: 0.7em 1em;
    background-color: #FEF2F2;
    border-radius: 7px;
    border: 1px solid #F87171;
    font-size: 14px;
    color: #B91C1C;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.form-col-100 {
  margin-bottom: 1em;
}
.success {
  padding: 1.2em 2em;
  background-color: #FDECD9;
  border-radius: 12px;
  border: 1px solid #FFA503;
  filter: drop-shadow(1px 4px 10px #FDECD9);
  color: #AF7813;
  margin-bottom: 30px;
}

.success p {
  color: #AF7813;
  margin-bottom: 0;
  font-weight: 500;
}

body .success.with-checkbox label {
  display: inline;
  font-weight: 500;
  color: #AF7813;
  font-size: 18px;
}

.success .content label {
  display: inline;
  font-weight: 500;
  color: #AF7813;
  font-size: 18px;
}

.step-two .form-group {
  border: 0 !important;
  padding-bottom: 0 !important;
}

section.notice-section .logo {
  margin: 2rem auto;
}

.info p {
  margin: 0;
  color: #26936E;
  font-weight: 500;
}
.notice-section .notice-content ol,.notice-section .notice-content ul {
    list-style-position: inside;
}

.notice-section .notice-content ol li,.notice-section .notice-content ol li span {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
}
div#retainer_agreement {
    height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    margin-bottom: 20px;
}
div#retainer_agreement::-webkit-scrollbar-track {

  border-radius: 10px;
  background-color: #fff;
}

div#retainer_agreement::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

div#retainer_agreement::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(169 165 165 / 30%);
  background-color: #D7D8D9;
}

.signature p {
    text-align: left;
    color: #000000;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5PX;
    display: block;
}
a.signature-button {
    font-family: "Raleway", sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    fill: #5B5D5F;
    color: #5B5D5F;
    background-color: #61CE7000;
    border: 1px dashed #B3B3B3;
    border-radius: 5px;
    padding: 1.2rem 8rem 1.2rem 2rem;
    text-decoration: none;
    display: inline-block;
}
.notice-body {
  margin-top: 3rem;
}

.notice-section .notice-content p,
.notice-section .notice-content p b {
  font-size: 18px;
  line-height: 1.5;
}

.notice-section .notice-content label {
  color: #000;
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
}

.form-step-main .form-field-option label {
  display: inline;
  padding-left: 1rem;
}

.form-step-main .form-field-option {
  display: block;
  margin-bottom: 6px;
}

.notice-section .notice-content .notice-header {
  padding-bottom: 1em;
  margin-bottom: 0;
  text-align: left;
}

.notice-section .notice-content .notice-dropdown {
  margin: 10px 0;
}

.notice-section .notice-content .notice-dropdown .container {
  padding: 0;
}

.notice-section .notice-content form .form-group {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #F1F2F9;
  padding-bottom: 2rem;
}

.row-button {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  flex-direction: row;
}

.join-now {
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.btn-secondary {
  border: 0;
  color: #000;
  border-style: none;
  padding: 0.8em 2em;
  cursor: pointer;
  background: #FBFBFE;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #D9DBE9;
  cursor: pointer;
  transition: .4s;
  font-size: 18px;
  display: block;
}

.btn-secondary svg path,
.btn-secondary svg {
  fill: #000;
  stroke: #000;
}

.btn-secondary svg {
  transform: rotate(180deg);
  top: 2px;
  position: relative;
}

.btn-primary svg {
  fill: #fff;
  position: relative;
  top: 3px;
}

button.primary-button,
.btn-primary {
  border: 0;
  color: #fff;
  border-style: none;
  padding: 0.8em 2em;
  cursor: pointer;
  background: #3F9F7F;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: .4s;
  font-size: 18px;
  display: block;
  text-align: center;
}

/*Styling Selectbox*/
.dropdown {
  width: 100%;
  display: block;
  background-color: #fff;
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  border: 1px solid #C4C5CB;
  border-radius: 6px;
  text-align: left
}

.dropdown .select {
  cursor: pointer;
  display: block;
  padding: 15px;
  width: 100%;
  color: rgb(0 0 0 / 81%);
}

.dropdown .select>i {
  font-size: 12px;
  color: rgb(0 0 0 / 50%);
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;
  line-height: 20px
}

.dropdown:hover {
  border: 1px solid rgb(0 4 101 / 44%);
}

.dropdown:active {
  background-color: #f8f8f8
}

.dropdown .dropdown-menu li:first-child {
  border-top: 0;
}

.dropdown.active:hover,
.dropdown.active {
  /* box-shadow: 0 0 4px rgb(204, 204, 204); */
  /* border-radius: 2px 2px 0 0; */
  /* background-color: #f8f8f8; */
}

.dropdown.active .select>i {
  transform: rotate(180deg)
}

.dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: auto;
  overflow-y: auto;
  z-index: 9;
  border-radius: 6px;
  margin-top: 3px;
  border: 1px solid #cecece;
}

.dropdown .dropdown-menu li {
  padding: 10px 15px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  border-top: 1px solid #e6e6e6;
}

.dropdown .dropdown-menu {
  padding: 0;
  list-style: none
}

.dropdown .dropdown-menu li:hover {
  background-color: #3f9f7f;
  color: #fff;
}

.dropdown .dropdown-menu li:active {
  background-color: #3f9f7f;
  color: #fff;
}

.notice-section .notice-content form .form-button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 2em auto 0;
}

.notice-section .notice-content form .form-button button {
  display: flex;
  margin-right: 1em;
  justify-content: center;
}

.notice-section .notice-content form .form-button button:last-child {
  margin: 0;
}

.notice-section .notice-content form .form-button button span.icon {
  width: 30px;
  margin-right: 0;
}

.notice-section .notice-content form .form-button button svg {
  width: 23px;
  top: 0;
  height: 18px;
}

.notice-section .notice-content label span {
  color: #FF0004;
  font-size: 25px;
  line-height: normal;
  position: relative;
  top: 8px;
  left: 0;
}


.bottom-fix {
    margin-bottom: 3em;
}
.show {
    display: flex;
    justify-content: center;
}
.dialog-popup-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
}
div#signature .dialog-widget-content {
    max-width: 900px;
    padding: 3rem 4rem;
}
div#signature .close a.dialog-close-button {
    border: 1px solid #1D1F24;
    width: 36px;
    height: 36px;
}
a.dialog-close-button.dialog-lightbox-close-button {
    top: 30px;
    margin-top: 0;
    right: 30px;
    opacity: 1;
    z-index: 9999;
    pointer-events: all;
    cursor: pointer;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 3px solid #fff;
}
div#signature .close span {
    background: #1D1F24;
    right: 7px;
}
.dialog-lightbox-close-button span:nth-child(1) {
    transform: rotate(45deg);
}
.dialog-lightbox-close-button span {
    right: 7px;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    top: 16px;
}
.dialog-lightbox-close-button span:nth-child(2) {
    transform: rotate(-45deg);
}
.dialog-widget-content {
    position: absolute;
    background-color: #fff;
    width: auto;
    overflow: visible;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    pointer-events: all;
    animation-duration: 1.2s;
    border-radius: 20px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 1240px;
}

.cases-step .radio-block .form-field-option label {
    display: inline;
    padding-left: 0.5em;
}
.cases-step .radio-block .form-field-option {
    display: block;
    margin-bottom: 0.5em;
}
 
.cases-step .row-button {
margin-top: 3em;
}

#dynamic-form-content-step-2 .form-group {
  margin-bottom: 1em;
}
#dynamic-form-content-step-2 .form-group label {
  margin-bottom: 0;
  display: inherit;
}
#dynamic-form-content-step-2 .form-group .form-group {
  margin-bottom: 1em;
  margin-top: 1em;
}
#cases-step-3 #retainer_agreement .retainer {
  padding: 0 20px 0 0 !important;
  font-family: "Raleway", sans-serif !important;
}
#cases-step-3 #retainer_agreement .retainer span, #cases-step-3 #retainer_agreement .retainer p,#cases-step-3 #retainer_agreement .retainer ol li,#cases-step-3 #retainer_agreement .retainer ul li {
  font-family: "Raleway", sans-serif !important;
  font-size: 18px !important;
}
#cases-thankyou-content {
  font-size: 18px;
  margin-top: 0;
}


.shortcode-required-field {
  position: relative;
}
.shortcode-required-field:after {
  content: "*";
  color: red;
  padding-inline-start: 0.1em;
  font-size: 16px;
}
input[type="file"] {
  margin: auto;
  padding: 0.6em;
  border: 1px solid #BDC1C7;
  background-color: #fff;
  transition: border-color 0.25s ease-in-out;
  width: 100%;
  margin-top: 6px;
  border-radius: 8px;
  cursor: pointer;
  height: 45px;
}
input[type=file]::file-selector-button {
  padding: 0.4em 1.0em;
  border-width: 0;
  border-radius: 6px;
  background-color: #110062;
  color: #dbe6f0;
  font-family: "Raleway", sans-serif;
  font-weight:600;
  font-size:1em;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-right: 1em;
}
input[type=file]:hover {
  border-color: #888;
}
input[type=file]:hover::file-selector-button {
  background-color: #3F9F7F;
}
#cases-not-qualified h2,div#cases-invalid-lead h2{
    font-size: 40px;
    margin-bottom: 0.5em;
    color: #3F9F7F;
    font-family: "Raleway", sans-serif;
    margin-top: 0;
    text-align: center;
}

.cases-step .notice-body {
    margin: 0;
}

#cases-not-qualified p,div#cases-invalid-lead p {
    text-align: center;
}
div#cases-thankyou div#cases-thankyou-content {
    font-size: 18px;
    text-align: center;
}
.congratulations img {
    width: 100%;
    height: auto;    padding: 1em;
}
div#cases-thankyou .congress-image {
    background-color: #f1fffb;
    border-radius: 80px;
    width: 130px;
    height: 130px;
    text-align: center;
    display: block;
    margin: 1em auto;
}
body .disabled, body [disabled] {
    background-color: #E1E2E3;
    cursor: not-allowed;
    opacity: 0.5;
}

div#cases-thankyou .container {
    padding: 0;
}

div#cases-thankyou .container .form-button {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 2rem auto;
}

div#cases-thankyou .container .form-button a {
    display: block;
    text-decoration: none;
}

div#cases-thankyou .container .form-button a button.primary-button {
    text-align: center;
    width: auto;
    display: block;
    margin: 0 auto;
}

div#cases-thankyou h2 {
    text-align: center;
    color: #3F9F7F;
    font-size: 3rem;
    margin-top: 0;
}
body .disabled:hover, body [disabled]:hover {
    background-color: #E1E2E3;
}
.congratulations .preform-inner {
    background-color: #fff;
    border-radius: 12px;
    max-width: 350px;
    margin: 0 auto;
    padding: 1em;
}