/*
Theme Name: Salient Child
Theme URI: http://example.com/salient-child/
Description: Child theme for Salient
Author: Your Name
Author URI: http://example.com
Template: salient
Version: 1.0
*/

body {
font-family: 'Inter', sans-serif !important;
}
* {
  box-sizing:border-box;
	font-family: 'Inter', sans-serif ;
}
.dash-logo img {
    width: 350px;
}
.profile-section {
    display: flex;
    justify-content: space-between;
    padding: 12px 10px 14px 40px;
}

/* Add your custom CSS styles below */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
    z-index: 999; /* Ensure it appears above other elements */
}

/*.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}*/

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

        .step {
            display: none;
        }
        #step1 { /* Make the first step visible by default */
            display: block;
        }
        .error-message {
            color: red;
        }
	  
	 li.Active a {
     color: #ffce59 !important;
} 

.leftMenu ul li a {
    color: #030039;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
}
	  
.leftMenu {
    text-align: center;
    float: left;
    height: auto;
    width: 20%;
    color: #000000;
}
.tab-section {
    display: block;
    float: left;
    width: 70%;
    padding-top: 30px;
	padding-left: 100px;
}	
.leftMenu ul {
    margin-top: 0;
    list-style: none;
    padding: 0;
	margin:0;
}
.leftMenu li {
    text-align: left;
    cursor: pointer;
    font-size: 14px;
	list-style:none;
}
.leftMenu li:hover {
    background-color: ;
}
.leftMenu li p {
    margin: 0;
     font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
	padding-bottom: 20px;
}
.naam-heading {
    font-size: 32px;
    padding-bottom: 40px;
    font-weight: 400;
    margin: 10px 0;
	text-transform: none;
}

section.faq {
  padding-top: 2em;
  padding-bottom: 3em;
}
	  
.head-icon p {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    padding: 10px;
}
.head-icon p i{
    padding-left:5px;
}	
.head-icon {
	float: right;
}	  
.avatar {
    vertical-align: middle;
    width: 30px;
    height: 50px;
    padding: 10px 0;
    margin-right: 30px;
}	  
.profile-section {
    background-color: #030039;
    width: 100%;
}	

.profile-section .head-icon span {
    display: inline-flex;
}	
button.first-next-bttn {
    width: 20%;
    height: 50px;
    margin-top: 34px;
    background-color: #ffce59;
    color: #fff;
    font-size: 20px;
    border: none;
}	  
button.first-previous-bttn, .last-previous-bttn{
    width: 20%;
    height: 50px;
    margin-top: 34px;
    background-color:#ffce59;
    color: #fff;
    font-size: 20px;
    border: none;
}
button.sec-previous-bttn, input.sbmt-bttn{
    width: 20%;
    height: 50px;
    margin-top: 34px;
    background-color: #ffce59;
    color: #fff;
    font-size: 20px;
    border: none;
	float:right;
}	  
	  
/*div#loader {
    position: absolute;
    right: 14px;
    top: 36px;
}	  
.main-loader {
    position: relative;
}	  
*/	
.loading-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}

.loading-overlay.is-active {
  display: flex;
}	  
	  
	  

nav ul {
  margin:0;padding:0;
  list-style-type:none;
  float:left;
  display:inline-block;
}

nav ul li {
  position:relative;
  margin:0 20px 0 0;
  float:left;
  display:inline-block;
}

/*li > a:after { content: ' »'; }  Change this in order to change the Dropdown symbol */
nav ul li a i.fa.fa-chevron-down {
    padding: 0px 0 2px 4px;
}	  
li > a:only-child:after { content: ''; }

nav ul li a {
  padding:10px 0;
  display:inline-block;
  color:#fff;
  text-decoration:none;
  font-size: 15px;
}

nav ul li a:hover {
  opacity:;
  color:#fff;	
}
/*
nav ul li ul {
    display: none;
    position: absolute;
    left: 0;
    background: #030039;
    text-align: center;
}*/
nav ul li ul {
    display: none;
    position: absolute;
    /* left: 0; */
    background: #030039;
    text-align: center;
    right: 0;
}	  

