/* font access */
/* light */
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/rubik/RubikLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* Regular */
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/rubik/RubikRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/* medium */
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/rubik/RubikMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

/* bold */
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/rubik/RubikBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/* bold */
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/rubik/RubikExtraBold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

.alignCenter {
  text-align: center; }

.arRubikText, .btnStyle, .tableStyle thead tr td, .tableStyle tbody tr td {
  font-family: "Rubik";
  font-weight: 400;
  color: #000000;
  text-align: left; }

.superMaxText {
  font-size: 323px !important;
  line-height: 245px !important; }

.extraMaxText {
  font-size: 228px !important;
  line-height: 145px !important; }

.semi1MaxText {
  font-size: 145px !important;
  line-height: 145px !important; }

.semiMaxText {
  font-size: 103px !important;
  line-height: 122px !important; }

.inforText {
  font-size: 100px !important;
  line-height: 90px !important; }

.maxText {
  font-size: 91px !important;
  line-height: 79px !important;
  margin-bottom: 15px; }

.lightMaxText {
  font-size: 55px !important;
  line-height: 48px !important;
  margin-bottom: 15px; }

.extraMediumText {
  font-size: 43px !important;
  line-height: 51px !important;
  margin-bottom: 15px; }

.mediumText {
  font-size: 36px !important;
  line-height: 43px !important;
  margin-bottom: 15px; }

.semiMediumText3 {
  font-size: 27px !important;
  line-height: 31px !important;
  margin-bottom: 10px; }

.semiMediumText2 {
  font-size: 25px !important;
  line-height: 29px !important;
  margin-bottom: 10px; }

.semiMediumText1 {
  font-size: 24px !important;
  line-height: 28px !important;
  margin-bottom: 10px; }

.semiMediumText {
  font-size: 23px !important;
  line-height: 27px !important;
  margin-bottom: 10px; }

.lightMediumText, .tableStyle thead tr td, .tableStyle tbody tr td {
  font-size: 21px !important;
  line-height: 25px !important;
  margin-bottom: 10px; }

.extraDefaultText {
  font-size: 18px !important;
  line-height: 22px !important;
  margin-bottom: 10px; }

.midDefaultText {
  font-size: 17px !important;
  line-height: 20px !important;
  margin-bottom: 10px; }

.defaultText {
  font-size: 16px !important;
  line-height: 19px !important;
  margin-bottom: 10px; }

.lightText1 {
  font-size: 15px !important;
  line-height: 18px !important; }

.lightText {
  font-size: 14px !important;
  line-height: 17px !important; }

.smallText {
  font-size: 12px !important;
  line-height: 14px !important; }

html a.atag {
  text-decoration: none; }

.boldWeight, .tableStyle thead tr td {
  font-weight: 700 !important; }

.extraBoldWeight {
  font-weight: 900 !important; }

.normalWeight {
  font-weight: 400 !important; }

