.security-wrapper{
  .card{
    background-color: var(--#{$variable-prefix}light-gray-background);
  }
}

.icon-wrapper{
  margin-top: -.125rem;
}

.btn-preview-wrapper{
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 30 30%27 style=%27enable-background:new 0 0 30 30;%27 xml:space=%27preserve%27%3E%3Cg%3E%3Crect fill=%27%23e1e4ea%27 width=%2715%27 height=%2715%27/%3E%3C/g%3E%3Cg%3E%3Crect x=%2715%27 y=%2715%27 fill=%27%23e1e4ea%27 width=%2715%27 height=%2715%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 1.125rem;
}
