@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Pacifico&family=Dancing+Script&family=Great+Vibes&family=Satisfy&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}

body {
    min-height: 100vh;
    background: hsl(240, 9%, 94%);
    text-decoration: none;
}

.navbar {
    background-color: #FFFFFF;
    position: sticky;
    top: 0px;
    height: 70px;
    z-index: 1000;
}

.offcanvas-body .navbar-nav {
    margin-left: 7rem;
}

.navbar-nav i{
    padding-right: 10px;
}
.menu_icon {
    display: none;
}

.content-wrapper {
    height: calc(100vh - 80px);
}

.logo a, .offcanvas-title {
    font-size: 16px;
    font-weight: 700;
    color: black;
    text-decoration: none;
    margin: auto 0;
}

li {
    list-style: none;
    display: inline-block;
    margin-left: 3rem;
}

li a {
    color: #292929;
    font-size: 16px;
    font-weight: 500;
    margin-right: 25px;
    text-decoration: none;
    line-height: 24px;
}

.active {
    width: 48px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #377CF6;
    padding: 23px 29px;
    border-bottom: 1px solid #377CF6;
    background-color: #EEF4FF;
}
.popup_close{
    border: none;
    float: right;
    background: transparent;
    font-size: 25px;
    margin-right: 10px;
}
.copy-right p{
    font-size: 16px;
    font-weight: 500;
    color: rgba(115, 123, 139, 1);
}
.notify_icon span {
    color: #141111;
    position: absolute;
    top: 2px;
    right: 1rem;
}
.notify-icon span {
    color: #141111;
    position: absolute;
    top: 5px;
    right: 15rem;
}
.d-flex .notify_icon,.notify-icon {
    width: 42px;
    height: 42px;
    text-decoration: none;
    color: #000000;
    padding: 5px 0px;
    font-size: 20px;

}
.d-flex #notifications-dropdown {
    width: 370px;
    height: 560px;
    border-radius: 8px;
    overflow-y: auto;
    top: 96px;
    left: -100px;
}

.all_notifications {
    font-size: 20px;
    font-weight: 500;
    background-color: rgba(238, 244, 255, 1);
    color: #377CF6;
    display: flex;
    align-items: center;
    padding: 10px 22px;
}

.fa-envelope {
    color: #377CF6;
    width: 18px;
    height: 13.5px;
    padding-top: 3px;
}

#notifications-dropdown a.notify_msg {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #828282;
}

#notifications-dropdown p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #161A1A;

}

#notifications-dropdown button {
    width: 22px;
    height: 22px;
    color: #377CF6;
    background-color: #EEF4FF;
    border: none;
    padding-bottom: 2px;
    font-size: 12px;
}

#notifications-dropdown button.markreadbtn {
    font-size: 12px;
    width: 75px;
    height: 25px;
    color: #377CF6;
    background-color: #EEF4FF;
    border: none;
    padding-left: 5px;

}

.welcome_user {
    border: 1px solid #CCCCCC;
    width: 220px;
    height: 40px;
    top: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;

}

.welcome_user .dropdown-toggle {
    width: 90px;
    height: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    color: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome_user a {
    font-weight: 500;
}

.welcome_user .dropdown-menu {
    position: absolute;
    top: 40px;
    width: 250px;
    height: 120px;
}
#navbarDropdown2 {
    padding-right: 15px;
    margin-right: 2rem;
}
.welcome_user .dropdown-menu li {
    float: left;
}

.welcome_user img {
    border-radius: 50%;

}

.logout-btn {
    background-color: black;
    margin-left: 1px;
    border-radius: 10px;
    padding: 10px;
    width: 90px;

}

button a {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

button a:hover {
    color: blue;
    font-weight: bold;
    font-size: 20px;
}

#get_started {
    width: 329px;
    height: 283px;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    top: 90px;
    margin-left: 40px;
}

#get_started h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 16px;
}


.start h3 {
    top: 40px;
    left: 60px;
}

