
:root {
    scroll-behavior: auto;
    --base-color: #5b5675;
    --heading-color: #141125;
    --primary-color: #079247;
    --light-color: #f8f7fc;
    --yellow-color: #ffc800;
    --border-color: #edebfd;
    --zenwork-color: #FFBF1D;
    --secondary-color: #FFBF1D;
    --zenwork-greencolor: #079247;
    --black-color: #191F2C;
    --base-font: 'Inter', sans-serif;
    --heading-font: 'Inter', sans-serif;
}
    /* width */
    ::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 15px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--zenwork-greencolor);
    }
    
    
#radio-button-content {
    align-items: center;
    justify-content: center;
    height: 100%;
}

.selectBox {
    width: 46%;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--light-color);
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
    color:var(--primary-color);
}
.selectBox.active {
    background-color: var(--primary-color);
    color: #fff;
}

#searchChoices {
    margin-top: 20px;
}

path {
    fill: #fff;
}

#backButton path {
    fill: #fff;
}

#backButton {
    /* background-color: #099247; */
    /* cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5; */
}

#toggleAddress{
    cursor:pointer;
}

.hosted-flow-container {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    display: block;
    position: relative;
    min-height: calc(100vh - 76px);
    /* background: url(https://compliancely-public.s3.amazonaws.com/mailer/bg-full.png) no-repeat top right #fff;
    background-size: cover; */
    background-color: transparent;
    padding: 20px 50px;
}
#hosted-container{
    background-color: #fff;
    /* transform: translate(70%, -50%); */
    max-width: 450px;
    width: 100%;
    /* height: 80%; */
    border: none;
    display: block;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    /* overflow-y: scroll; */
    /* box-shadow: 1px 1px 6px 0px #e7e7e7; */
    /* margin-top: 40px; */
    /* min-height: 650px; */
    min-height: calc(100% - 225px);
    position: relative;
    top: 0;
    margin: 0 auto;
}
.content-body{
    background-color: #fff;
    /* transform: translate(70%, -50%); */
    /* max-width: 450px; */
    width: 100%;
    min-height: 100%;
    border: none;
    display: inline-block;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    /* overflow-y: scroll; */
    /* box-shadow: 1px 1px 6px 0px #e7e7e7; */
    /* margin-top: 40px; */
    /* min-height: calc(100% - 80px); */
    /* position: fixed;
    top: 0;
    bottom: 5px; */
    overflow-y: scroll;
}
.hosted-flow-container .customer-logo{
    padding: 40px 0 0;
    height: 140px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.customer-logo img{
    max-width: 100%;
    height: auto;
    max-height:100%;
}

.success-animation { }

.checkmark {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: var(--zenwork-greencolor);
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px var(--zenwork-greencolor);
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
    margin: 0 auto 30px;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: var(--zenwork-greencolor);
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.preview-data{
    font-family: var(--base-font);
    font-size: 12px;
}
.preview-data p{
    margin-bottom: 7px;
}
.preview-data p > span.head{
    display: inline-block;
    margin:0 20px 0 0;
    width: 150px;
    color: #999;
}
/* #previewAddress1 {
    width: 350px;
} */
.preview-data p > span{ 
    display: inline-block;
    vertical-align: text-top;
    /* padding-left: 10px; */
}
.preview-data h6{
    background-color: #f1f1f1;
    padding: 5px 10px;
    margin: 20px 0 5px;
    font-size: 12px;
    font-family: var(--base-font);
}
.preview-data .modal-body{
    flex: none;
}
.preview-data .modal-footer{
    border-top: none;
    display: inline-block;
}
.preview-data .table>:not(caption)>*>*{
    border-style: dashed;
}
.preview-data .table>:not(:first-child){
    border-top:1px solid #ebebeb ;
}
.preview-data strong {
    margin-top: 10px;
    display: inline-block;
}
.preview-data h4{
    margin-left: 30px;
    margin-top: 3px;
}
.consent-8821-agree{
    font-weight:600;
}
.close-widget{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    display: none;
}
.final-screen h5 {
    font-size: 14px;
    font-weight: 500;
    width: 270px;
    margin: 0 auto;
    font-family: var(--base-font);
}
.final-screen{
    margin-top: 50px;
}
.final-screen h2 {
   color: var(--primary-color);
   font-family: var(--base-font);
}
.close-browser-text {
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
}
#hosted-container #expire-text{
    height: auto;
    bottom: 65px;
    text-align: center;
    font-size: 12px;
    color: var(--bs-pink);
    display: none;
}
.final-screen{
    text-align: center;
}
.close-widget,.close-widget:hover{
    color: #fff;
    text-align: center;
    padding: 3px 25px;
    margin: 15px auto;
    display: inline-block;
    background-color: var(--primary-color);
    text-decoration: none;
    cursor: pointer;
    border-radius: 15px;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

.writeup-container{
    padding:50px 60px;
}

#hosted-container > div{
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px 40px;
}

#begin-screen{
    padding: 45px 50px;
    border-radius: 10px;
}
#begin-screen img{
    max-width: 100%;
    height: auto;
}
.verify-showup{
    margin: 30px 15px 40px;
    padding: 20px;
}
.terms-to-begin{
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 18px;
    color: var(--black-color);
}
.standout-text, .primary-color{
    color: var(--primary-color);
    text-decoration: none;
}

