.card-eik {
      width: 100%;
      padding-bottom: 58.33%;
      background-color: #fff;
      background-size: cover;
      background-position: center;
      margin: 10px;
      position: relative;
      display: none;
      box-shadow: 0 0 15px #9b9b9b;
      border-radius: 50px;
    }

    .card-eik.active {
      display: block;
    }

    .card-eik-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      box-sizing: border-box;
      
    }

    .card-eik-content input {
      font-size: 20px;
      padding: 10px;
      border: none;
      background: transparent;
      width: 100%;
      margin: auto;
      display: block;
      box-sizing: border-box;
      text-align: right;
    }

    .custom-file-upload input[type="file"] {
      display: none;
    }