

body {
    font-family: "Urbanist", sans-serif;
    background-color: #eef5f9;
    font-size: 17px;
}
.title-font{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 20px;  
  font-style: normal;
}
.main-form-wrapper{
    background: linear-gradient(90deg, #b977b2 0%, #8d7eba 100%);
    z-index: 9;
    position: relative;
}
.panel {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 3px #ccc;
}
.company-header {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
}
.company-header h2 {
    color: #2c3e50;
    margin-bottom: 10px;
}
.company-header p {
    color: #7f8c8d;
    margin: 5px 0;
}
.wizard-content .wizard>.steps>ul>li:after,
.wizard-content .wizard>.steps>ul>li:before {
    content: '';
    z-index: 9;
    display: block;
    position: absolute;
}
.wizard-content .wizard {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    z-index: 9;
    box-shadow: 0px 3px 5px #0000000b;
}
.wizard-content .wizard .content {
    margin-left: 0!important;
}
.wizard-content .wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
}
.wizard-content .wizard>.steps .current-info {
    position: absolute;
    left: -99999px;
}
.wizard-content .wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
}
.wizard-content .wizard>.steps>ul>li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.wizard-content .wizard>.steps>ul>li a {
    position: relative;
    padding-top: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    font-size: 13px;
}
.wizard-content .wizard>.steps>ul>li:before {
    left: -10px;
}
.wizard-content .wizard>.steps>ul>li:after {
    right: 10px;
}
.wizard-content .wizard>.steps>ul>li:first-child:before,
.wizard-content .wizard>.steps>ul>li:last-child:after {
    content: none;
}
.wizard-content .wizard>.steps>ul>li.current>a {
    color: white;
    cursor: default;
}
.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: white;
    background-color: #fff;
    color: black;
}
.wizard-content .wizard>.steps>ul>li.disabled a,
.wizard-content .wizard>.steps>ul>li.disabled a:focus,
.wizard-content .wizard>.steps>ul>li.disabled a:hover {
    color: #ffffff75;
    cursor: default;
}
.wizard-content .wizard>.steps>ul>li.done a,
.wizard-content .wizard>.steps>ul>li.done a:focus,
.wizard-content .wizard>.steps>ul>li.done a:hover {
    color: white;
    font-size: 12px;
    font-weight: bold;
}
.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #ffffff61;
    border-color: #ffffff47;
    color: #fff;
}
.wizard-content .wizard>.steps>ul>li.error .step {
    border-color: #f62d51;
    color: #f62d51;
}
.wizard-content .wizard>.steps .step {
    background-color: #ffffff0d;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    z-index: 10;
    text-align: center;
}
.wizard-content .wizard>.content {
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 30px;
    margin: 0;
    background-color: white;
    border: 1px solid #e2e8f0;
    border-radius: 0.6rem 0.6rem 0 0;
    position: relative;
}
form#vendor-form:before {
    content: "";
    z-index: -1;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    height: 100px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    position: absolute;
    border-radius: 0.5rem;
    left: 0;
    right: 0;
    top: auto;
    bottom: -15px;
    width: 97%;
    margin: auto;
}
.wizard-content .wizard>.content>.title {
    position: absolute;
    left: -99999px;
}
.wizard-content .wizard>.content>.body {
    padding: 0 20px;
}
.wizard-content .wizard>.content>iframe {
    border: 0;
    width: 100%;
    height: 100%;
}
.wizard-content .wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 0 20px 20px;
    background-color: white;
    position: relative;
    border-radius: 0 0 0.6rem 0.6rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.wizard-content .wizard>.actions>ul {
    float: none;
    list-style: none;
    padding: 0px;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}
.wizard-content .wizard>.actions>ul:after {
    content: '';
    display: table;
    clear: both;
}
.wizard-content .wizard>.actions>ul>li {
    float: left;
}
.wizard-content .wizard>.actions>ul>li+li {
    margin-left: 10px;
}
.wizard-content .wizard>.actions>ul>li>a {
    background: #8d7eba;
    color: #fff;
    display: block;
    padding: 4px 32px;
    border-radius: 4px;
    font-size: 15px;
    border: 1px solid transparent;
}
.wizard-content .wizard>.actions>ul>li>a:focus,
.wizard-content .wizard>.actions>ul>li>a:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
}
.wizard-content .wizard>.actions>ul>li>a:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff;
    color: #54667a;
    border: 1px solid #d9d9d9;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
}
.wizard-content .wizard>.actions>ul>li.disabled>a,
.wizard-content .wizard>.actions>ul>li.disabled>a:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a:hover {
    color: #999;
}
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"],
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wizard-content .wizard.wizard-circle>.steps>ul>li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 35px;
    width: 40%;
    height: 1px;
    background-color: #ffffff;
}
.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: #f3f3f347;
}
.wizard-content .wizard.wizard-circle>.steps .step {
    width: 30px;
    height: 30px;
    line-height: 31px;
    border: 1px solid #ffffff4a;
    font-size: 11px;
    border-radius: 50%;
}
.signature-section {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
    background-color: #f9f9f9;
}
.main-menu {
    background: white;
    padding: 20px;
    border-radius: 0.6rem 0.6rem;
    position: relative;
    width: 97%;
    margin: auto;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.logo img{
    width: 50px;
}
.main-menu::before{
    content: "";
    z-index: -1;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    height: 100px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    position: absolute;
    border-radius: 0.5rem;
    left: 0;
    right: 0;
    top: auto;
    bottom: -15px;
    width: 97%;
    margin: auto;
}
label.error{
    color:red;
    font-size:12px;
}
.primary-btn{
    border: 1px solid #8d7eba;
    background-color: #8d7eba;
    color: #fff !important;
    padding: 4px 32px;
    border-radius: 4px;
    font-size: 15px;
}
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    position: absolute;
    top: 0;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background-color: #8d7eba;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #8d7eba;
    margin-top: -9px;
    position: relative;
    z-index: 2;
}

