* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.heading{
    padding: 0px 39px;
}

.btn1 {
    display: flex;
    justify-content: space-between;
    width: 15rem;
}

.navbar {
    background-image: linear-gradient(to right, rgba(255,0,0,0), #b4097a);
    background-color: #e49a21 !important;
}

.para {
    font-size: 22px;
}


/* sign css */

.tacbox {
    display: block;
    padding: 1em;
    margin: 2em;
    border: 1px solid #ddd;
    max-width: 800px;
}

input {
    height: 3em;
    width: 2em;
    vertical-align: middle;
}


.wrapper {
    border: 1px solid gray;
    border-radius: 10px;
}

canvas#signature-pad {
    background-color: #fff;
    width: 100%;
    height: 300px;
}

button#clear {
    height: 100%;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
}

/* delete */
.delete {
    text-decoration: none;
    display: inline-block;
    background: #f44336;
    color: #fff;
    border-radius: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    width: 40px;
    height: 36px;
    margin-top: 5px;
    padding-bottom: 4px;
    color: #fff;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
@media screen and (max-width:500px) {
    .delete{
        width: 40px;
        height: 30px;
        font-size: 25px;
    }
}
.flex {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 15px;
}

input {
    padding: 8px 10px;
    background: white;
    border: 1px solid gray;
    width: 50%;
    border-radius: 5px;
}

input:focus {
    outline: 1px solid #efefef;
}

