/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 4, 2021, 11:20:05 AM
    Author     : objects
*/
/* -------------------------------------
    System Massages & Alerts
------------------------------------- */
.form-msg {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  clear: both;
  margin-top: 1rem;
}

.form-msg p {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1;
  font-size: 16px !important;
}

.form-msg.msg-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.form-msg.msg-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.form-msg.msg-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.form-msg.msg-info {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* -------------------------------------
    Snippets
------------------------------------- */
.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.pull-right {
  float: right;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* -------------------------------------
    Chart Grid
------------------------------------- */
.chart-wrap .widefat .grid {
  max-width: 100%;
}

#ui-datepicker-div {
  z-index: 999;
}

.container-data-chart {
  margin-top: 30px;
  padding: 10px 5px;
  border: 1px solid #ddd;
}

/* -------------------------------------
    Filter Actions
------------------------------------- */
.filter-actions {
  padding: 10px;
  border: 1px solid #ddd;
}

.filter-actions .filter-row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-actions [class^='filter-col'] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.filter-actions [class^='filter-col'] > * {
  width: 100% !important;
}

.filter-actions .filter-col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.filter-actions .filter-col-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .filter-actions .filter-col-6 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.filter-actions .filter-datepicker input {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .filter-actions .filter-datepicker {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filter-actions .filter-datepicker label {
    display: none;
  }
  .filter-actions .filter-datepicker input:first-child {
    margin-bottom: 10px;
  }
}

.filter-actions select {
  border: 1px solid #ddd;
  background-color: #fff;
}

/* -------------------------------------
    Search Orders
------------------------------------- */
.search-box {
  margin-bottom: 30px;
}

.search-box #post-search-input {
  width: auto;
  min-width: 0;
}

@media screen and (min-width: 481px) {
  .search-box #post-search-input {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (max-width: 480px) {
  .search-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-box #post-search-input,
  .search-box #search-submit {
    width: 100%;
  }
  .search-box #post-search-input {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .account-orders-table .woocommerce-orders-table__cell {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}

/* -------------------------------------
    Edit Account Details
------------------------------------- */
.filter-actions .selection,
.filter-actions .select2-selection {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100% !important;
  width: 100%;
  min-height: 45px;
}

.filter-actions .select2-selection {
  overflow: hidden;
  padding-right: 32px;
}

.filter-actions .select2-selection__rendered {
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.filter-actions .select2-selection__arrow {
  top: calc(50% - 13px) !important;
}

.filter-actions .select2-selection__clear {
  margin-left: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.filter-actions .select2-container {
  width: 100% !important;
}

.wc_list_customers_my_account .filter-actions {
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .wc_list_customers_my_account .filter-actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wc_list_customers_my_account .filter-actions .submit-filters {
    width: 100%;
    margin-top: 5px;
  }
}

.wc_list_customers_my_account .create-customer-wrapper {
  margin-bottom: 30px;
}

.wc_list_customers_my_account .submit-filters {
  margin-right: 10px;
}

.account-orders-table-wrapper {
  overflow-x: auto;
}

.account-orders-table-wrapper .button {
  padding: .6180469716em .875em;
  font-size: .875em!important;
  margin-right: .236em;
  margin-bottom: .236em;
  width: 85px!important;
  text-align: center;
}
/*# sourceMappingURL=frontend-styles.css.map */