/* Importing Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

body {
  min-height: 100vh;
  background: #F0F4FF;
  text-decoration: none;
}
.main_heading{
  position: absolute;
  left: 52px;
  top: 70px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  color: #232B2B;
}
.sidebar {
  top: 105px;
  position: absolute;
  left: 44px;
  height: 583px;
  width: 288px;
  display: flex;
  border-radius: 15px;
  flex-direction: column;
  margin: 10px;
  background-color: #FFFFFF;
  align-items: center;
}
.border_class{
  border: 1px solid #377CF6;
}
.profile_side{
  width: 248px;
  height: 246px;
  border-radius: 15px;
  background: #377CF6;
  
  text-align: center;
  align-items: center;
  justify-content: center;  /* Align items vertically */
  display: flex;
  flex-direction: column;
}
.profile_side #temp-preview-image{
  border-radius: 50%;
  padding: 3rem 0;
  
}
.profile_side #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: 5rem;
  right: 3.5rem;
}
.profile_side p.full_name,.profile_side p.job_title{
  
  font-weight: 600;
  line-height: 19.36px;
  color: #FFFFFF;
  position: absolute;
  
}
.profile_side p.full_name{
  top: 12rem;
  font-size: 16px;
}
.profile_side p.job_title{
  top: 13.5rem;
  font-size: 14px;
  font-weight: 500;
}
.profile_info{
  width: 248px;
  height: 77px;
  margin: 20px;
  gap: 16px;
}
.profile_info p{
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  color: #737B8B;
}
.profile_info span{
  
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  color: #232B2B;
  float: right;
}
.sidebar a{
  margin: 5px 20px;
  text-decoration: none;
  width: 248px;
  height: 45px;
  /* border: 1px solid #377CF6; */
  padding: 4px;
  background-color: #EEF4FF;
  color: #377CF6;
}
.user_info, .change_password_container, .signature_container, .add_signature_container, .signature_table_container, .delete_signature_container{
  position: relative;
  left: 351px;
  max-width: 1000px;
  top: 3.7rem;
  background: #FFFFFF;
  border-radius: 8px;
  width: auto;
  height: auto;
}
.delete_signature_container{
  top: 3.6rem;
}
.user_info{
  left: 330px;
}

.change_password_container{
  max-height: 400px;
  padding: 5px 30px 15px 30px;
  top: 3.6rem;
}

.add_signature_container{
  height: 562px;
  top: 3.6rem;
}
.signature_table_container{
  top: 3.6rem;
}
.add_signature_container a, .signature_table_container p,.modal-body p{
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
}
.add_signature_container a{
  text-decoration: none;
  color: #737B8B;
  padding: 4px;
}
.signature_table_container p, .delete_signature_container p{
  color: #232B2B;
}
.signature_table_container .btn-primary{
  width: 143px;
  height: 40px;
  border-radius: 33px;
  margin-left: 7rem;
}

.signature_table_container th{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #E7F0FFB5;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #737B8B;
  align-items: center;
}

.signature_table_container table .fa-trash{
  color: #FF0000;
}

.add_signature_container .buttons{
  display: flex;
  
}

.add_signature_container #signature-pad{
  background: #F3F3F9;
  border: 1px solid #E3E9F2;
  margin: 0;
}
.bd_bottom{
  border-bottom: 1px solid #377CF6;
}
.upload_signature_container.form-icon img{
   color: #6764E8;
   font-size: 4rem;
   width: 54px;
   height: 34px;
   top: 340px;
}
.add_signature_container .upload_signature_container{
  background: #F3F3F9;
  border: 1px solid #E3E9F2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem .7rem .7rem .7rem;
  text-align: center;
  font-size: 1.125rem;
  width: 98%;
  height: 364px;
}
.form-column-full button:nth-child(1){
  border: 1px solid #377CF6;
  color: #377CF6;
  font-weight: 500;
  
}
.form-column-full button:nth-child(1):hover{
  border: 1px solid #377CF6;
  color: #fff;
  font-weight: 500;
  background: #377CF6;
}
.form-column-full button:nth-child(2):hover{
  border: 1px solid #377CF6;
  color: #377CF6;
  font-weight: 500;
  background: transparent;
}
.sidebar .sidebar-header {
  display: flex;
  align-items: center;
}

