span.icons i {
    margin-right: 7px;
    font-size: 20px;
}
a.button_tabs {
  margin: 3px;
  padding: 10px 22px !important;
  font-size: 12px;
  font-weight: 700;
  color: white !important;
  border-radius: 4px;
}
input.btn_search {
    background: none;
    border: none;
    color: white;
    font-weight: 700;
}
span.icon_track i {
    font-size: 35px !important;
}
.col-4.form_box {
    display: flex;
    justify-content: space-around;
    align-items: end;
    transform: translateX(-10px);
}
span.badge.badge_server {
    position: absolute;
    top: 2%;
    left: 0%;
}
.dark-mode .bg-warning {
    background: #c65200 !important;
}
.bg-warning {
    background: #c65200 !important;
}
.tags_opt span.tag i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}
.edit{
font-size: 15px !important;
font-weight: 900;
}
img.header-brand-img {
    width: 300px !important;
}
img.header-brand-img {
    width: 170px !important;
}
img.header-brand-img.desktop-logo {
    width: 170px !important;
}
.side-header .header-brand1 {
    text-align: left;
    margin: 0 0!important;
}
span.count.blink-text.bg-info {
    background: #e75e08 !important;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight:700;
}
.business_now_90.mt-1.wd-80p {
    display: flex;
    justify-content: start;
    align-items: center;

  }
/* hover to scroll */
.preview {
  position: relative;
  height: 220px;
  overflow: hidden;
  background-color: transparent;
}

.preview .previewimg {
  width: 100%;
  height: auto;
  transform: translateY(0px);
}

.preview:hover .previewimg {
  transform: translateY(calc(-100% + 300px));
}
.offcanvas-body.ecom_canvas .card .card-body {
    border: 1px solid white;
    border-top: 0;
    padding: 10px;
}
a.text-muted.tm_delete_btn {
    background: #4e4e4e;
    padding: 5px 6px;
    border-radius: 50%;
    position: relative;
    z-index: 9999;
}
button.btn.btn-primary.buttons-html5 {
    padding: 0.375rem 0.5rem !important;
}
.lds-hourglass.oops {
    margin: 6px auto !important;
}
i.fa.fa-hourglass-3.stop_on {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    height: 74px;
    color: red;
}
input#perHourSendLimitRange {
    background: #2196f3;
    color: red;
    height: 20px;
}
input#perHourSendLimitRange::-webkit-slider-thumb {
    border: 1px solid #ffb100;
    height: 28px;
    width: 28px;
    border-radius: 15px;
    background: #f26900;
    cursor: pointer;
    -webkit-appearance: none;
}
input.note-image-input.form-control-file.note-form-control.note-input {
    display: none !important;
}
.richText-editor img {
    border: 1px solid red !important;
}
.ms-auto.mt-1 a {
    background: #ffffff36;
    padding: 5px 7px;
    border-radius: 100%;
    position: relative;
    z-index: 99999;
    margin: 3px;
}
label.error {
    color: #ff0606 !important;
}
div#ui_notifIt p {
    line-height: 20px !important;
}

div#ui_notifIt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-menu.dropdown-menu-end.dropdown-menu-arrow.show {
    overflow-y: auto !important;
}
.wrap-login100.p-6 {
    border: 5px solid #6c5ffc;
    border-radius: 6px;
}

img.header-brand-img {
    padding: 10px;
    background: #0f0b1433;
    width: 100%;
    border-radius: 6px;
}
a.nav-link.icon img {
    min-width: 35px!important;
    min-height: 35px!important;
}
a.nav-link.leading-none.d-flex img {
    min-width: 35px!important;
    min-height: 35px!important;
}
@media(max-width:992px){
  .header .header-right-icons .nav-link.icon {
      height: 2.3rem !important;
      width: 3.3rem !important;
  }
}