nav ul li ul li {
  width:100%;
  border-bottom:1px solid rgba(255,255,255,.3);
}

nav ul li:hover ul {
  display:block;
}	  
a.three-menu:active {
    color: #ffce59;
}
a.three-menu:hover {
    color: #ffce59;
}
	  
	  
	  

.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}
.wrapper-2 h1{
  font-family: 'Inter', sans-serif;
  font-size:4em;
  letter-spacing:3px;
  color:#5892FF ;
  margin:0;
  margin-bottom:20px;
}
.wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#aaa;
  font-family: 'Inter', sans-serif;
  letter-spacing:1px;
}
.go-home {
    color: #000;
    background: #ffce59;
    border: none;
    padding: 22px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
a.btn-redirect {
    color: #000;
}
body {
    background: #F5F5F7;
}
.main-section {
    padding: 25px;
    width: 20%;
    max-width: 275px;
}
.tab-section {
    display: block;
    float: right;
    width: 80%;
    padding: 85px 0;
    max-width: 1195px;
}.flex-box-1 {
    display: flex;
    gap: 85px;
}
#faq {
    max-width: 100%;
    text-align: center;
}

.step label {
    margin: 20px 0  5px;
    display: inline-block;
	font-family: 'Inter', sans-serif !important;
}
.loader-overlay {background-color: rgba(0, 0, 0, 0.5) !important;}

#faq ul li.is-active input[type=checkbox]:checked ~ p , #faq ul li.is-active input[type=checkbox] ~ p  {
    max-height: inherit !important;
    opacity: 1 !important;
    display: inline-block !important;
}
#faq ul li input[type=checkbox]:checked ~ p , #faq ul li input[type=checkbox] ~ p {
    max-height: 0 !important;
    opacity: 0 !important;
    display: none !important;
}
#faq ul li input[type=checkbox] ~ h2 {
    padding:30px 15px !important;
}


@media (min-width:360px){
  .wrapper-2 h1{
    font-size:4.5em;
  }
  .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .content{
  max-width:1000px;
  margin:0 auto;
}
  .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:0px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
}
@media only screen and (min-width: 300px) and (max-width: 767px) { 
.main-section {
    padding: 40px 16px;
}	
.tab-section {
    width: 95%;
    padding-top: 10px;
    padding-left: 30px;
}
.leftMenu {
    width: 100%;
}	
button.first-next-bttn {
    width: 35%;
    height: 40px;
}
button.first-previous-bttn, .last-previous-bttn {
    width: 35%;
    height: 40px;
}	
button.sec-previous-bttn, input.sbmt-bttn {
    width: 35%;
    height: 40px;
}
.dash-logo img {
    width: 280px;
}
.profile-section {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    flex-wrap: wrap;
}	
}	 	  
@media only screen and (min-width: 768px) and (max-width: 1106px) { 
.main-section {
    padding: 40px 30px 50px;
}
.tab-section {
    width: 65%;
    padding-top: 10px;
    padding-left: 50px;
}
.leftMenu {
    width: 30%;
}	
button.first-next-bttn {
    width: 32%;
    height: 44px;
}
button.first-previous-bttn, .last-previous-bttn {
    width: 32%;
    height: 44px;
}	
button.sec-previous-bttn, input.sbmt-bttn {
    width: 32%;
    height: 44px;
}	
}	  
button.first-next-bttn {
    margin-top: 20px;
    display: block;
}
	  /*progress bar css*/
.step-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.step-label {
    flex: 1;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

#progress-bar-container {
    width: 80%;
    margin: 0 10%;
    background: #ddd;
    height: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden; /* Hide overflowing content */
}

#progress-bar {
    height: 100%;
    width: 0;
    background: linear-gradient(to right, #498ffe, #feda5e); /* Blue to yellow gradient */
    border-radius: 10px;
    transition: width 0.3s ease-in-out, background 0.3s ease-in-out; /* Add transition for smoother animation */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for depth */
}

