.read-me-for-dev {
  all: unset;
  /* 
         edit at theme.scss, then regenerate it into theme.css 
         ex: sass /{directory}/theme.scss ../current/theme.css
     */
}

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: #1f4286;
}

.vcCard > .card {
  width: 100%;
  height: 910px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  backdrop-filter: blur(40px);
  margin-top: 28px !important;
}

.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;
}

.custom-dropdown-content {
  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 {
  max-height: 117.85px;
  max-width: 400px;
  max-width: 80%;
  margin-top: 20%;
}

.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: #222222;
  width: 292px;
  padding-top: 11px;
}

.card_footer {
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 0px 0px 16px 16px;
  text-align: center;
  height: 100%;
  max-height: 86px;
}

.card_footer > p {
  color: #6A6A6A;
}

.login_form {
  padding-right: 50px;
  padding-left: 50px;
}

.vcCard_input_field {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 50px;
  background: #FFFFFF;
}

.vcCard_input_field > div {
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.vcCard_input_field_div {
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
}

.input_field {
  background: none;
  border: 0px;
  color: #222222;
  font-family: poppins;
  font-weight: 400;
  font-size: 16px;
  width: 82%;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.signUp {
  color: #FFFFFF;
}

.otp-bx input {
  color: #222222;
}

@media only screen and (max-width: 400px) {
  .vcCard {
    max-width: 350px;
    width: 100%;
    max-height: 600px;
    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;
  }
  .login-header {
    padding-bottom: 0;
  }
  .vcCard > .card {
    width: 100%;
    height: 100%;
    margin-top: 5px !important;
  }
  .login-header-temparary {
    margin-top: -20px;
  }
  .image-div {
    padding-top: 0 !important;
  }
  .image_logo {
    max-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;
  }
  .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: 12px !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) {
  .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;
  }
  .custom-dropdown-content {
    font-size: 28px !important;
  }
  .vcCard {
    width: 100vw !important;
  }
  .vcCard > .card {
    height: 100vh !important;
  }
}
@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 {
    max-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;
  }
  .login-header {
    padding-bottom: 0;
  }
  .vcCard > .card {
    width: 100%;
    height: 100%;
    min-height: 585px;
  }
  .login-header-temparary {
    margin-top: -20px;
  }
  .image-div {
    padding-top: 0 !important;
  }
  .image_logo {
    max-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;
    max-width: 500px;
  }
  .login_form {
    padding-right: 0;
    padding-left: 0;
  }
  .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: 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: 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: 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;
  }
  .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;
  }
  .card-body > div > .text > div > form > div > select {
    font-size: 50px;
  }
  .selection {
    font-size: 50px;
  }
  .custom-dropdown-content {
    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 {
    max-height: 333.88px !important;
  }
  .login_form {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 100px;
  }
  .fa-type-8excite {
    background-size: 110px 110px !important;
  }
  .fa-type-apple {
    background-size: 110px 110px !important;
  }
  .fa-type-facebook {
    background-size: 110px 110px !important;
  }
  .fa-type-google {
    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;
  }
  .custom-dropdown-content {
    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;
  }
  .card-body > div > .text > div > form > div > select {
    font-size: 30px;
  }
  .selection {
    font-size: 30px;
  }
  .custom-dropdown-content {
    font-size: 30px;
  }
  .card-body > div > .text > div > form > div > select > option {
    font-size: 10px;
  }
  .languageOption {
    font-size: 10px;
  }
  .image_logo {
    max-height: 176.76px !important;
  }
  .fa-type-8excite {
    background-size: 60px 60px !important;
  }
  .fa-type-apple {
    background-size: 60px 60px !important;
  }
  .fa-type-facebook {
    background-size: 60px 60px !important;
  }
  .fa-type-google {
    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;
  }
  .custom-dropdown-content {
    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;
  }
  .card-body > div > .text > div > form > div > select {
    font-size: 22px;
  }
  .selection {
    font-size: 22px;
  }
  .custom-dropdown-content {
    font-size: 22px;
  }
  .card-body > div > .text > div > form > div > select > option {
    font-size: 10px;
  }
  .languageOption {
    font-size: 10px;
  }
  .image_logo {
    max-height: 147.3px !important;
  }
  select.form-control:not([size]):not([multiple]) {
    height: 50px;
  }
  .fa-type-8excite {
    background-size: 60px 60px !important;
  }
  .fa-type-apple {
    background-size: 60px 60px !important;
  }
  .fa-type-facebook {
    background-size: 60px 60px !important;
  }
  .fa-type-google {
    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 {
    max-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 {
    max-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;
  }
  .custom-dropdown-content {
    font-size: 25px;
  }
  select.form-control:not([size]):not([multiple]) {
    height: 50px;
  }
  .login_form {
    padding-left: 50px;
    padding-right: 50px;
  }
  .fa-type-8excite {
    background-size: 60px 60px;
  }
  .fa-type-apple {
    background-size: 60px 60px;
  }
  .fa-type-facebook {
    background-size: 60px 60px;
  }
  .fa-type-google {
    background-size: 60px 60px;
  }
}
@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 {
    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;
}

.menuHeader {
  background: #FFFFFF;
  width: 100%;
}

.profileContainer {
  margin: 21.5px 81.5px 21px 0px;
  float: right;
}

.mobileCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

#logoutButton {
  padding-left: 0;
}

.logoutButton {
  align-items: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #222222;
  border-radius: 8px;
  width: 208px;
  height: 52px !important;
  color: #222222;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.logoutButton:hover {
  background-color: #222222;
  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: #222222;
  width: 60%;
}

.sideMenuName {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
}

.sidePointLabel {
  margin-top: 1px;
  color: #222222;
  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: #6A6A6A;
  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: #6A6A6A;
}

#logoutSideNav {
  border-top: 1px solid #D8D8D8;
}

