.theSecurityPage {
  position: relative;
  width: 100%;
}
.theSecurityPage .theSPContainer {
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theSecurityPage .theSPContainer .theSPCPadd {
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .theSecurityPage .theSPContainer .theSPCPadd {
    padding: 1.625rem 1.5rem 0.75rem 1.5rem;
  }
}
.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 */
