.general-fields[readonly] {
    background-color: #dddddd ! Important;
}
.modal_title h4 {
    color: #00234b;
    font-weight: 700;
    margin: 0 0 30px 0;
    padding-left: 0;
}
.delete_ecl {
    text-align: right;
}
.delete_ecl img {
    max-width: 16px;
}
.ecl_delete {
    cursor: pointer;
}
.other_staff_form:before {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
}
.other_staff_form .membership-form{
    position: relative;
    width: 60%;
    margin: 0 auto;
    height: 100vh;
    overflow: auto
}
.other_staff_form:before {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
}

.general-fields.error {
    border: 1px solid red!important;
}
.form-fields .error {
    color: red;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}
.delete_rows {
    cursor: pointer;
}
.other_staff_form {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.add_other_representative_button {
    text-align: right;
    margin-bottom: 20px;
}
.add_other_representative_button .other_representative {
    font-weight: 500;
    background-color: #00234B;
    color: #fff;
    font-size: 15px;
    padding: 10px 22px;
    /* width: 130px; */
    border: none;
}
.other_btns_Row {
    text-align: right;
}
.other_btns_Row .btn {
    font-weight: 500;
    background-color: #00234B;
    color: #fff;
    font-size: 15px;
    padding: 10px 22px;
    width: 130px;
    border: none;
}
.staff_listing table {
    width: 100%;
}

.staff_listing table thead th,.staff_listing table tbody td {
    background-color: transparent;
    color: #000;
    padding: 10px;
}
.staff_listing table thead th {
    color: #00234b;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
}
.staff_listing table tbody td {
    font-size: 18px;
    color: #000;
}
#css-loader {
    background: hsla(0,0%,100%,.41);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999
}

.lds-ripple {
    bottom: 0;
    display: inline-block;
    height: 80px;
    height: 100vh;
    left: 0;
    margin: 0 auto;
    position: relative;
    position: absolute;
    right: 0;
    top: 48%;
    width: 80px
}

.lds-ripple div {
    animation: lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;
    border: 4px solid #8bc53f;
    border-radius: 50%;
    opacity: 1;
    position: absolute
}
.lds-ripple div:nth-child(2) {
    animation-delay: -.5s
}

@keyframes lds-ripple {
    0% {
        height: 0;
        left: 36px;
        opacity: 1;
        top: 36px;
        width: 0
    }

    to {
        height: 72px;
        left: 0;
        opacity: 0;
        top: 0;
        width: 72px
    }
}
.add_ecl {
    font-weight: 500;
    background-color: #00234B;
    color: #fff;
    font-size: 15px;
    padding: 10px 22px;
    border: none;
}
.full_checkbox .form-fields .add_ecl {
    margin-left: auto;
}
.white_row {
    padding: 20px;
}
.full_checkbox {
    width: 100%;
    display: flex;
    align-items: center;
}
 input[type="date"]::-webkit-calendar-picker-indicator {
            display: none;
        }
.full_checkbox .form-fields {
    display: flex;
    align-items: center;
}
.full_checkbox .form-fields label {
    color: #808285;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent!important;
}
.member_call a {
    display: flex;
    align-items: center;
}
.right_full_content.no_sidebar {
    width: 100%;
}
.general-fields.error_fields {
    border: 1px solid red !important;
}
#card-number iframe, #card-expiry iframe,#card-cvc iframe {
    background-color: #f9f9f9 !important;
    border: none !important;
    border-radius: 8px !important;
    color: #000 !important;
    font-family: Roboto, sans-serif;
    font-size: 15px !important;
    /* min-height: 40px !important; */
    padding: 10px 20px !important;
    height: 40px!Important;
}
button.iti__selected-country:hover,button.iti__selected-country:focus {
    background-color: transparent;
    color: #000;
    border: none;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: transparent;
}

input.iti__search-input {
    padding: 10px!important;
    border-left: none!important;
  border-right: none!important;
}