#basic-info-container{
    /* position: absolute; */
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    border-radius: 10px;
}
.hero-content-three {
    display: inline-block;
    padding: 20px 60px 0 0;
}
.hero-section-three.solutions h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 65px;
    margin: 0 0 5px;
}

.hero-content-three .irs-heading h1{
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    color: var(--zenwork-greencolor);
}
.irs-heading span{
    color: var(--heading-color);
}
.hero-section-three h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 85px;
    color: var(--zenwork-greencolor);
}
.solutions-business h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 85px;
    color: var(--zenwork-greencolor);
}

.hero-content-three p,
.hero-section-three p.paragraph {
    font-size: 22px;
    line-height: 28px;
    color: var(--black-color);
    max-width: inherit;
    margin-top: 10px;
}

.solutions-business-block {
    background: #fff;
    padding: 0 0 100px;
    border-radius: 50px 50px 0 0;
}


h1{
    font-family: var(--heading-font);
    font-size: 48px;
    font-weight: bold;
    line-height: 65px;
    margin: 0 0 5px;
    color: var(--heading-color);
    padding-right: 20px;
}
h2{
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 5px;
    color: var(--heading-color);
}

h3{
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 5px;
    color: var(--heading-color);
}

.copy {
    background: #000000;
    padding: 20px 0 0;
    font-size: 10px;
    color: #ececec;
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px */
}

.copy-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
}

.copy-lft {
    /* display: flex;
    align-items: end;
    justify-content: space-between; */
}

.copy-lft p {
    margin: 0 0 0 50px;
    color: #ececec;
}

.copy-rgt {
    display: inline-block;
    padding-top: 10px;
}

.copy-rgt ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.copy-rgt ul li {
    margin: 0 3px;
    list-style: none;
}

.copy-rgt ul li a {
    cursor: pointer;
    color: #ececec !important;
    text-decoration: none;
}

.copy-rgt ul li a:hover {
    color: #fff !important;
}

.rights-reserved{
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    /* background-color: #000; */
    margin-top: 5px;
}

.powered-by{
    padding-right: 5px;
}

.primary-button, .know-more .primary-button:hover {
    display: inline-block;
    text-decoration: none !important;
    font-size: 14px;
    padding: 7px 25px;
    cursor: pointer;
    line-height: 20px;
    margin: 10px 0 10px;
    user-select: none;
    border-radius: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid transparent;
    width: 100%;
}

.basic-details{
    padding: 50px;
}

.back-step{
    text-decoration: none;
    color: #6A6D81;
    cursor: pointer;
    display: inline-block;
    outline: none;
}
.back-step:hover{
    color: black
}

