body {
  background: radial-gradient(60% 120% at 50% 50%, rgba(181, 36, 217, 0.5) 0%, rgba(112, 0, 255, 0.3) 54.17%, rgba(17, 18, 46, 0) 100%);
  background-color: #000000;
}

.vcCard > .card {
  width: 100%;
  height: 910px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  backdrop-filter: blur(40px);
  margin-top: 28px !important;
}

.vcHomeCard > .card {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  backdrop-filter: blur(40px);
  margin-top: 28px !important;
}

.vcHomeCard {
  /*width: 480px;*/
  max-width: 480px;
  width: 100%;
}

.vcCard {
  /*width: 480px;*/
  max-width: 480px;
  width: 100%;
  max-height: 910px;
  height: 100%;
  min-height: 910px;
}

.card-body > .text > div > form {
  color: #FFFFFF;
  justify-content: normal !important;
}

.card-body > div > .text > div > form > div > select {
  color: #FFFFFF;
  -webkit-appearance: auto;
  font-size: 14px;
  font-family: poppins;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  background-image: none;
}

.selection {
  color: #FFFFFF;
  -webkit-appearance: auto;
  font-size: 14px;
  font-family: poppins;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  background-image: none;
}

.dropdownSize {
  font-size: 14px;
}

.card-body > div > .text > div > form > div > select > option {
  background: rgba(0, 0, 0, 0.5);
}

.languageOption {
  background: rgba(0, 0, 0, 0.5);
}

.vcCard-header-temparary {
  padding-bottom: 0 !important;
}

.vcCard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 67px;
}

.helpdesk {
  filter: invert(1);
  display: none;
}

.image_logo {
  /* width: 120px; */
  height: 117.85px;
}

.input_Form_temparary {
  padding-top: 40px !important;
}

.input_Form {
  width: 100%;
  margin: auto !important;
  padding-top: 80.15px;
}

.TAndC {
  font-family: poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8C8C8C;
  width: 292px;
  padding-top: 11px;
}

.card_footer {
  display: flex;
  justify-content: center;
  width: 100%;
  /*height: 86px;*/
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 16px 16px;
  text-align: center;
  height: 100%;
  max-height: 100px;
}

.TAndC > a {
  color: #F528FD !important;
  cursor: pointer;
}

.login_form {
  padding-right: 50px;
  padding-left: 50px;
}

.vcCard_input_field {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
}

