.badge-style {
  padding: 0.4em 1em 0.4em 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 30px;
  font-weight: 400;
  font-size: 0.75rem;

}

.form-control{
  margin-bottom: 7px;
}


.dt-search{
  display: none;
}

.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;
}

.custom-offer,.offers-code{
  color: white;
  background-color: #4266b2;
}

.welcome-offer,.group-code{
  color: white;
  background-color: #299a21;
}

.discount-code{
  color: white;
  background-color: brown;
}

.promo-offer,.promo-code-offer,.points-code{
  color: white;
  background-color: #cd7f32;
}

.for-all-users-offer,.public-offer{
  color: white;
  background-color: #645349;
}

.level-bronze,
.Bronze {
  background: #cd7f32;
  color: white;
}

.status-revised{
  background: #17a2b8;
  color: white;
}
 .status-revising{
  background: #12bed9;
  color: white;
 }

.level-silver,
.Silver {
  background: #aaa9ad;
  color: white;
}

.level-gold,
.Gold {
  background: gold;
  color: white;
}

.check-box-group {
  padding: 0px;
  margin-bottom: 15px;
}

.level-member-inactive,
.Inactive {
  background: red;
  color: white;
}

.level-platinum,
.platinum,
.Platinum {
  background: #e5e4e2;
  color: black;
}

.no-level,
.No {
  background: black;
  color: white;
}

.float {
  float: right !important;
}

.btn-primary {
  color: #fff;
  background-color: #161644;
  border-color: #161644;
  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 ,.status-active,.status-completed,.status-accepted, .status-added{
  background: green;
  color: white;
}

.status-in-progress, .status-approved{
  color: white;
  background-color: #007bff;
}

.user-pending,.status-pending,.status-updates-required {
  background: orange;
  color: white;
}

.user-blocked,.status-inactive,.status-blocked,.status-cancelled,.status-rejected{
  background: red;
  color: white;
}

.user-deactivated {
  background: red;
  color: white;
}

.status-process{
  background: blue;
  color: white;
}
.status-active,.status-enabled {
  background: green;
  color: white;
}
.status-deactivated,.status-inactive,.status-disabled {
  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 {
  color: red;
}


.fa-clone
{
  color: green;
  margin-right: 3px;
}

.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-custom{
 
  background-color: #161644;
}

.text-custom{
  color: #161644;
}

.bg-stores {
  background-color: #6a35dc;
}

.text-stores {
  color: #6a35dc;
}

.bg-catesgories {
  background-color: #354adc;
}

.text-catesgories {
  color: #354adc;
}

.bg-subcatesgories {
  background-color: #66dc35;
}

.text-subcatesgories {
  color: #66dc35;
}

.bg-products {
  background-color: #d935dc;
}

.text-products {
  color: #d935dc;
}


.bg-vouchers {
  background-color: #e83e8c;
}

.text-vouchers {
  color: #e83e8c;
}

.bg-levels {
  background-color: #30465f;
}

.text-levels {
  color: #30465f;
}

.bg-myoffers {
  background-color: #6610f2;
}

.text-myoffers {
  color: #6610f2;
}

.custom-loader {
  display: none;
  position: fixed;
  left: 37%;
  top: 20%;
  width: 340px;
  height: 340px;
  z-index: 9999;
  background: url(../../assets/images/others/loading.gif) center no-repeat;
}

input[type="file"] {
  display: inline;
}

#product_images_show_preview {
  /* border: 1px solid black; */
  padding: 10px;
}

#product_images_show_preview img {
  width: 200px;
  padding: 5px;
}

#htu_images_show_preview {
  /* border: 1px solid black; */
  padding: 10px;
}

#htu_images_show_preview img {
  width: 200px;
  padding: 5px;
}

#product_images_preview {
  /* border: 1px solid black; */
  padding: 10px;
}

#product_images_preview img {
  width: 200px;
  padding: 5px;
}

#htu_images_preview {
  /* border: 1px solid black; */
  padding: 10px;
}

#htu_images_preview img {
  width: 200px;
  padding: 5px;
}

.deleteBtn{
  position: absolute;
    top: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    padding-top: 25%;
    background-color: #8585857a;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer !important;
    display: block;
    z-index: 999;
    transition: all ease-in 0.9s;
}

#product_images_show_preview {
  /* border: 1px solid black; */
  padding: 10px;
}

#product_images_show_preview img {
  width: 200px;
  padding: 5px;
}

#htu_images_show_preview {
  /* border: 1px solid black; */
  padding: 10px;
}

#htu_images_show_preview img {
  width: 200px;
  padding: 5px;
}
.info-box .info-box-icon {
  border-radius: 50% !important;
  width: 60px !important;
  height: 60px !important;
}
.info-box{
  box-shadow: none !important;
  position: relative;
  border: 1px solid #eeeeee;
}
.info-box-text{
  font-weight: bold !important;
}
.info-box-number{
  font-weight: normal !important;
}
.info-box-btn{
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 28px;
}
.info-box-btn:hover{
  right: 20px;
  transition: all 0.8s ease;
}

/* width */
.sidebar::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  background: #1f4b61;
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
  background: #3c7694;
}
.search-filter-div{
  width: 100%;
    display: block;
    margin: 10px 0;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 18px;
    color: #161644;
    cursor: pointer;
}
.search-filter-div i{
    font-size: 15px;
}
.cursor-pointer{
  cursor: pointer !important;
}
.main-footer {
  font-size: 14px;
  text-align: center;
}
.dataTables_scrollHeadInner, .table{
  width: 100% !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f7f9 !important;
}
.table td, .table th {
  color: #0a202b !important;
}
.main-footer a{
  color: #1f4b61 !important;
}


.page-item.active .page-link {
  color: #fff !important;
  background-color: #0a202b !important;
  border-radius: 5px !important;
}
#collapseOne{
  width: 100% !important;
}


#en_image_preview {
  max-width: 300px;
  max-height: 300px;
}

#ar_image_preview {
  max-width: 300px;
  max-height: 300px;
}

.fa-arrow-alt-circle-right{
  margin-top: 20px;
}

.select2-container .select2-selection--single{
  height: 34px;
}

.select2-container--default .select2-selection--single{
  border: 1px solid #e7e9eb;
}