input[type=range]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    background-color: #8d7eba;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    z-index: 2;
}
#rangeTrack{
    background-color: #8d7eba;
}
input[name="hasSubcontractors"][value="Yes"]:checked ~ #subcontractorDetails {
    display: block;
}
.socialLinks-inner:first-child .remove-btn{
    display: none;
}
.bg-file-icon-file {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='628.027' height='786.012' viewBox='0 0 628.027 786.012'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238d7eba'/%3E%3Cstop offset='1' stop-color='%236a5e90'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(-646 -92.988)'%3E%3Cpath id='Union_2' data-name='Union 2' d='M40,786A40,40,0,0,1,0,746V40A40,40,0,0,1,40,0H501V103h29v24h98V746a40,40,0,0,1-40,40Z' transform='translate(646 93)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Intersection_2' data-name='Intersection 2' d='M.409,162.042l.058-109.9c31.605,29.739,125.37,125.377,125.37,125.377l-109.976.049A20.025,20.025,0,0,1,.409,162.042Z' transform='translate(1147 42)' fill='%23d4cdee' stroke='%23d4cdee' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}
.ts-control{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-radius: 0.375rem;
}
.actions li.disabled{
    display: none;
}
.thankyou-popup {
  text-align: center;
  width: 40%;
  min-height: auto;
  border-radius: 10px;
  padding: 30px;
}
.thankyou-popup p {
  font-size: 18px;
  color: black;
  font-weight: bold;
  margin-top: 20px;
}
.thankyou-popup img {
  width: 80px;
      display: block;
    margin: auto;
}
.actions a.submitting {
    background: #efefef !important;
}
.actions a.submitting:before {
    content: '';
    background: url("loading.gif") no-repeat center center;
    width: 100px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.actions a[href='#finish'] {
    position: relative;
}
@media (max-width: 768px) {
    .thankyou-popup {
        width: 90%;
    }
    .wizard-content .wizard>.steps>ul {
        margin-bottom: 20px;
    }
    .wizard-content .wizard>.steps>ul>li {
        display: block;
        float: left;
        width: 50%;
    }
    .wizard-content .wizard>.steps>ul>li>a {
        margin-bottom: 0;
    }
    .wizard-content .wizard>.steps>ul>li:first-child:before {
        content: '';
    }
    .wizard-content .wizard>.steps>ul>li:last-child:after {
        content: '';
        background-color: #8d7eba;
    }
     .max-670\:p-0 {
      padding: 0px;
    }
    .wizard-content .wizard>.steps>ul{
        display: flex;
    }
    .wizard-content .wizard.wizard-circle>.steps .step{
        color: #fff;
    }
    .wizard-content .wizard>.steps>ul>li.disabled a, .wizard-content .wizard>.steps>ul>li.done a{
            font-size: 1px;
    color: transparent;
    }
    .wizard-content .wizard>.content{
        padding: 20px;
    }
    .wizard-content .wizard>.steps>ul>li a{
        padding-top: 32px;
    }
    .wizard-content .wizard.wizard-circle>.steps .step{
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .wizard-content .wizard.wizard-circle>.steps>ul>li:after, .wizard-content .wizard.wizard-circle>.steps>ul>li:before{
        top: 31px;
        width: 31%;
    }
    .wizard-content .wizard>.steps>ul>li:before {
        left: -17px;
    }
    .title-font{
        font-size: 12px;
    }
    .menu-info{
        display: none;
    }
    .logo img{
        width: 30px;
    }
    .wizard-content .wizard>.content>.body{
        padding: 0px;
    }
    .main-menu{
        top: 20px;
    }
    .main-menu::before{
        bottom: -11px;
        height: 50px;
    }
}
@media (max-width: 480px) {
    .wizard-content .wizard>.steps>ul>li {
        width: 100%;
    }
    .wizard-content .wizard>.steps>ul>li.current:after {
        background-color: #8d7eba;
    }
}
