body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #2271b1;
    color: white;
  }
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Previous Org Issue fix start */

/* activation notice fix start */
.thirty-days-notice .wps-header-title #wps-wsfw-day-count {
  margin: 0;
  color: #000;
}

.thirty-days-notice .wps-header-title {
  color: #f44336;
  letter-spacing: 0.4px;
}

.thirty-days-notice .wps-header-title a {
  color: #d80f00;
}

/* activation notice fix end */
.wps-form-group__control .mdc-text-field-helper-line {
  margin-top: 10px;
}

.wps-wsfw-gen-section-form .wsfw-secion-wrap .wps-form-group {
  margin: 0 -15px 0;
}

.wsfw-secion-wrap #wsfw_button_demo,
.wsfw-secion-wrap #wsfw_button_cashback{
  margin-top: 35px;
}

.wallet-system-for-woocommerce-general .wps-wsfw-gen-section-form {
  padding: 20px;
}

.wallet-system-wallet-setting form.wps-wpg-gen-section-form .wps-form-group__control {
  padding: 0;
}

.wallet-system-wallet-setting form#form_update_wallet .wps-form-group__control {
  padding: 0 0 0 15px;
}

.wallet-system-rest-api .wps-wsfw-wallet-system-rest-api {
  overflow: auto;
}

/* Previous Org Issue fix ends */

@media screen and (max-width: 782px) {

  /* Previous Org Issue fix start */

  .wps-header-container h1.wps-header-title {
      max-width: 95%;
      flex: 1 0 95%;
  }

  .thirty-days-notice .wps-header-title #wps-wsfw-day-count {
      margin: 0;
  }

  .wps-wsfw-gen-section-form .wsfw-secion-wrap .wps-form-group .wps-form-group__control {
      flex: 0 0 80%;
      max-width: 80%;
  }

  .wps-wsfw-gen-section-form .wsfw-secion-wrap .wps-form-group .wps-form-group__label {
      flex: 0 0 80%;
      max-width: 80%;
  }

  .wallet-system-wallet-setting #form_update_wallet {
      margin: 0 0 25px;
  }

  .wps-wpg-gen-section-form-wrapper form.wps-wpg-gen-section-form {
      padding: 15px 0;
  }

  .wps-wpg-gen-section-form #import_wallets {
      margin: 0 0 0 15px;
  }

  .wallet-system-wallet-setting .wps-wpg-gen-section-table-wrap {
      padding: 20px 30px 70px;
  }

  .wallet-system-wallet-setting .wps-wpg-gen-section-table-wrap .search-box input[type="search"] {
      width: calc(100% - 165px);
  }

  .wallet-system-wallet-setting .wps-wpg-gen-section-table-wrap .search-box {
      margin-bottom: 135px;
  }

  .wallet-system-wallet-setting .wps-wpg-gen-section-table-wrap .search-box input[type="submit"] {
      display: block;
  }

  .wallet-system-wallet-setting .wps-wpg-gen-section-table-wrap .tablenav.top {
      margin: 0;
      height: 0;
  }

  .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item div.wps-overview__keywords-card {
      padding: 10px;
  }

  .wallet-system-wallet-setting .wps-wpg-gen-section-table-wrap .wp-swings_page_wallet_system_for_woocommerce_menu td::before {
      padding-right: 10px;
  }

  /* Previous Org Issue fix ends */
}

@media screen and (max-width: 580px) {

  .wps-section.wallet-system-withdrawal-setting .wps-wpg-gen-section-table-wrap {
      padding-bottom: 150px;
  }

  .wps-section.wallet-system-withdrawal-setting .wps-wpg-gen-section-table-wrap .bottom {
      bottom: -160px;
  }
}


@media screen and (max-width: 420px) {
  .wallet-system-wallet-setting .wps-wpg-gen-section-table-wrap {
      padding: 20px 10px 70px;
  }

  .wallet-system-wallet-setting .wps-wpg-gen-section-table-wrap .search-box input[type="search"] {
      width: calc(100% - 90px);
  }

  .wallet-system-wallet-setting .wps-wpg-gen-section-table-wrap .search-box {
      margin-bottom: 155px;
  }

  section.wallet-system-wallet-transactions .wps-wpg-gen-section-table-wrap {
      padding-bottom: 80px;
  }

  .wallet-system-wallet-transactions .wps-wpg-gen-section-table-wrap .dataTables_wrapper .bottom {
      bottom: -120px;
  }
}