.swal2-icon-info .swal2-icon .swal2-icon-content{
  font-size:48px;
}
.swal2-html-container p {
  margin-bottom: 16px;
  font-size: 16px;
}
.member_call {
    display: flex;
    align-items: center;
}
.member_call h5 {
    margin: 0;
    margin-right: 20px;
    font-size: 15px;
    color: #808285;
    font-weight: 900;
}
.title-row {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.step-btns .btn {
    font-weight: 500;
    background-color: #00234B;
    color: #fff;
    font-size: 15px;
    padding: 10px 22px;
    width: 130px;
  border:none;
}
.step-btns .btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.step-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.step-btns .btn:hover{
  background-color:#8bc53f;
  color:#fff;
}
.full-width {
    background-color: #D9DADA;
    border-radius: 20px;
    height: 10px;
    overflow: hidden;
    width: 100%;
}
.step_completed {
    background: #808285;
    height: 100%;
}
.percentage-row {
    width: 80%;
    margin: 20px auto 0 auto
}
.user_detail{
  display:none;
}
.full-width-text h5 {
    margin: 0;
    color: #C0C1C2;
    font-size: 15px;
    font-weight: 900;
      text-align: center;
    margin-top: 20px;
}
.step-custom-form {
    background-color: transparent;
    padding: 0;
}
.forms-title h4 {
    color: #494a52;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.forms-title {
    margin-bottom: 20px;
}
.form-fields-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.fields-label {
    width: 180px;
    text-align: right;
    margin-right: 20px;
}
.fields-label label {
    color: #808285;
    font-size: 15px;
    font-weight: 400;
}
.form-fields {
    width: calc(100% - 200px );
}
.general-fields {
    background-color: #f9f9f9!important;
    border: none !important;
    border-radius: 8px !important;
    color: #000 !important;
    font-family: Roboto, sans-serif;
    font-size: 15px !important;
    min-height: 40px !important;
    padding: 0 20px !important;
  width:100%;
}
.checked-lists {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
 
}
.checked-lists li {
    width: 20%;
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
}
.checked-lists li label {
    color: #808285;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding-bottom: 0;
    margin: 0;
}
.checked-lists li input[type=checkbox] {
    height: auto;
    line-height: 0;
    position: relative;
    top: 3px;
}
.error_field {
    border: 1px solid red!Important;!;
}
.error_fields li label {
    color: red;
}
.general-fields:focus-visible {
    outline: none;
}
.step_form {
    display: none;
}
.form-fields .iti {
    width: 100%;
    font-size: 15px;
    font-family: Roboto, sans-serif;
}
.form-fields .iti .general-fields {
    padding-left: 90px!important;
}

.main_contact li {
    display: flex;
    align-items: center;
}
.main_contact li label,
.radio_lists li label, 
.main-postal-address li label,
.inputs-list li label {
    margin: 0;
    color: #808285;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding-bottom: 0;
    margin: 0;
}
.radio_lists {
    display: flex;
    align-items: center;
}
.radio_lists li {
    margin-right: 40px;
}
.step_form.step1 {
    display: block;
}
button.btn.active-membership{
  display:none;
}
button.btn.active-membership.active{
  display:inline-block;
}
.btn-next.btn-hide.active{
  display:none !important;
}
.btn-next.btn-hide{
  display:inline-block;
}
.input ul li {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
}
.input ul {
    display: flex;
    align-items: center;
}
.new_contractor .full_checkbox label {
    margin: 0;
    color: #808285;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding-bottom: 0;
    margin: 0;
}
@media (max-width: 991px) {
  .checked-lists li{
    width:50%;
  }
  .form-fields-row{
    flex-wrap:wrap;
  }
  .fields-label{
    text-align:left;
  }
  .fields-label,
  .form-fields{
    width:100%;
  }
}
@media (max-width: 767px) {
    .form-fields-row .full_checkbox {
        flex-wrap: wrap;
    }

  .ui-datepicker {
    width: 320px !important;
  }
  .other_staff_form .membership-form{
    width:90%;
  }
  .other_btns_Row .btn{
    width:110px;
  }
  .staff_listing thead {
    display: none;
  }
  .staff_listing tbody tr,.staff_listing tbody tr td {
      display: block;
  }
  .staff_listing tbody tr td {
      text-align: right;
      position: relative;
  }
  .staff_listing tbody tr td:before {
      position: absolute;
      content: attr(data-name);
      left: 10px;
      color: #00234b;
      text-align: left;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 600;
      top: 11px;
  }
  .checked-lists li{
    width:100%;
  }
  .title-row{
    flex-wrap:wrap;
  }
  .title-row h3 {
    padding-left: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 440px) {
  .staff_listing tbody tr td span {
      width: 120px;
      display: block;
      text-align: right;
      margin-left: auto;
    font-size:12px;
  }
  .staff_listing tbody tr td:before{
    font-size:12px;
  }
}