.start p {
    margin-top: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.start button {
    width: 75px;
    height: 38px;
    border-radius: 26px;
    padding: 5px, 7px, 5px, 7px;
    gap: 8px;
}
.container{
    width: 1500px;
    max-width: 100%;
}
.my_documents {
    margin-left: 50px;
    height: 283px;
    overflow-y: auto;
    top: 90px;
    width: auto;
    border-radius: 8px;
    background-color: #fff;
}

.my_documents h3 {
    height: 20px;
    top: 108px;
    
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

    padding: 10px 0px 0px 10px;
}

.modal-body button {
    border: none;
}

.sendme_documents,
.recipient_documents,
.complete_documents {
    top: 402px;
    margin-left: 40px;
    border-radius: 8px;
    background-color: #fff;
}

.sendme_documents h3,.search_container h3,
.recipient_documents h3,
.complete_documents h3 {
    height: 20px;
    padding: 10px 0px 0px 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #101828;
    
}

.sendme_documents th,
.recipient_documents th,
.complete_documents th,
.my_documents th {
    height: 45px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #E7F0FFB5;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #828282;
    align-items: center;
}

.recipient_documents td,
.sendme_documents td,
.my_documents td,
.complete_documents td {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #161A1A;

}

.sendme_documents .fa-calendar-days,
.recipient_documents .fa-calendar-days,
.complete_documents .fa-calendar-days,
.my_documents .fa-calendar-days {
    color: #377CF6;
    padding-right: 4px;
}


.sendme_documents h4,
.recipient_documents h4,
.complete_documents h4,
.my_documents h4 {
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
}

.custom-modal {
    max-width: 1017px;
    /* Adjust width as per your requirement */
    width: auto;
    /* This can be set to a specific width if needed */
    height: auto;
    padding: 10px 15px;
}

.add_document2 {
    background-color: #FFFFFF;
    border: 1.12px solid #6764E8;
    border-radius: 12px;
    padding: 2rem .7rem .7rem .7rem;
    text-align: center;
    font-size: 1.125rem;
    width: auto;
    height: 301px;
}

.file-info-container,.file-info-container2{
    display: flex;
    justify-content: center;
    gap: 1rem;
}

#cancel_btn{
    background: transparent;
}
.modal-body h2 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(16, 24, 40, 1);
}

.modal-body .btn-primary {
    width: 197px;
    height: 48px;
    border-radius: 33px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}
.add_recipient .fa-trash{
    color:red;
    background: none;
}
.modal-body #showInputsButton {
    align-self: flex-end;
}
.form-row2 {
    display: flex;
    justify-content: space-between;

}

.form-column2 {
    flex-grow: 2;
}

.form-icon img {
    color: #6764E8;
    font-size: 4rem;
    width: 54px;
    height: 34px;
    top: 340px;
}

.drop-container {
    display: flex;
    gap: 10px;
    
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    color: black;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    /* background-color: #000000; */
}

.drop-title {
    color: #6764E8;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    align-items: center;
    transition: color .2s ease-in-out;
}

.drop-container .or {
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    color: #828282;
}

.drop-container div {
    width: 131px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #6764E8;
    border: 1px solid #6764E8;
    border-radius: 4px;
}

.add_document2 p {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #737B8B;
}
.footer1{
    position: absolute;
    top:730px;
    left: 550px;
}
.footer3{
    position: absolute;
    top:730px;
    left: 550px;
}
.agreements_heading {
    height: 20px;
    
    margin-left: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #101828;
}
.agreements_heading2{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #101828;
}
.content .profile_container1 {
    width: 298px;
    height: 283px;
    top: 145px;
    margin-left: 40px;
    background-color: #fff;
    border-radius: 8px;
    padding: 14px;
}

#temp-preview-image {
    border-radius: 50%;
    padding: 3rem 0;

}

.content .profile_container2 {
    width: 248px;
    height: 246px;
    border-radius: 15px;
    background: #377CF6;
    padding: 5px;
    margin: 5px;
}

.profile_container2 #uploadbtn {
    position: absolute;
    height: 36px;
    width: 36px;
    padding: 0px 0px;
    font-size: 30px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    transform: translate(-98%);
    margin-top: 8.3rem;
}

