.background_overlay_preloader {
  z-index: 20000;
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.preloader_inner_text {
  position: absolute;
  top: 43%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-family: monospace;
  font-weight: 300;
  color: #71f8ff;
}

.preloader_inner {
  position: absolute;
  top: 55%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 35px;
  font-family: monospace;
  font-weight: 300;
  color: #71f8ff;
}

/*=============== ALERT PRELOADER STYLE ========================*/
.background_overlay {
  z-index: 20000;
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.preloader_img {
  position: fixed;
  z-index: 55;
  top: 40%;
  left: 46%;
  width: 50px;
  height: 50px;
}

.toast {
  opacity: 1 !important;
}

button.toast-close-button {
  width: auto;
  height: auto;
}

.sweet-alert {
  padding: 2rem;
  border-radius: 0.42rem;
}

.sweet-alert h2 {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 2rem 0 0 0;
  color: #181c32;
}

.sweet-alert p {
  font-weight: normal;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  color: #3f4254;
}

a {
  cursor: pointer !important;
}

label span {
  color: #858585;
  font-size: 11px;
}

.list_loader_preloader_div {
  width: 100%;
  text-align: center;
  display: none;
}

.list_load_preloader {
  width: 45px;
  height: 45px;
}

.input_alert {
  margin-top: 2px;
  font-size: 13px !important;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.inp-alert-default {
  color: #737373 !important;
}

.form-group {
  margin-bottom: 5px;
}

.text-warning {
  color: #ffa800 !important;
}

.text-danger {
  color: #f64e60 !important;
}

.text-info {
  color: #8950fc !important;
}

.compare {
  margin: -0.4rem 0 0 0;
}

.btn_active {
  border-color: #ff192e;
  color: #fff;
  background-color: #ff192e;
}

.zoom-scal {
  height: 225px;
}

.zoom-scal img {
  max-height: 100% !important;
  width: auto !important;
  margin: auto;
}

.category-icon {
  height: 35px;
}

@media (max-width: 991px) {
  .blog-sidebar {
    display: none;
  }
}

.category-slider-box-sec {
  height: 60px;
  border-radius: 50%;
}

.zoom-scal img {
  /* width: 50px;
  height: 50px; */
  /* border-radius: 50%; */
}

.category-slider-box-sec img {
  border-radius: 50%;
}

.category-slider-box-sec-main img {
  width: 55px !important;
  height: 55px !important;
  background-color: rgb(24, 91, 192);
  padding: 2px;
  margin: 2px auto;
}
.index-demo1 .collection-slider .category-title {
  font-size: 10px;
  /* white-space: nowrap; */
}

.index-demo1 .collection-slider .category-item .details {
  background-color: transparent;
  padding: 5px 10px;
  margin: 0 !important;
}

/* CAPTCHA IMAGE DESIGN SECTION IN REGISTRATION PAGE  */
.captcha-main-sec {
  width: 100%;
  height: 60px;
  background-color: white;
  margin-top: -4px;
  padding: 6px;
}
.captcha-main-sec button {
margin-left: 10px;
margin-top: 10px;
background-color: #074377;
color: rgb(255, 255, 255);
padding-left: 10px;
padding-right: 10px;
}
.captcha-main-sec img {
  width: 100%;
  height: 100%;
}

