.list-account-actions {
  text-align: right;
}

.list-account-actions .button {
  border-radius: 10px;
  background-color: white !important;
  color: #2C7DFF !important;
  border: 1px solid #2C7DFF !important;
}

.list-account-actions .button:hover {
  background-color: #2C7DFF !important;
  color: white !important;
}

.list-account table {
  margin-top: 10px;
  border: 1px solid #e8ebf3;
  border-radius: 8px;
  border-collapse: unset;
}

.list-account table thead tr th {
  padding: 10px !important;
}

.list-account table tbody tr td {
  padding: 15px !important;
}

.list-account table tbody tr td button {
  border-radius: 10px;
  background-color: #2C7DFF;
  color: white !important;
}

.delete {
  background-color: #d9534f !important;
  color: white !important;
}

.form-control {
  border-radius: 8px !important;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25) !important;
          box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25) !important;
}

.form-select {
  padding: 8px 10px !important;
  line-height: 1.6 !important;
  border-radius: 8px !important;
}

.form-select:focus {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25) !important;
          box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25) !important;
}

.btn {
  border-radius: 10px !important;
}

.btn-primary {
  background-color: #2C7DFF !important;
  border-color: transparent !important;
}

.btn-secondary {
  border: 1px solid #2C7DFF !important;
  background-color: white;
  color: #2C7DFF;
}

.link-primary {
  color: #2C7DFF !important;
}

a.btn {
  padding: 8px 10px;
}

.woocommerce-MyAccount-orders tr td:last-child a.btn {
  padding: 8px 10px;
}

.menu-dashboard {
  padding-top: 5px;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}

.menu-dashboard a {
  color: #777777 !important;
  margin-right: 5px;
}

.menu-responsive-dashboard {
  padding-top: 5px;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-responsive-dashboard a {
  color: white !important;
  margin-right: 5px;
  padding-left: 20px !important;
}

.menu-responsive-dashboard a:before {
  content: "";
  color: white !important;
}

.menu-responsive-dashboard.is-active {
  background-color: #e8ebf3;
}

.menu-responsive-dashboard.is-active a {
  color: #777777 !important;
}

.menu-dashboard.is-active {
  background-color: #e8ebf3;
}

#dashboard_item.menu-dashboard:before {
  font-family: 'Dashicons';
  content: '\f311';
  position: relative;
  top: 7px;
  left: 10px;
}

#transaction_item.menu-dashboard:before {
  font-family: 'Dashicons';
  content: '\f121';
  position: relative;
  top: 7px;
  left: 10px;
}

#customer_item.menu-dashboard:before {
  font-family: 'Dashicons';
  content: '\f307';
  position: relative;
  top: 7px;
  left: 10px;
}

#bank_account_item.menu-dashboard:before {
  font-family: 'Dashicons';
  content: '\f16a';
  position: relative;
  top: 7px;
  left: 10px;
}

#location_item.menu-dashboard:before {
  font-family: 'Dashicons';
  content: '\f319';
  position: relative;
  top: 7px;
  left: 10px;
}

#setting_item.menu-dashboard:before {
  font-family: 'Dashicons';
  content: '\f111';
  position: relative;
  top: 7px;
  left: 10px;
}

#fees_charge_item:before {
  font-family: 'Dashicons';
  content: '\f18e';
  position: relative;
  top: 7px;
  left: 10px;
}

.bg-gray {
  background-color: #e8ebf3;
}

.btn-danger {
  background-color: #dc3545 !important;
}

.dataTables_wrapper {
  width: 100%;
}

.page-item.active .page-link {
  background-color: #2C7DFF !important;
}

.bg-info {
  background-color: #2C7DFF !important;
}

.bg-success {
  background-color: #2baa6f !important;
}

table.dataTable {
  border-collapse: collapse !important;
}

table.dataTable thead {
  color: #777777 !important;
}

table.dataTable tbody {
  font-size: 13px;
  color: #777777 !important;
}

table.dataTable tbody tr {
  cursor: pointer;
}

table.dataTable tbody td.select-checkbox:before {
  border: 1px solid #cccc !important;
  -webkit-box-shadow: 1px 1px #ccc;
          box-shadow: 1px 1px #ccc;
}

.btn-light {
  background-color: white !important;
  border: 1px solid #2C7DFF;
  color: #2C7DFF;
}

.btn-light:hover {
  background-color: #2C7DFF !important;
  color: white;
}

.btn-sm {
  font-size: .700rem !important;
}

.link-secondary {
  color: #777777 !important;
}

.table > :not(:first-child) {
  border-top: 1px solid #777777;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.navbar-brand {
  color: white !important;
}

.navbar-light .navbar-toggler {
  color: white !important;
}

.navbar-light .navbar-toggler:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
/*# sourceMappingURL=style.css.map */