.content .user_info {
    border-radius: 8px;
    background-color: #FFFFFF;
    margin-left: 20px;
}
.my_documents img,.sendme_documents img,.recipient_documents img,.complete_documents img{
    margin-left: 10px;
}
.search_container{
    margin-left: 40px;
    
}
.form-row {
    display: flex;
    justify-content: space-between;

}

.form-column {
    flex: 0 0 49%;
}

.form-column-full {
    flex: 0 0 100%;
}

.form-row button {
    width: 197px;
    height: 48px;
    border-radius: 26px;
}
.form_row {
    display: flex;
    justify-content: space-between;

}
.form_row button {
    width: 197px;
    height: 48px;
    border-radius: 26px;
}
.form-column label,.search_container label,
.form-column-full label,
.change_password_container label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #232B2B;
    letter-spacing: 2%;
}
.search_container input{
    font-size: 14px;
}
.form-column input,
.form-column-full input,
.change_password_container input
 {
    background-color: #EEF4FF;
    border: 1px solid #EEF4FF;
    font-size: 14px;
}

.form-column input::placeholder,.search_container input::placeholder,
.form-column-full input::placeholder,
.change_password_container input::placeholder,
.row input::placeholder {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #737B8B;
}

.agreements_heading {
    left: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #101828;
}

.recipient_documents .text_success {
    width: 80px;
    height: 25px;
    border-radius: 15.23px;
    border: 1.02px solid #00D72F;
    color: #00D72F;
    padding: 2px 13px;
    font-size: 12.18px;
    font-weight: 500;
    line-height: 18.27px;
    background: #E2F4F5;
}

.complete_documents .text_success {
    width: 80px;
    height: 25px;
    border-radius: 15.23px;
    border: 1.02px solid #00D72F;
    color: #00D72F;
    padding: 2px 4px;
    font-size: 12.18px;
    font-weight: 500;
    line-height: 18.27px;
    background: #E2F4F5;
}

.recipient_documents .text_danger {
    width: 80px;
    height: 25px;
    border-radius: 15.23px;
    border: 1.02px solid #81A6E7;
    color: #407BFF;
    padding: 2px 13px;
    font-size: 12.18px;
    font-weight: 500;
    line-height: 18.27px;
    background: #F3F3F9;
}

#myDiv {

    width: 100%;
    height: 100px;
    background-color: lightblue;
}

.circle {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgb(226, 31, 31);
    /* You can change the background color */
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    margin-right: 2px;
    color: black;
    font-weight: 600;

}

.end-item {
    margin-left: auto;
}

.pdfcanvas,
.pdf_canvas,
.pdf-canvas {
    border: 2px solid black;
    margin-top: 10px;
}

.popup {
    display: none;
    width: 592px;
    height: 500px;
    position: absolute;
    /* z-index: 1; */
    left: 40%;
    top: 50%;
    border-radius: 12px;
    background: #fff;
}

.custom_popup {
    max-width: 592px;
    /* Adjust width as per your requirement */
    width: auto;
    /* This can be set to a specific width if needed */
    height: 500px;

}

.btn_group {
    display: flex;
    justify-content: space-around;
}

#ready h2,
#btn_group h3,
#chatbox h3 {
    font-size: 24px;
    font-weight: 600;
    color: rgba(16, 24, 40, 1);
}

#ready p {
    font-size: 16px;
    font-weight: 400;

    color: rgba(130, 130, 130, 1);
}

.btn_group button {
    border-top: none;
    border-bottom: 0;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 600;
    color: rgba(16, 24, 40, 1);
    background: transparent;
}

.btn_group button.bd_bottom {
    border-bottom: 2px solid rgb(13, 110, 253);
}

.popup-content #signature-pad,
.popup-content #signature_pad,#signature-pad-small,#signature-pad-medium {
    background: rgba(243, 243, 249, 1);
    /* padding: 0; */
    border: 1px solid rgba(227, 233, 242, 1);
    /* margin-left: 0; */
}
#signature-pad-small,#signature-pad-medium{
    display: none;
}