.back-step svg, .back-step span{
    display: inline-block;
    vertical-align: middle;
}
.form-fields{
    position: relative;
}
.form-fields .text-box {
    background-color: #F8F8F8;
    width: 100%;
    height: 52px;
    padding: 5px 15px;
    border: #191c2c29 solid 0.2px;
    border-radius: 28px;
    color: #191c2c99;
    box-shadow: none;
    font-size: 16px;
}
.form-fields label{
    line-height: 1.5;
    color: #212529;
    font-size: 14px;
    margin-bottom: 5px;
}
.form-floating>label {
    top :-4px;
}
.form-fields .note {
    font-size: 13px;
    color: #666;
}

.more-workflow-details{
    margin-top: 30px;
    display: none;
}

#is-business-question {
    margin-top: 20px;
}

.consent-text-div{
    /* height: 260px; */
    padding-right: 15px;
    /* overflow-y: scroll; */
    margin-top: 15px;
    line-height: 20px;
}
#signatureCanvas{
    margin: 0 auto;
    display: block;
}
.signature-clear{
    text-align: right;
    display: inline-block;
    width: calc(100% - 70px);
    margin: 0 35px;
}

.steps-container{
    position: absolute;
    top: 15%;
    width: 4px;
    background-color: var(--primary-color);
    height: 400px;
    right: -55px;
    display: none;
}

.steps-container .milestone {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-bottom: 45px;
    margin-left: -12px;
    background-color: var(--primary-color);
    padding: 6px;
}

.steps-container .milestone.active{
    background-color: var(--primary-color);
}
.steps-container .milestone .inner-circle span {
    margin-left: 40px;
    width: 100px;
    display: inline-block;
    margin-top: -15px;
    font-weight: 600;
}
.steps-container .milestone .inner-circle {
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 0;
}
.steps-container .milestone.active{
    width: 40px;
    height: 40px;
    margin-left: -17px;
}

.steps-container .milestone.active{
    padding: 11px;
}
.steps-container .milestone.completed .inner-circle{
    background-color: var(--primary-color);
}


/* Responsive classes */

@media  (min-width: 1200px) and (max-width: 1500px){

}

@media  (min-width: 992px) and (max-width: 1199px){

}

@media  (min-width: 769px) and (max-width: 991px){

}

@media (width:1366px) and (height:768px) {

}

@media (width:1536px) and (height:864px) {
    h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .solutions-business h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .hero-content-three p, .hero-section-three p.paragraph {
        line-height: 34px;
    }
    .hero-content-three {
        padding: 0px 20px 0 0;
    }
    .verify-showup {
        margin: 0px 15px 20px;
        padding: 30px;
    }
    #begin-screen {
        padding: 35px 38px 0;
        border-radius: 10px;
    }
}

@media (width:1600px) and (height:900px) {
    h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .solutions-business h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .hero-content-three p, .hero-section-three p.paragraph {
        line-height: 34px;
    }
    .hero-content-three {
        padding: 0px 20px 0 0;
    }
    .verify-showup {
        margin: 0px 15px 20px;
        padding: 30px;
    }
    #begin-screen {
        padding: 45px 50px 0;
        border-radius: 10px;
    }
}

@media (width:1280px) and (height:720px) {
    .hosted-flow-container {
        width: 100%;
    }
    h1 {
        font-size: 30px;
        line-height: 46px;
    }
    .solutions-business h1 {
        font-size: 30px;
        line-height: 46px;
    }
    .hero-content-three p, .hero-section-three p.paragraph {
        line-height: 28px;
        font-size: 18px;
        padding-right: 70px;
    }
    .hero-content-three {
        padding: 0px 20px 0 0;
    }
    .verify-showup {
        display: none;
    }
    .terms-to-begin {
        margin-top: 100px;
    }
    #begin-screen {
        padding: 60px 50px 0;
        border-radius: 10px;
    }
}

@media (width:1440px) and (height:900px) {
    h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .solutions-business h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .hero-content-three p, .hero-section-three p.paragraph {
        line-height: 34px;
    }
    .hero-content-three {
        padding: 0px 20px 0 0;
    }
    .verify-showup {
        margin: 0px 15px 20px;
        padding: 30px;
    }
    #begin-screen {
        padding: 45px 50px 0;
        border-radius: 10px;
    }
    .hosted-flow-container {
        width: 100%;
    }
}

