@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --primary: #30B876;
    --gray : #B6B6B6
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Inter", sans-serif;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

form#contract_form .line {
  margin-top: 15px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  width: 100%;
  background: white;
}

.talent-img{
    width: 100%;
}

.form_label{
    width: 100%;
    font-size: 14px;
    color: #757575;
    text-align: left;
    font-family: "Outfit", serif;
    font-weight: 400;
    font-style: normal;
    margin:8px 0px;
    
}


span#clo-display-email {
    display: none;
}

h3.otp-txt {
    text-align: center;
    font-family: "Outfit", serif;
    font-weight: 500;
    font-style: normal;
}

.otp-sub-txt {
    text-align: center;
    font-family: "Outfit", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--gray);
}


/* OTP Field */
  .input-container {
    display: flex;
    gap: 10px;
    justify-content: center;
}

  
  .input-basic-info {
    width: 100%;
    font-size: 16px;
    text-align: left;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    outline: none;
    font-family: "Outfit", serif;
  }
  
  .input-field:focus {
    border-color: #007bff;
  }
  
  .input-field::-webkit-outer-spin-button,
  .input-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .input-field[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
  }
/* OTP Field End */

/*Basic Info*/
.input-field {
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
}


.confirm-aggrement {
    opacity: 0;
    position: absolute;
    z-index: 1; /* Keep it above the custom checkbox */
    width: 20px;
    height: 20px;
    margin: 0;
}

/* Style the custom checkbox */
.agrement-line {
    position: relative;
    display: flex;
    align-items: center;
}

.agrement-line .text {
    position: relative;
    padding-left: 0px; /* Space for the custom checkbox */
}

.agrement-line .text::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #30B876; /* Border color */
    background-color: white; /* Default background */
    border-radius: 3px; /* Rounded corners */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Change background color when the checkbox is checked */
.confirm-aggrement:checked + .text::before {
    background-color: #30B876; /* Background color for checked state */
    border-color: #30B876; /* Optional: Keep border consistent */
}

/* Optional: Add a checkmark for checked state */
.confirm-aggrement:checked + .text::after {
    content: '✓';
    color: white;
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}


p.agrement-line .text {
    display: inline-block;
    padding-left: 25px;
}

p.agrement-line {
    margin: 10px 0px;
}

.form-otp input {
    width: 100%;
    padding: 10px !important;
    border-radius: 10px;
    background: #F1F1F1;
    border: solid 1px #EFEFEF;
    height: 52px;
}

.formbold-steps {
  padding-bottom: 18px;
  margin-bottom: 35px;
  /* border-bottom: 1px solid #DDE3EC; */
}
.formbold-steps ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.formbold-steps li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  flex-direction: column;
  position: relative;
}
.step-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.step-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.step-text {
  text-align: center;
  margin-bottom: 8px;
}
.formbold-steps li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DDE3EC;
  width: 190px;
  height: 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  border-radius: 12px;
  transition: background 0.3s ease;
}
.formbold-steps li.active {
  color: #07074D;
}
.formbold-steps li.active .step-icon rect[opacity="0.06"] {
  fill: #30B876 !important;
}
.formbold-steps li.active .step-icon path[fill] {
  fill: #30B876 !important;
}
.formbold-steps li.active .step-icon path[stroke] {
  stroke: #30B876 !important;
}
.formbold-steps li:not(.active) .step-icon rect[opacity="0.06"] {
  fill: #162F2B !important;
}
.formbold-steps li:not(.active) .step-icon path[fill] {
  fill: #162F2B !important;
}
.formbold-steps li:not(.active) .step-icon path[stroke] {
  stroke: #162F2B !important;
}
.formbold-steps li.active span {
  background: var(--primary);
  color: #FFFFFF;
  border-radius: 12px;
}

.formbold-input-flex {
  /* display: flex; */
  gap: 20px;
  margin-bottom: 22px;
}

p.txt_step_1 {
  text-align: center;
  font-family: outfit;
  font-size: 20px;
  font-weight: bold;
  margin: initial;
}

p.txt_step_1_sub {
  text-align: center;
  padding: initial;
  font-family: 'Outfit';
  color : rgba(0, 0, 0, 1);
}

.formbold-form-input {
  width: 100%;
  padding: 13px 22px;
  border-radius: 5px;
  border: 1px solid #DDE3EC;
  background: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  color: #536387;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.formbold-form-label {
  color: #07074D;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.formbold-form-confirm {
  border-bottom: 1px solid #DDE3EC;
  padding-bottom: 35px;
}
.formbold-form-confirm p {
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  margin-bottom: 22px;
  width: 75%;
}
.formbold-form-confirm > div {
  display: flex;
  gap: 15px;
}