.btn_group2 {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn_group2 button,
.modal-body #save-stamp,
#finish,#Finish,
#download-pdf,
#btn-group a,
#btn-group button,
#download_pdf,
#chat-submit,
.agreement_sent a,
#btn_group3 button,
#btn_group4 button {
    width: 197px;
    height: 48px;
    border-radius: 26px;
}

.btn_group2 button:nth-child(2),
#btn-group a,
#btn_group3 button:nth-child(1),
#btn_group4 button:nth-child(1) {

    background: transparent;
    border: 1px solid rgb(13, 110, 253);
    color: rgb(13, 110, 253);
}

.btn_group2 button:nth-child(1):hover,
.popup-content #save-stamp:hover,
#finish:hover,#Finish:hover,
#download-pdf:hover,
#btn-group button:hover,
#save_stamp:hover,
#upload_sign:hover,
#download_pdf:hover,
#chat-submit:hover,
.agreement_sent a:hover,
#btn_group3 button:nth-child(2):hover,
#btn_group4 button:nth-child(2):hover,.signature_table_container a:first-child:hover,#showInputsButton:hover,#next_btn:hover
{
    background: transparent;
    color: rgb(13, 110, 253);
    border: 1px solid rgb(13, 110, 253);
}
.signature_table_container{
    height: 583px;
    overflow-y: auto;
}
.btn_group2 button:nth-child(2):hover,
#btn-group a:hover,
#btn_group3 button:nth-child(1):hover,
#btn_group4 button:nth-child(1):hover {
    background: rgb(13, 110, 253);
    color: #fff;
}

.btn_group2 i {
    padding-right: 10px;
}

#stampUpload,.create_sign_container{
    background: rgba(243, 243, 249, 1);
    padding: 0;
    border: 1px solid rgba(227, 233, 242, 1);
    width: 100%;
    height: 377px;
}
.create_sign_container{
    padding: 10px;
}
.create_sign_container h3{
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: -15rem;
}
.create_sign_container label{
    margin-left: -28rem;
    font-size: 14px;
    font-weight: 500;
}
.signature {
    margin-top: 20px;
    font-size: 30px;
}
.signature:hover{
    cursor: pointer;
    background-color: #232B2B;
    color: #fff;
}

#signature1 {
    font-family: 'Pacifico', cursive; /* You can use Google Fonts or any custom font */
}

#signature2 {
    font-family: 'Dancing Script', cursive; /* You can use Google Fonts */
}

#signature3 {
    font-family: 'Great Vibes', cursive; /* You can use Google Fonts */
}

#signature4 {
    font-family: 'Satisfy', cursive; /* You can use Google Fonts */
}
#sign_upload_container,
#stamp_upload {
    background: rgba(243, 243, 249, 1);
    /* background: #000000; */
    padding: 0;
    border: 1px solid rgba(227, 233, 242, 1);
    width: 100%;
    height: 377px;
}

.upload_display,
#btn_group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-content,
#btn_group {
    text-align: center;
}

#btn_group {
    gap: 2rem;
}

#finish,#Finish
#download-pdf,
#download_pdf {

    align-self: center;
    /* Ensure it's centered in flexbox */
    margin: 0 auto;
    /* Ensure centering in case align-self doesn't work */
}

.Popup {
    display: none;
    width: 400px;
    height: 300px;
    position: absolute;
    border: 1px solid red;
    /* z-index: 1; */
    left: 40%;
    top: 50%;
    overflow: auto;
    background-color: #fff;
}


.Popup-content {

    margin: 5% auto;
    /* padding: 5px; */

    width: 400px;
    height: 250px;
    text-align: center;
}

.signature_table_container table button,
.sendme_documents table button,
.recipient_documents table button,
.complete_documents table button,
.my_documents table button {
    border: none;
    background: transparent;
}
.add_signature_container{
    height: 580px;
}
.add_signature_container a,
.signature_table_container p,
.modal-body p {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
}

.modal-body .btn-secondary,
.modal-body .btn-danger {
    width: 380px;
    height: 36px;
    border-radius: 8px;
    padding: 8px 122px;
    font-size: 14px;
    font-weight: 500;
}

