.contractor-payout{
  position:relative;
  overflow:hidden;
}
.contractor-payout img[src$=".svg"] {
  display:block !important;
}
.contractor-payout .two-col-holder{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap:32px;
}
.contractor-payout .two-col-holder .content-col,
.contractor-payout .two-col-holder .right-form-col{
  flex-basis: 100%;
  max-width: 100%;
}
.contractor-payout .two-col-holder .heading-container{
  margin-bottom:16px;
}
.contractor-payout .heading-container .theme-lebel {
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em
}
.contractor-payout .heading-container h2{
  margin-bottom:16px;
}
.contractor-payout .heading-container p{
  margin-bottom:0px;
}
.contractor-payout .two-col-holder .content-col .theme-buttons {
  display: flex;
  gap: 16px;
  flex-direction:row;
  align-items:center;
  flex-wrap:wrap;
  margin-top:24px;
}

.contractor-payout .two-col-holder .content-list .content-inner .content-desc{
  width:calc(100% - 48px);
  display:flex;
  align-items: center;
}
.contractor-payout .two-col-holder .content-list .content-inner .content-desc h4{
  margin:0px;
}

.contractor-payout .two-col-holder .content-list .content-inner .content-desc{
  padding-top: 8px;
}
.contractor-payout .single-step {
  position: relative;
  padding-bottom: 60px;
  padding-left: 60px;
}
.contractor-payout .right-form-col .index-wrapper .circle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border-radius: 100%;
}

@media (min-width: 960px){
  .contractor-payout .two-col-holder .content-list .content-inner .content-desc{
    padding-top: 4px;
  }
}