.formbold-confirm-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border: 0.5px solid #DDE3EC;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  cursor: pointer;
  padding: 10px 20px;
  transition: all .3s ease-in-out;
}
.formbold-confirm-btn {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}
.formbold-confirm-btn.active {
  background: #6A64F1;
  color: #FFFFFF;
}

.formbold-form-step-1,
.formbold-form-step-2,
.formbold-form-step-3,
.formbold-form-step-4 {
  display: none;
}
.formbold-form-step-1.active,
.formbold-form-step-2.active,
.formbold-form-step-3.active,
.formbold-form-step-4.active {
  display: block;
}

.formbold-form-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 32px;
}

.formbold-back-btn {
  cursor: pointer;
  background: #F5F5F5;
  border: none;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  display: none;
  font-family: "Outfit", sans-serif;
}

.formbold-back-btn.active {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 500;
  color: #333333;
  background: #F5F5F5;
  cursor: pointer;
  width: auto;
  min-width: 100px;
  transition: all 0.3s ease;
}

.formbold-back-btn.active:hover {
  background: #E8E8E8;
}

.formbold-back-btn.active svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

button#send_email {
  width: 100% !important;
}

.formbold-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    border-radius: 8px;
    padding: 12px 24px;
    border: none;
    font-weight: 500;
    background-color: var(--primary);
    color: white;
    cursor: pointer;
    width: auto;
    min-width: 100px;
    font-family: "Outfit", sans-serif;
    transition: all 0.3s ease;
}

.formbold-btn:hover {
  background-color: #2AA568;
  box-shadow: 0px 4px 12px rgba(48, 184, 118, 0.3);
}

.formbold-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}



.disabled{
  display: none;
}


.bank_details{
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  padding: 10px 10px;
  margin: 5px 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  width: 100%;
  position: relative;
  margin-right: 8px;
}


.radio-card {
  border: 2px solid #1A5D5D;
  border-radius: 10px;
  padding: 10px 10px;
  margin: 5px 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  width: 50%;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

/* Selected state */
.radio-card:hover, .radio-card input:checked + .content-option {
  border-color: #185B63;
}


.content-option {
  display: flex;
}
/* Hidden radio input */
.radio-card input {
  display: none;
}

/* Icon */
.icon {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
}

.text-content {
  display: flex;
  flex-direction: column;
}



.text-content .title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  text-transform: capitalize;
  text-align: left;
}

.text-content .description {
  font-size: 14px;
  color: #999;
  margin: 5px 0 0;
}

/* Checkmark */
.checkmark {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  margin-left: auto;
}

.radio-card input:checked + .content-option .checkmark {
  background-color: #30B876;
  border-color: #30B876;
}

.radio-card input:checked + .content-option .checkmark::before {
  content: '✓';
  color: #fff;
  font-size: 14px;
}


p.Card_Name {
  font-size: 20px;
  font-family: 'Outfit';
  padding: initial;
  margin: initial;
}

.content-option img {
  margin: initial !important;
  padding: initial !important;
}

p.txt_step_2 {
  font-size: 20px;
  font-family: 'Outfit';
  padding: initial;
  margin: initial;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}

p.image_selector {
    text-align: center;
}

span.amount_fees {
  color: rgba(142, 143, 148, 1);
  margin-right: 20px;
}

span.time{
  color: rgba(142, 143, 148, 1);
  margin-right: 20px;
}

button#show_bank ,button#redirect_invoice {
  width: 20%;
}

hr.line {
  color: red;
  border: solid 1px #c4c4c4;
  width: 100%;
  margin: auto;
  margin-top: 13px;
  display: none;
}




#back{
  border: solid 1px #000000 !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  width: 20%;
  text-align: center !important;
  background: initial;
}


#copy-reference {
  white-space: nowrap;
}

.alert-info {
  background-color: #e9f7ff;
  border-color: #bce0fd;
  color: #31708f;
}

.card-body ul {
  padding: 20px;
  margin: 0 0 0px 0;
}

.cuation {
  display: flex
;
  flex-direction: column;
  padding: 0 30px;
  background: rgba(243, 243, 243, 1);
}

.card-body ul li {
  list-style: disc;
  list-style-type: revert-layer;
  font-family: 'Outfit';
}

