@charset "UTF-8";
.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem; }

.switch label {
  margin: 0; }

.switch input:empty {
  margin-left: -999px;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0; }

.switch input:empty ~ span {
  display: inline-block;
  position: relative;
  float: left;
  width: 1px;
  text-indent: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch input:empty ~ span:before,
.switch input:empty ~ span:after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  content: " ";
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }

.switch input[disabled] {
  cursor: not-allowed; }

.switch input[disabled] ~ span:after,
.switch input[disabled] ~ span:before {
  cursor: not-allowed;
  opacity: 0.5; }

.switch.switch-icon input:checked ~ span:after {
  font-family: Ki;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  line-height: 0; }

.switch input:empty ~ span {
  margin: 2px 0;
  height: 30px;
  width: 57px;
  border-radius: 15px; }

.switch input:empty ~ span:before,
.switch input:empty ~ span:after {
  width: 54px;
  border-radius: 15px; }

.switch input:empty ~ span:after {
  height: 24px;
  width: 24px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 0.65em;
  text-align: center;
  vertical-align: middle; }

.switch input:checked ~ span:after {
  margin-left: 26px; }

.switch.switch-sm input:empty ~ span {
  margin: 2px 0;
  height: 24px;
  width: 40px;
  border-radius: 12px; }

.switch.switch-sm input:empty ~ span:before,
.switch.switch-sm input:empty ~ span:after {
  width: 38px;
  border-radius: 12px; }

.switch.switch-sm input:empty ~ span:after {
  height: 20px;
  width: 20px;
  top: 2px;
  bottom: 2px;
  margin-left: 2px;
  font-size: 0.55em;
  text-align: center;
  vertical-align: middle; }

.switch.switch-sm input:checked ~ span:after {
  margin-left: 16px; }

.switch.switch-lg input:empty ~ span {
  margin: 2px 0;
  height: 40px;
  width: 75px;
  border-radius: 20px; }

.switch.switch-lg input:empty ~ span:before,
.switch.switch-lg input:empty ~ span:after {
  width: 72px;
  border-radius: 20px; }

.switch.switch-lg input:empty ~ span:after {
  height: 34px;
  width: 34px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 0.75em;
  text-align: center;
  vertical-align: middle; }

.switch.switch-lg input:checked ~ span:after {
  margin-left: 34px; }

.switch input:empty ~ span:before {
  background-color: #EBEDF3; }

.switch input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7; }