@media only screen and (min-width: 960px) {

  .contractor-payout .two-col-holder .heading-container{
    margin-bottom:24px;
  }
  .contractor-payout .two-col-holder .content-col .theme-buttons {
    margin-top:32px;
  }

}
@media only screen and (min-width: 1024px) {

  .contractor-payout .two-col-holder{
    gap:0px;
  }
  .contractor-payout .two-col-holder .content-col{
    box-sizing: border-box;
    flex-basis: 43.75%;
    max-width: 43.75%;
    margin-right:6.25%;
  }
  .contractor-payout .two-col-holder .right-form-col{
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1920px) {
  .contractor-payout .two-col-holder .content-col .theme-buttons {
    margin-top:48px;
  }
}

.contractor-payout .two-col-holder .content-list {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contractor-payout .two-col-holder .content-list .content-inner{
  display:flex;
}
.contractor-payout .two-col-holder .content-list .content-inner .content-icon{
  width:32px;
  height:32px;
  padding:4px;
  margin-right:16px;
  border-radius:50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contractor-payout .two-col-holder .content-list .content-inner .content-icon .replaced-svg{
  display: flex;
}

.contractor-payout .two-col-holder .content-list .content-inner .content-icon img{
  width:100%;
  object-fit:contain;
  display:block;
}

@media (max-width: 576px){
  .contractor-payout .two-col-holder .content-col .theme-buttons{
    max-width: 100%;
  }
  .contractor-payout .two-col-holder .content-col .theme-buttons > span{
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .contractor-payout .two-col-holder .content-col .theme-buttons > span a{
    width: 100%;
    max-width: 100%;
  }
}

.custom-form-container {
  background-color: #fff;
  margin-top: 50px;
  padding: 48px 30px;
  width: 100%;
  max-width:550px;
  position: relative;
  z-index: 1;
}
.custom-form-container form{
  background:transparent;
  border:none;
}
.custom-form-container .form-group {
  margin-bottom: 25px;
  position: relative;
}
.custom-form-container .choices__list--dropdown .choices__item,
.custom-form-container .choices__list[aria-expanded] .choices__item{
  color:#141415;
}
.custom-form-container .choices__inner {
  background-color: #f6f7f8 !important;
  border: transparent;
  border-radius: 0;
  color: #141415;
  font-family: Fustat,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 56px;
  line-height: 1.5em;
  padding: 12px 30px 12px 16px;
  position: relative;
  width: 100%;
  display:flex;
  align-items:center;
  border-bottom:1px solid #777a7e !important
}
.custom-form-container .form-group.has-error .choices__inner{
  border-bottom:1px solid #B41818 !important
}
.custom-form-container .choices[data-type*=select-one] .choices__inner{
  padding-bottom:12px;
}
.custom-form-container .choices[data-type*=select-one].is-focused .choices__inner,
.custom-form-container .choices[data-type*=select-one].is-open .choices__inner{
  background:#000 !important;
}
.custom-form-container .choices__inner:hover {
  background-color: rgba(20,20,21,.1);
}
.custom-form-container .choices__list--single{
  font-family: Fustat,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  padding:0px;
}
.custom-form-container .choices__list--single .choices__placeholder{
  opacity:1;
  color:#383A3D;
}
.custom-form-container .form-group.has-error .choices__list--single .choices__placeholder{
  color:#B41818;
}
.custom-form-container .choices__list--dropdown .choices__item--selectable.is-highlighted,
.custom-form-container .choices__list[aria-expanded] .choices__item--selectable.is-highlighted{
  background-color: #F6F7F8;
  /*   color: white; */
}

.custom-form-container .choices[data-type*=select-one].is-focused .choices__inner,
.custom-form-container .choices[data-type*=select-one].is-open .choices__inner {
  border-color: #999;
}
.custom-form-container .choices[data-type*=select-one].is-focused .choices__list--single,
.custom-form-container .choices[data-type*=select-one].is-open .choices__list--single,
.custom-form-container .choices[data-type*=select-one].is-focused .choices__list--single .choices__placeholder,
.custom-form-container .choices[data-type*=select-one].is-open .choices__list--single .choices__placeholder {
  color: #fff;
}
.custom-form-container .choices__list--dropdown .choices__item.choices__item--disabled, 
.custom-form-container .choices__list[aria-expanded] .choices__item.choices__item--disabled{
  display:none;
}
.custom-form-container .choices__list--dropdown, 
.custom-form-container .choices__list[aria-expanded]{
  padding: 8px;
  border: 1px solid #232325;
  border-top:0px;
  border-radius: 0px 0px 2px 2px;
}
.custom-form-container .choices{
  margin-bottom:0px;
}
.invalid .choices__inner {
  border-color: #f44336 !important;
}
.custom-form-container .choices__list--dropdown .choices__list,
.custom-form-container .choices__list[aria-expanded] .choices__list{
  max-height:210px;
}

/* cshs */
/* For WebKit browsers (Chrome, Safari, Edge) */
.choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 8px;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background: #232325;
  border-radius: 4px;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* For Firefox */
.choices__list--dropdown .choices__list {
  scrollbar-width: thin;
  scrollbar-color: #232325 #f1f1f1;
}

.custom-form-container .error-text {
  color: #B41818;
  margin-top: 5px;
  display: none;
}


.single-step .content-data{
  position: relative;
  width: min(490px, 238.852px + 14.77vw);
  min-height: 300px;
  margin-top: 40px;
}

.step.hidden {
  display: none;
}


/* Numbers */
.single-step .index-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  background-color: rgb(228, 232, 236);
  border: 1px solid #141415;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

/* setp-2 content styling */
.content-data .theme-buttons{
  display: flex;
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.content-data .tab-content{
  margin-top: 30px;
  margin-bottom: 25px;
}
.tab-content .tab-container{
  border-bottom: 1px solid rgb(0, 35, 75);
  padding-top: 23px;
  padding-bottom: 28px;
  display: flex;
  justify-content: space-between;
}
.tab-content .tab-container .tab-item{
  width:32%;
}
.tab-content .tab-container .tab-item.small{
  width:25%;
}

/* Select after */
.custom-form-container .choices[data-type*=select-one]::after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2011%207%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M10.1837%201L5.75834%205.42533L1.33301%201%27%20stroke%3D%27%2300234B%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  transform: translate(-50%, -50%);
  transition: 0.1s ease-in-out;
  border:none;
  margin:0px;
}
.custom-form-container .choices[data-type*=select-one].is-open::after,
.custom-form-container .choices[data-type*=select-one].is-focused::after{
  content: "";
  /*   width: 34px !important;
  height: 34px !important; */
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2011%207%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M10.1837%201L5.75834%205.42533L1.33301%201%27%20stroke%3D%27%23EFF0F0%27/%3E%3C/svg%3E");
  transition: 0.1s ease-in-out;
  margin:0px;
  transform: translate(-50%,-50%) rotate(180deg);
}
.custom-form-container .choices[aria-expanded="false"].is-focused::after{
  transform: translate(-50%,-50%) rotate(0deg);
  transition: 0.1s ease-in-out;
}







/* Nice Select Styling */
.custom-form-container form input:not([type="submit"]),
.custom-form-container form .nice-select {
  background-color: #f6f7f8 !important;
  border: transparent !important;
  border-radius: 0 !important;
  color: #141415 !important;
  font-weight: 400 !important;
  height: 56px !important;
  line-height: 1.5em !important;
  padding: 12px 30px 12px 16px !important;
  position: relative !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  border-bottom: 1px solid #777a7e !important;
  margin-bottom:25px;
}
.custom-form-container form .nice-select.open .current {
  color: #fff; !important;
}
.custom-form-container .nice-select .current {
  color:#383A3D;
}
.custom-form-container .nice-select.has-value .current {
  color: #141415;
}
.custom-form-container .nice-select:after{
  width:8px;
  height:8px;
  border-color: #383A3D;
  right:18px;
}
.custom-form-container .nice-select.open:after{
  border-color: #fff;
}
.custom-form-container .nice-select .list {
  max-height: 210px; /* adjust height as needed */
  overflow-y: auto;
  width:100%;
}
/* cshs */
/* For WebKit browsers (Chrome, Safari, Edge) */
.custom-form-container .nice-select .list::-webkit-scrollbar {
  width: 8px;
}
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.tab-content .tab-container .tab-item.stripe{
    width: 60%;
}
.custom-form-container .nice-select .list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.custom-form-container .nice-select .list::-webkit-scrollbar-thumb {
  background: #232325;
  border-radius: 4px;
}

.custom-form-container .nice-select .list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* For Firefox */
.custom-form-container .nice-select .list {
  scrollbar-width: thin;
  scrollbar-color: #232325 #f1f1f1;
}
