/*
Theme Name: Squadio Child
Theme URI: https://squadio.com.com/
Description: A child theme for the Parent Theme.
Author: Fahmy Sayed [Fahmawy]
Author URI: https://squadio.com/
Template: squadiopay
Version: 2
*/

/* Import parent theme styles */
@import url("../squadiopay/style.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tajawal:wght@200;300;400;500;700&display=swap');


:root {
    --primary: #30B876;
    --gray : #B6B6B6
}


div#confirm_invoice .modal-content {
    width: 50%;
}

.dash_element{
    margin: 0px 0px 20px 0px !important;
    padding: 20px;

}

.page-content, .entry-content, .entry-summary {
    margin: initial;;
    margin-top: 100px ;
    padding: 0px 5%;
}

.post, .page {
    margin: initial !important;
}

main#primary article {
    padding: initial !important;
}



.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1454px !important;
}


.balance_dashboard .elementor-image-box-description {
    font-size: 50px !important;
    font-weight: bolder !important;
    font-family: 'Outfit' !important;
}

.finance_details {
    background: white;
    padding: 28px;
    border-radius: 20px;
}

section#dash_less .elementor-column-gap-default {
    margin: initial !important;
}

section#dash_less {
    padding: initial !important;
}


.finance_details .elementor-image-box-description {
    font-size: 30px;
    font-family: 'Outfit';
    font-weight: bold !important;
}

a.short_link {
    color: var(--primary);
}

.liner_color{
    background: linear-gradient(90deg, #2DB976, #1C3F3A); /* Define your gradient colors */
    -webkit-background-clip: text; /* Ensures gradient is applied to the text only */
    -webkit-text-fill-color: transparent; /* Makes the background gradient visible */
    text-fill-color: transparent; /* For non-webkit browsers (optional) */
}


.menu-item-2442{
    margin-left: 80px !important;
}

span.edit-link {
    display: none;
}

.footer_dashboard{
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    padding: 10px 0px !important;
}
.menu_dashboard{
height: 90vh;
}

div#clo-email-section {
    text-align: center;
}


clo-otp-section p {
    text-align: center;
    background: #dedee1;
    padding: 10px;
    border-radius: 6px;
    color: #a1a1a1;
}



.elementor-container.elementor-column-gap-default {
    padding: initial !important;
    margin: initial !important;
}

div#client_nav ul li:nth-child(1) {
    background: var(--primary);
    border-radius: 10px;
}


div#client_nav ul li:nth-child(1) a:hover {
    background: var(--primary);
    border-radius: 10px;
}


div#client_nav ul li:nth-child(1) a .elementor-icon-list-text {
    color: white !important;
    font-weight: 500 !important;
}

.balance_dashboard img {
    width: 75px !important;
    height: 75px !important;
    max-width: initial !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch_accounts{
    position: absolute;
    right: 40px;
  }

  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  img.icon_Payment {
    width: 427px;
    margin-top: 20px;
    margin-bottom: 20px;
}

p.message {
    color: #000;
    text-align: center;
    font-family: 'Outfit';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 744px;
    margin: 20px auto;
}

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }


  
  input:checked + .slider {
    background-color: #30b876;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #30b876;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }


  .contract_details ul li .elementor-icon-list-text {
    background: #e6e6e6;
    padding: 3px 7px;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
}

.client_img img {
    border-radius: 100% !important;
    width: 100% !important;
}

.elementor-1899 .elementor-element.elementor-element-164240ec .elementor-button {
    color: #FFFFFF !important;

}

form#invite_contractor img {
    width: 20%;
    margin-bottom: 20px;
}

input#contractor_email , input#contractor_name{
    width: 100%;
    padding: 12px;
    color: black;
    font-family: 'Outfit-semi';
    margin-bottom: 5px;
}

.modal{
    align-items: flex-start;
}
button#confirm_and_invite  , #confirm_and_sign{
    background: var(--primary);
    color: white;
    padding: 14px 0;
    width: 274px;
    height: 60px;
    border-radius: 10px !important;
    font-size: 22px;
}

#sign_modal .modal-content {
    width: 50% ;
}
#add_company_user .modal-content {
    width: 50% ;
}

