/* Home Page container */
.home_container {
    width: auto;
    height: 982px;
    /* margin: auto; */
    position: relative;
    border-radius: 16px;
    background: #FFF;
    overflow: hidden;
}

/* Home Page header */
.home_header {
    width: auto;
    height: 100px;
    flex-shrink: 0;
    left: 0px; 
    top: 0px; 
    /* position: relative; */
    background: #F5F9F8;
    display: block;
}

.header_title {
    display: inline-block;
    width: auto;
    height: 36px;
    left: 100px; 
    top: 32px; 
    position: absolute;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    font-family: "Space Grotesk";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header_title span {
  color: #717274;
  font-family: "Space Grotesk";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header_searchform {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 442px;
    height: 36px;
    flex-shrink: 0;
    left: 535px; 
    top: 32px; 
    border-radius: 4px;
    border: 1px solid #F1EFEE;
    background: #FFF;
}

.header_searchform_input {
    display: flex;
    width: 355px;
    height: 17.532px;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #717274;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    border: none;
}

.header_searchform_submit {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position:absolute;
    right:0px;
    background-image: url('../images/icon_onicular.png');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}

.btn-identity {
  width: auto;
  height: 36px;
  padding: 10px;
  flex-shrink: 0;
  position: absolute;
  right: 100px;
  top: 32px; 
  border-radius: 4px;
  background: #0081FF;
  border: none;
}

.header_button {
    width: 160px;
    height: 36px;
    padding: 10px;
    flex-shrink: 0;
    position: absolute;
    right: 100px;
    top: 32px; 
    border-radius: 4px;
    background: #0081FF;
    border: none;
}

.header_button_txt, .btn-identity {
    justify-content: center;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
}

.header_button_wht {
  width: 110px;
  height: 36px;
  padding: 10px;
  flex-shrink: 0;
  position: absolute;
  right: 280px;
  top: 32px; 
  border-radius: 4px;
  border: 2px solid #0081FF;
  background: #FFF;
}

.header_button_txt_wht {
  justify-content: center;
  flex-shrink: 0;
  color: #0081FF;
  text-align: center;
  font-family: Space Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}

/* Home Page Side Navigation */
.sidemenu {
    width: 60px;
    height: 982px;
    flex-shrink: 0;
    left: 0px; 
    top: 0px; 
    position: absolute;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    background: #003263;
}

.sidemenu_logo {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    left: 12.94px;
    top:32px;
    position: absolute;
}

.sidemenu_active{
    width: 36px;
    height: 36px;
    position: relative;
    background: #F5F9F8;
    border-radius: 9999px;
}

.sidemenu_active_icon {
    width: 20px;
    height: 17.25px;
    left: 6px;
    top: 7px;
    position: absolute;
    border: 2px #0081FF solid;
}

.sidemenu_nav {
    width: auto;
    height:250px;
    left: 0;
    top: 80px;
    position: absolute;
    display: grid;
    padding: 1rem;
    grid-template-columns: 1fr;
    grid-gap: 5px;
    align-items: center;
    margin: 0 auto;
    font: 500 100%/1.5 system-ui;
}

.sidemenu_nav a {
  margin: 0px;
}

.sidemenu_icon {
    padding:6px;
}

.sidemenu_footer {
    width: auto;
    height:250px;
    left: 0;
    bottom: 5px;
    position: absolute;
    display: grid;
    padding: 1rem;
    grid-template-columns: 1fr;
    grid-gap: 5px;
    align-items: center;
    margin: 0 auto;
    font: 500 100%/1.5 system-ui;
}

.sidemenu_footer a {
  margin: 0px;
}

.sidemenu_icon {
    padding:6px;
}

/*  Sub menu CSS */

/* Dropdown Button */
.dropbtn {
  display:block;
  height: 36px;
  width: 36px;
  padding: 5px;
  font-size: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer; 
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  /* background-color: #2980B9; */
  text-decoration: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  top: 160px;
  left: 60px;
  display: none;
  color: white;
  padding: 5px;
  font-size: 12px;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* Midlle Content */
.container {
    position: relative;
    width: 100%;
    height: auto;
    display:block;
}

/* Style the sidebar */
.sidebar {
    height: 100%;
    width: 22%;
    position: relative;
    z-index: 1;
    top: 10px;
    left: 125px;
    padding-top: 16px;
  }
  
  /* Style sidebar links */
  .sidebar a {
    padding: 16px 16px 16px 16px;
    text-decoration: none;
    color: #000;
    flex-direction: column;
    justify-content: center;
  }

  .sidebar span {
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
  }

  .sidebar_structure {
    text-align: left;
    display: grid;
    padding: 1rem;
    grid-template-columns: 25px 1fr;
    gap: 1rem;
    align-items: center;
    margin: 0 auto;
  }

  .round_circle_blue {
    width: 36px;
    height: 36px;
    background: #0081FF;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sidebar_title {
    color: #000;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
  }

  .sidebar_button {
    width: 180px;
    height: 36px;
    position: absolute;
    background: #F1EFEE;
    border-radius: 4px;
    color: #717274;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    border: none;
  }

  /* Style the data table */
  .data_table {
    width: 78%;
    height: 100px;
    left: 339px;
    top: 45px;
    position: absolute;
    flex-shrink: 0;
    z-index: 1;
  }

  .data_table th {
    text-align: left;
    color: #717274;
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 14.4px */
    padding: 3px;
  }


  .data_table_tr {
    width: 100%;
    height: 100px;
  }

  .data_table_td_nm {
    text-align: left;
    display: grid;
    padding: 1rem;
    grid-template-columns: 60px 1fr;
    gap: 1rem;
    align-items: center;
    margin: 0 auto;
    font: 500 100%/1.5 system-ui;
    padding: 3px;
  }

  .data_table_doc {
    width: 56.892px;
    height: 75.542px;
    flex-shrink: 0;
    border-radius: 2px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  }

  .data_table_doc_name {
    color: #000;
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 14.4px */
  }

  .data_table_recipient {
    text-align: left;
    display: grid;
    padding: 3px;
    grid-template-columns: 30px 30px 30px 30px 1fr;
    gap: 0rem;
    align-items: center;
    margin: 0 auto;
  }

  .data_table_user {
    text-align: left;
    display: grid;
    padding: 3px;
    grid-template-columns: 45px 1fr;
    gap: 0rem;
    align-items: center;
    margin: 0 auto;
  }

  .data_table_user span {
    color: #000;
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 14.4px */
  }

  .data_table_user text {
    color: #000;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.7px;
  }

  .data_table_user_img {
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    border: 2px #F1F8FF solid;
  }

  .data_table_created_on {
    color: #000;
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
  }

  .data_table_status {
    display: grid;
    padding: 3px;
    grid-template-columns: 25px 1fr;
    gap: 0rem;
    align-items: center;
    margin: 0 auto;
  }

  .data_table_status span{
    color: #000;
    font-family: Space Grotesk;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
  }

  .data_table_progbar {
    width: 120px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 10px;
    margin: 3px;
  }

  .data_table_progbar66 {
    width: 82.36px;
    height: 6px;
    background: #741BB3;
    border-radius: 10px;
  }

  .data_table_progbar50 {
    width: 60.86px;
    height: 6px;
    background: #741BB3;
    border-radius: 10px;
  }

  .data_table_progbar_done {
    width: 120px;
    height: 6px;
    background: #6ACF31;
    border-radius: 10px;
    margin: 3px;
  }

  /* Home Page Sub menu*/

  .content_txt {
    min-height: 100vh; 
    margin: 0; 
    display: grid;
    grid-template-rows: auto 1fr auto;
  }

  .content_logo{ 
    min-height:50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
  }
  
  .content_header{ 
    min-height:50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    margin-top: 150px;
  }

  .content_header_home{ 
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
  }

  .content_middle{ 
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    /* margin-top: 36px; */
  }
  
  .content_footer{ 
    min-height:50px; 
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .content_title {
    width: auto;
    height: 44.89px;
    text-align: center;
    color: black;
    font-size: 36px;
    font-family: "Space Grotesk";
    font-weight: 600;
    word-wrap: break-word;
  }

  .content_subtitle {
    width: auto;
    height: 36px;
    text-align: center;
    color: #717274;
    font-size: 16px;
    font-family: "Space Grotesk";
    font-weight: 400;
    line-height: 20.80px;
    word-wrap: break-word;
  }

  .content_image {
    width: 416px;
    height: 310px;
    background: #F1F8FF;
    border-radius: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content_image img {
    width: 416px;
    height: 310px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content_image svg {
    margin-top: 20%;
    display: inline-block;
  }

  .content_auth_img {
    width: auto;
    height: 293.86px;
    flex-shrink: 0;
  }

  .content_row {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 3px;
  }

  .content_row_child {
    float: left;
    text-align: left;
  }

  .content_row_child img {
    width: 179.659px;
    height: 238.556px;
    flex-shrink: 0;
    border-radius: 2px;
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.25);
  }

  .content_row_child hr {
    width: 292.5px;
    height: 1px;
    background: #D9D9D9;
  }

  .content_row_child ul {
    list-style-type: none;
    padding: 0px;
  }

  .bold_txt {
    color: #000;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    margin: 10px;
  }

  .bold_txt a {
    color: #000;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-decoration-line: underline;
  }

  .sub_txt {
    color: #000;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
  }

  .doc_bold_txt {
    color: #000;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    margin: 10px;
  }

  .doc_sub_txt_gray {
    color: #717274;
    font-size: 16px;
    font-family: "Space Grotesk";
    font-weight: 400;
    line-height: 130%;
    word-wrap: break-word;
    margin-left: 10px;
  }

  .detail_txt span, svg {
    padding-left:3px;
  }

  .detail_txt {
    color: #717274;
    font-size: 12px;
    font-family: "Space Grotesk";
    font-weight: 400;
    line-height: 15.60px;
    word-wrap: break-word;
    display: inline-flex;
    text-align: center;
    align-items: center;
  }

  .detail_txt a {
    color: #0081FF;
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-decoration-line: underline;
    padding-left:3px;
  }


  .btn_dan{
    margin:15px;
    text-align: center;
  }

  .btn_dan a {
    color: #0081FF;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-decoration-line: underline;
  }

  .btn_blue {
    width: 200px;
    height: 36px;
    padding: 5px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #0081FF;
    border: none;
}

.btn_blue_txt {
    justify-content: center;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
}

.btn_white {
  width: 200px;
  height: 36px;
  padding: 5px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 2px solid #0081FF;
  background: #FFF;
}

.btn_white_txt {
  justify-content: center;
  flex-shrink: 0;
  color: #0081FF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}

.btn_reminder {
  width: 110px;
  height: 28px;
  flex-shrink: 0;
  padding: 5px;
  border-radius: 62px;
  border: 1px solid #0081FF;
  background: #F1F8FF;
  display:grid;
  grid-template-columns: 15px 1fr;
  align-items: center;
}

.btn_reminder_txt {
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #0081FF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 15.6px */
}

.col_header {
  margin:3px;
}

.col_title {
  display: flex;
  width: 340px;
  height: 76.727px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  font-family: "Space Grotesk";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
  margin-bottom:10px;
}

.col_subtitle {
  display: flex;
  width: 340px;
  height: 52.556px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #717274;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  margin-bottom:15px;
}

.col_middle {
 margin-top:10px;
 display: grid;
}

.col_middle label {
  width: 340px;
  height: 17.897px;
  flex-shrink: 0;
  color: #000;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 15.6px */
  margin-bottom: 5px;
 }

 .col_middle span {
  width: 328.412px;
  height: 17.897px;
  flex-shrink: 0;
  color: #717274;
  text-align: right;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  margin-bottom: 20px;
 }

.col_middle textarea {
  width: 340px;
  height: 167px;
  flex-shrink: 0;
  background: #F5F5F5;
  border: none;
  border-bottom: 1px solid #717274;
 }
 

 .col_middle input[type=text] {
  width: 340px;
  height: 36px;
  flex-shrink: 0;
  background: #F5F5F5;
  border: none;
  border-bottom: 1px solid #717274;
 }

 .col_middle_button {
  width: 109.588px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 2px solid #0081FF;
  background: #FFF;
 }

 .col_middle_span {
  width: 109.588px;
  height: 17.897px;
  flex-shrink: 0;
  color: #717274;
  text-align: left;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  margin-top: 5px;
  margin-bottom: 20px;
 }

 input::placeholder, textarea::placeholder {
  padding:3px;
  color: #717274;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
 }

.signature_box {
  width: 340px;
  height: 167px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  margin-top:50px;
  padding:8px;
}

.signature_box_footer{
  text-align: left;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 50px;
  padding:8px;
}

.signature_box_dashed {
  width: 340px;
  height: 167px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px dashed #D9D9D9;
  background: #FFF;
  margin-top:50px;
  padding:8px;
}

.signature_box_status{
  width: 340px;
  height: 108px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  margin-bottom:20px;
}

.signature_box_status_footer {
  text-align: left;
  display: grid;
  grid-template-columns: 10px 250px 0px ;
  gap: 1rem;
  align-items: center;
  margin-top: 10px;
  padding:5px;
}

.signature_box_status_reminder {
  text-align: left;
  display: grid;
  grid-template-columns: 5px 165px 0px ;
  gap: 1rem;
  align-items: center;

  padding-left:5px;
}

.iamx_wallet_signature_logo {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #0081FF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iamx_wallet_signature {
  display: flex;
  width: 267.853px;
  height: 21.171px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 15.6px */
  padding-left:5px;
}

.grid_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.grid_content {
  min-height: 100vh; 
  margin: 0; 
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding-top: 200px;
}

.grid_child_1 {
  background: #FFF;
}

.grid_child_2 {
  background: #F1F8FF;
}

.grid_child_2_content {
  width: 443px;
  height: 402px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 20px 60px 0px rgba(0, 129, 255, 0.25);
  padding: 10px 10px 10px 10px;
  margin-left: 50px;
}

.grid_child_2 ul {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.grid_child_2 li {
  list-style-image: url(../images/check_boule.svg);
  color: #000;
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  float: left;
  padding:10px;
}

.grid_btn_dan {
  margin:0px;
  text-align: none;
}

.grid_content_middle{ 
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  /* margin-top: 36px; */
}

.signup_email {
  width: 340px;
  height: 48.013px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #BAC1CB;
  background: #F1F8FF;
  margin: 25px 0px 15px 0px;
}

.signup_details {
  width: 286px;
  height: 65px;
  flex-shrink: 0;
  color: #717274;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  margin: 15px 0px 15px 0px;
}

.signup_details a {
  color: #0081FF;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: underline;
}

.signup_header {
  width: auto;
  height: 80px;
  flex-shrink: 0;
  left: 0px; 
  top: 0px; 
  display: block;
}

.signup_close_button {
  width: 36px;
  height: 36px;
  padding: 10px;
  flex-shrink: 0;
  position: absolute;
  right: 70px;
  top: 22px; 
  border: none;
}

.clear_space {
  margin: 45px;
}