.theSecurityPage {
  position: relative;
  width: 100%;
}
.theSecurityPage .theMainWalletSection {
  margin-bottom: 0.875rem;
  border-radius: 12px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.theSecurityPage .theMainWalletSection .theMainWalletPadd {
  padding: 1.25rem 1.5rem;
}
.theSecurityPage .theMainWalletSection .theMainWalletPadd .theMWTitle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.theSecurityPage .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .theSecurityPage .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
    width: 20px;
    height: 20px;
  }
}
.theSecurityPage .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
  color: #4b515e;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .theSecurityPage .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
    font-size: 0.875rem;
  }
}
.theSecurityPage .theMainWalletSection .theMainWalletPadd .theMWValue {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .theSecurityPage .theMainWalletSection .theMainWalletPadd .theMWValue {
    font-size: 2.125rem;
  }
}
.theSecurityPage .theSPContainer {
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theSecurityPage .theSPContainer .theSPCPadd {
  min-height: 460px;
  padding: 1.5625rem 1.125rem;
}
.theSecurityPage .theSPContainer .theSPCPadd .theSPCWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .theSecurityPage .theSPContainer .theSPCPadd .theSPCWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
}
.theSecurityPage .theSPContainer .theSPCPadd .theSCard {
  position: relative;
  min-height: 212px;
  padding: 1.625rem 1rem 0.8125rem;
  background: transparent;
  border-radius: 8px;
  border: 1px solid var(--global-secondary-modal-color);
  width: -webkit-fill-available;
}
.theSecurityPage .theSPContainer .theSPCPadd .theSCard .theSCardContent {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.theSecurityPage .theSPContainer .theSPCPadd .theSCard .theSCardContent .theSCardIcon {
  width: 36px;
}
.theSecurityPage .theSPContainer .theSPCPadd .theSCard .theSCardContent .theSCardIcon img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.theSecurityPage .theSPContainer .theSPCPadd .theSCard .theSCardContent .theSCardIcon svg {
  width: 100%;
  display: flex;
  color: var(--global-secondary-text-color);
}
.theSecurityPage .theSPContainer .theSPCPadd .theSCard .theSCardContent .theSCardLabelDesc {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.theSecurityPage .theSPContainer .theSPCPadd .theSCard .theSCardContent .theSCardLabelDesc .theSCardLabel {
  color: var(--global-primary-text-color);
  font-size: 1rem;
  font-weight: 500;
}
.theSecurityPage .theSPContainer .theSPCPadd .theSCard .theSCardContent .theSCardLabelDesc .theSCardDesc {
  color: var(--global-secondary-text-color);
  font-size: 1rem;
  font-weight: 400;
}
.theSecurityPage .theSPContainer .theSPCPadd .theSCard .theSCardStatusIcon {
  position: absolute;
  width: 39px;
  top: 1rem;
  right: 1.0625rem;
}
.theSecurityPage .theSPContainer .theSPCPadd .theSCard .theSCardStatusIcon img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.theSecurityPage .theSPContainer .theSPCPadd .theSCard .theSCardBtn {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.8125rem;
  margin: 0 auto;
  padding-block: 8px;
  margin-top: 37px;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
}

/*# sourceMappingURL=security.css.map */