#edit_company_user .modal-content {
    width: 50% ;
}

/* img.image_add_user {
    width: 60px;
} */



.formbold-form-btn-wrapper.signup_form_btn {
    width: 100%;
}


.top_content {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.top_content img {
    width: 90px;
    height: 70px;
}

.contractor_invited h2 {
    background: #30b876;
    text-align: center;
    padding: 11px;
    width: 100%;
    margin: auto;
    color: white !important;
    border-radius: 20px;
}

.client_img img , .talent_img_signed  img {
    width: 70% !important;
    border-radius: 100% !important;
}

a#sign_contract_tal .elementor-button-text {
    color: white !important;
}

p.txt_invite {
    font-family: 'Outfit';
    padding: 5px;
    margin: initial;
}

span.invite_error {
    color: red;
    margin-bottom: 6px;
    display: block;
    font-family: outfit;
}

.Signe_done h2 {
    background: #30b876;
    text-align: center;
    color: white !important;
}
.talent_img img {
    border-radius: 100% !important;
    width: 75% !important;
}


.Signe_done  h2 {
    background: #30b876;
    text-align: center;
    padding: 11px;
    width: 100%;
    margin: auto;
    color: white !important;
    border-radius: 20px;
}

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



div#total_contracts , #total_payments , #total_invoices{
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    font-family: 'Outfit';
    color: #398b7d;
}


span.processing.processing_status {
    display: flex;
    width: max-content;
    padding: 5.157px 12.892px;
    justify-content: center;
    align-items: center;
    gap: 5.157px;
    flex-shrink: 0;
    border-radius: 6px;
    background-color: rgb(255 151 74 / 12%) !important;
    color: rgba(242, 150, 74, 1) !important;
    font-family: Outfit;
    font-size: 18.049px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: auto;
}

#payment_pending , #payment_month , #invoice_pending , #invoice_month{
    font-size: 35px;
    font-weight: bold;
    text-align: left;
    font-family: 'Outfit';
    color: #398b7d;
}

ul.todo_ul {
    padding: initial;
    margin: initial;
}

div#accordionFlushExample {
    width: 66%;
    margin-left: 50px;
}

div#user_name h2 {
    text-transform: capitalize;
}

/* Table Style  Contracts , Payments*/


table#contracts-table thead , table#admin-invoices-table thead  , #notifications-table_wrapper thead{
    background: rgba(237, 237, 237, 1);
}

table.dataTable tbody tr.odd {
    background: #ffffff !important;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #ffffff !important;
}

table.dataTable tbody tr.even {
    background: rgba(250, 250, 250, 1) !important;
    border: initial !important;
}

div#contracts-table_length , div#admin-invoices-table_length ,#notifications-table_wrapper-table_length{
    margin-bottom: 20px;
}

table#contracts-table tbody button , table#admin-invoices-table tbody button ,#notifications-table_wrapper tbody button {
    background: rgba(48, 184, 118, 1);
    border: initial;
    display: flex;
    width: 110px;
    padding: 5.157px 12.892px;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 5.157px;
    flex-shrink: 0;
    border-radius: 10px;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: initial;
}



table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: initial;
}




/* Table Style  admin Invoices */

.talents_images img {
    display: inline-block;
    margin-left: -15px;
    border: solid 2px #162f2b;
}


.contract_stats {
    font-size: 20px;
    font-family: 'Outfit';
}


.invoices_stats {
    font-size: 20px;
    font-family: 'Outfit';
}

.payments_stats {
    font-size: 20px;
    font-family: 'Outfit';
}


.num_box {
    background: #398b7d;
    padding: 5px 10px;
    color: white;
    margin-left: 50px;
    width: 50px;
    text-align: center;
}

p.inner_label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
}


.num_box_cash {
    background: #398b7d;
    padding: 5px 14px;
    width: 139px;
    text-align: center;
    color: white;
}

p#response_400 {
    background: #f18d34e6;
    padding: 6px;
    border-radius: 14px;
    color: white;
    margin: auto;
    font-family: 'Outfit';
    width: 81%;
    font-size: 14px;
    margin-top: 8px;
}

