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;
}

.card-body > div > .text > div > form > div > select > option {
  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);
}

.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: 86px;
}

.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;
}

@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 (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: 76px;
  }
  .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;
  }
  .login_form > .form-group {
    margin: 0 !important;
    padding: 0;
  }
  .vcCard_input_field_temporary {
    height: 35px;
  }
  .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: 12px !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%;
    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: 76px;
  }
  .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;
  }
  .login_form > .form-group {
    margin: 0 !important;
    padding: 0;
  }
  .vcCard_input_field_temporary {
    height: 35px;
  }
  .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: 12px !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: 40px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .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: 40px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-height: 650px) {
  .input_Form_temparary {
    padding-top: 0px !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-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 */