.alert_ {
  color: rgba(73, 79, 107, 1);
  font-family: 'Outfit';
  font-weight: 300;
}

.alert_ img {
  padding-right: 10px;
  display: inline-block;
}

.bank_data {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
}

.bank_details_card img {
  width: 6%;
}


.bank_data {
  margin-left: 10px;
}

.bank_details_card {
  width: 100%;
  display: flex
;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: center;
  position: relative;
  border: solid 1px rgba(209, 214, 224, 1);
  padding: 14px;
  border-radius: 20px;
  margin: 10px 0;
}

button#copy-reference {
  position: absolute;
  bottom: 20px;
  right: 10px;
}

a#copy-reference img {
  width: 40px;
}

a#copy-reference {
  position: absolute;
  bottom: 0;
  right: 10px;
}

table#invoices-table {
  text-align: center;
}

.options {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
}

label.radio-card img {
    width: 30%;
}

.radio-card {
    border: 2px solid #1A5D5D;
    border-radius: 10px;
    margin: 5px 0;
    cursor: pointer;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    width: 35%;
    position: relative;
    margin-right: 8px;
    padding: 42px;
    display: flex;
}

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

button#next_step {
  width: max-content;
}


.options-type {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: center;
  width: 100%;
}


/*Step 2 */

.radio-card-step-2 {
  border: 2px solid #1A5D5D;
  border-radius: 10px;
  padding: 10px 10px;
  margin: 5px 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  width: 25%;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}


.radio-card-step-2:hover, .radio-card-step-2 input:checked + .content-option {
  border-color: #185B63;
}


.content-option {
  display: flex;
}
/* Hidden radio input */
.radio-card-step-2 input {
  display: none;
}

/* Icon */
.icon {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
}

.text-content {
  display: flex;
  flex-direction: column;
}



.text-content .title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}

.text-content .description {
  font-size: 14px;
  color: #999;
  margin: 5px 0 0;
}

/* Checkmark */
.checkmark {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;

}

.radio-card-step-2 input:checked + .content-option .checkmark {
  background-color: #30B876;
  border-color: #30B876;
}

.radio-card-step-2 input:checked + .content-option .checkmark::before {
  content: '✓';
  color: #fff;
  font-size: 14px;
}


label.radio-card-step-2 img {
  width: 100px;
}


.form_step_2 {
  width: 77% !important;
  margin: auto !important;
}
.small_txt{
  font-family:outfit;
  text-align: center;
}

.step_3_content {
  width: 90%;
  margin: auto;
}

.toggle_btn {
  background: rgba(250, 250, 250, 1);
  border-radius: 20px;
  padding: 13px;
  padding-bottom: 28px;
  padding-left: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.toggle_btn .switch {
  flex-shrink: 0;
}

.toggle_btn .txt {
  margin: 0;
  flex: 1;
}

hr.line_sep {
  border: solid 1px #D1D6E0;
  margin-left: 16px !important;
  width: 95%;
}
.col-md-12.toggle_btn .switch {
  float: right;
}
.green_text {
  color: #30B876;
}

/* Switch/Toggle Styles */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 28px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #30B876;
}

input:checked + .slider:before {
  transform: translateX(20px);
}

.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

p.txt {
  font-family: 'Outfit';
  display: inline-block ;
  margin: 0px 0px 0px 5px;
}