.btnStyle {
  position: relative;
  font-size: 16px !important;
  line-height: 19px !important;
  border-radius: 11px;
  border: 0px;
  outline: none;
  box-shadow: none;
  padding: 8.5px 16.4px;
  font-weight: bold;
  background-image: url("../images/btnArrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 30px 10px;
  padding-right: 28px;
  display: flex !important;
  align-items: center;
  text-decoration: none !important;
  margin-top: 15px; }
  .btnStyle > span {
    margin-right: 10px !important; }
  .btnStyle[disabled] {
    cursor: not-allowed; }
  .btnStyle.nonIcon {
    background-image: none !important;
    padding: 8.5px 16.4px !important; }

a.active .btnStyle {
  background-image: url("../images/btnArrowBlack.svg"); }

.btnBlue {
  background-color: #6277B6 !important;
  color: #ffffff !important; }

.btnWhite {
  background-color: #ffffff !important;
  color: #6277B6 !important;
  background-image: url("../images/btnArrowBlue.svg"); }

.btnWhiteBlack {
  background-color: #ffffff !important;
  color: #000000 !important;
  background-image: url("../images/btnArrowBlack.svg"); }

.btnYellow {
  background-color: #F4CC74 !important;
  color: #FFFFFF !important; }

.inputStyle {
  font-family: "Rubik";
  font-size: 21px !important;
  line-height: 25px !important;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
  outline: none;
  box-shadow: none;
  padding: 11px 10px;
  width: 100%;
  resize: none; }
  .inputStyle::-webkit-input-placeholder {
    font-weight: 400 !important;
    font-family: "Rubik";
    font-size: 21px !important;
    line-height: 25px !important;
    color: inherit; }
  .inputStyle:-moz-placeholder {
    font-weight: 400 !important;
    font-family: "Rubik";
    font-size: 21px !important;
    line-height: 25px !important;
    color: inherit; }
  .inputStyle::-moz-placeholder {
    font-weight: 400 !important;
    font-family: "Rubik";
    font-size: 21px !important;
    line-height: 25px !important;
    color: inherit; }
  .inputStyle:-ms-input-placeholder {
    font-weight: 400 !important;
    font-family: "Rubik";
    font-size: 21px !important;
    line-height: 25px !important;
    color: inherit; }
  .inputStyle.iconStyle {
    padding-right: 50px; }

.checkboxStyle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .checkboxStyle ~ span {
    border: 1px solid #6277B6;
    border-radius: 6px;
    background: transparent;
    outline: none;
    box-shadow: none;
    width: 39px;
    height: 39px; }
  .checkboxStyle:checked ~ span {
    background-image: url("../../src/assets/images/checked.svg");
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat; }

body,
html {
  padding: 0;
  margin: 0;
  font-family: "Rubik";
  scroll-behavior: smooth;
  color: #000;
  text-align: left; }

.headerAction {
  display: flex; }

.headerAction a:first-child {
  margin-right: 5px;
  display: none; }

.pageWrapper.profile .headerAction a:first-child {
  display: block; }

a.buttonWrapper {
  text-decoration: none; }

body,
html {
  height: 100%;
  min-height: 1000px; }

.loadingOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 999; }
  .loadingOverlay .loadingInner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .loadingOverlay .loadingInner .spinner-border {
      border-color: #ffffff;
      border-right-color: transparent; }
    .loadingOverlay .loadingInner .loading {
      margin-top: 15px;
      color: #ffffff; }

.pageWrapper {
  min-height: 100%;
  padding: 30px;
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat; }
  .pageWrapper .mainContent {
    display: none; }
  .pageWrapper.done .mainContent {
    display: block; }
  .pageWrapper .contentWrapper .contentInner {
    margin: 0 auto; }
  .pageWrapper .pageMainTitle {
    margin: 0px -18px; }
  .pageWrapper .pageSubTitle {
    margin-bottom: 30px; }
  .pageWrapper label.fieldTitle {
    width: 100%;
    text-align: left; }
  .pageWrapper .messageText {
    text-align: left;
    position: relative;
    margin: 0px;
    padding-left: 30px;
    line-height: 24px !important; }
    .pageWrapper .messageText:before {
      content: '';
      display: block;
      width: 28px;
      height: 24px;
      background-image: url("../images/warning.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: -2px;
      left: 0px; }
  .pageWrapper.login {
    background-image: url("../images/bg/adminLoginBg.png"); }
  .pageWrapper.users {
    background-image: url("../images/bg/dashboardBg.png");
    padding-bottom: 150px; }
  .pageWrapper.admins {
    background-image: url("../images/bg/adminsBg.png");
    padding-bottom: 150px; }
  .pageWrapper.profile {
    background-image: url("../images/bg/profileBg.png");
    padding-bottom: 150px; }
  .pageWrapper.vaults {
    background-image: url("../images/bg/vaultListBg.png");
    padding-bottom: 150px; }
  .pageWrapper.registers {
    background-image: url("../images/bg/adminUserList.png"); }
  .pageWrapper.rejects {
    background-image: url("../images/bg/adminUserList.png"); }
  .pageWrapper.forgotPassword {
    background-image: url("../images/bg/forgotPasswordBg.png"); }
  .pageWrapper.createPassword {
    background-image: url("../images/bg/createPasswordBg.png"); }
  .pageWrapper.verify {
    background-image: url("../images/bg/createPasswordBg.png"); }
  .pageWrapper.vaultSetup {
    background-image: url("../images/bg/vaultSetup.png"); }
  .pageWrapper:not(.middle).login .contentWrapper .contentInner, .pageWrapper:not(.middle).createPassword .contentWrapper .contentInner, .pageWrapper:not(.middle).forgotPassword .contentWrapper .contentInner {
    max-width: 415px; }
  .pageWrapper.login *:not(button), .pageWrapper.createPassword *:not(button), .pageWrapper.forgotPassword *:not(button), .pageWrapper.vaultSetup *:not(button), .pageWrapper.users *:not(button) {
    color: #ffffff; }

.tableStyle {
  width: 100%;
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 0; }
  .tableStyle thead tr {
    background: #776CAA; }
    .tableStyle thead tr td {
      cursor: pointer;
      text-align: center;
      border: .05em solid #ffffff;
      padding: 36px 10px; }
      .tableStyle thead tr td:first-child {
        border-top-left-radius: 8px; }
      .tableStyle thead tr td:last-child {
        border-top-right-radius: 8px; }
  .tableStyle tbody tr td {
    text-align: center;
    border: .05em solid #ffffff;
    padding: 12px 10px; }
    .tableStyle tbody tr td:first-child {
      border-left: .07em solid #ffffff; }
    .tableStyle tbody tr td:last-child {
      border-right: .07em solid #ffffff; }
  .tableStyle tbody tr:last-child td {
    border-bottom: .07em solid #ffffff; }
    .tableStyle tbody tr:last-child td:first-child {
      border-bottom-left-radius: 8px; }
    .tableStyle tbody tr:last-child td:last-child {
      border-bottom-right-radius: 8px; }

.modalBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8); }
