/*----------  Font Size Variable  ----------*/


/*=====  End of Typography Variable and Declaration  ======*/


/* Placeholders */


/* Mixins */


/* SCSS Functions */


/* Enter Your Global CSS here */

* {
  box-sizing: border-box;
}

*:after,
*:before {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  color: none;
  box-shadow: none;
}

ul {
  margin: 0;
}

.wps-info-img {
  display: inline-block;
  margin-right: 6px;
  margin-top: -3px;
  max-width: 15px;
}


/* Enter Button Global CSS Here */

input[type=submit].wps-btn__filled {
  padding: 10px 25px;
  border-radius: 6px;
  background-color: #483DE0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.3s linear;
  border: 1px solid #483de0;
  min-height: 30px;
  cursor: pointer;
}

input[type=submit].wps-btn__filled:hover {
  border-color: #483DE0;
  color: #483DE0;
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  input[type=submit].wps-btn__filled {
      padding: 10px 54px;
      border-radius: 8px;
  }
}


/* Header CSS */


/* Footer CSS */


/* Navigation CSS */


/* Sidebar CSS */


/* About page css */


/* Home Page CSS */


/*====================================
=            Tabs Section            =
====================================*/

.wps_wcb_wallet_display_wrapper a:hover,
.wps_wcb_wallet_display_wrapper a:active,
.wps_wcb_wallet_display_wrapper a:focus {
  outline: none!important;
}

.wps_wcb_wallet_balance_container {
  padding: 10px 12px;
  border-radius: 6px;
  background-color: #483DE0;
}

.wps_wcb_wallet_display_wrapper_with_qr .wps_wcb_wallet_balance_container h4 {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
}

.wps_wcb_wallet_balance_container p {
  margin: 0;
}

.wps_wcb_wallet_balance_container .woocommerce-Price-amount {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}

.wps_wcb_content_template ul.tabs,
.wps_wcb_content_template ul.tabs:last-child {
  padding: 0;
  margin: 28px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #F6F5FD;
  border-radius: 6px;
  text-align: center;
}

.wps_wcb_content_template ul.tabs li {
  list-style: none;
  margin: 0;
}

.wps_wcb_content_template ul.tabs li h3 {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 10px;
  color: #000;
}

.wps_wcb_content_template ul.tabs li.active {
  background-color: #E5E3FA;
  border-radius: 6px;
}

.wps_wcb_content_template ul.tabs li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  height: 100%;
}

.wps_wcb_content_template ul.tabs li svg path {
  fill: #483DE0;
}

.wps_wcb_content_template ul.tabs li .wps_wallet_transfer_tab path:last-of-type,
.wps_wcb_content_template ul.tabs li .wps_wallet_withdrawal_tab path:last-of-type {
  fill: #000;
}

.wps_wcb_content_template ul.tabs li .wps_wallet_transactions_tab path:first-of-type,
.wps_wcb_content_template ul.wps_wcb_content_template ul.tabs li .wps_wallet_transfer_tab path:last-of-type,
.wps_wcb_content_template ul.tabs li .wps_wallet_withdrawal_tab path:last-of-type,
.wps_wcb_content_template ul.tabs li .wps_wallet_recharge_tab path:first-of-type,
.wps_wcb_content_template ul.tabs li .wps_wallet_transactions_tab path:first-of-type,
.wps_wcb_content_template ul.tabs li .wps_wallet_transactions_tab path:last-of-type {
    fill: #000;
}




/* Notifications start */

.wps_wcb_wallet_display_wrapper .woocommerce {
  padding: 0!important;
}

.wps_wcb_wallet_display_wrapper .woocommerce .woocommerce-info {
  border-radius: 8px;
  border: 1px solid #483DE0;
  padding: 12px 18px 12px 42px;
  background-color: #483DE010;
  color: #483DE0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 32px;
  flex: 1;
}

.wps_wcb_wallet_display_wrapper .woocommerce-info::before {
  top: 12px;
  color: #483DE0;
  font-size: 20px;
  left: 14px;
  line-height: 1;
}


/* Notifications ends */

@media screen and (min-width: 992px) {
  .wps_wcb_wallet_balance_container {
      padding: 18px 32px;
  }
  .wps_wcb_wallet_balance_container .woocommerce-Price-amount {
      font-size: 40px;
      line-height: 1.25;
  }
  .wps_wcb_content_template ul.tabs {
      margin: 32px 0;
      border-radius: 8px;
  }
  .wps_wcb_content_template ul.tabs li {
      padding: 16px;
  }
  .wps_wcb_content_template ul.tabs li.active {
      border-radius: 8px;
  }
  .wps_wcb_content_template ul.tabs li a {
      padding: 20px 0 5px;
  }
}