.modal-body .btn-danger {
    background-color: rgb(13, 110, 253);
    border: none;

}

.modal-body .btn-danger:hover {
    background: transparent;
    border: 1px solid #7D7D7D;
    color: #7D7D7D;
}

.modal-body .btn-secondary {
    background: transparent;
    color: #7D7D7D;
    border: 1px solid #7D7D7D;
}

.modal-body .btn-secondary:hover {
    background: rgb(13, 110, 253);
    color: #fff;
    border: none;
}

.modal-body h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    color: #1F2937;
}

.modal-body p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #6F6F6F;
}
#image-container{
    padding-left: 3rem;
}
#image-container h6 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(16, 24, 40, 1);
}

.pdf-container {
    width: auto;
   
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.pdf-canvas,.pdfcanvas{
    width: auto;
}
#chatbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -100px;
}
#chat-submit{
    
    margin-left: 230px;
}
#chatbox h2 {

    font-size: 16px;
    font-weight: 600;
    color: rgba(16, 24, 40, 1);
    margin-left: 140px;
    margin-bottom: 1rem;
}

#chatbox label {
    font-size: 14px;
    font-weight: 400;
    color: rgba(35, 43, 43, 1);
    margin-left: 140px;
    margin-top: 0.5rem;
}

#chatbox input {
    width: 400px;
    margin-top: 5px;
    border-radius: 8px;
    border: 1px solid rgba(238, 244, 255, 1);
    background: rgba(255, 255, 255, 1);
    margin-left: 140px;
}

#chatbox-messages {
    padding: 10px;
    width: 400px;
    min-height: 249px;
    overflow-y: auto;
    border-radius: 8.95px;
    background: rgba(255, 255, 255, 1);
    margin-left: 140px;
}

#btncontainer {
    width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    gap: 1rem;
    padding: 0;
}

#btncontainer button,
.agreement_sent button{
    width: 470px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid rgba(0, 172, 38, 1);
    background: rgba(0, 172, 38, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 600;
    font-family: Inter;
}

#btncontainer button:hover {
    background: none;
    color: rgba(0, 172, 38, 1);
    border: 1px solid rgba(0, 172, 38, 1);
}

/* #pdfcontainer {
    position: relative;
    left: 8%;
} */

.agreement_sent h2 {
    font-size: 24px;
    font-weight: 600;
    color: rgba(16, 24, 40, 1);
}

.agreement_sent p {
    font-size: 18px;
    font-weight: 500;
    color: rgba(115, 123, 139, 1);
    font-family: Inter;
}

.agreement_sent a {
    border-radius: 33px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: Inter;
}
#sign_images{
    height: 300px;
    overflow-y: auto;
}
#close {
    font-size: 20px;
    color: black;
    border: none;
    background: transparent;
}
#close:hover{
    color: red;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: default;
}

.Close:hover,
.Close:focus {
    color: black;
    text-decoration: none;
    cursor: default;
}

.hidden {
    display: none;
    background-color: #F0F4FF;
}