.wps-c-modal__cover {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.wps-c-modal__close {
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  right: 7px;
  top: 0;
  transform: rotate(45deg);
}

.wps-c-modal__message {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #053500;
  left: -200%;
  max-width: 400px;
  padding: 15px 20px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: left 1.2s linear;
  width: 80%;
  z-index: 99999;
}

.wps_wsfw_popup_shadow{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

.wps-c-modal__content-icon {
  display: block;
}

.wps-c-modal__content-icon img {
  max-height: 50px;
}

.wps-c-modal__content-text {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}

.wps-c-modal__confirm {
  margin: 25px 0;
}

.wps-c-modal__confirm-button {
  margin: 0 15px;
  padding: 7px 15px;
  cursor: pointer;
  border-radius: 2px;
  letter-spacing: 0.5px;
}

.wps-c-modal__yes {
  background-color: var(--mdc-theme-primary);
  color: #fff;
}

.wps-c-modal__confirm-button:hover {
  box-shadow: 0 5px rgba(0, 0, 0, 0.1);
}

.show-c_modal_cover {
  display: block;
}

.show-c_modal_message {
  left: 50%;
}


.wps_wallet_transaction_search th{
  text-align: right;
  flex: 1;
  padding-right: 10px;
}


.wps_sfw_subscription_number_field select, .wps_sfw_subscription_number_field input[type=number], .wps_sfw_subscription_number_field label {
  max-width: 200px;
  margin: 5px 5px 5px 0;
}

.wps_subscription_mdc_form{
  flex-wrap: wrap;

}
.wps_description_div{
  flex:100%;
}
input#wps_wsfw_export_pdf {
  margin: 0 0 10px;
  border: none;
  background: #2194ef;
  color: #fff;
  border-radius: 0;
}

input#wps_wsfw_export_csv {
  margin: 0 0 10px;
  border: none;
  background: #2194ef;
  color: #fff;
  border-radius: 0;
}


.wps_wsfwp_table_wrap {
  width: 100%;
  overflow-x: auto;
}

.wps_wallet_debit{
  color:red;
}

.wps_wallet_credit{
  color:green;
}

table#wps-wpg-gen-table_trasa tr:nth-of-type(even) {
  background-color: rgb(33 150 243 / 10%);
}


.wps-wsfw-gen-section-form .wps-wallet-action-wrap {
  position: sticky;
  bottom: 0px;
  background-color: white;
  padding: 10px 0px 20px;
}

.wps-wallet-admin-shell .wps-wsfw-gen-section-form .wps-wallet-action-wrap {
  border: 0 !important;
  border-top: 1px solid #f0e2b8 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  margin: 18px 0 0 !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 14px 22px !important;
}

.wps-wallet-admin-shell .wps-wallet-action-wrap table,
.wps-wallet-admin-shell .wps-wallet-action-wrap tbody,
.wps-wallet-admin-shell .wps-wallet-action-wrap tr,
.wps-wallet-admin-shell .wps-wallet-action-wrap td {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
}

.wps_wsfw_export_user_loader,
.wps_wsfw_reset_user_loader {
  vertical-align: middle;
  height: 35px;
  display: none;
}

#wsfw_button_demo{
  position: sticky;
  bottom: 10px;
  
  
}

#wps_wsfw_data_number{
display:none;
}

.wps-wpg-transcation-section-search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.wps-section .wps-wpg-transcation-section-search form {
  flex: 1;
}

.wps-section .wps-wpg-transcation-section-search table tbody tr:last-of-type {
  border-spacing: 0;
}

.dataTables_length_wallet_custom_search_table {
  position: relative;
}

form.wps_form_get_export_pdf {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px){
  .wps-section .wps-wpg-transcation-section-search table tbody {
      display: block;
  }
  form.wps_form_get_export_pdf {
    position: relative;
  }
}

.wps-form-select .select2 {
  min-width: 200px;
}

/* wallet kyc admin setting */
.wsfw-secion-kyc-title-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.wsfw-secion-kyc-title-link a {
    padding: 8px 16px;
    background: #0089f40d;
    border-radius: 5px;
    border: 1.5px solid #0089f4;
    color: #0089f4;
    transition: 0.3s all linear;
}

.wsfw-secion-kyc-title-link a:hover {
    background: #0089f4;
    color: white;
}