.sidebar .sidebar-header img {
  width: 42px;
  border-radius: 50%;
}

.sidebar .sidebar-header h2 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  white-space: nowrap;
  margin-left: 23px;
}

.sidebar-links h4 {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  margin: 10px 0;
  position: relative;
}

.sidebar-links h4 span {
  opacity: 0;
}

.sidebar:hover .sidebar-links h4 span {
  opacity: 1;
}

.sidebar-links .menu-separator {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: scaleX(1);
  transform: translateY(-50%);
  background: #4f52ba;
  transform-origin: right;
  transition-delay: 0.2s;
}

.sidebar:hover .sidebar-links .menu-separator {
  transition-delay: 0s;
  transform: scaleX(0);
}

.sidebar-links {
  list-style: none;
  margin-top: 20px;
  height: 80%;
  overflow-y: auto;
  scrollbar-width: none;
}

.sidebar-links::-webkit-scrollbar {
  display: none;
}

.sidebar-links li a {
  display: flex;
  align-items: center;
  gap: 0 20px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  padding: 15px 10px;
  text-decoration: none;
  transition: 0.2s ease;
}

.sidebar-links li a:hover {
  color: #161a2d;
  background: #fff;
  border-radius: 4px;
}

.user-account {
  margin-top: auto;
  padding: 12px 10px;
  margin-left: -10px;
}

.user-profile {
  display: flex;
  align-items: center;
  color: #161a2d;
}

.user-profile img {
  width: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.user-profile h3 {
  font-size: 1rem;
  font-weight: 600;
}

.user-profile span {
  font-size: 0.775rem;
  font-weight: 600;
}

.user-detail {
  margin-left: 23px;
  white-space: nowrap;
}

.sidebar:hover .user-account {
  background: #fff;
  border-radius: 4px;
}


#initial-canvas{
  margin-left: 5rem;
  background: rgb(250,250,250);
  border: 1px dashed black;
}
.profile_image{
  border: 1px solid black;

}
.profile_image div{
  border-bottom: 1px solid black;
  display: flex;
  
}
.contact-info-container {
  border: 1px solid black;
  padding: 20px;
  
  border-radius: 4px;
}

.contact-info-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  gap: 10rem;
}
 
.contact-info-content {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid black;
  
}

.contact-info-item {
  flex: 1;
  padding: 10px;
  
}

.contact-info-item:last-child {
  border-right: none;
}

.contact-info-item b {
  display: block;
  margin-bottom: 5px;
}

.update-button {
  
  margin-top: 20px;
}

.profile_title a {
  text-decoration: none;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid black;
  background-color: #fff;
  border-radius: 4px;
}

.update-button button:hover {
  background-color: #f0f0f0;
}

label[for='id_email']::after {
  content: " *";
  color: red;
  font-size:20px;
  }
  label[for='id_first_name']::after {
  content: " *";
  color: red;
  font-size:20px;
  }
  label[for='id_last_name']::after {
  content: " *";
  color: red;
  font-size:20px;
  }
  label[for='id_phone']::after {
  content: " *";
  color: red;
  font-size:20px;
  }
  .form-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 1em;
  }
  .form-column {
      flex: 0 0 48%;
  }
  .form-column-full {
      flex: 0 0 100%;
      gap: 2rem;
  }
  .form-column-three {
    flex: 0 0 30%;
}
.form_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.img-circle{
  border-radius: 50%;
}

.sticky{
  position: fixed;
  top: 0;
  width: 100%;
}
.Sticky{
  position: fixed;
  top: 4.3rem;
  
}