p#response_200 {
    background: rgba(48, 184, 118, 1);
    padding: 6px;
    border-radius: 14px;
    color: white;
    margin: auto;
    font-family: 'Outfit';
    width: 81%;
    font-size: 14px;
    margin-top: 8px;
}

input#amount_confirm {
    font-size: 25px;
    text-align: center;
    font-family: 'Outfit';
    width: 72%;
    border-radius: 20px;
    padding: 5px 0 5px 0;
}

h2.modal_head {
    width: 100%;
    text-align: center;
}

/*Admin_Confirmation*/
button#confirm_btn , #confirm_btn {
    background-color: var(--primary);
    color: white;
    cursor: pointer;
    text-align: center !important;
    font-family: 'Outfit';
    padding: 14px 0;
    width: 274px !important;
    height: 60px !important;
    border-radius: 10px !important;
    font-size: 22px; 
}

a#skip_sign {
    color: #30b877;
    font-weight: bolder;
    text-decoration: underline;
}


#closeModalBtn , #closeModalBtn_talent{
    border: solid 1px #000000 !important;
    font-size: 22px;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    text-align: center !important;
    background: initial;
    padding: 14px 0;
    width: 274px !important;
    height: 60px !important;
    border-radius: 10px !important;
}

/* Notifications*/
.notification_details {
    display: flex;
}

select#country_code {
    width: 30%;
    height: 50px;
    border-radius: 10px;
}


.icon_notifications {
  cursor: pointer;
  position: relative;
}
span#notification_count {
    position: absolute;
    color: white;
    background: #0A272E;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 10px;
    left: 15px;
    margin: initial !important;
    border: solid 1px white;
}
div#basic-info .iti--allow-dropdown {
    width: 100%;
}


select#country_code {
    width: 30%;
    font-size: 17px;
    height: 43px;
    border-radius: 5px;
}


.icon_notifications span {
  padding: 7px;
  border-radius: 50%;
  color: #000000;
  vertical-align: top;
}
.icon_notifications img {
  display: inline-block;
  width: 30px;
  margin-top: 4px;
}
.icon_notifications:hover {
  opacity: 0.7;
}
.logo {
  flex: 1;
  margin-left: 50px;
  color: #eee;
  font-size: 20px;
  font-family: monospace;
}
a.view_all_noti {
    display: block;
    width: 100%;
    text-align: center;
    background: initial;
    font-family: 'Outfit';
    padding: 15px;
    color: #000000 !important;
    text-decoration: underline !important;
}
.box_notification{
    position: relative;
    width: 100%;
}
.notifications {
    width: 500px;
    height: 0px;
    opacity: 0;
    position: absolute;
    top: 75px;
    right: 150px;
    border-radius: 15px 15px 15px 15px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 5px;
}

p.desc_notification {
    margin-bottom: 10px !important;
}

div#box{
    display: none;
}
div#box:before {
    content: "\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: -15px;
    right: 54px;
    rotate: 90deg;
}

p.time_notification {
    position: absolute;
    right: 20px;
    top: 20px;
}
.text.box_notification {
    border-bottom: solid 1px #f1f1f1;
    padding: 2px 0;
}
.text.box_notification h4 {
    color: black !important;
    font-size: 15px;
    font-family: 'Outfit' !important;
}

.notifications h2 {
    font-size: 14px;
    padding: 10px;
    color: #b9b9b9;
    background: initial;
    font-family: outfit;
    margin: 5px 5px;
}
.notifications h2 span {
  color: #f00;
}
.notifications-item {
    display: flex;
    padding: 6px 9px;
    margin-bottom: 0px;
    width: 100%;
    flex-direction: column;
    max-height: 300px; /* Adjust height as needed */
    overflow-y: auto;  /* Enable vertical scrolling */
    padding: 10px;
}

.notifications-item .item{
    width: 100%;
    display: flex;
}

.notifications-item img {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 9px;
  border-radius: 50%;
  margin-top: 2px;
}
.notifications-item .text h4 {
  color: #777;
  font-size: 16px;
  margin-top: 3px;
}
.notifications-item .text p {
  color: #aaa;
  font-size: 12px;
  margin: initial;
}


