.profile-image-listed{
    max-width: 49%;
    height: auto;
}

.tx-mia3-profileimagegenerator{
    text-align: center;
}

.signSetter-modalOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:  #34495e;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.signSetter-modal {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 10000;
    transform: scale(0);
}

.signSetter-modal-closeMenuLink {
    position: absolute;
    top:0;
    right: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    line-height: 10px;
    text-decoration: none;
    color: #462960;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08px;
    text-align: center;
}

.signSetter-modal-closeMenuLink:hover .sms-modal-CloseIcon {
  transform: rotate(90deg);
}

.signSetter-modal-CloseIcon {
    transition: all 0.2s ease;
    margin: 0;
    height: 15px;
}

.signSetter-modal-closeMenuContainer {
    background-color: white;
    height: 45px;
    width: 100%;
    position: absolute;
    z-index: 12344;
}

.signSetter-modal-contentContainer {
    padding: 70px 30px 70px 30px;
    height: 100%;
    width: 100%;
    overflow: scroll;
    max-height: inherit;
}

.signSetter-modal-closeMenuWrap{
    position: relative;
}

.signSetter-modal-header {
    color: #462960;
}

@media screen and (min-width: 576px) {
    .profile-image-listed{
        max-width: 150px;
    }
}


@media screen and (min-width: 768px) {

    .profile-image-listed{
        max-width: 200px;
    }

    .signSetter-modal {
        width: 1200px;
        max-width: calc(100% - 60px);
        margin: 0 auto;
        top: 20vh;
        bottom: auto;
        max-height: 60vh;
    }

    .signSetter-modal-CloseIcon {
        margin: 0 0 0 10px;
        height: 30px;
    }

    .signSetter-modal-contentContainer {
        display: grid;
        grid-template-columns: repeat(12,1fr);
        grid-auto-rows: auto;
        grid-gap: 0 15px;
    }

    .signSetter-modal-closeMenuContainer {
        height: 60px;
    }

    .signSetter-modal-header {
        grid-column:  2 / 12;
    }

    .signSetter-modal-imageWrap {
        grid-column:  2 / 12;
    }

}

.display-after-submit-image{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 500px;
}