.context-menu {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #141111;
    border-radius: 12px;
    z-index: 1000;
    width: 279px;
    height: 205px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.context-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
}
.context-menu ul li {
    width: 197px;
    height: 48px;
    border-radius: 33px;
    border: 1px solid rgba(55, 124, 246, 1);
    padding: 10px 3.5rem;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: rgba(55, 124, 246, 1);
    margin-left: 0;
}
.context-menu ul li:hover {
    background-color: #f0f0f0;
}
.user_info button:hover,#add_document_btn:hover,#search_btn:hover,#view_btn:hover{
    background: transparent;
    border: 1px solid #377CF6;
    color: #377CF6;
}
@media (max-width: 576px) {
    .logo {
        display: none;
    }
    .active {
        display: inline-block;
        width: 273px;
        height: 48px;
        border-radius: 8px;
        line-height: 24px;
        color: rgba(255, 255, 255, 1);
        padding: 10px 2rem 10px 16px;
        background-color: rgba(55, 124, 246, 1);
        margin-right: 1rem;
    }
    .offcanvas-body{
        display: flex;
        justify-content: flex-start;
        
        /* padding-left: -3rem;  */
        overflow-x: hidden;
        overflow-y: hidden;
        /* background-color: #000000; */
    }
    .navbar-nav{
        margin-left: -10rem;
        margin-top: -4rem; 
    }
    .navbar-nav li{
        margin-left: -6rem;
    }
    .offcanvas-header{
        border-bottom: 1px solid rgba(165, 170, 178, 1);
        display: flex;
        align-items: center;
        padding: 2rem 2rem;
    }
    .btn-close{
        font-size: 16px;
        font-weight: 500;
        color: rgba(0, 0, 0, 1);
    }
    .active:hover{
        color: rgba(55, 124, 246, 1);
        background: transparent;
        border: 1px solid rgba(55, 124, 246, 1);
    }
    .navbar-nav .last_item{
        margin-top: 14rem;
    }
    #welcome_user {
        position: absolute;
        top: 10px;
        right: 5px;
        /* z-index: 1050; Higher than the Bootstrap navbar collapse */
    }
    .welcome_user {
        border: 1px solid #CCCCCC;
        width: 65px;
        height: 31px;
        margin-top: 8px;
        border-radius: 19.5px;
        border: 0.78px solid rgba(204, 204, 204, 1);
    }
    .welcome_user .dropdown-menu {
        width: 250px;
        height: 200px;
        margin-left: -200px;
        padding: 0;
    }
    .welcome_user .dropdown-menu li{
        margin-left: 0px;
        padding: 0px;
    }
    #navbarDropdown .dropdown-text {
        display: none;
        /* Hide text */
    }

    .welcome_user img {
        border-radius: 50%;
        position: absolute;
        right: 2.5rem;
    }

    .main_heading {
        left: 75px;
        top: 80px;
        margin-bottom: 0.5rem;
    }
    .sidebar{
        top: 126px;
        left: 10px;
        height: 566px;
        width: 350px;
        margin: 0 auto;
    }
    .profile_side,.content .profile_container2{
        width: 310px;
        height: 246px;
        border-radius: 15px;
    }
    .profile_info{
        width: 310px;
        height: 77px;
        margin: 0px;
    }
    .sidebar a{
        margin: 5px 20px;
        width: 310px;
        height: 45px;
        padding: 4px;
        
      }
    .user_info,.change_password_container,.signature_table_container,.add_signature_container{
        left: 10px;
        width: 350px;
        height: auto;
        margin: 0 auto;
    }
    .form-row {
        flex-direction: column; /* Stack the form fields vertically */
        margin-bottom: 0;
    }
    .user_info label{
        margin-top: 0.5rem;
    }
    .form-column, .form-column-full, .form-column-three {
        flex: 0 0 100%; /* Make all columns full width on mobile */
    }
    .form_row {
        flex-direction: row; /* Stack the form fields vertically */
        gap: 1rem;
    }
    .user_info button,.change_password_container button,.add_signature_container button,#save-stamp,#save-signature,
    #clear-signature,#download-pdf,#finish,#Finish,#send,#back,#btn_group3 button,.btn_group2 button,#btn_group4 button,
    #save_signature{
        width: 148.95px;
        height: 36.29px;
        border-radius: 24.95px;
        margin-top: 10px;
        font-size: 12.1px;
        font-weight: 600;
    }
    .user_info button:nth-child(2),.change_password_container button:nth-child(2){
        margin: 10px;
        /* padding: 7px 10px; */
    }
    .add_signature_container button:nth-child(2){
        margin-top: 10px;
        padding: 6px 10px;
    }
    .add_signature_container .upload_signature_container,#stamp_upload,#sign_upload_container{
        width: 310px;
        height: 230px;
        border-radius: 8px;
        border: 1px solid rgba(227, 233, 242, 1);
        padding: 10px;
        font-size: 10px;
    }
    .upload_signature_container.form-icon img{
        width: 37.67px;
        height: 23.72px;
        margin-top: 5rem;
        font-size: 2rem;
    }
    
    #signature-pad,#signature_pad{
        display: none;
    }
    #signature-pad-small{
        display: block;
        border-radius: 8px;
    }
    
    /* Ensure the sidebar and main heading moves down when the menu is expanded */
    .sidebar,
    .main_heading {
        position: relative;
        top: 20px;
    }
    .signature_table_container{
        margin-top: -10px;
    }
    .signature_table_container p:nth-child(1){
        width: 153px;
        height: 57px;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
    }
    .signature_table_container a:nth-child(1){
        width: 143px;
        height: 36px;
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        top: 30px;
        left: 70px;
        padding-top: 7px;
    }
    /* .delete_modal {
        width: 350px;
        height: 415px;
        padding: 0px 10px 4rem 10px;
        border-radius: 8px;
        left:20px;
        margin: 0 auto;
    } */
    #new_delete_btn,#no_delete,#new_delete_agreement,.delete_modal a:last-child{
        width: 300px;
        height: 36px;
    }
    .content .profile_container1{
        width: 350px;
        margin: 0 auto;
        height: 284px;
        border-radius: 15px;
    }
    .main_heading2{
        margin-left: 3.4rem;
    }
    .user_info_top{
        margin-top: 1rem;
    }
    #get_started {
        width: 350px;
        height: 261px;
        border-radius: 8px;
        margin-left: 20px;
    }
    .my_documents{
        width: 729px;
        margin-top: 1rem;
        overflow-x: auto;
        margin-left: 16px;
    }
    
    .add_document2 {
        border-radius: 8.95px;
        padding: .7rem .7rem .7rem .7rem;
        font-size: 1.125rem;
        width: 295px;
        /* height: 223px; */
        margin-right: 10px;
    }
    .modal-body h2{
        font-size: 16px;
        margin: 0 auto;
    }
    #showInputsButton,#next_btn{
        display: inline-block;
        width: 131.33px;
        height: 32px;
        font-size: 12px;
        font-weight: 600;
    }
    .recipient_documents,.sendme_documents,.complete_documents{
        width: 1362px;
        height: auto;
        margin-left: 16px;
    }
    .sendme_documents{
        margin-top: 0;
        overflow-x: auto;
    }
    .agreements_heading{
        margin-left: 16px;
    }
    #notifications-dropdown {
        width: 331px;
        height: 560px;
        margin-top: -20px;
        margin-left: -140px;
        border: 1px solid rgba(193, 193, 193, 1);
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .custom_popup {
        /* max-width: 352px; */
        /* Adjust width as per your requirement */
        width: 352px;
        /* This can be set to a specific width if needed */
        height: 319px;
    }
    .custom-modal,.delete_modal{
        width: 350px;
        height: auto;
        margin-top: -42rem;
        margin-left: -0.8rem;
    }
    .delete_modal{
        margin-left: 6rem;
    }
    .pdf-container {
        width: auto;
        overflow-x: auto;
    }
    .pdf-canvas{
        position: relative;
        left: 20px;
    }
    #stampUpload {
        width: 310px;
        height: 230px;
    }
    #ready h2,
    #btn_group h3,
    #chatbox h3,#sending,.agreement_sent h2{
        font-size: 20px;
        font-weight: 600;
        color: rgba(16, 24, 40, 1);
    }
    #ready p{
        font-size: 14px;
        font-weight: 400;
        color: rgba(130, 130, 130, 1);
    }
    #image-container{
        
        margin-left: 20px;
    }
    #image-container h6 {
        font-size: 16px;
    }
    #image-container img{
        width: 342px;
        height: 63px;
    }
    .pdf_canvas{
        margin-left: -35px;
    }
    #back{
        padding-top: 15px;
    }
    .agreement_sent button{
        width: 350px;
    }
    .agreement_sent p{
        font-size: 16px;
        font-weight: 500;
    }
    .context-menu ul li {
        width: 213px;
        height: 61px;
        padding: 1.2rem 4rem;
    }
    .context-menu ul li:last-child{
        padding: 1.2rem 4.5rem;
    }
    #chatbox-messages{
        width: 350px;
        height: 249px;
        font-size: 16px;
        font-weight: 500;
    }
    #chatbox h2{
        margin-left: -16rem;
    }
    #chatbox input{
        width: 350px;
    }
    #chatbox label{
        margin-left: -15rem;
    }
    #btncontainer{
        flex-direction: column;
    }
    #btncontainer button{
        
        width: 350px;
    }
    #pdfcontainer{
        display: block;
        margin-left: 2rem;
    }
    #sign_upload_container{
        width: 310px;
        height: 230px;;
    }
    .btn_group button{
        font-size: 14.26px;
        font-weight: 500;
        color: rgba(115, 123, 139, 1);
    }
    .change_password_container{
        width: auto;
    }
}

