/* Responsive table */
table.responsive-table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  /*table-layout: fixed;*/
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
table.responsive-table .table-head .title {
  cursor: pointer;
}
table.responsive-table .table-head .title .ico-info-circle {
  line-height: 0;
  margin-left: 4px;
}

table.responsive-table::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table.tabs-header tr:first-child {
  border-top: none;
}

table tr {
  background-color: white;
  border-bottom: 1px solid #eee;
  padding: 0.35em;
}

@media (min-width: 768px) {
  table tr {
    border: none;
    border-bottom: 1px solid #eee;
  }
}
table th,
table td {
  padding: 0.62rem 0;
  text-align: left;
}

@media (min-width: 768px) {
  table th,
table td {
    padding: 0.62rem;
  }
}
table th.disabled,
table td.disabled {
  background-color: #edf0f1;
}

table th {
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
}

/*table tr {
  font-size: 0.875rem;
}*/
@media screen and (max-width: 940px) {
  table.responsive-table tr {
    padding: 0.35em 1rem;
  }

  table.responsive-table .table-head {
    display: none;
  }

  table.border-radius th, table.border-radius td {
    border: none;
    display: flex;
    align-items: center;
    text-align: right;
  }

  table.border-radius .badge {
    padding: 0.3rem 1rem;
  }

  table.responsive-table {
    background: transparent;
    box-shadow: none;
  }

  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    display: block;
    background: white;
    border-radius: 3px;
  }

  table td {
    font-size: 0.8em;
    text-align: right;
    display: flex;
    justify-content: space-between;
  }

  table td::before {
    font-family: "Gordita Medium", -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Lato, "Lucida Grande", sans-serif;
    content: attr(data-label);
    float: left;
    text-align: left;
    font-weight: 500;
    font-size: 0.875rem;
    margin-right: 0.5rem;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
.tab-label-content {
  width: 100%;
}

.tab-label-content .tab-content {
  position: absolute;
  top: 100px;
  left: 16px;
  line-height: 130%;
  display: none;
}

table.border-radius {
  border-radius: 0 4px 4px 4px;
}
table.border-radius tr {
  transition: all 200ms ease-in-out;
}
table.border-radius tr.head:hover {
  background-color: rgba(246, 248, 251, 0.45);
}

table.border-radius tr:hover {
  background-color: rgba(234, 237, 239, 0.18);
  color: inherit;
  cursor: auto;
}

table.border-radius th, table.border-radius td {
  position: relative;
	font-family: var(--font-regular); 
	font-weight: var(--regular-font-weight);
  color: #0A2C3D;
  font-size: 1rem;
  text-align: left;
}

table.border-radius th.text-left, table.border-radius td.text-left {
  text-align: right;
}

@media (min-width: 768px) {
  table.border-radius th.text-left, table.border-radius td.text-left {
    padding-left: 1rem;
    text-align: left;
  }
}
table.border-radius th.font-regular, table.border-radius td.font-regular {
  
	font-family: var(--font-regular); 
	font-weight: var(--regular-font-weight);
}

@media (min-width: 941px) {
  table.border-radius th, table.border-radius td {
    height: 72px;
    border-bottom: 1px solid #F4F4F4;
  }
}
table.border-radius th .client-name, table.border-radius td .client-name {
  
	font-family: var(--font-regular); 
	font-weight: var(--regular-font-weight);
}

table.border-radius th .company-name, table.border-radius td .company-name {
	font-family: var(--font-regular); 
	font-weight: var(--regular-font-weight);
  font-size: 0.8rem;
  opacity: 0.6;
  margin-top: 0.25rem;
}

table.border-radius th .email-position, table.border-radius td .email-position {
  border: 1px solid rgba(10, 44, 61, 0.1);
  border-radius: 100px;
  height: 23px;
  width: 23px;
  padding-top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-right: 0.25rem;
  line-height: 1;
}

table.border-radius .table-head th {
	font-family: var(--font-medium); 
	font-weight: var(--medium-font-weight);
}

table.border-radius .table-head th:first-child {
  padding-left: 1.5rem;
}

table.border-radius .table-head th:last-child {
  text-align: center;
}

table.border-radius .send-title {
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.5rem;
}

/*table.border-radius .table-head  tr th {
    background-color: #f6f8fb;
}*/