/* Form Funnel  */
.allbody {
    background-color: #F0F0F3;
}

#formmain #Title h1 {
    font-family: Inter, sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 0;
}

#wrap {
    max-width: 700px;
    margin: auto;
    background-color: white;
    padding: 20px 80px;
    border-radius: 10px;
    margin-top: 5%;
    margin-bottom: 4%;
}

.allbody .customfunnelform label {
    font-weight: 600;
    color: #1d1d1f;
    font-family: Inter, sans-serif;
    font-size: 0.938rem;
}

.cfwidgetfieldparentdiv {
    margin-top: 1.5rem;
}

.wmt-5 {
    margin-top: 1.5rem;
}

.allbody .customfunnelform input[type="text"],
[type="email"],
[type="number"] {
    line-height: 1.25rem;
    border-style: solid;
    font-size: .875rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 0.375rem;
    width: 100%;
    display: block;
    border-color: #e5e7eb;
    font-weight: 500;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    appearance: none;
    border-width: 1px;
    font-family: Inter, sans-serif;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    outline: none;
}

.allbody .customfunnelform .group-name {
    font-weight: 500;
    line-height: 1rem;
    text-align: center;
    position: relative;
    color: #1d1d1f;
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
}

.allbody .customfunnelform .cfwidgettextareafield {
    height: 70px !important;
    font-size: .875rem;
    line-height: 1.25rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-color: rgba(209, 213, 219, 1);
    border-radius: 0.375rem;
    width: 100%;
    display: block;
    font-family: Inter, sans-serif;
    border-style: solid;
    padding: 0.5rem 0.75rem;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    outline: none;
}

.allbody .customfunnelform .cfwidgetselectfield {
    width: 100%;
    font-size: .875rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-color: rgba(209, 213, 219, 1);
    border-radius: 0.375rem;
    color: #1d1d1f;
    font-family: Inter, sans-serif;
    border: 1px solid #CBCBE2;
    padding: 0.5rem 0.75rem;
    height: 38px;
    max-width: 100%;
    border-style: solid;
    box-sizing: border-box;
    outline: none;
}

.allbody .customfunnelform .customfieldcheckboxfield {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    box-sizing: border-box;
    color: #1d1d1f;
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
}

.allbody .customfunnelform .cfwidgetbutton {
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 600 !important;
    font-size: 0.938rem !important;
    line-height: 1.25rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-radius: 0.5rem;
    cursor: pointer;
    width: 100%;
    background-color: #2050F4;
    border-color: #2050F4;
    color: #FFF;
}

.allbody .customfunnelform .cfwidgetbutton:hover {
    /* background-color: #0032E0 !important; */
    opacity: 0.9;
    /* for dynamic background color of button  */
}

.group-name::before {
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    background: #E1E3E8;
    left: 0;
    top: 50%;
    position: absolute;
}

.group-name::after {
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    background: #E1E3E8;
    right: 0;
    top: 50%;
    position: absolute;
}

.centz-form-error-message {
    color: red;
}

.allbody .customfunnelform input[type="text"]:focus {
    border: 2px solid #2050F4 !important;
}

.allbody .customfunnelform input[type="email"]:focus {
    border: 2px solid #2050F4 !important;
}

.allbody .customfunnelform input[type="number"]:focus {
    border: 2px solid #2050F4 !important;
}

.allbody .customfunnelform textarea:focus {
    border: 2px solid #2050F4 !important;
}

@media screen and (max-width: 1200px) {
    body {
        text-align: left !important;
    }
}

@media screen and (max-width: 450px) {
    #wrap {
        max-width: 350px;
        padding: 20px 30px;
    }
}

.text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.mt-6 {
    margin-top: 1.5rem;
}

.font-bold {
    font-weight: 700;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.text-28 {
    font-size: 1.75rem;
}

.darkColor {
    color: #1D1D1F;
}

.success-modal .modal-content {
    padding: 25px 15px;
    margin: auto;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.w-4\/5 {
    width: 80%;
}

.mt-20 {
    margin-top: 5rem;
}

.font-medium {
    font-weight: 500;
}

.text-center {
    text-align: center;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.text-15 {
    font-size: 0.9rem !important;
}

.text-22 {
    font-size: 1.375rem !important;
}

.btn-confirm:hover {
    background-color: #0032E0;
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

a:hover,
a:focus {
    color: #222;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #f8bb52;
    outline: none;
}

.btn-confirm {
    background-color: #2050F4;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.capitalize {
    text-transform: capitalize;
}

.font-semibold {
    font-weight: 600;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.w-1\/2 {
    width: 50%;
}

.justify-center {
    justify-content: center;
}

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

.mt-0 {
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    #success-message-modal .modal-dialog.success-modal {
        width: 500px;
    }
    .fa-circle-check {
        color: #10BF83 !important;
    }
}

a#refresh_captcha {
    color: inherit !important;
}

a#refresh_captcha:hover {
    color: #f8bb52 !important;
}

a#refresh_captcha:focus {
    color: inherit !important;
}
.centz-form-error-message-captcha,
.centz-form-error-message {
    color: #ff0303 !important;
}

/* Form Funnel Ends*/

.allbody .customfunnelform .cfwidgetbutton{
    margin-top: 0px;
}
.footer-container .footer-wrap.footer-placeholder {
    background: #f3f3f3;
    outline-offset: -2px;
    display: inline-block;
    color: #979894;
    padding: 10px;
    width: 100%;
    text-align: center;
    position: relative;
}