/* Optional: Add hover effect to make it interactive */
#progress-bar-container:hover #progress-bar {
    background: linear-gradient(to right, #2e86c1, #d4ac0d); /* Adjust hover colors accordingly */
}

.btn-right {
    display: flex;
    justify-content: end;
}
.btn-right button.sec-previous-bttn {
    float: initial;
}


/* negotiation form company dropdown search*/
span.select2.select2-container , span.select2.select2-container * {
    border: none;
    background: whitesmoke;
    border-radius: 5px;
	margin-bottom: 15px;
}
span#select2-provider-container {
padding:10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
}
span.select2-dropdown.select2-dropdown--below {
    top: 2px !important;
}

span.select2-dropdown.select2-dropdown--below {
    top: 20px;
}





/*chevron_button_functionality*/
.form_color_animation .button_container {
    width: 100%;
    background-color: #F0F0F0;
    padding: 30px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.chevron_button_up,
.chevron_button_down {
    background-color: #ffce59;
    display: inline-block;
    padding: 14px 14px;
    border-radius: 100%;
    color: white;
    cursor: pointer;
    border: none;
}

/* CSS for the transition effect */
.slide-in-from-top {
    animation: slideInFromTop 1.3s ease forwards;
}

.slide-in-from-bottom {
    animation: slideInFromBottom 1.3s ease forwards;
}

@keyframes slideInFromTop {
    from {
        transform: translateY(-300%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInFromBottom {
    from {
        transform: translateY(200%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.chevron_button_disable {
    background-color: #ffce598f;
    color: #ffffff7a;
    pointer-events: none
}

.form_color_animation button.sec-previous-bttn.next_btn_nav {
    position: absolute;
    bottom: -70px;
    left: 0;
    font-size: 20px;
    width: 150px;
    cursor:pointer;
}


.form_color_animation button.sec-previous-bttn.right_next_btn_nav {
    margin-top: 25px;
    float: left;
    font-size: 20px;
    width: 150px;
    cursor:pointer;
}



.form_color_animation .form_submit_btn {
    font-size: 20px;
    cursor:pointer;
}

.form_color_animation canvas.nectar-animated-gradient.loaded {
    display: none;
}

.form_color_animation .row-bg-wrap.has-animated-gradient {
    background-color: #FFFFFF;
}

.form_color_animation form#contractForm {
    padding: 0px 40px;
    box-shadow: none !important;
    border-radius: 0px;
    /*margin: auto !important;*/
    /*display:flex;*/
    /*text-align:center;*/
    /*justify-content:center;*/
    /*align-items:center;*/
    margin-top: 100px;
    margin-bottom: 200px;
}
.form_color_animation div#step17 {
    padding-bottom: 100px;
}
.form_color_animation .info-icon{
	cursor: pointer;
}
.form_color_animation .first-next-bttn{
	cursor: pointer;
}

/* .info-container {
  position: relative;
} 
.info-container-lavel {
  position: relative; 
} */
.info-container-span {
    position: relative;
}

.info-box {
    display: none;
    position: absolute;
    top: -360%;
    left: 36%;
    right: 0%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
    color: black;
    line-height: 12px;
    font-size: 10px;
    text-align: left;
    width: 200px;
    min-width: 100%;
}

/* Arrow */
.info-box::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 54%;
    margin-left: -10px; /* Adjust as needed */
    border: solid transparent;
    border-width: 8px;
    border-top-color: #ffce59;
}

#step2 .info-box.info-box-two {
    left: 16%;
    top: -300%;
}

#step3 .info-box.info-box-three {
    top: -350%;
    width: 260px;
}

#step4 .info-box {
    top: -410%;
}

#step5 .info-box {
    left: 160%;
    top: -300%;
}

#step5 .info-box::before {
    left: 40%;
}

#step6 .info-box {
    top: -300%;
}

#step7 .info-box {
    top: -300%;
}

#step7 .info-box.info-box_seven {
    top: -240%;
    left: 90%;
}