.sideNavButton:hover {
  cursor: pointer;
  background-color: #DDDDDD;
}

input::autofill,
input:-webkit-autofill,
input:-moz-autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  color: inherit;
}

input:-moz-placeholder, input::-moz-placeholder,
input:-ms-input-placeholder,
input:-webkit-input-placeholder,
input::placeholder {
  color: #6A6A6A !important;
  font-style: italic;
}

.activeNav .navTitle {
  color: #FFFFFF;
}

@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, #1f4286, #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: #DDDDDD;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding-left: 8px;
  }
  .activeNav {
    background-color: #1f4286;
  }
  .activeNav .navIcon {
    filter: invert(77%) sepia(63%) saturate(5387%) hue-rotate(219deg) brightness(93%) contrast(87%) !important;
  }
}
@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, #1f4286, #d675e4);
    background-origin: border-box;
    background-clip: content-box, border-box;
  }
  #leftPanel {
    height: 56px;
    border-bottom: 1px solid #F7F7F7;
    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: #DDDDDD;
    padding: 4px 8px 8px 8px;
  }
  .activeNav {
    border-bottom: 3px solid #222222;
  }
  .activeNav .navIcon {
    display: none;
  }
}
@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: #222222;
}

.secondary-color {
  color: #6A6A6A;
}

.primary-variant-color {
  color: #222222;
}

.secondary-variant-color {
  color: #6A6A6A;
}

.btn-primary-color {
  background: #222222;
  color: #FFFFFF;
  background-color: none;
}

.btn-primary-color:disabled {
  background: rgba(31, 66, 134, 0.2);
  color: rgba(255, 255, 255, 0.4);
}

.btn-back-primary {
  border: 1px solid #222222;
  color: #222222;
}

.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: #222222;
}

.font-primary-light {
  color: #F7F7F7;
}

.font-secondary,
.font-desc {
  color: #6A6A6A;
}

.font-secondary-light,
.font-desc-light {
  color: #DDDDDD;
}

.header-primary {
  color: #222222;
}

.font-white {
  color: #FFFFFF;
}

.font-black {
  color: #000000;
}

.font-emphasis {
  color: #1f4286;
}

.font-header {
  color: #222222;
}

.font-alert {
  color: #D11F29;
  font-family: poppins;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
}

.border-primary-color {
  border: 1px solid #D8D8D8;
}

a {
  cursor: pointer;
  color: #1f4286 !important;
}

.custom-dropdown-button {
  padding: 10px;
  border-radius: 5px;
  color: #6A6A6A;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  font-weight: 400 !important;
  font-family: poppins !important;
}

.custom-dropdown-arrow {
  margin-left: 5px;
}

.custom-dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: left;
  color: #6A6A6A;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  font-family: poppins !important;
}

.custom-dropdown-content div {
  padding: 5px;
  cursor: pointer;
}

.custom-dropdown-content > div:hover {
  background-color: #222222;
  color: #6A6A6A;
}

.custom-dropdown.open .custom-dropdown-content {
  display: block;
}

.fa {
  color: #222222;
}

[class^="btn-"], button {
  cursor: pointer;
  border-radius: 10px;
}

.fafa_Icon {
  font-size: 17px;
  padding-right: 13px;
}

button, .btn {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  font-family: poppins;
  font-weight: 500;
  font-size: 16px;
  border: none;
  text-transform: uppercase;
}

@media only screen and (orientation: landscape) {
  .fafa_Icon {
    font-size: 1.7895vh !important;
  }
}
@media only screen and (max-width: 1400px) {
  .fafa_Icon {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1599px) and (min-height: 1300px) and (max-height: 2099px) and (orientation: portrait) {
  .fafa_Icon {
    font-size: 30px;
    padding-left: 15.4px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 900px) and (min-height: 1024px) and (max-height: 1400px) and (orientation: portrait) {
  .fafa_Icon {
    font-size: 25px;
  }
}
@media only screen and (min-width: 900px) and (max-height: 1400px) and (orientation: portrait) {
  .fafa_Icon {
    font-size: 25px;
  }
}
@media only screen and (min-width: 2560px) and (min-height: 1600px) and (orientation: landscape) {
  .fafa_Icon {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1300px) and (min-height: 2100px) and (orientation: portrait) {
  .fafa_Icon {
    font-size: 50px;
  }
}

/*# sourceMappingURL=theme.css.map */
