body{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
}


.the-print-button{
    position: fixed;
    top: 42%;
    background: #8ad078;
    padding: 35px 45px;
    color: white;
    font-size: 22px;
    font-weight: 700;
    border-radius: 16px;
    left: 20px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 35%);
    cursor: pointer;
    direction: rtl;
    z-index: 9;
}
@media print {

    /* body * {
        visibility: hidden;
    }
    .all-the-signature-page * {
        visibility: visible;
    } */
    .btn.btn-default{
        display: none;
    }
    .the-sign-all{
        display: none;
    }
    .the-print-button{
        display: none;
    }
  
}
.all-the-signature-page{
    direction: rtl;
    page-break-after: always;
    
}
.all-the-inside-signature-page{
    background: rgb(255, 255, 255);
    width: 90%;
    margin: 0 auto 0;
    border: solid 1px #cacaca;
    max-width: 800px;
    /* height: 980px; */
    position: relative;
}
.all-the-inside-signature-page .all-single-page{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 30px 0 30px;
    font-size: 12px;
}
.all-the-inside-signature-page .all-single-page .right-title{

}
.all-the-inside-signature-page .all-single-page .right-title .the-text-title{
    font-size: 12px;
}



.all-the-inside-signature-page .all-single-page .left-title{
    width: 170px;
}
.all-the-inside-signature-page .all-single-page .left-title img{
    width: 100%;
}


.all-the-inside-signature-page .all-single-page .inside-center-page{
    width: 100%;
}
.all-the-inside-signature-page .all-single-page .inside-center-page .big-title{
    font-size: 18px;
    margin: 15px 0 0 0;
    text-align: center;
}
.all-the-inside-signature-page .all-single-page .inside-center-page .small-title{
    font-size: 16px;
    margin: 0 0 15px 0;
    text-align: center;
}
.all-the-inside-signature-page .all-single-page .inside-center-page .text-style{
    font-size: 12px;
    line-height: 1.5;
}
.all-the-inside-signature-page .all-single-page .inside-center-page .text-style input{
    border: none;
    border-bottom: solid 1px rgb(56, 56, 56);
}
.all-the-inside-signature-page .all-single-page .inside-center-page .text-style input:focus {
    border: none;
    outline: none;
    border-bottom: solid 1px rgb(10, 185, 238);
}


.all-the-inside-signature-page .all-single-page .inside-center-page .all-the-table-first {
    display: flex;
}
.all-the-inside-signature-page .all-single-page .inside-center-page .all-the-table-first .name-tab{
    display: flex;
    align-items: flex-end;
    width: 25%;
}
.all-the-inside-signature-page .all-single-page .inside-center-page .all-the-table-first .input-tab{
    width: 75%;
}
.all-the-inside-signature-page .all-single-page .inside-center-page .all-the-table-first .input-tab input{
    width: 100%;
    border: none;
    border-bottom: solid 1px rgb(56, 56, 56);
}
.all-the-inside-signature-page .all-single-page .inside-center-page .all-the-table-first .input-tab input:focus{
    border: none;
    outline: none;
    border-bottom: solid 1px rgb(10, 185, 238);
}




.all-the-inside-signature-page .all-single-page .inside-center-page .the-finish-of-page{
    display: flex;
    width: 100%;
}

.all-the-inside-signature-page .all-single-page .inside-center-page .the-finish-of-page .single-tab{
    display: flex;
    width: calc(100% / 3);
    justify-content: space-between;
}
.all-the-inside-signature-page .all-single-page .inside-center-page .the-finish-of-page .single-tab .text-and{
    display: flex;
    align-items: flex-end;
    
}
.all-the-inside-signature-page .all-single-page .inside-center-page .the-finish-of-page .single-tab .input-and{
    width: 60%;
}
.all-the-inside-signature-page .all-single-page .inside-center-page .the-finish-of-page .single-tab .input-and input{
    width: 100%;
    border: none;
    border-bottom: solid 1px rgb(56, 56, 56);
}
.all-the-inside-signature-page .all-single-page .inside-center-page .the-finish-of-page .single-tab .input-and input:focus{
    border: none;
    outline: none;
    border-bottom: solid 1px rgb(10, 185, 238);
}


.all-the-inside-signature-page .all-single-page .inside-center-page .the-all-tab{
    display: flex;
    border: solid 1px #000;
    border-top: none;
}
.all-the-inside-signature-page .all-single-page .inside-center-page .the-all-tab:first-of-type{
    border-top: solid 1px #000;
}
.all-the-inside-signature-page .all-single-page .inside-center-page .the-all-tab .the-all-tab-name{
    width: calc(20% - 5px);
    border-left: solid 1px #000;
    padding: 5px 5px 5px 0;
}
.all-the-inside-signature-page .all-single-page .inside-center-page .the-all-tab .the-all-tab-info{
    width: calc(70% - 5px);
    border-left: solid 1px #000;
    padding: 5px 5px 5px 0;
}
.all-the-inside-signature-page .all-single-page .inside-center-page .the-all-tab .the-all-tab-choose{
    width: calc(10% - 5px);
    padding: 5px 5px 5px 0;
}


















.the-sign-all{
    position: fixed;
    left: 17px;
    direction: rtl;
    z-index: 9999;
    background: white;
    bottom: 10px;
}






#sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}
#sig-canvas1 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}
#sig-canvas2 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}
#sig-canvas3 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}
#sig-canvas4 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}
#sig-canvas5 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}
#sig-canvas6 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}

  










