.crs-wrapper{

max-width:750px;

margin:40px auto;

background:#0d6972;

padding:30px;

border-radius:10px;

color:#fff;

}

.crs-row{

display:flex;

gap:20px;

margin-bottom:20px;

}

.crs-col{

flex:1;

}

.crs-wrapper label{

display:block;

margin-bottom:8px;

font-size:14px;

}

.crs-wrapper input,
.crs-wrapper textarea,
.crs-wrapper select{

width:100%;

padding:12px;

border-radius:5px;

border:1px solid #ccc;

box-sizing:border-box;

}

.crs-wrapper textarea{

height:120px;

}

.crs-btn{

background:#fff;

color:#333;

padding:15px 35px;

border:0;

border-radius:30px;

cursor:pointer;

font-size:16px;

}

@media(max-width:768px){

.crs-row{

display:block;

}

.crs-col{

margin-bottom:20px;

}

}



.crs-signature canvas{
    width:100%;
    border:2px solid #ccc;
    background:#fff;
    border-radius:6px;
    cursor:crosshair;
}

.crs-signature-buttons{
    margin-top:10px;
}

#clear-signature{
    padding:8px 18px;
    cursor:pointer;
}

#crs-loader{
    margin:20px 0;
    font-weight:bold;
    display:none;
}