.badge-style {
  padding: 0.4em 1em 0.4em 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
  font-size: 0.75rem;
}

.level-style {
  padding: 0.4em 1em 0.4em 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
  font-size: 0.75rem;
}

.check_input {
  margin-left: 15px;
  margin-top: 3px;
  width: 20px;
  height: 20px;
}

.badge-bdr.badge-primary,
.badge-bdr-pill.badge-primary {
  color: #4266b2;
  border: 1px solid #4266b2;
}

.badge-bdr.badge-secondry,
.badge-bdr-pill.badge-secondry {
  color: #64ab53;
  border: 1px solid #64ab53;
}

.badge-bdr,
.badge-bdr-pill {
  background-color: transparent;
}

.badge-regular {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.level-bronze,
.Bronze {
  background: #cd7f32;
  color: white;
}

.level-member-inactive,
.Inactive {
  background: red;
  color: white;
}

.level-silver,
.Silver {
  background: #aaa9ad;
  color: white;
}

.level-gold,
.Gold {
  background: gold;
  color: white;
}

.level-platinum,
.platinum {
  background: #e5e4e2;
  color: black;
}

.no-level,
.No {
  background: black;
  color: white;
}

.float {
  float: right !important;
}

.btn-primary {
  color: #fff;
  background-color: #323c50;
  border-color: #323c50;
  box-shadow: none;
}

.btn-secondary {
  color: #fff;
  background-color: #65ab53;
  border-color: #65ab53;
  box-shadow: none;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #3ed816;
  border-color: #3ed816;
}

.bold {
  color: black;
  font-weight: bold;
}

.user-active, .customer-active, .product-active, .order-active {
  background: green;
  color: white;
}

.user-pending {
  background: orange;
  color: white;
}

.user-blocked, .customer-deleted, .order-deleted, .product-draft {
  background: red;
  color: white;
}

.user-deactivated {
  background: red;
  color: white;
}

.status-active {
  background: green;
  color: white;
}
.status-deactivated {
  background: red;
  color: white;
}

.status-inactive {
  background: red;
  color: white;
}

.account-not-completed {
  background: #f30c0c;
  color: white;
}

.account-completed {
  color: white;
  background: blue;
}

.account-verified {
  color: white;
  background: #be0cca;
}

.account-approved {
  color: white;
  background: #057f05;
}

.main-heading {
  padding: 1rem 0.5rem;
  position: relative;
  -webkit-box-shadow: 0 10px 20px -10px #bdcddf;
  -moz-box-shadow: 0 10px 20px -10px #bdcddf;
  box-shadow: 0 10px 20px -10px #bdcddf;
  z-index: 10;
}

.main-heading .page-icon {
  float: left;
  border-right: 1px solid #d0d6e9;
  padding-right: 10px;
}

.main-heading .page-icon i {
  font-size: 24px;
  color: #4266b2;
  margin: 9px 6px 9px 0;
  display: block;
}

.main-heading .page-title h6.sub-heading {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 0.8rem;
  color: #8796af;
}

.main-heading .page-title {
  margin-left: 60px;
}

#image_preview {
  max-width: 300px;
  max-height: 300px;
}

.text_align_ar {
  text-align: right;
}

.text_align_en {
  text-align: right;
}

.text_align_center {
  text-align: center;
}

.validate {
  border: 1px solid red;
}

.fa-ban,
.fa-trash,
.fa-minus-circle {
  color: red;
}

.chekbox_wrapper {
  display: block;
  max-height: 165px;
  overflow-y: auto;
  line-height: 23px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
}

.storesCheck,
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* Remove default checkbox */
.storesCheck:not(:checked),
.storesCheck:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.storesCheck {
  /* checkbox aspect */
}

.storesCheck + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

.storesCheck + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: 0.2s;
}

.storesCheck:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

.storesCheck:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.storesCheck:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */
.storesCheck:indeterminate + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.storesCheck:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

.storesCheck.filled-in + label:after {
  border-radius: 2px;
}

.storesCheck.filled-in + label:before,
.storesCheck.filled-in + label:after {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}

.storesCheck.filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

.storesCheck.filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

.storesCheck.filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.storesCheck.filled-in:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

.storesCheck.filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

.storesCheck.filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #bdbdbd;
}

.storesCheck.filled-in:disabled:checked + label:before {
  background-color: transparent;
}

.storesCheck.filled-in:disabled:checked + label:after {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}

.switch label {
  cursor: pointer;
}

.switch label .storesCheck {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label .storesCheck:checked + .lever {
  background-color: #84c7c1;
}

.switch label .storesCheck:checked + .lever:after {
  background-color: #26a69a;
}

.storesCheck:checked:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(38, 166, 154, 0.1);
}

.storesCheck:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch label .storesCheck:checked + .lever:after {
  left: 24px;
}

.switch .storesCheck[disabled] + .lever {
  cursor: default;
}

.switch label .storesCheck[disabled] + .lever:after,
.switch label .storesCheck[disabled]:checked + .lever:after {
  background-color: #bdbdbd;
}

.map_canvas {
  width: 100%;
  height: 400px;
  background: #e6ecf3;
}

.float-input {
  position: absolute;
  top: 7%;
  left: 31%;
  z-index: 1;
  width: 40%;
  height: 45px;
}

#map {
  margin-bottom: 17px;
}
.img1 {
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  min-height: 100px;
}
.small-box {
  color: #fff;
}
.announcement-img {
  max-height: 60px;
}

.flag_img {
  max-width: 61px;
  max-height: 41px;
  min-width: 61px;
  min-height: 41px;
}
.summernote {
  width: 100%;
  height: 200px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #dddddd;
  padding: 10px;
}

.insta_img {
  max-width: 200px;
  max-height: 200px;
  min-width: 200px;
  min-height: 200px;
}

.bg-warning {
  color: #fff;
}

.bg-catesgories {
  background-color: #354adc;
}

.bg-subcatesgories {
  background-color: #66dc35;
}

.bg-products {
  background-color: #d935dc;
}

.bg-vouchers {
  background-color: #e83e8c;
}

.bg-levels {
  background-color: #30465f;
}

.bg-myoffers {
  background-color: #6610f2;
}

.custom-loader {
  position: fixed;
  left: 48%;
  top: 20%;
  width: 340px;
  height: 340px;
  z-index: 9999;
  background: url(../../assets/images/loading.gif) center no-repeat;
}

.product_img_show {
  width: 100px;
  height: 100px;
}

.product_img {
  width: 180px;
  height: 180px;
}

.img-wraps {
  position: relative;
  /* display: inline-block; */
  display: block;
  font-size: 0;
}
.img-wraps .closes {
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 100;
  background-color: #FFF;
  padding: 4px 3px;
   
  color: #000;
  font-weight: bold;
  cursor: pointer;
  
  text-align: center;
  font-size: 22px;
  line-height: 10px;
  border-radius: 50%;
  border:1px solid red;
}
.img-wraps:hover .closes {
  opacity: 1;
}
