/* _content/Tls.DigitalDelivery/Components/DocumentComponents/DocumentDetails.razor.rz.scp.css */
/* _content/Tls.DigitalDelivery/Components/PowerOfAttorney/PowerOfAttorneDetails.razor.rz.scp.css */
/* _content/Tls.DigitalDelivery/Components/VehicleComponents/VehicleDetails.razor.rz.scp.css */
/* _content/Tls.DigitalDelivery/Pages/Documents/AllDocuments.razor.rz.scp.css */
.update-status-btn[b-7ybue7h4su] {
  display: flex;
  background-color: transparent;
  font-weight: bold;
  color: #4a4a4a;
  padding: 2px 8px;
  border-radius: 5px;
  border: none;
}
.page-navigation-bar[b-7ybue7h4su] {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  flex-direction: row;
}
.nav-button[b-7ybue7h4su] {
  display: flex;
  border: none;
  background-color: transparent;
  color: black;
}
.icon[b-7ybue7h4su] {
  height: 20px;
  color: black;
}

.top-bar[b-7ybue7h4su] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.search-bar[b-7ybue7h4su] {
  display: flex;
  flex: 1;
  max-width: 400px;
  background-color: #f5f3f3;
  border-radius: 40px;
  padding: 0 15px;
}
input[b-7ybue7h4su] {
  width: 100%;
}
.search-btn[b-7ybue7h4su] {
  display: flex;
  margin: 10px 0px;
  background-color: #7db613;
  border-radius: 100px;
  padding: 5px 15px;
  color: white;
  font-size: small;
  border: none;
}
input:focus[b-7ybue7h4su] {
  outline: none;
}
.clear-text[b-7ybue7h4su] {
  display: flex;
  margin-right: 10px;
  align-items: center;
}
/* _content/Tls.DigitalDelivery/Pages/Login/SelectLoginType.razor.rz.scp.css */
/* _content/Tls.DigitalDelivery/Pages/Signers/RequestSignatures.razor.rz.scp.css */
.input-container[b-n933jc8bbj] {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 40px 0 20px 0;
}
.error-msg[b-n933jc8bbj] {
  color: red;
}

.input[b-n933jc8bbj] {
  width: 100%;
  border-radius: 4px;
  margin-top: 8px;
}

.remove-btn[b-n933jc8bbj] {
  display: flex;
  flex-direction: row;
  border: none;
  background-color: transparent;
  align-items: center;
  margin-left: 10px;
}
.add-btn[b-n933jc8bbj] {
  display: flex;
  flex-direction: row;
  border: none;
  background-color: transparent;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.icon[b-n933jc8bbj] {
  display: flex;
  height: 20px;
  margin-right: 15px;
}

table[b-n933jc8bbj] {
  margin-bottom: 20px;
  min-width: 500px;
}
table > tr > th[b-n933jc8bbj] {
  height: 40px;
}
table > tr > td[b-n933jc8bbj] {
  padding: 0 10px;
}
table > tr[b-n933jc8bbj] {
  width: 500px;
}
.value-data[b-n933jc8bbj] {
  padding-left: 10px;
  display: flex;
  flex: 1;
}
.business-name-column[b-n933jc8bbj] {
  width: 25%;
}
.name-column[b-n933jc8bbj] {
  width: 25%;
}
.email-column[b-n933jc8bbj] {
  width: 25%;
}
.id-num-column[b-n933jc8bbj] {
  width: 20%;
}
.delete-column[b-n933jc8bbj] {
  width: 5%;
}
.submit-button[b-n933jc8bbj] {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  padding: 11px 15px;
  background-color: #6d9723;
  border-color: #6d9723;
  border-radius: 30px;
  border: none;
  margin-top: 25px;
}
.submit-button:disabled[b-n933jc8bbj] {
  background-color: gray;
}
/* Chrome, Safari, Edge, Opera */
input[b-n933jc8bbj]::-webkit-outer-spin-button,
input[b-n933jc8bbj]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"][b-n933jc8bbj] {
  -moz-appearance: textfield;
}
.table-input[b-n933jc8bbj] {
  background-color: transparent;
  font-size: 16px;
  border: solid gray;
}
/* _content/Tls.DigitalDelivery/Pages/Signers/SigningRequestPerson.razor.rz.scp.css */
.input-container[b-rpkmgi75a3] {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 40px 0 20px 0;
}
.error-msg[b-rpkmgi75a3] {
  color: red;
}

.input[b-rpkmgi75a3] {
  width: 100%;
  border-radius: 4px;
  margin-top: 8px;
}

.remove-btn[b-rpkmgi75a3] {
  display: flex;
  flex-direction: row;
  border: none;
  background-color: transparent;
  align-items: center;
  margin-left: 10px;
}
.add-btn[b-rpkmgi75a3] {
  display: flex;
  flex-direction: row;
  border: none;
  background-color: transparent;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.icon[b-rpkmgi75a3] {
  display: flex;
  height: 20px;
  margin-right: 15px;
}

table[b-rpkmgi75a3] {
  margin-bottom: 20px;
  min-width: 500px;
}
table > tr > th[b-rpkmgi75a3] {
  height: 40px;
}
table > tr > td[b-rpkmgi75a3] {
  padding: 0 10px;
}
table > tr[b-rpkmgi75a3] {
  width: 500px;
}
.value-data[b-rpkmgi75a3] {
  padding-left: 10px;
  display: flex;
  flex: 1;
}
.business-name-column[b-rpkmgi75a3] {
  width: 25%;
}
.name-column[b-rpkmgi75a3] {
  width: 25%;
}
.email-column[b-rpkmgi75a3] {
  width: 25%;
}
.id-num-column[b-rpkmgi75a3] {
  width: 20%;
}
.delete-column[b-rpkmgi75a3] {
  width: 5%;
}
.submit-button[b-rpkmgi75a3] {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  padding: 11px 15px;
  background-color: #6d9723;
  border-color: #6d9723;
  border-radius: 30px;
  border: none;
  margin-top: 25px;
}
.submit-button:disabled[b-rpkmgi75a3] {
  background-color: gray;
}
/* Chrome, Safari, Edge, Opera */
input[b-rpkmgi75a3]::-webkit-outer-spin-button,
input[b-rpkmgi75a3]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"][b-rpkmgi75a3] {
  -moz-appearance: textfield;
}
.table-input[b-rpkmgi75a3] {
  background-color: transparent;
  font-size: 16px;
  border: solid gray;
}
/* _content/Tls.DigitalDelivery/Pages/Vehicles/VehicleDocuments.razor.rz.scp.css */
/* _content/Tls.DigitalDelivery/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-qg8sw6utcc] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-qg8sw6utcc] {
  color: #0077cc;
}

.btn-primary[b-qg8sw6utcc] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-qg8sw6utcc],
.nav-pills .show > .nav-link[b-qg8sw6utcc] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-qg8sw6utcc] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-qg8sw6utcc] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-qg8sw6utcc] {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy[b-qg8sw6utcc] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-qg8sw6utcc] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