.vcCard_input_field > div {
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.vcCard_input_field_div {
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.input_field {
  background: none;
  border: 0px;
  color: white;
  font-family: poppins;
  font-weight: 400;
  font-size: 16px;
  width: 82%;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.signUp {
  color: #FFFFFF;
}

.error-msg {
  color: #C4C4C4;
}

.otp-bx input {
  color: #FFFFFF;
  border: none;
}

@media only screen and (max-width: 400px) {
  .vcCard {
    max-width: 350px;
    width: 100%;
    max-height: 600px;
    height: 100%;
  }
  .vcHomeCard {
    max-width: 350px;
    width: 100%;
  }
  .vcCard-temporary {
    /* max-width: 320px;
    width: 100%;
    max-height: 700px;
    height: 100%;*/
  }
}
@media only screen and (orientation: portrait) {
  .vcCard {
    width: 100vw !important;
  }
  .vcCard > .card > .card-body {
    width: 100vw !important;
  }
}
@media only screen and (max-width: 1400px) {
  .vcCard {
    max-width: 350px;
    width: 100%;
    max-height: 700px;
    height: 99vh;
    min-height: 585px;
  }
  .vcHomeCard {
    max-width: 350px;
    width: 100%;
  }
  .login-header {
    padding-bottom: 0;
  }
  .vcCard > .card {
    width: 100%;
    height: 100%;
    margin-top: 5px !important;
  }
  .vcHomeCard > .card {
    width: 100%;
    margin-top: 5px !important;
  }
  .login-header-temparary {
    margin-top: -20px;
  }
  .image-div {
    padding-top: 0 !important;
  }
  .image_logo_temporary {
    /*width: 80px !important;*/
    height: 77.85px !important;
  }
  .image_logo {
    /*width: 100px;*/
    height: 97.85px;
  }
  .input_Form {
    padding-top: 25px;
  }
  .input_Form_temparary {
    padding-top: 40px !important;
  }
  .TAndC {
    font-size: 12px;
  }

    .card_footer {
        height: 100px;
    }
  .vcCard > .card > .card-body {
    padding-bottom: 0;
    padding-top: 0px;
  }
  .vcHomeCard > .card > .card-body {
    padding-bottom: 35px;
  }
  .login_form {
    padding-right: 0;
    padding-left: 0;
    text-align: -webkit-center;
  }
  .login_form > .form-group {
    margin: 0 !important;
    padding: 0;
  }
  .vcCard_input_field_temporary {
    height: 45px;
  }
  .vcCard_input_field_temporary_div {
    padding-left: 23px;
    padding-top: 4px;
    padding-bottom: 2px;
  }
  .vcCard_input_field_temporary > div {
    padding-left: 23px;
    padding-top: 4px;
    padding-bottom: 2px;
  }
  .input_field, .btn-login, .form-check {
    font-size: 13px !important;
  }
}
@media only screen and (orientation: portrait) {
  .vcCard {
    max-width: none !important;
  }
  .vcCard > .card {
    height: 100vh !important;
    margin-top: 0px !important;
    width: 100vw !important;
    align-items: center;
  }
}
@media only screen and (orientation: portrait) and (min-width: 500px) {
  .vcCard > .card > .card-body {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1000px;
    width: 100vw !important;
  }
  .TAndC {
    padding-left: 80px !important;
    padding-right: 80px !important;
    width: 80vw;
  }
}
@media only screen and (orientation: portrait) and (min-width: 500px) and (max-width: 719px) {
  .vcCard > .card > .card-body {
    max-width: 500px;
  }
}
/* Surface Pro 7 resoltuion 912px * 1368px */
@media only screen and (min-width: 900px) and (max-height: 1400px) and (orientation: portrait) {
  .image_logo_temporary {
    /*width: 150px !important;*/
    height: 147.3px !important;
  }
  .vcCard_input_field_temporary {
    height: 80px;
    border-radius: 40px;
  }
  .vcCard_input_field {
    margin-bottom: 20px !important;
  }
  .vcCard_input_field_temporary_div {
    padding-left: 60px;
    padding-top: 4px;
    padding-bottom: 2px;
  }
  .back {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    height: 100%;
  }
  .button-container {
    width: 100%;
  }
  .input_field, .btn-login, .form-check {
    font-size: 25px !important;
  }
  .TAndC {
    font-size: 20px !important;
    width: 80%;
  }
  .card_footer {
    height: 130px;
    max-height: 130px;
  }
  select.form-control:not([size]):not([multiple]) {
    height: 50px;
  }
  .card-body > div > .text > div > form > div > select {
    font-size: 28px !important;
  }
  .selection {
    font-size: 28px !important;
  }
  .dropdownSize {
    font-size: 28px !important;
  }
  .vcCard {
    width: 100vw !important;
  }
  .vcCard > .card {
    height: 100vh !important;
  }
  img {
    width: 50px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1024px) {
  .vcCard > .card {
    height: 95.8vh !important;
    margin-top: 2.1vh !important;
    margin-bottom: 2.1vh !important;
    width: 50.5263vh !important;
    min-height: 0px !important;
  }
  /*
  .image_logo{
      width: 12.6316vh !important;
      height: 12.4053vh !important;
  }
  */
  .login_form {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .vcCard {
    width: 50.5263vh !important;
    max-width: none !important;
  }
}
@media only screen and (max-height: 920px) {
  .vcCard {
    max-width: 350px;
    width: 100%;
    max-height: 700px;
    height: 99vh;
    min-height: 585px;
  }
  .vcHomeCard {
    max-width: 350px;
    width: 100%;
  }
  .login-header {
    padding-bottom: 0;
  }
  .vcCard > .card {
    width: 100%;
    height: 100%;
    min-height: 585px;
  }
  .vcHomeCard > .card {
    width: 100%;
    margin-top: 5px !important;
  }
  .login-header-temparary {
    margin-top: -20px;
  }
  .image-div {
    padding-top: 0 !important;
  }
  .image_logo_temporary {
    /*width: 80px;*/
    height: 77.85px;
  }
  .image_logo {
    /*width: 100px;*/
    height: 97.85px;
  }
  .input_Form {
    padding-top: 25px;
  }
  .input_Form_temparary {
    padding-top: 40px !important;
  }
  .TAndC {
    font-size: 12px;
  }
  .card_footer {
    height: 100px;
  }
  .vcCard > .card > .card-body {
    padding-bottom: 0;
    padding-top: 0px;
    max-width: 500px;
  }
  .vcHomeCard > .card > .card-body {
    padding-bottom: 35px;
  }
  .login_form {
    padding-right: 0;
    padding-left: 0;
  }
  .login_form > .form-group {
    margin: 0 !important;
    padding: 0;
  }
  .vcCard_input_field_temporary {
    height: 45px;
    border-radius: 22.5px;
  }
  .vcCard_input_field_temporary > div {
    padding-left: 23px;
    padding-top: 9px;
    padding-bottom: 2px;
  }
  .vcCard_input_field_temporary_div {
    padding-left: 23px;
    padding-top: 4px;
    padding-bottom: 2px;
  }
  .input_field, .btn-login, .form-check {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 960px) {
  .input_field, .btn-login, .form-check {
    font-size: 16px;
  }
}
@media only screen and (max-width: 960px) {
  .card_background {
    margin-bottom: 20px;
  }
  .home_logo {
    width: 80px !important;
    height: 77.85px !important;
  }
}
@media only screen and (max-width: 960px) and (max-height: 1000px) {
  .input_Form_temparary {
    padding-top: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 400px;
  }
  .Background {
    padding: 0;
  }
  .TAndC {
    font-size: 12px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .forgot_password {
    font-size: 16px;
  }
}
@media only screen and (max-width: 300px) and (min-height: 650px) {
  .input_Form_temparary {
    padding-top: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* XiaoMi Pad 5 Resolution 1600px * 2560px */
@media only screen and (min-width: 1300px) and (min-height: 2100px) and (orientation: portrait) {
  .vcCard {
    width: 1600px;
    max-height: 2600px;
    height: 100vh !important;
  }
  .col-sm-8 {
    max-width: none;
    max-height: 100vh;
  }
  .vcCard > .card > .card-body {
    max-width: 1600px;
  }
  .vcCard > .card {
    width: 1600px;
    height: 100vh !important;
    max-height: 2600px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    backdrop-filter: blur(40px);
    margin-top: 0px !important;
  }
  .card_footer {
    min-height: 10%;
  }
  .vcCard {
    max-width: 1600px;
    width: 1600px;
    max-height: 2500px;
    height: 1900px;
  }
  .vcCard_input_field {
    height: 150px;
    padding-left: 80px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 75px;
    margin-bottom: 50px;
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
  .input_field {
    margin-left: 50px;
  }
  .login_input_img {
    height: 50px;
    width: 50px;
  }
  .input_field, .btn-login, .form-check {
    font-size: 50px !important;
  }
  .TAndC {
    font-size: 47px !important;
    line-height: 160%;
    width: 80%;
  }
  .card_footer {
    width: 100%;
    height: 100%;
    max-height: 270px;
  }
  img {
    width: 80px;
  }
  .card-body > div > .text > div > form > div > select {
    font-size: 50px;
  }
  .selection {
    font-size: 50px;
  }
  .dropdownSize {
    font-size: 50px;
  }
  .vcCard-header-temparary {
    padding-bottom: 67px;
  }
  .card-body > div > .text > div > form > div > select > option {
    font-size: 10px;
  }
  .languageOption {
    font-size: 10px;
  }
  .image_logo {
    /*width: 340px !important;*/
    height: 333.88px !important;
  }
  .login_form {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 100px;
  }

  .fa-type-8excite,
  .fa-type-apple ,
  .fa-type-facebook,
  .fa-type-google,
  .fa-type-email,
  .fa-type-otp  {
    background-size: 110px 110px !important;
  }
}
/* Samsung A03 resoltuion 720px * 1600px */
@media only screen and (min-width: 720px) and (max-width: 1599px) and (min-height: 1300px) and (max-height: 2099px) and (orientation: portrait) {
  .vcCard {
    max-width: 720px;
    width: 720px;
    max-height: 1600px;
    height: 1600px;
  }
  .selection {
    font-size: 30px !important;
  }
  .dropdownSize {
    font-size: 30px !important;
  }
  .vcCard > .card {
    height: 100vh !important;
    margin-top: 0px !important;
  }
  .vcCard_input_field {
    height: 80px;
    border-radius: 50px;
    margin-bottom: 30px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    padding-left: 15.4px !important;
  }
  .input_field, .btn-login, .form-check {
    font-size: 30px !important;
    margin-left: 20px;
    margin-top: 0px;
  }
  .TAndC {
    font-size: 26.25px;
    line-height: 160%;
    width: 80%;
  }
  .card_footer {
    height: 160px;
    min-height: fit-content;
    max-height: 2000px;
  }
  img {
    width: 40px;
  }
  .card-body > div > .text > div > form > div > select {
    font-size: 30px;
  }
  .selection {
    font-size: 30px;
  }
  .dropdownSize {
    font-size: 30px;
  }
  .card-body > div > .text > div > form > div > select > option {
    font-size: 10px;
  }
  .languageOption {
    font-size: 10px;
  }
  .image_logo {
    /*width: 180px !important;*/
    height: 176.76px !important;
  }

  .fa-type-8excite,
  .fa-type-apple ,
  .fa-type-facebook,
  .fa-type-google,
  .fa-type-email,
  .fa-type-otp  {
    background-size: 60px 60px !important;
  }
}
/* iPad Air and iPad Mini */
@media only screen and (min-width: 760px) and (max-width: 900px) and (min-height: 1024px) and (max-height: 1400px) and (orientation: portrait) {
  .vcCard {
    max-width: 900px;
    width: 100vw;
    max-height: 1400px;
    height: 100vh;
  }
  .selection {
    font-size: 23px !important;
  }
  .dropdownSize {
    font-size: 23px !important;
  }
  .input_Form_temparary {
    padding-left: 30px;
    padding-right: 30px;
  }
  .vcCard > .card {
    width: 100vw;
    max-width: 900px;
    height: 100vh;
    margin-top: 0px !important;
  }
  .vcCard_input_field {
    height: 70px;
    padding-left: 40px;
    border-radius: 35px;
    margin-bottom: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
  }
  .input_field, .btn-login, .form-check {
    font-size: 23px !important;
    margin-left: 20px;
    margin-top: 0px;
  }
  .TAndC {
    font-size: 18px;
    line-height: 160%;
    width: 80%;
  }
  .card_footer {
    height: 140px;
    min-height: fit-content;
    max-height: 2000px;
  }
  img {
    width: 40px;
  }
  .card-body > div > .text > div > form > div > select {
    font-size: 22px;
  }
  .selection {
    font-size: 22px;
  }
  .dropdownSize {
    font-size: 22px;
  }
  .card-body > div > .text > div > form > div > select > option {
    font-size: 10px;
  }
  .languageOption {
    font-size: 10px;
  }
  .image_logo {
    /*width: 150px !important;*/
    height: 147.3px !important;
  }
  select.form-control:not([size]):not([multiple]) {
    height: 50px;
  }

  .fa-type-8excite,
  .fa-type-apple ,
  .fa-type-facebook,
  .fa-type-google,
  .fa-type-email,
  .fa-type-otp  {
    background-size: 60px 60px !important;
  }

  .register_input_img {
    width: 40px !important;
    height: 40px !important;
  }
}
@media only screen and (min-width: 760px) and (max-width: 900px) and (min-height: 1024px) and (max-height: 1400px) and (orientation: portrait) and (max-width: 780px) {
  .image_logo {
    /*width: 120px !important;*/
    height: 117.85px !important;
  }
}
/* XiaoMi Pad 5 Resolution 1600px * 2560px */
@media only screen and (min-width: 2560px) and (min-height: 1600px) and (orientation: landscape) {
  .vcCard {
    height: 1550px;
    width: 750.6px;
  }
  .vcCard > .card {
    height: 1550px;
    width: 750.6px;
  }
  .vcCard_input_field {
    height: 76.843px;
    padding-left: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 75px;
    margin-bottom: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
  .image_logo {
    /*width: 200px;*/
    height: 196.4px;
  }
  .login_form {
    padding-right: 10px;
    padding-left: 10px;
  }
  .input_field {
    font-size: 25px;
    padding-left: 20px;
  }
  .TAndC {
    font-size: 20px;
    line-height: 160%;
    width: 80%;
  }
  .input_Form {
    padding-left: 35px;
    padding-right: 35px;
  }
  .card-body > div > .text > div > form > div > select {
    font-size: 25px;
  }
  .selection {
    font-size: 25px;
  }
  .dropdownSize {
    font-size: 25px;
  }
  select.form-control:not([size]):not([multiple]) {
    height: 50px;
  }
  img {
    width: 40px;
  }
  .login_form {
    padding-left: 50px;
    padding-right: 50px;
  }

  .fa-type-8excite,
  .fa-type-apple ,
  .fa-type-facebook,
  .fa-type-google,
  .fa-type-email,
  .fa-type-otp  {
    background-size: 60px 60px !important;
  }

}
@media only screen and (max-height: 650px) {
  .input_Form_temparary {
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 1500px) and (min-height: 2100px) and (orientation: portrait) {
  .image_logo {
    /*width: 340px !important;*/
    height: 333.88px !important;
  }
}
body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.mat-raised-button.btn.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.mat-raised-button.btn.btn-google.focus, .mat-raised-button.btn.btn-google:focus, .mat-raised-button.btn.btn-google:hover {
  color: #fff;
  background-color: #db3f2c;
  border-color: #b93120;
}

.mat-raised-button.btn.btn-8excite {
  color: #fff;
  background-color: #6249e2;
  border-color: #6249e2;
}

.mat-raised-button.btn.btn-8excite.focus, .mat-raised-button.btn.btn-8excite:focus, .mat-raised-button.btn.btn-8excite:hover {
  color: #fff;
  background-color: #6249e2;
  border-color: #6249e2;
}

/*.fa-8excite {
    background-image: url('/images/sso/8excite-logo.png');
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}*/
.card .card-body .col-form-label, .card .card-body .label-on-right {
  padding: 17px 5px 0 0;
  text-align: right;
}

.vcircleLogo {
  margin: 27px 0px 27px 80px;
  width: 190px;
  height: 46px;
}

.menuHeader {
  background: #FFFFFF;
  width: 100%;
}

.menuIcon {
  /*filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%) !important;*/
}

.profileContainer {
  margin: 21.5px 81.5px 21px 0px;
  float: right;
}

.mobileCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobileVCircleLogo {
  /*width: 47px;*/
  height: 35px;
  padding: 0;
  margin: auto;
}

#logoutButton {
  padding-left: 0;
}

.logoutButton {
  align-items: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #B343E4;
  border-radius: 8px;
  width: 208px;
  height: 52px !important;
  color: #B343E4;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.logoutButton:hover {
  background-color: #B343E4;
  color: #FFFFFF;
}

.dropdownMenu {
  display: none;
  width: 320px;
  z-index: 1000;
  height: auto;
  position: absolute;
  top: 88px;
  right: 81.5px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(50px);
  border-radius: 24px 0px 24px 24px;
}

@supports not (backdrop-filter: blur(50px)) {
  .dropdownMenu {
    background: white !important;
  }
  .sideMenuNav {
    background: white !important;
  }
}
.sideMenuNav {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(50px);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.sideMenu {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.sideProfileContainer {
  float: left;
  height: 100px;
  width: 100%;
  margin-top: 95px;
}

.sideProfileIcon {
  height: 100px;
  width: 100px;
  border-radius: 24px 0px 22px;
}

.profileInfo {
  margin-top: 10px;
  margin-left: 10px;
  color: #2E2E2E;
  width: 60%;
}

.sideMenuName {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
}

.sidePointLabel {
  margin-top: 1px;
  color: #F528FD;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}

.sidePoint {
  font-size: 20px;
  font-weight: 600;
}

.sideNav {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 5px;
}

.sideNavButton {
  color: #383343;
  /*border-top: 1px solid #494949;*/
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  list-style: none;
  padding: 0px 20px 0px 20px;
}

.sideNavButton a {
  color: #383343;
}

.sideNavButton:last-child {
  /*border-top: 1px solid $border-primary;*/
}

#logoutSideNav {
  border-top: 1px solid #D8D8D8;
}

.sideNavButton:hover {
  cursor: pointer;
}

.profileInputField::-webkit-input-placeholder {
  color: #C4C4C4 !important;
  font-style: italic;
}

.profileInputField::-ms-input-placeholder {
  color: #C4C4C4 !important;
  font-style: italic;
}

.profileInputField::placeholder {
  color: #C4C4C4 !important;
  font-style: italic;
}

.inputField::-webkit-input-placeholder {
  color: #C4C4C4 !important;
}

.inputField::-ms-input-placeholder {
  color: #C4C4C4 !important;
}

.inputField::placeholder {
  color: #C4C4C4 !important;
}

@media (min-width: 960px) {
  .menuHeader {
    height: 100px;
  }
  .profileIcon {
    width: 57px;
    height: 57px;
    border-radius: 19px;
    border: 2px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #8F92FF, #D675E4);
    background-origin: border-box;
    background-clip: content-box, border-box;
  }
  .profileIcon:hover {
    cursor: pointer;
  }
  .leftNavPanel {
    margin: 20px 0px 0px 20px;
    padding: 0px;
    flex-direction: column;
  }
  .navItem {
    border-radius: 8px;
    height: 52px;
    padding: 12px 20px 12px 20px;
    width: 240px;
  }
  .navContent {
    height: 28px;
    margin: 0;
    width: 208px;
  }
  .navIcon {
    height: 28px;
    width: 28px;
    filter: invert(38%) sepia(13%) saturate(0%) hue-rotate(304deg) brightness(94%) contrast(90%) !important;
  }
  .navTitle {
    color: #606060;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding-left: 8px;
  }
  .activeNav {
    background-color: rgba(157, 122, 223, 0.2);
  }
  .activeNav .navIcon {
    filter: invert(77%) sepia(63%) saturate(5387%) hue-rotate(219deg) brightness(93%) contrast(87%) !important;
  }
  .activeNav .navTitle {
    color: #9D7ADF;
  }
}
@media (max-width: 959px) {
  .menuHeader {
    height: 75px;
  }
  .profileIcon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    border: 2px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #8F92FF, #D675E4);
    background-origin: border-box;
    background-clip: content-box, border-box;
  }
  #leftPanel {
    height: 56px;
    border-bottom: 1px solid #C4C4C4;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #leftPanel::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
  .leftNavPanel {
    white-space: nowrap;
    padding-left: 0;
    margin-top: 22px;
    margin-left: 20px;
  }
  .navItem {
    padding: 0px 16px 0px 16px;
    height: 33px;
    width: auto;
  }
  .navIcon {
    display: none;
  }
  .navTitle {
    font-size: 14px;
    font-weight: 500;
    color: #606060;
    padding: 4px 8px 8px 8px;
  }
  .activeNav {
    border-bottom: 3px solid #9D7ADF;
  }
  .activeNav .navIcon {
    display: none;
  }
  .activeNav .navTitle {
    color: #9D7ADF;
  }
}
@media (max-width: 400px) {
  .sideProfileIcon {
    height: 100px;
    width: 100px;
    margin-top: 10px;
  }
}
.fa-type-google {
  background-image: url("/images/google.svg");
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.fa-type-apple {
  background-image: url("/images/apple.svg");
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.fa-type-facebook {
  background-image: url("/images/facebook.svg");
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.fa-type-email {
  background-image: url("/images/email.svg");
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.fa-type-otp {
  background-image: url("/images/otp.svg");
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.fa-type-8excite {
  background-image: url("/images/excite.svg");
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}

@font-face {
  font-family: poppins;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Poppins-Medium-500.ttf") format("truetype");
}
@font-face {
  font-family: poppins;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Poppins-Regular-400.ttf") format("truetype");
}
@font-face {
  font-family: poppins;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Poppins-SemiBold-600.ttf") format("truetype");
}
.primary-color {
  color: #9D7ADF;
}

.secondary-color {
  color: #E15EF3;
}

.primary-variant-color {
  color: #F528FD;
}

.secondary-variant-color {
  color: #857F94;
}

.btn-primary-color {
  background: #9D7ADF;
  color: #FFFFFF;
  background-color: none;
}

.btn-primary-color:disabled {
  background: rgba(157, 122, 223, 0.2);
  color: rgba(255, 255, 255, 0.4);
  background-color: none;
}

.btn-back-primary {
  border: 1px solid #9D7ADF;
  color: #9D7ADF;
}

.btn-icon-primary {
  filter: invert(77%) sepia(63%) saturate(5387%) hue-rotate(219deg) brightness(93%) contrast(87%);
}

.btn-icon-primary-variant {
  filter: invert(52%) sepia(71%) saturate(7141%) hue-rotate(279deg) brightness(102%) contrast(108%);
}

.btn-icon-secondary {
  filter: invert(35%) sepia(10%) saturate(22%) hue-rotate(330deg) brightness(101%) contrast(87%);
}

.font-primary {
  color: #8C8C8C;
}

.font-primary-light {
  color: #C4C4C4;
}

.font-secondary {
  color: #383343;
}

.font-secondary-light {
  color: #606060;
}

.header-primary {
  color: #2E2E2E;
}

.font-white {
  color: #FFFFFF;
}

.font-black {
  color: #000000;
}

.font-alert {
  color: #D11F29;
}

.border-primary-color {
  border: 1px solid #D8D8D8;
}

/*# sourceMappingURL=vcircle-theme.css.map */