@media (max-width: 991px) {

    .logo a{
        position: absolute;
        left: 10rem;
        top: 25px;
    }
    .navbar-toggler{
        position: absolute;
        left: 16px;
    }
    .active {
        display: inline-block;
        width: 273px;
        height: 48px;
        border-radius: 8px;
        line-height: 24px;
        color: rgba(255, 255, 255, 1);
        padding: 10px 2rem 10px 16px;
        background-color: rgba(55, 124, 246, 1);
        margin-right: 1rem;
    }
    .offcanvas-body{
        display: flex;
        justify-content: flex-start;
        
        /* padding-left: -3rem;  */
        overflow-x: hidden;
        overflow-y: hidden;
        /* background-color: #000000; */
    }
    .navbar-nav{
        margin-left: -10rem;
        margin-top: -4rem; 
    }
    .navbar-nav li{
        margin-left: -6rem;
        margin-top: 2rem;
    }
    .offcanvas-header{
        border-bottom: 1px solid rgba(165, 170, 178, 1);
        display: flex;
        align-items: center;
        padding: 2rem 2rem;
    }
    .btn-close{
        font-size: 16px;
        font-weight: 500;
        color: rgba(0, 0, 0, 1);
    }
    .active:hover{
        color: rgba(55, 124, 246, 1);
        background: transparent;
        border: 1px solid rgba(55, 124, 246, 1);
    }
    .navbar-nav .last_item{
        margin-top: 14rem;
    }
    .form-row {
        flex-direction: column; /* Stack the form fields vertically */
        margin-bottom: 0;
    }
    .user_info label{
        margin-top: 0.5rem;
    }
    .form-column, .form-column-full, .form-column-three {
        flex: 0 0 100%; /* Make all columns full width on mobile */
    }
    .form_row {
        flex-direction: row; /* Stack the form fields vertically */
        gap: 1rem;
    }
    .change_password_container,.signature_table_container{
        width: 60%;
    }
    .add_signature_container{
        width: 65%;
    }
    
}
@media (min-width: 992px) and (max-width: 1316px){
    .active {
        width: 40px;
        height: auto;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: #377CF6;
        padding: 23px 23px;
        border-bottom: 1px solid #377CF6;
        background-color: #EEF4FF;
    }
    
    .navbar-nav li a i{
        display: none;
    }
    .navbar-nav li a{
        font-size: 14px;
    }
    .navbar-nav li{
        margin-left: 0.5rem;
    }
    #get_started {
        width: 350px;
        height: 261px;
        border-radius: 8px;
    }
    .my_documents{
        margin-left: 5rem;
    }
    .my_documents,.user_info,.recipient_documents,.signature_table_container{
        width: auto;
        overflow-x: auto;
    }
    
    .add_document2 {
        border-radius: 8.95px;
        padding: .7rem .7rem .7rem .7rem;
        font-size: 1.125rem;
    }
    .col-lg-12{
        width: 70%;
    }
    .change_password_container{
        width: 63%;
    }
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.Sticky {
    position: fixed;
    top: 6rem;
    width: 100%;
}


#chat_container {
    width: 100px;
    height: 300px;
    border: 2px solid rgb(194, 20, 20);
}

.select_image {
    border: 1px solid rgb(48, 43, 43);
}

.select_image:hover {
    border: 1px solid red;
}