html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}

.myfont {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
}

body {
  font-family: "Google Sans", sans-serif !important;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  background-size: 100% auto;
  background-position: center top;
  background-attachment: fixed;
  color: black;
  font-size: 16px;
  width: 100%;
  height: 100%;
}

b,
strong {
  font-weight: bold;
}

/*Desactiva las flechas de los inputs numericos*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.table-borderless td,
.table-borderless th {
  border: 0 !important;
}

table.dataTable > tbody > tr.child span.dtr-title::after {
  content: ":";
}

.text-xl {
  font-size: 32px;
}

.text-lg {
  font-size: 24px;
}

.text-md {
  font-size: 18px;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

.back-btn {
  float: right;
  font-weight: 600;
  cursor: pointer;
}

.alert-dismissible .table {
  margin-bottom: 0px;
}
.alert-dismissible {
  padding-right: 0rem;
}
.alert-dismissible.table-sm th,
.table-sm td {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.notAlert {
  position: absolute;
  bottom: 0;
  right: 8px;
  max-width: 360px;
}

button:focus {
  outline: none;
}

#modalClients .fas {
  font-size: 16px;
}

@media screen and (min-width: 600px) {
  .balance {
    float: right;
    font-weight: 600;
  }
}

@media screen and (max-width: 600px) {
  .hidden-span {
    display: none;
  }

  .balance {
    float: none;
    font-weight: 600;
  }
}

.content-div {
  margin-top: 5.2rem;
}

.container-fluid {
  max-width: 1280px;
}

.img-product {
  height: 4em;
  margin: 8px;
  cursor: pointer;
}

.img-operadoras {
  width: 100%;
  max-width: 360px;
  cursor: pointer;
}
.img-operadora {
  width: 180px;
  padding: 12px;
  box-sizing: border-box;
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.content-master {
  /*margin-top: 5rem;*/
  margin-bottom: 1rem;
}

.card {
  margin-bottom: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.nav-item {
  cursor: pointer;
}

.card-header {
  font-weight: 700;
}

table,
thead {
  font-size: 13px;
}

table.dataTable.table-sm > thead > tr > th {
  font-size: 11px;
}

table .btn-sm,
.btn-group-sm > .btn {
  font-size: 10px;
}

table .btn-sm,
.btn-group-sm > .btn {
  padding: 0.4rem 0.4rem;
  font-size: 0.56rem;
  line-height: 1;
  border-radius: 0;
}

p .btn-sm,
.btn-group-sm > .btn {
  font-size: 10px;
}

p .btn-sm,
.btn-group-sm > .btn {
  padding: 0.4rem 0.4rem;
  font-size: 0.56rem;
  line-height: 1;
  border-radius: 0;
}

.btnCancel,
.btnDetails,
.btnDetailsProduct,
.btnCheckEmail {
  background-color: #f4f4f4;
  color: #444;
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}

/* .border-bottom {
  border-bottom: 2px solid #858686 !important;
} */

th {
  font-size: 0.765625rem;
  text-transform: none;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
} */
@media (min-width: 576px) {
  .navbar {
    padding: 0.3rem 1.5rem;
  }
}
@media (max-width: 576px) {
  .content-master {
    margin: 5.7rem auto;
  }
  .h4 {
    text-align: center;
  }
  .navbar {
    padding: 0.6rem 1rem;
  }
}
