.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  color: #514b82;
  background: 
    conic-gradient(from 90deg at 3px 3px,#0000 90deg,currentColor 0)
    -3px -3px/calc(50% + 1.5px) calc(50% + 1.5px);
  animation: l28 2s infinite;
}
.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  background: repeating-conic-gradient(#0000 0 35deg,currentColor 0 90deg);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0);
  border-radius: 50%;
}
.loader::after {
  margin: 20%;
}
.offerBanner {
    display: none;
}
@keyframes l28 {
  100% {transform: rotate(1turn)}
}
.cp {
    cursor: pointer;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-14 {
    font-size: 14px;
}
.rounded-12 {
    border-radius: 12px !important;
}
.fs-18 {
  font-size: 18px;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
/* width */
.res-big-box::-webkit-scrollbar {
    width: 6px;
    border-radius: 52px;
}
  
  /* Track */
.res-big-box::-webkit-scrollbar-track {
    background: #d5c6ed; 
}
   
  /* Handle */
.res-big-box::-webkit-scrollbar-thumb {
    background: #A54EFF; 
}
.whiteOverlay a{
  width: 25px;
  height: 25px;
  margin-right: 4px;
}

@media (max-width: 1536px) {
  .navbar-brand img {
    width: 154px;
  }
  .dl-toggle-btn-lg {
    width: 88px;
  }
  .site-header .navbar{
    height: var(--ris-header-normal-height);
  }
  .site-header .navbar-nav .nav-link,
  .toolsDropDown button{
    font-weight: 500;
  }
  .site-header .navbar-nav .nav-link:hover,
  .site-header .navbar-nav .nav-link:active,
  .site-header .navbar-nav .nav-link.active {
    font-weight: 600;
  }

  .toolsDropDown button {
    padding-top:8px;
  }
  .languageDropDown .languageDropDownBtn,
  .site-header .navbar-nav .nav-link,
  .site-header .pricingBtn,
  .toolsDropDown button,
  .login-btn {
    font-size: 14px;
  }
  .languageDropDown .languageDropDownBtn,
  .site-header .pricingBtn,
  .login-btn {
    padding: 7px 14px;
  }

}
@media(max-width: 1199.9px){
  .site-header .navbar {
      height: auto;
  }
}
@media (max-width: 320px) {
  .navbar-toggler-icon{
    width: 1em;
    height: 1em;
  }
  /* .container-fluid{
    justify-content: flex-start !important;
  } */

  .navbar-brand {
    margin-right: 10px !important;
  }

  .login-btn img,
  .languageDropDownBtn img {
    width: 18px;
  }

  a.navbar-brand img{
    width: 133px !important;
  }

 
}
@media (max-width: 426px) {
  .whiteOverlay a img{
    height: 12px;
  }
  .search-mob img {
    height:16px
  }

  .whiteOverlay a{
    width: 30px;
    height: 25px;
    margin-right: 4px;
  }

  /* #resultsTabs li{
     width: 20%;
  } */

  /* #resultsTabs li button{
    width: 100%;
    font-size: 12px;
  } */
}
.multiColorBG{
  background: linear-gradient(90deg, rgba(188,78,255,1) 49%, rgba(95,76,255,1) 100%);
  border-radius: 7px;
  padding: 1px;
}

.upload_file{
  cursor: pointer;
}
.editBtn{
  background:#5F4DFF;
  border-radius: 8px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.editBtn img{
  margin-right: 5px;
}

.cropper-face{
  background-color: transparent !important;
}

.mobileCrossEditBtn{
  position: absolute;
  top: -14px;
  right: -10px;
}

.whiteOverlay #search{
  /* width: 98px; */
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
  padding: 0px 11px;
}

.whiteOverlay .crossbtn{
  margin-left: 15px;
}

#search:hover{
  box-shadow: inset 0 0 20px rgb(0 0 0 / 50%), 0 0 20px rgb(57 18 18 / 20%);
  outline-color: rgb(169 36 36 / 0%);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}
@media (min-width: 992px) {
  .pricing-modal .modal-lg {
    max-width: 930px;
  }
}
@media(min-width: 576px)
{
      .plan-card .collapse {
          display: block !important;
      }
      
      .plan-card .btn-collapse {
          display: none;
      }
      
}
.extention_holder {
  position: fixed;
  bottom: 18px;
  left: 15px;
  font-size: 12px;
  z-index: 10;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.feedback_holder {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    z-index: 10;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}
.feedback-box-parent{
    max-width: 660px;
}
.feedbackrating img {
    width: 36px;
    height: 36px;
    margin-bottom: 4px;
}
.feedBackModal .form-control, 
.feedBackModal .form-check-input {
    border-radius: 10px;
}