p.nothing{
    text-align: center;
    font-family: 'Outfit';
    font-size: 20px;
    color: #a1a1a1;
    margin: 5px 0px;
    padding: initial ;
    width: 100%;
}

.bold_count {
    font-size: 28px;
    padding-left: 0px;
    font-family: 'Outfit';
    font-weight: 800;
}

.dash_box {
    background: #ffffff;
    padding: 16px;
    border-radius: 20px;
}

.user_icon img {
    width: 40px;
}

div#bell {
    display: inline-block;
    margin-right: 10px;
}
.user_icon {
    display: inline-block;
}


/*Client_Company*/

form#client_verify{
    padding: 20px;
    border: solid 1px #fafafa;
    border-radius: 20px;
    margin-top: -15px;
    z-index: 9999;
    background: #ffffff;
}

form#client_verify label {
    font-family: outfit;
    font-size: 16px;
    padding: 25px;
    width: 50%;
}

form#client_verify .form-group {
    border-bottom: solid 1px #e3e3e3;
}

form#client_verify input {
    padding: 7px;
    width: 30%;
    font-family: 'Outfit';
    border-radius: 10px;
    padding-left: 10px;
}



a#sign_contract_client {
    background: #30b876 !important;
}

a.prev_btn {
    background: #30b877;
    padding: 10px 22px;
    color: white !important;
    font-family: 'Outfit';
}

.swiper-wrapper {
    margin-left: initial !important;
}

/*Settings*/

form#update_info{
    padding: 20px;
}

form#update_info label {
    font-family: outfit;
    font-size: 20px;
    padding: 25px;
    width: 20%;
}

form#update_info .form-group {
    border-bottom: solid 1px #e3e3e3;
}

form#update_info input {
    padding: 7px;
    width: 30%;
    font-family: 'Outfit';
    border-radius: 10px;
}

.form-footer button {
    float: right;
    margin-top: 15px;
    background: var(--primary);
    color: white;
    font-family: 'Outfit';
    padding: 10px 20px;
    font-size: 15px;
}

img#current_photo {
    border-radius: 100%;
    margin-bottom: 10px;
}

img.rounded.me-2.icon_toast {
    width: 50px;
}

div#custom-toast {
    background: #ffffff !important;
}

span.readed_ {
    width: 10px;
    background: #30b876;
    height: 10px;
    top: 25px;
    right: 0;
    position: absolute;
    border-radius: 100%;
}

div#invoice_details {
    text-align: left;
    width: 70%;
    margin: auto;
    border-bottom: solid 2px #8b8b8b;
    margin-bottom: 10px;
    border-bottom-style: dashed;
}

div#invoice_details .Details {
    padding: 5px;
    margin: inherit;
    margin-bottom: 10px;
    background: #f7f7f7;
    font-family: 'Outfit';
}

div#confirm_client .modal-content {
    width: 50%;
}

span.error_msg {
    position: absolute;
    width: max-content;
    top: 10px;
    right: 5px;
    font-size: 15px;
    color: red;
}

.dropdown.user_logout button {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.top_menu {
    float: right;
}

.dropdown.user_logout button {
    font-size: 15px !important;
    font-weight: 500 !important;
    background: initial;
    color: black;
    border: initial;
}


span.error_msg.otp_error {
    top: 105px;
}


#send_email.disabled-button {
    background-color: grey;
    color: white;
    cursor: not-allowed;
    border: 1px solid grey;
    opacity: 0.6;
}

span.otp_error {
    color: red;
    text-align: center;
}

span.error_basic {
    text-align: center;
    color: red;
}


span.error-msg {
    text-align: center;
    color: red;
}

span.bulk_error {
    color: red;
}

/*Home Page Form*/
form#gform_1 input {
    padding: 10px;
    border-radius: 10px;
}
input#gform_submit_button_1 {
    background: #30b876;
    color: white !important;
    width: 100% !important;
}


/* Single Contract*/
.conract_head h2 {
    font-size: 15px !important;
}

ul.elementor-icon-list-items.elementor-inline-items li {
    margin-top: 10px;
}

div#withdraw .modal-content  , div#sign_modal_talent .modal-content{
    width: 50%;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-5130 {
    display: none;
}

