
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #77757d;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #a32035;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 163, 32, 53;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 248, 250, 252;
    --bs-font-sans-serif: 'Nunito Sans', sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #212529;
    --bs-body-bg: #f8fafc;
    --bs-red-rgb: 194, 46, 28;

    --in-sidebar: 228px;
    --in-bgr: #f2f5fe;/*#f2f4ff;*/
    --in-bgrdark: #f2f5fe;
    --in-bgr-btn: #566AE3;

    
    --typography-spacing-vertical: 1.5rem;
    --spacing: 1rem;
    --block-spacing-vertical: calc(var(--spacing) * 2);
    --block-spacing-horizontal: var(--spacing);
    --modal-overlay-backdrop-filter: blur(0.25rem);
    --modal-overlay-background-color: rgba(36, 51, 62, 0.8);
    --border-radius: 0.25rem;
    --border-width: 1px;
    --card-background-color: var(--bs-body-bg);
    --card-border-color: var(--bs-primary);
    --card-box-shadow:
      0.0145rem 0.029rem 0.174rem rgba(27, 40, 50, 0.01698),
      0.0335rem 0.067rem 0.402rem rgba(27, 40, 50, 0.024),
      0.0625rem 0.125rem 0.75rem rgba(27, 40, 50, 0.03),
      0.1125rem 0.225rem 1.35rem rgba(27, 40, 50, 0.036),
      0.2085rem 0.417rem 2.502rem rgba(27, 40, 50, 0.04302),
      0.5rem 1rem 6rem rgba(27, 40, 50, 0.06),
      0 0 0 0.0625rem rgba(27, 40, 50, 0.015);
    --card-sectionning-background-color: #fbfbfc;
  }


* ------------------------------------------------
    Font Faces
------------------------------------------------ */


* {font-family: 'Nunito Sans', sans-serif;}


/* Light */
@font-face {
    font-family: 'Nunito Sans';
    src: url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap') format('woff');
    src: url('./fonts/NunitoSans-Light.ttf') format('truetype'); 
    font-weight: 300;
    font-style: normal;
}

/* Light Italic */
@font-face {
    font-family: 'Nunito Sans';
    src: url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@1,300&display=swap') format('woff');
    src: url('./fonts/NunitoSans-LightItalic.ttf') format('truetype'); 
    font-weight: 300;
    font-style: italic;
}

/* Regular */
@font-face {
    font-family: 'Nunito Sans';
    src: url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap') format('woff');
    src: url('./fonts/NunitoSans-Regular.ttf') format('truetype'); 
    font-weight: 400;
    font-style: normal;
}

