.form-text {
  font-size: 0.775rem;
}

.section {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card {
  border: none;
}

.card-icon {
  font-size: 32px;
  line-height: 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  flex-grow: 0;
}

.tbl-row .vw80-break {
  max-width: 100vw;
}

.tbl-row .vw20-truncate {
  max-width: 60vw;
}

/* Custom styles for the table */
@media (min-width: 576px) {
  .tbl-row .vw80-break {
    max-width: 80vw;
  }

  .tbl-row .vw20-truncate {
    max-width: 20vw;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 960px) {
  .tbl-row .w2 {
    width: 2%;
  }
  
  .tbl-row .w3 {
    width: 3%;
  }
  
  .tbl-row .w5 {
    width: 5%;
  }
  
  .tbl-row .w7 {
    width: 7%;
  }
  
  .tbl-row .w8 {
    width: 8%;
  }
  
  .tbl-row .w9 {
    width: 9%;
  }
  
  .tbl-row .w10 {
    width: 10%;
  }
  
  .tbl-row .w12 {
    width: 12%;
  }
  
  .tbl-row .w15 {
    width: 15%;
  }
  
  .tbl-row .w20 {
    width: 20%;
  }
  
  .tbl-row .w21 {
    width: 21%;
  }
  
  .tbl-row .w22 {
    width: 22%;
  }
  
  .tbl-row .w25 {
    width: 25%;
  }

  .tbl-row .w50 {
    width: 50%;
  }
}


.table-balance{
    min-width: 576px !important;
}

.table-orders{
    min-width: 1200px !important;
}

.table-orders th:first-child,
.table-orders td:first-child {
  position: sticky;
  left: 0;
}

.table-addproperty{
  min-width: 978px !important;
}

.table-md{
  min-width: 576px !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-xtrasm {
  --bs-btn-padding-y: .25rem; 
  --bs-btn-padding-x: .5rem; 
  --bs-btn-font-size: .75rem;
}