
.FSKCheckLayout { 
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(15px);
  z-index: 1000000001; }
  .FSKCheckLayout .__View {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center; }
    .FSKCheckLayout .__View .__Info {
      display: inline-block;
      width: 500px;
      min-height: 500px;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1); }
      .FSKCheckLayout .__View .__Info .__InfoButtons {
        display: flex;
        justify-content: center;
        padding: 2rem 0;
        width: 100%;
        border-top: 1px solid #e2e2e2; }
      .FSKCheckLayout .__View .__Info .__InfoItems {
        display: inline-block;
        width: 100%;
        padding: 1rem 3rem; }
      .FSKCheckLayout .__View .__Info .__InfoTextView {
        display: inline-block;
        width: 100%;
        padding: 1.5rem 3rem;
        text-align: center;
        font-weight: 300;
        font-size: 18px; }
      .FSKCheckLayout .__View .__Info .__Title {
        border-bottom: 1px solid #e2e2e2;
        font-weight: 600;
        font-size: 18px;
        display: inline-block;
        width: 100%;
        padding: 1rem 0;
        text-align: center; }

/*# sourceMappingURL=style.overwrite.css.map */