.meta_details {
    font-size: 14px;
    font-family: 'Outfit';
    font-weight: 300;
    color: #60789A;
}

div#add_method .modal-content {
    width: 50%;
}

div#terminate_modal .modal_head {
    text-align: left;
    font-size: 30px;
    border-left: solid 5px #185B63;
    padding-left: 20px;
    position: relative;
}

div#terminate_modal label {
    width: 85%;
    text-align: left;
    font-family: outfit;
}

div#terminate_modal input {
    width: 85%;
    text-align: left;
    font-family: outfit;
    padding: 10px;
}

img.close_btn {
    position: absolute;
    right: 0;
}

img.close_btn:hover {
    cursor: pointer;
}


/*Dynamic Style menu */
.active-menu .elementor-icon-list-text{
    color:  white !important;
}

.active-menu a::before {
    content: "";
    display: block;
    width: 5px;
    height: 50%;
    background-color: white;
    position: absolute;
    left: 0;
    top: 10px;
}

.active-menu a:hover {
    background: initial !important;
}


.talent-active-menu .elementor-icon-list-text{
    color:  rgb(0, 0, 0) !important;
}

.talent-active-menu a::before {
    content: "";
    display: block;
    width: 5px;
    height: 50%;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 10px;
}


form#client_verify .form-footer {
    padding: 0px 20px 50px 20px;
}

div#company_approve a {
    color: #30b877;
}


p.no_notification {
    text-align: center;
    padding: 10px;
    color: #a0a0a0;
    font-family: 'Outfit';
}

section#user_add {
    padding: 10px;
}

.client_box h3 , .client_box p {
    margin-left: 5px !important;
}

.talent_box h3 , .talent_box p {
    margin-left: 5px !important;
}

button#download-template {
    background: #30b877;
    border: initial !important;
}

/*BULK CONTRACT*/

#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-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;
  text-wrap: auto;
}
.error-field {
  font-weight: bold;
  color: #dc3545;
}
.empty-value {
  color: #dc3545;
  font-style: italic;
}
.editable-cell {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 3px;
}
.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;
}
#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 {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.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); }
}

table.display.dataTable.no-footer th {
    text-align: left !important;
    color: var(--Neutral-100, #101010);
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
span.ref_id {
    color: rgba(0, 0, 0, 0.80);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left !important;
}

.salary_info_amount {
    display: flex
;
    justify-content: center;
    align-items: flex-start;
}


.pay_options {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}




strong#holder_name {
    margin-top: 25px;
}

.card_transfer p{
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Outfit';
}

span#card-total-amount {
    background: #f7f7f7;
    padding: 6px;
    border-radius: 10px;
}

.payment_status {
    text-align: center;
    font-size: 15px;
    font-family: 'Outfit';
}

.payment_status .formbold-btn {
background: #30b877;
    border-radius: 6px;
    color: white;
    width: 240px;
    padding: 20px;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form_data .iti--allow-dropdown{
    width: 100% !important;
}

input#phone_number {
    width: 100%;
}

table.admin_approval .label {
    width: 168px;
    background: #f3f3f3;
    text-align: left;
    border: solid 1px #d9d9d9;
    padding: 10px;
}

table.admin_approval thead {
    border: solid 1px #d9d9d9;
    padding: 10px;
}

table.admin_approval {
    background: #f7f7f7;
}
table.admin_approval .old_data {
    border: solid 1px #d9d9d9;
    width: 40%;
}

table.admin_approval .new_data {
    width: 40%;
     border: solid 1px #d9d9d9;
}


.add_new_method p {
    text-decoration: underline;
}

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


#client_nav ul li:nth-child(1) .elementor-icon-list-text{
font-size: 18px;
}
#client_nav ul li:nth-child(1) .elementor-icon-list-icon{
padding: initial;
}



/* 13 inch devices */

@media only screen 
  and (min-width: 1280px) 
  and (max-width: 1440px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
  .salary-card {
    width: 215px !important;
    font-family: 'Outfit' !important;
    margin: 10px 5px !important;
}

.transfered {
    color: #292929;
    padding: 14px 5px !important;
    font-size: 12px !important;
}

.salary-card {
    padding: 5px !important;
}



}