/* Regular Italic */
@font-face {
    font-family: 'Nunito Sans';
    src: url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital@1&display=swap') format('woff');
    src: url('./fonts/NunitoSans-Italic.ttf') format('truetype'); 
    font-weight: 400;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Nunito Sans';
    src: url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap') format('woff');
    src: url('./fonts/NunitoSans-Bold.ttf') format('truetype'); 
    font-weight: 700;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: 'Nunito Sans';
    src: url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@1,700&display=swap') format('woff');
    src: url('./fonts/NunitoSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/*--  @font-face {
    src: 
        url("fonts/SofiaSans-Light.ttf") format("truetype");
    font-family:'Sofia Sans Light';
    font-style: normal;
    font-feature-settings: 'ss01' on, 'ss02' on;
}
@font-face {
    src: 
        url("fonts/SofiaSans-Bold.ttf") format("truetype");
    font-family:'Sofia Sans Bold';
    font-style: normal;
    font-feature-settings: 'ss01' on, 'ss02' on;
}
@font-face {
    src: 
        url("fonts/SofiaSans-Regular.ttf") format("truetype");
    font-family:'Sofia Sans';
    font-style: normal;
    font-feature-settings: 'ss01' on, 'ss02' on;
}
body {
    font-family:'Sofia Sans';
    font-style: normal;
}  --*/



body {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
	margin: 0px;
	padding: 0px; 
}


a {
    
    text-decoration: none;
    /* color: inherit; */
}
a:link, a:visited {
    text-decoration: none;
    /* color: inherit; */
}

h3 {
	text-transform: uppercase;
	border-bottom: 3px solid #5468d6;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

input[type="checkbox"] {
  accent-color: var(--bs-primary);
}

.main-conteiner {
    padding: 0px; /*padding: 12px;*/
	margin: 0;
    min-width: 1440px;
}

.main-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    /*width: 100%;*/
    height: Hug (72px);
    padding: 20px 12px 10px 50px;
    
    border-bottom: solid 1px #ced4da;
	
	box-shadow: 0px 0px 6px rgba(14, 31, 53, 0.08), 0px 0px 12px rgba(14, 31, 53, 0.12), 0px 0px 24px rgba(14, 31, 53, 0.08);
	/*box-shadow: 0 0 10px rgba(0,0,0,.16);
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.19);*/
}

.main-header-logo {
   
    font-weight: 600;
	  font-size: 18px;
    color:var(--bs-gray-800);
    flex-basis: calc(var(--in-sidebar) + 24px);
}

.main-header-logo img {
    width: 150px;
    
}

.main-header-leftnav {
    left: calc(var(--in-sidebar) + 24px);
    flex-grow: 1;
	padding-top: 10px;
}

.main-header-rightnav {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.main-sidebar {
    top: 72px;
	  margin-top: 30px;
    width: var(--in-sidebar);
    height: calc(100vh - 140px);
    padding: 10px 30px 12px 20px;
    display: flex;
    flex-direction: column;
    /*overflow-y: auto;*/
    border-right: solid 1px var(--bs-gray-400);
}

.main-content-conteiner{

  max-width: 1100px;
}
.sidebar-links {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.main-sidebar-link {
    display: flex;
    flex-direction: row;
    align-items:center;
    width: Fixed (212px);
    height: Hug (56px);
    padding: 16px 32px 16px 32px;
    gap: 8px;
    color: inherit;

}
.sidebar-active-link{
    border-left: 4px solid #586de2;
    background: var(--in-bgr);
    border-radius: 8px;
    
}

.main-headernav-link {
    width: Fixed (180px);
    height: Hug (56px);
    padding: 16px 32px 8px 32px;
    gap: 8px;
    color: inherit;
	font-weight: 700;
}
.headernav-active-link{
    border-bottom: 3px solid #5468d6;
    border-radius: 0px;
}

.img-ico {
    vertical-align: middle;
    padding: 4px;
}

.div-plan {
  flex: 0 0 auto;
  padding: 12px;
  border: 1px solid #e1e1e1;
  background-color: #586de2;
  color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.btn-w {
  width: 100%;
  height: 35px;
  padding: px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
  background-color: #fff;
	cursor: pointer;
}

.desc {
    display: flex;
    flex-direction: column;
    align-items:center;
    color: var(--bs-gray-600);
    padding: 36px 0px 16px 0px;
}
.main-content {
  width: calc(100% - calc(var(--in-sidebar) + 146px));
    padding: 24px;
    margin: 10px;
    position:absolute;
    top: 85px;
    left: calc(var(--in-sidebar) + 56px);
    display: flex;
    flex-direction: column;
}

.main-upload {
    width: 600px;
    padding: 0 24px;
    margin: 0 10px;
    position:relative;
    display: flex;
    flex-direction: column;
}


.btn-d{
    width: 100%;
    height: 44px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    line-height: 44px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}


.btn-primary-d{
    background-color: var(--bs-primary);
    color: #fff;
}

/*.btn-upload{
    width: 100%;
    height: 44px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
    color: var(--bs-white);
    line-height: 44px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    background-color: var(--bs-primary);
}*/


.btn-upload{
    /*width: 100%;*/
	padding: 0 50px;
    height: 44px;
    border-radius: 4px;
	margin: 0 0 45px 5px;
	border: 2px solid #566ae3;
	outline: 5px solid #f2f4ff;	
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
    color: #566ae3;
    line-height: 44px;
    text-transform: uppercase;
    background-color: #fff;
	cursor: pointer;
}

.btn-upload:hover {
	background: #f2f4ff;
}

.btn-send{
  /*width: 100%;*/
  padding: 0 50px;
  height: 44px;
  border-radius: 4px;
  margin: 0 0 45px 5px;	
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  line-height: 44px;
  text-transform: uppercase;
  background-color: var(--in-bgr-btn);
  cursor: pointer;
}

.icos-nav {
    display: flex;
    flex-direction: column;
    align-items:center;
    padding: 8px;
}
.icos-nav:hover{
  border-radius: 22px;
  background-color: var(--in-bgr);
}

.icos-nav-active {
    border-radius: 22px;
    background: var(--in-bgrdark);

}
.company-profile-nav{
    padding: 8px;
    border: solid 1px var(--bs-primary);
    border-radius: 4px;
    color:var(--bs-primary);
}



.search {
    width: 100%;
    position: relative;
    display: flex;
  }
  
  .searchTerm {
    width: 344px;
    border: 1px solid var(--bs-gray-500);
    border-left: none;
    font-family: 'Nunito Sans', sans-serif;
    height: 44px;
    border-radius: 0 4px 4px 0;
    outline: none;
    color: var(--bs-gray-700);
  }
  
  .searchTerm:focus{
    color: var(--bs-gray-800);
  }
  
  .searchButton {
    width: 50px;
    border: 1px solid var(--bs-gray-500);
    text-align: center;
    color: var(--bs-gray-700);
    border-radius:  4px 0 0 4px;
    cursor: pointer;
    
    background: #fff;
    border-right: none;
  }
  
  /*Resize the wrap to see the search bar change!*/
  .wrap{
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
}

.dropdown-content a {
  text-wrap: nowrap;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: var(--in-bgr);}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.form-control {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  padding: 8px;
  gap: 0.5em;
}


.dropdown-table {
  position: relative;
  display: inline-block;
}

.dropdown-content-table {
  display: none;
  position: absolute;
  padding: 8px;
  right: 0px;
  width: 244px;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
}

.dropdown-content-table a:hover {background-color: var(--in-bgr);}

.dropdown-table:hover .dropdown-content-table {display: block;}

.dropdown-table:hover .dropbtn-table {background-color: #3e8e41;}

.lighter{
  color: var(--bs-gray-500);
}

.number_c {
  display: flex;
  flex-direction: column;
  align-items:center;
  text-align: center;
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 13px;
  background-color: var(--in-bgr);
}

.red{
  color: var(--bs-red);
}
.blue{
  color:var(--bs-blue);
}
.green{
  color:var(--bs-green);
}

.blockstatus{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items:center;
  text-align: center;
  height: 26px;
  width: 80px;
  /*border:  1px solid var(--bs-gray-500);*/
  border-radius: 6px;
  background-color: var(--in-bgr);
  color: #fff;
}

.text-overflow-clip {
  /*padding: 2px 0;
	font-size: 18px;*/
  width: 200px;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  
}

/* new */

.main-content input[id="addrecipient"], .main-content input[id="title"], .main-content input[id="sign_to"] {
  margin-top: 6px;
  height: 40px;
  width: 93%;
  background: #fff;
  border: 2px solid #b7b7b7;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  padding: 0px 16px 0px 16px;
  line-height: 40px;
}


/*.main-content select{
  width: 100%;
  background: #fff;
  border:  1px solid var(--bs-gray-500);
  border-radius: 4px;
}*/

.main-content .text{
  font-size: 17px;
  font-weight: 500;

}


.main-content .texthead{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 10px 10px 10px 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  vertical-align: text-bottom;
}


.texthead .row{
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  padding: 10px 10px 10px 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  gap: 10px;
}

.btn-add{
  /*width: 100%;*/
  margin-top: 6px;
  height: 40px;
  width: 90%;
  background: #fff;
  border: 2px solid #b7b7b7;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  padding: 0px 16px 0px 16px;
  line-height: 40px;
}

.row-d{
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  padding: 0px;
  gap: 10px;
  width: 100%;
}

.drop-area{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: dashed #5468d6;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  /*opacity: 0.5;*/
}
.drop-area:hover,
.drop-area.dragging,
.drop-area.uploading {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
input[id="upload"] {
  display: none;
}


.title-text{
    font-style: bold;
    font-weight: 300;
    font-size: 22px;
    line-height: 140%;
    width: 100%;
    /* or 25px */
    letter-spacing: 0.03em;

    /* Text Color/Black text on White BG/High emphasis */
    color: rgba(0, 0, 0, 0.87);
}

.sub-text{
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 100%;
  width: 100%;
  /* or 25px */
  letter-spacing: 0.03em;
  padding: 5px 10px 10px 0;
  /* Text Color/Black text on White BG/High emphasis */
  color: rgba(42, 41, 41, 0.953);
}

.close-modal{
  position: absolute;
  display: block;
  text-align: right;
  right: 20px;
  top: 20px;
  height: 32px;
  width: 32px;
}

.row-recipients{
  display:none;
  padding: 20px;
}

.row-documents{
  display:none;
  padding: 20px;
}


/**
 * Modal (<dialog>)
 */
 :root {
  --scrollbar-width: 0px;
}

dialog {
  display: flex;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: inherit;
  min-width: 100%;
  height: inherit;
  min-height: 100%;
  padding: var(--spacing);
  border: 0;
  -webkit-backdrop-filter: var(--modal-overlay-backdrop-filter);
  backdrop-filter: var(--modal-overlay-backdrop-filter);
  background-color: var(--modal-overlay-background-color);
  color: var(--color);
}
dialog article {
  max-height: calc(100vh - var(--spacing) * 2);
  overflow: auto;
}
@media (min-width: 576px) {
  dialog article {
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  dialog article {
    max-width: 700px;
  }
}
dialog article > header,
dialog article > footer {
  padding: calc(var(--block-spacing-vertical) * 0.5) var(--block-spacing-horizontal);
}
dialog article > header .close {
  margin: 0;
  margin-left: var(--spacing);
  float: right;
}
dialog article > footer {
  text-align: right;
}
dialog article > footer [role=button] {
  margin-bottom: 0;
}
dialog article > footer [role=button]:not(:first-of-type) {
  margin-left: calc(var(--spacing) * 0.5);
}
dialog article p:last-of-type {
  margin: 0;
}
dialog article .close {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: calc(var(--block-spacing-vertical) * -0.5);
  margin-bottom: var(--typography-spacing-vertical);
  margin-left: auto;
  background-image: var(--icon-close);
  background-position: center;
  background-size: auto 1rem;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition: opacity var(--transition);
}
dialog article .close:is([aria-current], :hover, :active, :focus) {
  opacity: 1;
}
dialog:not([open]), dialog[open=false] {
  display: none;
}

.modal-is-open {
  padding-right: var(--scrollbar-width, 0px);
  overflow: hidden;
  pointer-events: none;
  touch-action: none;
}
.modal-is-open dialog {
  pointer-events: auto;
}

:where(.modal-is-opening, .modal-is-closing) dialog,
:where(.modal-is-opening, .modal-is-closing) dialog > article {
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
:where(.modal-is-opening, .modal-is-closing) dialog {
  animation-duration: 0.8s;
  animation-name: modal-overlay;
}
:where(.modal-is-opening, .modal-is-closing) dialog > article {
  animation-delay: 0.2s;
  animation-name: modal;
}

.modal-is-closing dialog,
.modal-is-closing dialog > article {
  animation-delay: 0s;
  animation-direction: reverse;
}

@keyframes modal-overlay {
  from {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: transparent;
  }
}
@keyframes modal {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@media (min-width: 576px) {
  article {
    --block-spacing-horizontal: calc(var(--spacing) * 1.25);
  }
}
@media (min-width: 768px) {
  article {
    --block-spacing-horizontal: calc(var(--spacing) * 1.5);
  }
}
@media (min-width: 992px) {
  article {
    --block-spacing-horizontal: calc(var(--spacing) * 1.75);
  }
}
@media (min-width: 1200px) {
  article {
    --block-spacing-horizontal: calc(var(--spacing) * 2);
  }
}

dialog > article {
  --block-spacing-vertical: calc(var(--spacing) * 2);
  --block-spacing-horizontal: var(--spacing);
}
@media (min-width: 576px) {
  dialog > article {
    --block-spacing-vertical: calc(var(--spacing) * 2.5);
    --block-spacing-horizontal: calc(var(--spacing) * 1.25);
  }
}
@media (min-width: 768px) {
  dialog > article {
    --block-spacing-vertical: calc(var(--spacing) * 3);
    --block-spacing-horizontal: calc(var(--spacing) * 1.5);
  }
}

/**
 * Card (<article>)
 */
 article {
  margin: var(--block-spacing-vertical) 0;
  padding: var(--block-spacing-vertical) var(--block-spacing-horizontal);
  border-radius: var(--border-radius);
  background: var(--card-background-color);
  box-shadow: var(--card-box-shadow);
}
article > header,
article > footer {
  margin-right: calc(var(--block-spacing-horizontal) * -1);
  margin-left: calc(var(--block-spacing-horizontal) * -1);
  padding: calc(var(--block-spacing-vertical) * 0.66) var(--block-spacing-horizontal);
  background-color: var(--card-sectionning-background-color);
}
article > header {
  margin-top: calc(var(--block-spacing-vertical) * -1);
  margin-bottom: var(--block-spacing-vertical);
  border-bottom: var(--border-width) solid var(--card-border-color);
  border-top-right-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
}
article > footer {
  margin-top: var(--block-spacing-vertical);
  margin-bottom: calc(var(--block-spacing-vertical) * -1);
  border-top: var(--border-width) solid var(--card-border-color);
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.document-text {
  background: url('./img/file-text.svg');
  background-repeat: no-repeat;
  color: #77757d;	
  padding: 5px 0 5px 26px;  /* width of the image plus a little extra padding */
  display: block;  /* may not need this, but I've found I do */
  width: 100%;
}

.btn-upload, SELECT#dotype, input#addrecipient {
	font-family: 'Nunito Sans', sans-serif;
}

SELECT#dotype {
	margin-top: 6px;
	border: 2px solid #b7b7b7;
	font-size: 16px;
	height: 44px;
	border-radius: 4px;
	padding: 10px 0px 10px 10px;
	position: relative;
	background: #F9F9F9;
}

label.tit { 
	margin: 12px 0 7px 0;
}

label.sig {
	margin-top: 10px;
}

DIV.atach {
	text-transform: uppercase;
	color: #5468d8;
	padding: 10px;
}

label {
	font-weight: 700;
	font-size: .9em;
}

.ver {
  padding: 5px;
  font-weight: 300;
	font-size: .9em;
  color:#77757d;
  border-top: solid 1px #6c757d;
}

/** top right user-nav */
.user-nav {
  display: flex;
  flex-direction: row;
  width: 240px; 
  height: 36px;
  padding: 6px 10px;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--in-bgr);
}

.user-ico {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url('img/user-rounded.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.user-ime {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;

  overflow: hidden;
  color: #000;
  font-feature-settings: 'ss01' on, 'ss02' on;
  text-overflow: ellipsis;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.user-info-box{
  display: flex;
  gap: 20px;
  padding: 10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--in-bgr);
  vertical-align: middle;
}
