input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
}
.banner-sec {
  position: relative;
}
.login-img {
  background-image: url("../images/LoginLeftBG.svg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px;
  position: relative;
}
.login-img .logo {
  width: 80px;
  text-align: left;
}
.login-img h1 {
  text-align: center;
  color: #fff;
  font-size: 51px;
  font-weight: 700;
  margin-top: 30px;
}
.banner-img,
.forgot-img {
  text-align: center;
  margin-top: 100px;
}
.banner-image svg {
  width: 100%;
}
.forgot-img img {
  width: 60%;
}
.login-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.login-form {
  width: 70%;
}
.form-head {
  margin-bottom: 30px;
}
.form-head h2 {
  text-align: center;
  color: #f54d64;
  font-weight: 600;
}
.form-head p {
  width: 76%;
  margin: 0 auto;
  text-align: center;
}
.login-form div FormControl {
  width: 100%;
  border-radius: 6px;
}
.check-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.remember {
  display: flex;
  flex-basis: 50%;
  align-items: center;
}
.remember input {
  width: unset !important;
  padding: 15 !important;
  margin: 0 5px 0 0 !important;
  border-radius: 23px !important;
}
/* .check-btn button {
  padding: 17px 20px;
  object-fit: contain;
  border-radius: 6px;
  border: 0;
  color: white;
} */
.login-form form a {
  text-align: center;
  margin: 20px 0;
  font-weight: 700;
  color: #7a48ff;
}
.login-form form span {
  text-align: center;
  display: block;
  position: relative;
}
.line::before,
.line::after {
  content: "";
  width: 42%;
  height: 1px;
  background-color: #999;
  position: absolute;

  top: 10px;
}
.line::before {
  left: 20px;
}
.line::after {
  right: 20px;
}
.social-btn {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  /* margin-top: 30px; */
  align-items: center;
  gap: 25px;
  padding: 10px 16px;
  margin: 34px 24px 21px 25px;
}

.social-btn a {
  border-radius: 6px;
  color: #fff;
}
/* .social-btn a:first-child {
  background-color: #3b5998;
}

.social-btn a:last-child {
  background-color: #d84938;
} */

.dont-ac {
  text-align: center;
  margin: "34px 47px 0 23px";
}
.dont-ac p a {
  color: #7a48ff;
  font-weight: bold;
}

/* register */
.first-term input {
  margin-bottom: 0 !important;
  width: 15px !important;
  height: 15px;
  border-radius: 5px !important;
  margin-right: 10px;
}
.first-term {
  display: flex;
  margin-bottom: 10px;
}
.first-term p span {
  display: unset;
  color: #7a48ff;
  font-weight: 600;
}
.first-term p {
  margin-bottom: 0px;
  flex-basis: 80%;
}
.form-btn button {
  border-radius: 6px;
  background-color: #ebe3ff;
  border: 0;
  padding: 17px 40px;
  color: white;
}
.form-btn.text-center p {
  margin-top: 20px;
}

/* Forgot */
p.back {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.forgot-sec {
  display: flex;
  justify-content: center;
}

/* toggle-switch */
.switch {
  position: absolute;
  top: 30px;
  width: 60px;
  height: 34px;
  right: 30px;
}

.switchBox {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 34px;
  width: 34px;
  left: 4px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 0px 10px #9996;
}

input:checked + .slider {
  background-image: url(https://picsum.photos/50/50);
  background-size: cover;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Reset Password */
.common-input {
  position: relative;
  margin-bottom: 20px;
}
.common-input i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
}
.common-input input {
  margin-bottom: 0 !important;
}

/* inprogress page */
.oppsText {
  background: -webkit-linear-gradient(#f54d64, #f58561);

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

span.test {
  border: 1px solid #d7d0e8;

  padding: 6px 8px 6px 0px;
  border-radius: 6px;
}
.test .MuiOutlinedInput-root {
  border: none !important;
}

.test fieldset {
  height: 23px;
  border: 0;
  border-right: 1px solid #d7d0e8;
  margin-top: 10px;
  border-radius: 0;
}
.test
  .MuiFormControl-root.MuiFormControl-fullWidth.css-q8hpuo-MuiFormControl-root:last-child
  fieldset {
  border: 0;
}

.MuiGrid-container
  .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-sm-6.MuiGrid-grid-md-3.makeStyles-cardGridContainer-96.css-10voxkt-MuiGrid-root:last-child
  .makeStyles-cardGrid-97.makeStyles-cardGridV2-98.MuiBox-root.css-0 {
  border-radius: 0 20px 0 0;
}
.MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-sm-6.MuiGrid-grid-md-3.makeStyles-cardGridContainer-206.css-5dn7me-MuiGrid-root:nth-of-type(
    3
  )
  .makeStyles-cardGrid-207.makeStyles-cardGridV2-208.MuiBox-root.css-1txay00 {
  border-radius: 0 20px 0 0;
}

.imageCircle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 1px;
  border-radius: 20px;
}

.imageCircleWithBorder {
  border: double 1px transparent;
  background-origin: border-box;
  background-image: linear-gradient(white, white),
    linear-gradient(47deg, #f54d64 0%, #f58561 96%);
  background-clip: content-box, border-box;
}

@media screen and (max-width: 1100px) {
  .makeStyles-form-19.MuiBox-root.css-0 {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1024px) {
  p.back {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 60px 0 0px 0;
  }

  .login-img h1 {
    font-size: 35px;
  }
  .login-form {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .banner-content.MuiBox-root.css-0 {
    flex: 0 0 0 !important;
  }
  .banner-image.MuiBox-root.css-0 {
    position: absolute;
    bottom: 80px;
    padding: 0 20px 0 10px;
  }
}

@media screen and (max-width: 992px) {
  .login-img {
    height: unset;
  }
  .forgot-img img {
    width: 70%;
  }
  .login-sec {
    margin: 50px 0 30px 0;
  }
  p.back {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 60px 0 0px 0;
  }
}

@media screen and (max-width: 768px) {
  .login-img h1 {
    font-size: 30px;
  }
  .first-term p {
    flex-basis: 80%;
  }
}
@media screen and (max-width: 576px) {
  .login-img {
    padding: 20px 20px;
  }
  .form-head p {
    width: 100%;
  }
  .line::before,
  .line::after {
    width: 30%;
  }
  .line::before {
    left: 30px;
  }
  .line::after {
    right: 30px;
  }
  .social-btn a {
    width: 190px;
    text-align: center;
    margin-bottom: 20px;
  }
  .login-img img:first-child {
    width: 50px;
    margin-top: 10px;
  }
  .forgot-sec {
    padding-top: 90px;
  }
  .banner-img,
  .forgot-img {
    display: none;
  }
  .check-btn {
    margin-bottom: 15px;
  }
  .login-form form span {
    margin-top: 10px;
  }
  .banner-sec.MuiBox-root.css-0 {
    min-height: unset !important;
  }
  .banner-sec p {
    font-size: 40px !important;
  }
  .login-form .makeStyles-formContiner-14.MuiBox-root.css-1k9ek97 {
    width: 100%;
  }
  .login-form .dark-mode.MuiBox-root.css-0 {
    padding: 0 !important;
  }
  .login-form .MuiBox-root.css-0 {
    padding: 0 !important;
    width: 100%;
  }
  .check-btn .MuiBox-root.css-rf6w4p {
    align-items: center;
  }
  .check-btn .MuiBox-root.css-rf6w4p p {
    font-size: 14px !important;
  }
  .banner-image svg {
    width: 100%;
  }
  .forgot-sec {
    padding-top: 0px;
    width: 100%;
  }
  /* .MuiFormControl-root {
    width: 100% !important;
  } */
  .back-sign {
    margin-top: -20px !important;
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 476px) {
  .login-img {
    padding: 10px 10px;
  }
  .form-head p {
    width: 100%;
  }
  .line::before,
  .line::after {
    width: 20%;
  }
  .line::before {
    left: 20px;
  }
  .line::after {
    right: 20px;
  }
  .social-btn {
    padding: 10px 0;
    margin: 20px 0;
    width: 100%;
  }
  .social-btn a {
    width: 140px;
    text-align: center;
    margin-bottom: 20px;
  }
  .social-btn a img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 45px;
  }
  .login-img img:first-child {
    width: 50px;
    margin-top: 10px;
  }
  .banner-img,
  .forgot-img {
    display: none;
  }
  .check-btn {
    margin-bottom: 15px;
  }
  .login-form form span {
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .reset-form {
    width: 100% !important;
  }
}
.crop-container {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 100px;
}
.controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
  height: 40px;
  display: flex;
  align-items: center;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  cursor: pointer;
  color: #000;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .popup {
    width: 70%;
  }
}
