html,
body {
  height: 100%;
}
#app{
    width:100%;
}
body.logoff {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

a.card{
    color: var(--bs-body-color);
    text-decoration: none;
    position:relative;
    transition: background-color linear 0.2s;
}

a.card:hover{
    background-color: var(--bs-gray-200);
}

.btn-icon{
    background:transparent;
    border:none;
}

.buttons{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.buttons > .btn{
    width: 100%;
}

.btn {
  width: 100%;
}

.list-group-item-action:focus {
  z-index: 1;
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.invalid-role {
  border: solid 1px red;
}

.parameter {
  padding-top: 15px;
  padding-bottom: 15px;
}

.custom-card-header {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.credit-card {
  font-size: 18px;
  margin-bottom: 10px;
}

.subscription-price-title {
  margin-bottom: 0;
}

.subscription-price {
  font-size: 30px;
  font-weight: bold;
}

.btn-warning {
  background-color: orange;
  border-color: orange;
  color: white;
}

.btn-warning:active, 
.btn-warning:focus, 
.btn-warning:hover 
{
  background-color: peru;
  border-color: orange;
  color: white;
}

.signature canvas {
  border: solid 1px #dee2e6; 
}

.signature-modal {
  z-index: 1072;
  background-color: rgba(0,0,0,0.5);
  display: block;
}

.signature-img {
  width: 100%;
}

.quote-actions {
  display: flex;
}

.p-client p {
  margin-bottom: 4px;
}

.notes-modal {
  z-index: 1072;
  background-color: rgba(0,0,0,0.5);
  display: block;
}

div.note {
  display: flex;
  justify-content: space-between;
}

.deposits-modal {
  z-index: 1072;
  background-color: rgba(0,0,0,0.5);
  display: block;
}

div.deposit {
  display: flex;
}

div.deposit-form {
  display: flex;
}

div.time-flex {
  display: flex;
  justify-content: space-between;
}

div.form-time-flex {
  display: flex;
  justify-content: space-between;
}

div.form-time-input {
  width: 225px;
}

div.edit-time {
  margin-bottom: 25px;
}

button.btn-delete-time {
  padding: 0;
}

.text-right {
  text-align: right;
}

.invoice-actions {
  display: flex;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.shipping-input {
  width: 75px;
}

div.invoice-actions div {
  margin-right: 10px;
}

@media print {
  .layout {
    display: none !important;
  }
}

.form-esc .form-field .StripeElement,.form-esc .form-field .field {
  background: 0 0;
  border-bottom: 1px solid #b4b4b4;
  color: #373737;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 0 0 8px;
  transition: border-color .15s ease-in-out;
  width: 100%
}

.form-esc .form-field .StripeElement:focus,
.form-esc .form-field .field:focus{ 
  border-bottom:1px solid #373737;outline:0
}