.iframe-container {
    position: relative;
    text-align: center;
    width: 80%;
}

.iframe {
    /*pointer-events:none;*/
    width: 100%;
    height: 90vh;
}

.iframe-position {
    width: 100%;
    text-align: -webkit-center;
}

body {
    position: relative;
    z-index: 100;
}

#signature-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 2px solid #000;
    display: none;
    width: 750px;
    height: 400px;
    overflow: scroll;
}

button.submit-button.button {
    margin: 2% 0 1% 0;
}

.signature-pad {
    cursor: url(https://static.thenounproject.com/png/1339606-200.png) 1 26, pointer;
    border: 2px solid #000;
    border-radius: 4px;
    margin: 65px 10px 10px 10px;
}

span.close-signature-field {
    cursor: pointer;
}

.navbar-nav {
    background-color: #333;
    overflow: hidden;
    display:flex;
    justify-content: center;
}

.navbar-nav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
}

.navbar-nav a:hover {
    background-color: #ddd;
    color: black;
}

.navbar-nav a.split {
    float: right;
    background-color: #04AA6D;
    color: white;
}

.keyboard-signature, .upload-signature {
    top: 66px;
    display: none;
    width: 624px;
    height: 295.70px;
}

.kb-input {
    margin-top: 8%;
    height: 30%;
    width: 100%;
    font-size: 70px;
    text-align:center;
}

.font1, .font2, .font3 {
    width: 31%;
    float: left;
    font-size: 30px;
    overflow: hidden;
    height: 120px;
}

.ff-container {
    height: 120px;
    padding: 5% 0 0 0;
}

.font-radio {
    /*width: 2%;*/
    float: left;
    display: none;
}

input[type="file"] {
    margin-top: 20%;
}

.mts-container {
    margin-bottom: 7%;
}

.undo-clear {
    display: flex;
    justify-content: center;
}

span#delete-upload-button{
    display:inline-block;
    margin-top: 100px;
}

#email-validation-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 2px solid #000;
    padding: 20px;
    display: none;
    flex-direction: column;
}

#email-validation-container * {
    margin: 5px 0;
}

#email-validation-container img {
    max-width: 200px;
    margin: auto;
}

input#email-input {
    height: 30px;
    font-size: 20px;
}

.swal-footer {
    text-align: center;
}

.swal-text {
    text-align: center;
}

.list-container {
    margin: 40px 30px 0 30px;
    text-align: left;
}

.bigtest {
    display: flex;
}

.test1 {
    width: 70%;
    text-align: left;
    white-space: break-spaces;
    word-break: break-all;
}

.test2 {
    width: 10%;
}

.text3 {
    width: 20%;
}