@media (width:1280px) and (height:800px) {
    h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .solutions-business h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .hero-content-three p, .hero-section-three p.paragraph {
        line-height: 34px;
    }
    .hero-content-three {
        padding: 0px 30px 0 0;
        width: 52%;
    }
    .verify-showup {
        margin: 0px 15px 0px;
        padding: 30px 50px;
    }
    h2 {
        font-size: 26px;
        line-height: 40px;
    }
    #begin-screen {
        padding: 45px 50px 0;
        border-radius: 10px;
    }
    .hosted-flow-container {
        width: 100%;
    }
    .writeup-container {
        padding: 20px 40px;
    }


}

@media (width:1280px) and (height:1024px) {
    h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .solutions-business h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .hero-content-three p, .hero-section-three p.paragraph {
        line-height: 34px;
    }
    .hero-content-three {
        padding: 0px 20px 0 0;
    }
    .verify-showup {
        margin: 0px 15px 20px;
        padding: 30px;
    }
    #begin-screen {
        padding: 45px 50px 0;
        border-radius: 10px;
    }
    .hosted-flow-container {
        width: 100%;
    }
    .writeup-container {
        padding: 20px 40px;
    }
}

@media (width:1024px) and (height:768px) {
    .hosted-flow-container {
        width: 100%;
    }
    h1 {
        font-size: 30px;
        line-height: 46px;
    }
    .solutions-business h1 {
        font-size: 30px;
        line-height: 46px;
    }
    .hero-content-three p, .hero-section-three p.paragraph {
        line-height: 28px;
        font-size: 18px;
        padding-right: 70px;
    }
    .hero-content-three {
        padding: 0px 20px 0 0;
    }
    .verify-showup {
        display: none;
    }
    .terms-to-begin {
        margin-top: 100px;
    }
    #begin-screen {
        padding: 60px 50px 0;
        border-radius: 10px;
    }
}

@media (width:768px) and (height:1024px) {
    .hosted-flow-container {
        width: 100%;
    }
    h1 {
        font-size: 30px;
        line-height: 46px;
    }
    .solutions-business h1 {
        font-size: 30px;
        line-height: 46px;
    }
    .hero-content-three p, .hero-section-three p.paragraph {
        line-height: 28px;
        font-size: 18px;
        padding-right: 70px;
    }
    .hero-content-three {
        padding: 0px 20px 0 0;
    }
    .verify-showup {
        display: none;
    }
    .terms-to-begin {
        margin-top: 100px;
    }
    #begin-screen {
        padding: 60px 50px 0;
        border-radius: 10px;
    }
}

@media  (min-width: 768px){
    #hosted-container {
        min-height: 590px;
    }
}
@media  (max-width: 768px){
    #hosted-container{
        max-width: 90%;
        min-height: 55vh;
    }
    .hosted-flow-container{
        padding: 20px;
    }
    #hosted-container > div {
        padding: 15px;
    }
    .selectBox {
        width: 45%;
    }
    /*.hosted-flow-container .customer-logo{
        height: auto;
    }*/
    h2 {    
        font-size: 20px;
    }
    .form-fields .text-box {
        height: 46px;
        font-size: 12px;
    }
    .form-fields label{
        font-size: 12px;
    }
    h3 {
        font-size: 16px;
    }
    .selectBox {
        font-size: 14px;
    }
    .modal-content {
        width: calc(100% - 10px) !important;
        padding: 20px 15px !important;
    }
    .popup-close {
        left: 20px !important;
        top: 27px !important;
    }
    .consent-text-div{
        padding-right: 0;
        margin-top: 0;
    }
}

#eSignInput{
    width: 100%;
    height: 100px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 10px !important;
    background-color: #f6f6f6;
    padding: 18px 40px;
    position: relative;
    cursor: pointer;
    font-size: 42px;
    color: #0d6efd;
    letter-spacing: 3px;
    font-weight: 600;
}


#eSignInput[type="text"], #eSignInput:focus {
    border: none;
    outline: none;
}
