/**Start Auth page css**/
.authBg {
  background-image: url("../images/authbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.authBg .card.card-outline.card-primary.cardTopOutline.cardBg {
  background-color: #ffffff14 !important;
  border: 1px solid #ffffff14 !important;
  padding-top: 25px;
}
.card-primary {
  max-width: 608px;
  width: 100%;
}
.adminlgn .login-card-body {
  background-color: #ffffff1f;
}
.authBg .login-card-body {
  background-color: transparent;
  border-radius: 30px;
}
.authBg .card-header.text-center.border-0 {
  padding-bottom: 40px;
}
.form_subheading {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.logintext {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  font-family: Poppins;
  line-height: 52px;
  text-align: center;
}
.card.card-outline.card-primary.cardTopOutline.cardBg {
  border-radius: 30px;
  border: none;
}

/*Start Login page css*/
.adminlgn .card-body.login-card-body {
  padding: 0 50px;
}
.authBg .brandlogo {
  position: absolute;
  top: 5%;
  left: 10%;
}
.authBg input.form-control.form-input.borderinput {
  width: 100%;
  border: 1px solid #ffffff1f;
  border-radius: 30px;
  padding: 26px;
  background: #ffffff1f;
  color: #fff;
}
.authBg input::placeholder {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  /* padding-left: 15px; */
}
.authBg .input-container {
  position: relative;
}
.authBg .eyefill {
  position: absolute;
  right: 20px;
  top: 14px;
}
.adminlgn a.forgotheading {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  color: #1eeaff !important;
}
.authBg button.loginBtnCommon.btnYellow.mt-5.mw-100.loginbtn {
  width: 100%;
  background-color: linear-gradient(
    101.17deg #1eeaff 0% #6e38ff 49.5% #f600ff 100%
  );
  padding: 16px;
  border-radius: 30px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
/*End Login page css*/

/*start Forget  page css*/
.adminpwd button.loginBtnCommon {
  width: 100%;
  background-color: linear-gradient(
    101.17deg #1eeaff 0% #6e38ff 49.5% #f600ff 100%
  );
  padding: 16px;
  border-radius: 30px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 32px;
}
.adminpwd .login-card-body {
  background-color: transparent;
  border-radius: 30px;
  padding: 40px 50px 50px;
}
.adminpwd .card-header.button-es.text-center.border-0 {
  padding: 0;
}
.adminpwd .card.card-outline.card-primary.cardTopOutline.cardBg {
  background-color: #ffffff14 !important;
  border: 1px solid #ffffff14 !important;
  padding-top: 50px;
}
.adminpwd .form_subheading {
  padding: 0 50px;
}

/*End Forget  page css*/

/*Start OTP  page css*/
.adminotp .otpForm input.enterOtp {
  text-align: center;
  height: 72px !important;
  width: 72px !important;
  border-radius: 50%;
  border: 1px solid #ffffff4d;
  outline: none;
  margin-right: 20px;
  background: #ffffff1f;
  color: #fff;
}
.adminotp .otpForm div {
  justify-content: center;
}
.adminotp button.loginBtnCommon {
  width: 100%;
  padding: 16px;
  border-radius: 30px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.adminotp .card-body.login-card-body {
  padding: 0 50px 50px;
}
.adminotp .card-header.text-center.border-0 {
  padding: 50px 50px 26px;
}
.otpheading {
  padding-top: 40px;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.otpheading .resendLink {
  color: #1eeaff;
  cursor: pointer;
}
/*End OTP  page css*/

/*Start Reset Password  page css*/
.resetpwd .loginPage {
  padding: 50px;
}
.resetpwd button.loginBtnCommon {
  width: 100%;
  padding: 16px;
  border-radius: 30px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 32px !important;
}
.resetpwd .card-body.login-card-body {
  padding-top: 40px !important;
}
/*Start Reset Password  page css*/

/**End Auth page css**/

.navbar-white {
  background-color: #343a40;
  color: #1f2d3d;
}
.admin-name-image {
  display: flex;
  align-items: center;
  gap: 11px;
}

.admin-name {
  margin: 0;
  font-size: 20px;
  color: #fff;
}
.navbar-inner ul {
  display: flex !important;
}
.navbar-inner ul li a:hover {
  color: #000 !important;
  text-decoration: none !important;
  text-underline-offset: 5px;
}
.navbar-inner ul li a {
  color: #000 !important;
}
.loginBtnCommon {
  border: none;
  background: linear-gradient(
    101.17deg,
    #1eeaff 0%,
    #6e38ff 49.5%,
    #f600ff 100%
  );
  color: #fff;
  padding: 11px 20px;
  border-radius: 7px;
}
.show-icon {
  background-image: url("../images/hideEye.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 4;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  cursor: pointer;
}

.hide-icon.hide-icon {
  background-image: url("../images/eyeImg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 4;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .card-primary {
    max-width: 450px;
  }
}

@media screen and (max-width: 475px) {
  .adminlgn .card-body.login-card-body {
    padding: 0 30px;
  }
  .card-primary {
    max-width: 300px;
  }
  .authBg button.loginBtnCommon.btnYellow.mt-5.mw-100.loginbtn {
    margin: 30px 0 !important;
  }
  .adminpwd .login-card-body {
    padding: 0 20px 20px;
  }
  .adminotp .otpForm input.enterOtp {
    width: 40px !important;
    height: 40px !important;
  }
  .adminotp .card-body.login-card-body {
    padding: 0 30px 30px;
  }
  .adminotp .card-header.text-center.border-0 {
    padding: 30px;
  }
  .buttonBox.mt-5 {
    margin-top: 30px !important;
  }
  .adminpwd button.loginBtnCommon {
    margin-top: 16px;
  }
}

/* start  Article Categories CSS  */
.categories .categories_group {
  display: flex;
  align-items: center;
  padding: 24px;
}

.categories .delete {
  background-color: #f44336;
  width: 30px;
  height: 30px;
  border: none;
  padding-bottom: 3px;
  border-radius: 50%;
}
.categories .searchSection {
  margin-bottom: 32px;
}
.categories button.loginBtnCommon.btnYellow.add_btn {
  width: 159px;
  border-radius: 30px;
  padding: 16px 32px 16px 32px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.underlineHover {
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.underlineHover:hover {
cursor: pointer;
}
.sidebar-mini.sidebar-collapse .main-sidebar{
  width: 4.5rem !important;
}
.changePassword{
  color: #ffffff !important;;
}
.navbar-expand .navbar-nav {
  align-items: center;
}
.dActiveUser{
  background: transparent;
  border: 1px solid red;
  color: red;
  padding: 7px 12px;
  border-radius: 9px;
}
.activeUser{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 12px;
  border-radius: 9px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: end;
}
.pagination li a {
  border: 1px solid #4A418B;
  padding: 5px 18px;
  font-size: 16px;
  color: #4A418B!important;
  border-radius: 5px;
  margin: 0 2px;
  text-transform: capitalize;
  font-weight: 500;
}
.pagination .selected a {
  background-color: #4A418B;
  color: #fff !important;
}

/* Start Change password Css */
.courseCard {
  /* background: #ffffff; */
  border-radius: 15px;
  padding: 16px;
  display: flex;
  align-items: center;
}
.boxImg {
  background: linear-gradient(
    101.17deg,
    #1eeaff 0%,
    #6e38ff 49.5%,
    #f600ff 100%
  );
  border-radius: 25px;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 25px 0px #f600ff;
  margin-right: 25px;
}
.centerText {
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  line-height: 1.2em;
  overflow: hidden;
}
.heading {
  font-weight: 600;
  font-size: 28px;
  color: #fff;
}
.uploadSpan {
  color: #fff;
  font-size: 14px;
}
.passlabel{
  color:#fff;
  font-size: 20px;
}
.form-control.form-input.borderinput {
  width: 100%;
  border: 1px solid #ffffff1f;
  border-radius: 30px;
  padding: 26px;
  background: #ffffff1f;
  color: #fff;
}
.logoMain{
  width: 250px;
}
.activeTab{
  border-radius: 12px !important;
    padding: 10px 20px !important;
    color: #fff !important;
    background: #4A418B !important;
    border:none;
    outline: none;
}
.inActiveTab{
    border-radius: 12px !important;
    padding: 10px 20px !important;
    color: #fff !important;
    background: #727276 !important;
    border:none;
    outline: none;
}

.updateBtn_ {
  border: none;
  background: linear-gradient(
101.17deg,
#1eeaff 0%,
#6e38ff 49.5%,
#f600ff 100%
);
  color: #fff;
  padding: 11px 50px;
  border-radius: 20px;
  font-size: 18px;
}
.mainOption{
  font-size: 20px;
}
.option_{
  list-style: none;
  margin: 0;
  padding: 0;
}
.option_ li{
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  color:#fff;
  margin-bottom: 22px;
}
.option_ li:last-child{
  margin-right: 0
}
/* End Change password Css */
.cursor{
  cursor: pointer;
}
.modal-content{
  border-radius: 20px;
}
.modal-header{
padding:25px;
}
.submit-btn{
  border: none;
  background: linear-gradient(101.17deg, #1eeaff 0%, #6e38ff 49.5%, #f600ff 100%);
  color: #fff;
  width: 100%;
  max-width: 159px;
  padding: 15px !important;
  font-size: 18px;
}
.customFormControl{
  border-radius: 31px;
  padding: 25px 20px !important;
}
.css-13cymwt-control{
  border-radius: 31px !important;
  padding: 10px !important;
}
.css-t3ipsp-control{
  border-radius: 31px !important;
  padding: 10px !important;
}
.css-1hb7zxy-IndicatorsContainer{
  display: none !important;
}
.newCustomFileUpload{
  position: absolute;
  background: linear-gradient(101.17deg, #1eeaff 0%, #6e38ff 49.5%, #f600ff 100%) !important;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  bottom: -13px !important;
  right: -11px !important;
  top:auto !important;
}
#profileImagePreview {
  border-radius: 7px !important;
  border: 1px solid #f3f2f2;
}

.desScreening{
  display: inline-block;
  width: 335px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.color-login{
  color:#1eeaff;
  text-decoration: none;
  &:hover {
    color: #1eeaff;
}
}

.upload_image{
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}
.upload_position{
  width: 65px;
  height: 41px;
  position: absolute;
  top: -118px;
  left: 64px;
}

/* privacyListpage */
.privacy_list_head{color: white;
  font-size: 53px;
  text-align: center;
}
.privacy_list_data{
  background: black;
  font-size: 19px;
  padding: 69px 84px 80px 84px;
  border-radius: 1pc;
  margin: 91px;
}
.height{
  height: 100vh;
}




