
/*BULK CONTRACT*/

@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;
}

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

.formbold-form-step-1 {
  text-align: center;
}


button#confirm_import {
  width: 15% !important;
}

.formbold-form-step-2.active {
  text-align: center;
}


.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;
  }
/* 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;

}
.formbold-steps li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  flex-direction: column;
}
.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;

}
.formbold-steps li.active {
  color: #07074D;;
}

.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: 25px;
  margin-top: 25px;
}

.formbold-back-btn {
  cursor: pointer;
  background: #FFFFFF;
  border: none;
  color: #07074D;
  font-weight: 500;
  font-size: 16px;
  display: none;
}
.formbold-back-btn.active {
  display: block;
  border: solid 1px #000000 !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  width: 15%;
  text-align: center !important;
}

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

.formbold-btn {

    font-size: 16px;
    border-radius: 5px;
    padding: 10px 25px;
    border: solid 1px var(--primary);
    font-weight: 500;
    background-color: var(--primary);
    color: white;
    cursor: pointer;
    width: 50%;
    text-align: center !important;
}


.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}



.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;
  position: absolute;
  right: 10px;
  top: 27px;
}

.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;
}




#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: 15%;
}


.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;
  position: absolute;
  right: 10px;
  top: 27px;
}

.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: 70%;
  margin: auto;
}

.toggle_btn {
  background: rgba(250, 250, 250, 1);
  border-radius: 20px;
  padding: 13px;
  display: flex
;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}


p.txt {
  display: contents !important;
  font-family: 'Outfit' !important;
}

p.inner_head {
  margin: 0 0 5px 15px !important;
  font-family: 'Outfit';
  font-size: 20px;
  color: #6d6d6d;
  padding-top: 15px;
}

p.txt_inner {
  margin: 0 0 5px 15px !important;
  font-family: 'Outfit';
  font-size: 15px;
}

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

.toggle_reset {
  background: #fafafa;
  border-radius: 0 0 15px 15px;
}

.bulk_action img {
  width: 160px;
  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: 70%;
  margin: auto;
}

.radio-card-inline {
  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: 100%;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

/* .row.g-3.input_fields_bank {
    width: 50%;
    margin: auto;
} */

/* 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: #30B876;
  border-color: #30B876;
}

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

.option_flex {
  display: flex
;
}


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

.file-upload-box {
  border: 2px dashed #28A745; /* Green dashed border */
  border-radius: 10px;
  background-color: #fff;
  width: 80%;
  max-width: 600px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

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

.upload-icon {
  width: 32px;
  height: 32px;
}

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

.upload-instructions {
  font-size: 12px;
  color: #888;
  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;
}

/* Table Styles */
#bulk-data-table {
    width: 100% !important;
}

#bulk-data-table th,
#bulk-data-table td {
    white-space: nowrap;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

#bulk-data-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.dataTables_wrapper {
    overflow-x: auto;
}

/* Validation Styles */
.validation-cell {
    min-width: 200px;
    max-width: 300px;
    text-align: left;
}

.validation-cell.valid {
    color: #28a745;
    font-weight: bold;
}

.validation-cell.invalid {
    color: #dc3545;
}

.error-list {
    margin-top: 5px;
    font-size: 0.9em;
    text-align: left;
}

.error-item {
    margin-bottom: 3px;
    padding: 2px 4px;
    background-color: #fff3f3;
    border-left: 3px solid #dc3545;
}

.error-field {
    font-weight: bold;
    color: #dc3545;
}

.empty-value {
    color: #dc3545;
    font-style: italic;
}

/* DataTable Styles */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.3em 0.8em;
}

/* Loading Styles */
.table-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    width: 100%;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

.loading-text {
    color: #666;
    font-size: 16px;
}

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

/* Button Styles */
#confirm_import {
    transition: all 0.3s ease;
}

#confirm_import.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#confirm_import:not(.disabled):hover {
    opacity: 0.9;
}

/* Alert Styles */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}




/* End Bulk Contract*/