.switch input:checked ~ span:before {
  background-color: #EBEDF3; }

.switch input:checked ~ span:after {
  opacity: 1;
  color: #ffffff;
  background-color: #3699FF; }

.switch.switch-primary:not(.switch-outline) input:empty ~ span:before {
  background-color: #3699FF; }

.switch.switch-primary:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7; }

.switch.switch-primary:not(.switch-outline) input:checked ~ span:before {
  background-color: #3699FF; }

.switch.switch-primary:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #3699FF;
  background-color: #ffffff; }

.switch.switch-outline.switch-primary input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent; }

.switch.switch-outline.switch-primary input:empty ~ span:after {
  background-color: #EBEDF3; }

.switch.switch-outline.switch-primary input:checked ~ span:before {
  border: 2px solid #3699FF;
  background-color: transparent; }

.switch.switch-outline.switch-primary input:checked ~ span:after {
  color: #ffffff;
  background-color: #3699FF; }

.switch.switch-secondary:not(.switch-outline) input:empty ~ span:before {
  background-color: #E4E6EF; }

.switch.switch-secondary:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7; }

.switch.switch-secondary:not(.switch-outline) input:checked ~ span:before {
  background-color: #E4E6EF; }

.switch.switch-secondary:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #E4E6EF;
  background-color: #ffffff; }

.switch.switch-outline.switch-secondary input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent; }

.switch.switch-outline.switch-secondary input:empty ~ span:after {
  background-color: #EBEDF3; }

.switch.switch-outline.switch-secondary input:checked ~ span:before {
  border: 2px solid #E4E6EF;
  background-color: transparent; }

.switch.switch-outline.switch-secondary input:checked ~ span:after {
  color: #ffffff;
  background-color: #E4E6EF; }

.switch.switch-success:not(.switch-outline) input:empty ~ span:before {
  background-color: #1BC5BD; }

.switch.switch-success:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7; }

.switch.switch-success:not(.switch-outline) input:checked ~ span:before {
  background-color: #1BC5BD; }

.switch.switch-success:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #1BC5BD;
  background-color: #ffffff; }

.switch.switch-outline.switch-success input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent; }

.switch.switch-outline.switch-success input:empty ~ span:after {
  background-color: #EBEDF3; }

.switch.switch-outline.switch-success input:checked ~ span:before {
  border: 2px solid #1BC5BD;
  background-color: transparent; }

.switch.switch-outline.switch-success input:checked ~ span:after {
  color: #ffffff;
  background-color: #1BC5BD; }

.switch.switch-info:not(.switch-outline) input:empty ~ span:before {
  background-color: #8950FC; }

.switch.switch-info:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7; }

.switch.switch-info:not(.switch-outline) input:checked ~ span:before {
  background-color: #8950FC; }

.switch.switch-info:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #8950FC;
  background-color: #ffffff; }

.switch.switch-outline.switch-info input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent; }

.switch.switch-outline.switch-info input:empty ~ span:after {
  background-color: #EBEDF3; }

.switch.switch-outline.switch-info input:checked ~ span:before {
  border: 2px solid #8950FC;
  background-color: transparent; }

.switch.switch-outline.switch-info input:checked ~ span:after {
  color: #ffffff;
  background-color: #8950FC; }

.switch.switch-warning:not(.switch-outline) input:empty ~ span:before {
  background-color: #FFA800; }

.switch.switch-warning:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7; }

.switch.switch-warning:not(.switch-outline) input:checked ~ span:before {
  background-color: #FFA800; }

.switch.switch-warning:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #FFA800;
  background-color: #ffffff; }

.switch.switch-outline.switch-warning input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent; }

.switch.switch-outline.switch-warning input:empty ~ span:after {
  background-color: #EBEDF3; }

.switch.switch-outline.switch-warning input:checked ~ span:before {
  border: 2px solid #FFA800;
  background-color: transparent; }

.switch.switch-outline.switch-warning input:checked ~ span:after {
  color: #ffffff;
  background-color: #FFA800; }

.switch.switch-danger:not(.switch-outline) input:empty ~ span:before {
  background-color: #F64E60; }

.switch.switch-danger:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7; }

.switch.switch-danger:not(.switch-outline) input:checked ~ span:before {
  background-color: #F64E60; }

.switch.switch-danger:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #F64E60;
  background-color: #ffffff; }

.switch.switch-outline.switch-danger input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent; }

.switch.switch-outline.switch-danger input:empty ~ span:after {
  background-color: #EBEDF3; }

.switch.switch-outline.switch-danger input:checked ~ span:before {
  border: 2px solid #F64E60;
  background-color: transparent; }

.switch.switch-outline.switch-danger input:checked ~ span:after {
  color: #ffffff;
  background-color: #F64E60; }

.switch.switch-light:not(.switch-outline) input:empty ~ span:before {
  background-color: #F3F6F9; }

.switch.switch-light:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7; }

.switch.switch-light:not(.switch-outline) input:checked ~ span:before {
  background-color: #F3F6F9; }

.switch.switch-light:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #F3F6F9;
  background-color: #ffffff; }

.switch.switch-outline.switch-light input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent; }

.switch.switch-outline.switch-light input:empty ~ span:after {
  background-color: #EBEDF3; }

.switch.switch-outline.switch-light input:checked ~ span:before {
  border: 2px solid #F3F6F9;
  background-color: transparent; }

.switch.switch-outline.switch-light input:checked ~ span:after {
  color: #ffffff;
  background-color: #F3F6F9; }

.switch.switch-dark:not(.switch-outline) input:empty ~ span:before {
  background-color: #181C32; }

.switch.switch-dark:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7; }

.switch.switch-dark:not(.switch-outline) input:checked ~ span:before {
  background-color: #181C32; }

.switch.switch-dark:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #181C32;
  background-color: #ffffff; }

.switch.switch-outline.switch-dark input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent; }

.switch.switch-outline.switch-dark input:empty ~ span:after {
  background-color: #EBEDF3; }

.switch.switch-outline.switch-dark input:checked ~ span:before {
  border: 2px solid #181C32;
  background-color: transparent; }

.switch.switch-outline.switch-dark input:checked ~ span:after {
  color: #ffffff;
  background-color: #181C32; }

.switch.switch-white:not(.switch-outline) input:empty ~ span:before {
  background-color: #ffffff; }

.switch.switch-white:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7; }

.switch.switch-white:not(.switch-outline) input:checked ~ span:before {
  background-color: #ffffff; }

.switch.switch-white:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #ffffff;
  background-color: #ffffff; }

.switch.switch-outline.switch-white input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent; }

.switch.switch-outline.switch-white input:empty ~ span:after {
  background-color: #EBEDF3; }

.switch.switch-outline.switch-white input:checked ~ span:before {
  border: 2px solid #ffffff;
  background-color: transparent; }

.switch.switch-outline.switch-white input:checked ~ span:after {
  color: #ffffff;
  background-color: #ffffff; }

.widgets-dashboard .card .card-body {
  background-color: transparent; }

#kt_app_sidebar_logo {
  background-color: #2079FF; }

.address-list .address-default {
  background-color: #2079ff; }
  .address-list .address-default .card-header .card-title .symbol {
    background: transparent !important; }
    .address-list .address-default .card-header .card-title .symbol i {
      color: #fff !important; }
  .address-list .address-default .card-header .card-title a {
    color: #fff !important; }
  .address-list .address-default .card-header .address-action .btn-remove i {
    color: #fff !important; }

#orders-table {
  overflow-y: auto; }
  #orders-table tr th {
    color: #000; }
    #orders-table tr th:nth-child(1) {
      min-width: 90px; }
    #orders-table tr th:nth-child(2) {
      width: 120px !important; }
    #orders-table tr th:nth-child(5) {
      width: 15% !important; }
  #orders-table tr td {
    font-size: 13px; }
    #orders-table tr td b {
      color: #000; }
  #orders-table tr td:nth-child(1), #orders-table tr th:nth-child(1) {
    position: sticky;
    background-color: #f9f9f9;
    z-index: 1; }
  #orders-table tr td:nth-child(2), #orders-table tr th:nth-child(2) {
    width: 100px !important;
    position: sticky;
    background-color: #f9f9f9;
    z-index: 1; }
  #orders-table tr td:nth-child(3), #orders-table tr th:nth-child(3) {
    width: 15% !important;
    position: sticky;
    background-color: #f9f9f9;
    z-index: 1;
    vertical-align: top; }
  #orders-table tr td:nth-child(4), #orders-table tr th:nth-child(4) {
    width: 15% !important;
    vertical-align: top; }
  #orders-table tr td:nth-child(5), #orders-table tr th:nth-child(5) {
    vertical-align: top; }
  #orders-table .total_order {
    width: 20% !important; }

.custom-pagination #orders-table_paginate {
  display: flex;
  justify-content: end; }

.form-check-input.error ~ .form-check-label {
  color: red; }

/*# sourceMappingURL=custom.css.map */