#step7 .info-box.info-box_seven::before {
    left: 48%;
}

#step8 .info-box {
    top: -300%;
}

#step8 .info-box.info-box_eight {
    top: -240%;
    left: 220%;
}

#step8 .info-box.info-box_eight::before {
    left: 34%;
}

#step9 .info-box {
    top: -300%;
}

.info-container .info-container-span:hover .info-box {
    display: block;
}


@media only screen and (max-width: 699px) {
    .form_color_animation button.sec-previous-bttn.next_btn_nav {
        font-size: 14px;
        width: 100px;
    }

    .form_color_animation button.sec-previous-bttn.right_next_btn_nav {
        font-size: 14px;
        width: 100px;
    }

    .form_color_animation .form_submit_btn {
        width: 120px !important;
        font-size: 14px;
    }

    .form_color_animation form#contractForm {
        padding: 0px 5px !important;
        margin-top: 0;
        margin-bottom: 100px;
    }

    .form_color_animation.wpb_row.vc_row-o-full-height.top-level, .form_color_animation.wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        min-height: calc(80vh - 1px);
    }

}

@media only screen and (max-width: 499px) {
    #step2 .info-box.info-box-two {
        left: -440%;
    }

    #step2 .info-box.info-box-two::before {
        left: 94%;
    }

    #step3 .info-box.info-box-three {
        left: -400%;
    }

    #step3 .info-box.info-box-three::before {
        left: 90%;
    }
    #step4 .info-box {
        top: -390%;
    }

    #step7 .info-box {
        left: -90%;
    }

    #step7 .info-box::before {
        left: 68%;
    }

    #step9 .info-box {
        left: -40%;
    }

    #step9 .info-box::before {
        left: 62%;
    }

}

/* step one design */
.form_color_animation form#contractForm {
    max-width: 980px;

}

.step-one-wrapper {
    text-align: center;
}

.step-one-title {
    font-size: 3rem;
    line-height: 54px;
    font-weight: 600;
    margin: 20px 0;
}

.step-one-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px !important;
    margin: 10px 0;
}

.step-one-subtitle span {
    color: #318fff;
}

.step-one-text {
    font-size: 14px;
    line-height: 20px;
}

.step-one-container-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2rem;
    margin: 80px 0;

}

.step-one-container-box {
    background-color: #fff;
    padding: 44px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.5rem;
    min-height: 148px;
    height: 100%;
    cursor: pointer;

}

.step-one-container-box i {
    font-size: 34px;
    color: #318fff;
}

.step-one-container-box h4 span {
    font-size: 18px;
    color: #318fff;
    line-height: 26px;
}

/* .form_color_animation .step-one-begin-button{
    margin:auto;
} */
.form_color_animation .step11-backbtn {
    margin-top: 34px;
    background-color: #ffce59;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px !important;
    border-radius: 10px !important;
}

.form_color_animation .step11-backbtn:hover {
    color: #fff;
}

#progress-bar-container {
     margin-bottom: 10%;
}

@media only screen and (max-width: 1024px) {
    .step-one-title {
        font-size: 2.2rem;
        line-height: 40px;

    }

    .step-one-subtitle {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .step-one-container-wrapper {
        flex-wrap: wrap;
        row-gap: 2rem;
        flex-direction: row;
        margin: 40px 0;

    }

    .step-one-container-box {
        width: 70%;

    }

    #progress-bar-container {
        margin-bottom: 15%;
    }
}

@media only screen and (max-width: 600px) {
    .step-one-title {
        font-size: 2rem;
        line-height: 34px;
        margin: 14px 0;

    }

    .step-one-subtitle {
        margin: 7px 0;
    }

    .step-one-container-box {
        width: 100%;
        min-height: 120px;
    }

    .form_color_animation .step11-backbtn {
        font-size: 16px;
    }

    .step-one-container-wrapper {
        padding-bottom: 40px;
    }

    #progress-bar-container {
        margin-bottom: 20%;
    }

}

#progress-bar-container {
    display: none;
}
#button_container {
    display: none;
}