p.inner_head {
  color: #5C5C5C;
  padding-top: 28px;
  margin: 0 0 16px 15px !important;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

p.txt_inner {
  margin: 0 0 10px 15px !important;
  font-size: 15px;
  color: #000;

font-family: Outfit;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.accordion-body {
  background: rgba(250, 250, 250, 1);
}

.toggle_reset {
  background: #fafafa;
  border-radius: 15px;
  border: 1px solid #DDD;


}

.bulk_action img {
  width: 300px;
  margin-top: 15px !important;
}

.text-content .title {
  text-align: left;
}
.text-content .description {
  text-align: left;
}

.bulk_action {
  border-left: solid 1px #e6e6e6;
  padding-left: 15px;
}

.formbold-form-step-1.active {
  width: 90%;
  margin: auto;
}

.radio-card-inline {
  border: 1px solid #185B63;
  border-radius: 10px;
  padding: 10px 10px;

  cursor: pointer;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  display: flex;
}



/* Selected state */
.radio-card-inline:hover, .radio-card-inline input:checked + .content-option {
  border-color: #185B63;
}


.content-option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: space-between;
}
.left_con {
  display: flex
;
}

/* Hidden radio input */
.radio-card-inline input {
  display: none;
}

.radio-card-inline input:checked + .content-option .checkmark {
  background-color: #185B63;
  border-color: #185B63;
}

.radio-card-inline input:checked + .content-option .checkmark::before {
  content: '✓';
  color: #fff;
  font-size: 14px;
}

.option_flex {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
  align-items: stretch;
}

@media (max-width: 992px) {
  .formbold-steps ul {
    gap: 20px;
  }
  
  .formbold-steps li span {
    width: 120px;
  }
  
  .step-icon {
    width: 35px;
    height: 35px;
  }
  
  .step-text {
    font-size: 14px;
  }
  
  .option_flex {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
  
  .radio-card-inline {
    width: 100%;
    margin-right: 0;
    min-height: 140px;
    display: flex;
    align-items: center;
  }
  
  .file-upload-container {
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  
  .file-upload-box {
    width: 100%;
    max-width: 100%;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .formbold-steps ul {
    gap: 15px;
  }
  
  .formbold-steps li {
    gap: 8px;
  }
  
  .formbold-steps li span {
    width: 100px;
    height: 6px;
  }
  
  .step-icon {
    width: 32px;
    height: 32px;
  }
  
  .step-text {
    font-size: 13px;
  }
  
  .option_flex {
    gap: 12px;
    margin-bottom: 24px;
  }
  
  .radio-card-inline {
    min-height: 130px;
  }
  
  .file-upload-box {
    padding: 15px 10px;
    min-height: 130px;
  }
  
  .upload-title {
    font-size: 16px;
  }
  
  .upload-icon {
    width: 28px;
    height: 28px;
  }
  
  .upload-instructions {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .formbold-steps ul {
    gap: 10px;
    padding: 0 10px;
  }
  
  .formbold-steps li {
    gap: 6px;
    flex: 1;
    min-width: 0;
  }
  
  .formbold-steps li span {
    width: 100%;
    max-width: 80px;
    height: 5px;
  }
  
  .step-icon {
    width: 28px;
    height: 28px;
  }
  
  .step-text {
    font-size: 11px;
    line-height: 1.2;
  }
  
  .step-icon-wrapper {
    margin-bottom: 4px;
  }
  
  .option_flex {
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .radio-card-inline {
    padding: 8px;
    min-height: 120px;
  }
  
  .file-upload-box {
    padding: 12px 8px;
    min-height: 120px;
  }
  
  .upload-title {
    font-size: 14px;
  }
  
  .upload-icon {
    width: 24px;
    height: 24px;
  }
  
  .upload-instructions {
    font-size: 10px;
  }
  
  .text-content .title {
    font-size: 14px;
  }
  
  .text-content .description {
    font-size: 12px;
  }
}

.file-upload-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.file-upload-box {
  border: 2px dashed #b0b0b0; /* Dimmed dashed border */
  border-radius: 10px;
  background-color: #f5f5f5;
  width: 80%;
  max-width: 600px;
  text-align: center;
  padding: 10px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  flex-grow: 1;
  opacity: 0.6;
  filter: grayscale(0.4);
  pointer-events: none;
}

.file-upload-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.upload-icon {
  width: 32px;
  height: 32px;
  opacity: 0.5;
  filter: grayscale(0.5);
}

.upload-title {
  font-size: 18px;
  font-weight: 600;
  color: #999;
}

.upload-instructions {
  font-size: 12px;
  color: #bbb;
  margin-top: 5px;
  position: relative;
  font-family: 'Outfit';
}

#success_status {
  position: absolute;
  top: -7px;
  right: 0;
  background: #30b876;
  color: white;
  padding: 5px;
  border-radius: 10px;
  display: none;
}
#loader{
  display: none;
  text-align: center;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}


.content-option.new_contract_option {
  display: flex  !important;
  justify-content: flex-start !important;
  align-content: center !important;
  align-items: center !important;
  flex:1 !important;
}

/* Bulk Import Button */
.bulk-import-button-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
}

.bulk-import-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: transparent;
  border: 1px solid #30B876;
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
  color: #30B876;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.bulk-import-button:hover {
  background-color: rgba(48, 184, 118, 0.1);
  box-shadow: 0px 3px 8px rgba(48, 184, 118, 0.2);
}

.bulk-import-button svg {
  flex-shrink: 0;
}

.bulk-import-button span {
  white-space: nowrap;
  width: 100% !important;
}

/* Bulk Import Button Responsive */
@media (max-width: 992px) {
  .bulk-import-button-wrapper {
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .bulk-import-button {
    padding: 10px 20px;
    font-size: 15px;
    gap: 10px;
  }
  
  .bulk-import-button svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 768px) {
  .bulk-import-button-wrapper {
    justify-content: center;
    margin-bottom: 15px;
    padding: 0 10px;
  }
  
  .bulk-import-button {
    padding: 10px 18px;
    font-size: 14px;
    gap: 8px;
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  
  .bulk-import-button svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .bulk-import-button-wrapper {
    margin-bottom: 12px;
    padding: 0 5px;
  }
  
  .bulk-import-button {
    padding: 8px 16px;
    font-size: 13px;
    gap: 6px;
    max-width: 100%;
  }
  
  .bulk-import-button svg {
    width: 18px;
    height: 18px;
  }
  
  .bulk-import-button span {
    font-size: 13px;
  }
}

/* Form Label Styles */
.input_fields_bank .form-label,
.form-label {
  color: #5C5C5C;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 8px;
}

/* Form Control Input Styles */
.input_fields_bank .form-control,
.input_fields_bank input.form-control,
.input_fields_bank textarea.form-control {
  display: flex;
  height: 48px;
  padding: 15px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 9px;
  border: 1.2px solid #DDD;
  width: 100%;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.input_fields_bank select.form-control,
.input_fields_bank .form-select {
  height: 48px;
  padding: 15px 16px;
  padding-right: 45px;
  border-radius: 9px;
  border: 1.2px solid #DDD;
  width: 100%;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  line-height: 1.5;
}

.input_fields_bank textarea.form-control {
  height: auto;
  min-height: 48px;
  resize: vertical;
}

.input_fields_bank .form-control:focus,
.input_fields_bank input.form-control:focus,
.input_fields_bank select.form-control:focus,
.input_fields_bank textarea.form-control:focus,
.input_fields_bank .form-select:focus {
  outline: none;
  border-color: #30B876;
  box-shadow: 0 0 0 3px rgba(48, 184, 118, 0.1);
}

.input_fields_bank .form-control::placeholder,
.input_fields_bank input.form-control::placeholder,
.input_fields_bank textarea.form-control::placeholder {
  color: #979797;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
}

/* Webkit browsers placeholder */
.input_fields_bank .form-control::-webkit-input-placeholder,
.input_fields_bank input.form-control::-webkit-input-placeholder,
.input_fields_bank textarea.form-control::-webkit-input-placeholder {
  color: #979797;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
}

/* Firefox placeholder */
.input_fields_bank .form-control::-moz-placeholder,
.input_fields_bank input.form-control::-moz-placeholder,
.input_fields_bank textarea.form-control::-moz-placeholder {
  color: #979797;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
}

/* IE/Edge placeholder */
.input_fields_bank .form-control:-ms-input-placeholder,
.input_fields_bank input.form-control:-ms-input-placeholder,
.input_fields_bank textarea.form-control:-ms-input-placeholder {
  color: #979797;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
}

.input_fields_bank select.form-control,
.input_fields_bank .form-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* Style disabled selected option to look like placeholder */
.input_fields_bank select.form-control option:disabled,
.input_fields_bank .form-select option:disabled {
  color: #979797;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* When select has disabled selected option (invalid state), style the select text like placeholder */
.input_fields_bank select.form-control:invalid,
.input_fields_bank .form-select:invalid,
.input_fields_bank select.form-control.placeholder-style,
.input_fields_bank .form-select.placeholder-style {
  color: #979797;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Style valid selected options with normal text color */
.input_fields_bank select.form-control:valid:not(.placeholder-style),
.input_fields_bank .form-select:valid:not(.placeholder-style),
.input_fields_bank select.form-control:not(.placeholder-style):not(:invalid),
.input_fields_bank .form-select:not(.placeholder-style):not(:invalid) {
  color: #000;
}

.input_fields_bank select.form-control option:not(:disabled),
.input_fields_bank .form-select option:not(:disabled) {
  color: #000;
}

.input_fields_bank .input-group {
  display: flex;
  gap: 0;
  align-items: stretch;
}

.input_fields_bank .input-group .form-control {
  border-radius: 9px 0 0 9px;
  border-right: none;
}

.input_fields_bank .input-group .form-select {
  border-radius: 0 9px 9px 0;
  border-left: 1.2px solid #DDD;
  max-width: 90px;
  flex-shrink: 0;
}

.input_fields_bank .input-group .form-control:focus {
  border-right: 1.2px solid #30B876;
}

.input_fields_bank .input-group .form-select:focus {
  border-left: 1.2px solid #30B876;
}

/* Form Control Responsive Styles */
@media (max-width: 768px) {
  .input_fields_bank .form-control,
  .input_fields_bank input.form-control,
  .input_fields_bank textarea.form-control {
    height: 44px;
    padding: 12px 14px;
    font-size: 15px;
    gap: 8px;
  }
  
  .input_fields_bank textarea.form-control {
    min-height: 44px;
  }
  
  .input_fields_bank select.form-control,
  .input_fields_bank .form-select {
    height: 44px;
    padding: 12px 14px;
    padding-right: 40px;
    font-size: 15px;
    background-position: right 14px center;
  }
  
  .input_fields_bank .input-group .form-control {
    border-radius: 8px 0 0 8px;
  }
  
  .input_fields_bank .input-group .form-select {
    border-radius: 0 8px 8px 0;
  }
}

@media (max-width: 480px) {
  .input_fields_bank .form-control,
  .input_fields_bank input.form-control,
  .input_fields_bank textarea.form-control {
    height: 42px;
    padding: 10px 12px;
    font-size: 14px;
    gap: 6px;
    border-radius: 8px;
  }
  
  .input_fields_bank textarea.form-control {
    min-height: 42px;
  }
  
  .input_fields_bank select.form-control,
  .input_fields_bank {
    height: 42px;
    padding: 10px 12px;
    padding-right: 35px;
    font-size: 14px;
    border-radius: 8px;
    background-position: right 12px center;
  }
  
  .input_fields_bank .input-group .form-control {
    border-radius: 7px 0 0 7px;
  }
  
  .input_fields_bank .input-group {
    border-radius: 0 7px 7px 0;
    max-width: 80px;
  }
}

@media (max-width: 600px) {
  #post-2094 > div > div > section > div > div > div > div > div > div > div.formbold-main-wrapper {
    margin-top: 30px;
  }
}


.input_fields_bank select.form-control, .input_fields_bank .form-select {
  padding: 10px 12px !important;
}


#amount {
  width: auto !important;
}

/* Button Responsive Styles */
@media (max-width: 768px) {
  .formbold-form-btn-wrapper {
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .formbold-back-btn.active,
  .formbold-btn {
    padding: 10px 20px;
    font-size: 15px;
    min-width: 90px;
  }
  
  .formbold-btn svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .formbold-form-btn-wrapper {
    gap: 8px;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .formbold-back-btn.active,
  .formbold-btn {
    padding: 10px 16px;
    font-size: 14px;
    min-width: 80px;
    flex: 1;
  }
  
  .formbold-back-btn.active svg {
    width: 14px;
    height: 14px;
  }
  
  .formbold-btn svg {
    width: 18px;
    height: 18px;
  }
}

/* Form Responsive Styles */
@media (max-width: 992px) {
  .formbold-main-wrapper {
    padding: 24px 20px;
  }
  
  .formbold-form-wrapper {
    max-width: 100%;
    padding: 20px;
  }
  
  .formbold-form-step-1.active {
    width: 100%;
  }
  
  .step_3_content {
    width: 100%;
  }
  
  .container.my-4 {
    padding-left: 0;
    padding-right: 0;
  }
  
  .input_fields_bank .col-md-6 {
    width: 100% !important;
    margin-bottom: 16px;
  }
  
  .input_fields_bank .col-md-12 {
    width: 100% !important;
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .formbold-main-wrapper {
    padding: 20px 15px;
  }
  
  .formbold-form-wrapper {
    padding: 15px;
  }
  
  .row.g-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .row.g-3 > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 16px;
  }
  
  .input-group {
    flex-direction: column;
    width: 100%;
  }
  
  .input-group .form-control {
    border-radius: 9px !important;
    margin-bottom: 8px;
    border-right: 1.2px solid #DDD !important;
  }
  
  .input-group .form-select {
    border-radius: 9px !important;
    border-left: 1.2px solid #DDD !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  
  .container.my-4 {
    padding: 0 !important;
  }
  
  .card.border-0 {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .formbold-main-wrapper {
    padding: 15px 10px;
  }
  
  .formbold-form-wrapper {
    padding: 12px;
  }
  
  .row.g-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .row.g-3 > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 12px;
  }
  
  .input-group {
    gap: 8px;
  }
  
  .input-group .form-control {
    width: 100%;
  }
  
  .input-group .form-select {
    width: 100% !important;
    max-width: 100% !important;
  }
}