.loading_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    display: block;
    position: absolute;
  }

  .loader_logo {
  /*  height: auto;
    width: 100px;*/
    position: absolute;
    left: calc(50% - 50px);
    top: 38%;
  }

  .loader_logo img {
    height: 100%;
    width: 100%;
  }

  .loading {
    border: 3px solid rgba(102, 51, 153, 0.45);
    position: absolute;
    left: calc(50% - 40px);
    top: 52%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border-top-color: #8b5cf6;
    animation: loader 1s ease-in-out infinite;
    -webkit-animation: loader 1s ease-in-out infinite;
  }

.header-cover{
  background: url('../images/cover/store-cover.jpg');

}

.text-left{
  background-color : #fbfbfb;
}

 .auth-layout-wrap{
   background:white !important;
 }


ul.groupTimeline {
  display: flex;
  background-color: rgb(247, 247, 250);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px;
  line-height: 1;
  border-radius: 70px;
  overflow: hidden;
  padding: 0px;
}

ul.groupTimeline li {
  text-align: center;
  font-size: 12px;
  padding: 7px 20px 7px 4px;
  position: relative;
  white-space: nowrap;
  display: flex;
  flex: 1 1 0%;

  border-radius: 70px;
  color: rgb(126, 133, 155);
  background-color: rgb(247, 247, 250);
  font-weight: 400;


}

ul.groupTimeline li .i-Yes {
  margin: -1px 6px;
  font-weight: bold;
  font-size: 14px;
}

ul.groupTimeline li.active {
  background-color: rgb(112, 212, 4);
  color: rgb(255, 255, 255);
  font-weight: 600;

}

ul.groupTimeline li.active:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 28px;
  left: -10px;
  top: 0px;
  background: #71d303;
  /* z-index: -1; */
}



.layout-sidebar-large .main-header .header-part-right .user img{
  width: 85px;
  height: 65px

}

.btn-primary{
  color: white !important;
}

  @keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  .f-height {
    height: 100vh;
    }
    .h-100 {
    height: 100%!important;
    }
    .auth-logo-img {
    width: 100% !important;
    flex-grow: 1 !important;
    height: 200px !important;
    object-fit: contain;
    max-width: 390px !important;
    }
    .auth-logo-div{
      width: 150px;
    flex-grow: 1;
    justify-content: center;
    }
    .bg-mix{background: linear-gradient(90deg, #ffde89 0%, rgba(253,183,0,1) 100%) !important;}


    /*SITE INPUT CSS----------------------------------------------------------------------------------------------------------------------------------------------------------SITE INPUT CSS*/

.site-label {
  font-weight: 600 !important;
  margin-bottom: 5px !important;
  color: rgba(253,183,0,1) !important;
}

.site-input {width: 100%;border: 1px solid #707070;border-radius: 13px;color: #707070;background:transparent;padding: 12px 17px;appearance: none;font-size: 14px; min-height: 50px;}
.site-input::placeholder {color: #707070;opacity: 0.3;}
.site-label {font-weight: 600;margin-bottom: 5px;font-family: "STC", sans-serif; color: var(--primary-color);}
.pass-icon {position: absolute;top: 50%;transform: translateY(-50%);right: 30px;line-height: 0; color: #666;}

.site-btn {
  background: linear-gradient(90deg, #ffde89 0%, rgba(253,183,0,1) 100%) !important;
  border-radius: 13px;
  border: 1px solid transparent;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 25px;
  min-width: 160px;
  transition: ease-in-out 0.2s;
  text-align: center;
  border-radius: 99px;
  cursor: pointer;
}

.transparent-btn {
  background: transparent;
  padding: 0;
  border: 0;
}

.transparent-btn:focus {
  outline: none;
}
.site-btn:hover {
  opacity: 0.9;
}
/* .langDrop {
  position: absolute;
  top: 0.5rem;
  z-index: 1;
  }
  .langDrop a {
  background: transparent;
  border: none;
  color: var(--grey-color);
  font-size: 20px;
  } */

/*SITE INPUT CSS----------------------------------------------------------------------------------------------------------------------------------------------------------SITE INPUT CSS*/


@media screen and (max-width: 767px) {
  
  .auth-logo-img {
      max-width: 260px !important;
  }
  body .logo-column{
    height: 30vh !important;
}
}