/*=====  End of Tabs Section  ======*/


/*====================================
=      Add Balance Section            =
====================================*/


/*=====  End of Add Balance Section  ======*/


/*====================================
=      Transfer Section            =
====================================*/

#wps_wallet_transfer_form label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.25;
  margin-bottom: 10px;
  display: block;
}

#wps_wallet_transfer_form input[type=email],
#wps_wallet_transfer_form input[type=text],
#wps_wallet_transfer_form input[type=number],
#wps_wallet_transfer_form textarea {
  box-shadow: none;
  border: 2px solid #DFE3E8;
  border-radius: 6px;
  background: transparent;
  padding: 8px;
  font-size: 16px;
  margin: 0 0 28px;
  min-height: 30px;
  width: 100%;
  max-width: 100%;
}

#wps_wallet_transfer_form input[type=email]:focus,
#wps_wallet_transfer_form input[type=number]:focus,
#wps_wallet_transfer_form input[type=text]:focus,
#wps_wallet_transfer_form textarea:focus {
  outline: none;
  border-color: #483DE0;
}

#wps_wallet_transfer_form p {
  margin: 0;
}

#wps_wallet_transfer_form .wps-wallet-field-container+.error {
  margin: -24px 0 28px;
  color: #FF4842;
  font-size: 14px;
}

@media screen and (min-width:992px) {
  #wps_wallet_transfer_form label {
      margin-bottom: 12px;
  }
  #wps_wallet_transfer_form input[type=email],
  #wps_wallet_transfer_form input[type=number],
  #wps_wallet_transfer_form input[type=text],
  #wps_wallet_transfer_form textarea {
      border-radius: 8px;
      padding: 12px;
      margin: 0 0 32px;
  }
  #wps_wallet_transfer_form .wps-wallet-field-container+.error {
      margin: -26px 0 32px;
  }
}


/*=====  End of Transfer Section  ======*/


/*====================================
=      Transaction Section            =
====================================*/

.wps-wallet-transaction-container #transactions_table_wrapper {
  overflow: auto;
}

.wps-wallet-transaction-container #transactions_table_wrapper>.bottom {
  position: sticky;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr {
  background-color: #F4F6F8;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th,
.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table tbody tr td {
  padding: 8px 18px 8px 8px;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th {
  background-color: transparent;
  border: none;
  color: #637381;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: none;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th:first-of-type {
  border-radius: 6px 0 0 0;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th:last-of-type {
  border-radius: 0 6px 0 0;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table tbody tr td {
  font-size: 14px;
  line-height: 1.5;
  color: #637381;
  font-weight: 400;
  background-color: transparent;
  border: none;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table {
  border-bottom: 1px solid #919EAB3D;
  margin: 0;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table tbody tr td:last-of-type {
  font-weight: 600;
}

.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_length {
  padding: 10px 0;
}

.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_info {
  padding: 0;
  font-size: 10px;
  font-weight: 400;
  color: #212B36;
  margin-left: 10px;
}

.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_paginate {
  margin: 0 0 0 10px;
  padding: 0;
}

.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_length label {
  font-size: 10px;
  color: #000;
  margin: 0;
}

.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_length select {
  border: none;
  background: none;
  font-size: 10px;
  font-weight: 400;
  color: #212B36;
  margin: 0 0 0 10px;
  cursor: pointer;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: auto;
  appearance: auto;
  display: inline-block;
  width: auto;
}

.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_paginate .paginate_button {
  padding: 0;
  cursor: pointer;
}

.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_paginate .paginate_button.current {
  display: none;
}

.wps-wallet-transaction-container #transactions_table_wrapper>.bottom .dataTables_paginate .paginate_button.disabled {
  cursor: auto;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table tbody tr:nth-of-type(even) {
  background-color: #F4F6F8;
}

@media screen and (min-width:992px) {
  .wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th:first-of-type {
      border-radius: 8px 0 0 0;
  }
  .wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th:last-of-type {
      border-radius: 0 8px 0 0;
  }
}

.wps_wallet_debit{
  color:red !important;
}

.wps_wallet_credit{
  color:green !important;
}

.wsfw_show_user_restriction_notice{
  width: 100%;
  max-width: 275px;
  margin:5px auto;
  color:#ff0000;
  background-color: #ffcbcb;
  padding: 5px;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-align: center;
}

.wps_view_withdrawal span {
  color: #483DE0;
  text-decoration: underline;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}
.wps_withdrawal_table{
  display: none;
}

/*=====  End of Transaction Section  ======*/