
@layer utilities {
.row-area {
    grid-gap: 0.5rem;
    display: grid;
    grid-template-columns: auto 496px;
}

#capture,
#capture-download {
    position: relative;
}

.profile-pic {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.profile-cover {
}


input[type='file'] {
    color: transparent;
  }
}