.dashboard-background{
    background-image: url('../images/logo.png');
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
}

.password-match {
  border-color: green;
}

.max_text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.text-menu{
  color: #6C7383;
}

.bg-menu{
  background-color: #4B49AC;
}


.nav-item {
  cursor: pointer;
}

.nav-item:hover, .nav-item.active {
  background-color: #e0e0e0;
}

.text-red{
  color: #E74C3C;
} 
.text-green{
  color: #2ECC71;
}

.my-custom-scrollbar {
    position: relative;
    height: 300px;
    overflow: auto;
    }
.table-wrapper-scroll-y {
    display: block;
}

/* Utilidades */

.custom-modal-dialog {
  width: 60vw;
  max-width: 60%;
}

label.error {
  color: red;
}

input.error, select.error{
  border: solid 2px red;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  margin: 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.input-personalizado {
  padding-left: 10px;
  padding-right: 10px;
}

.rounded-bottom-xl {
  border-bottom-left-radius: 20px!important; 
  border-bottom-right-radius: 20px!important;
}

.custom-dropdown-menu {
  left: auto;
  right: 0;
}

/* estilos de nav_top */
.selected-module {
  background-color: #4b49ac;
  color: #ffffff !important;
}

.selected-module a {
  color: #ffffff !important;
}

ul.nav_top {
  display: block;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

ul.nav_top li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-width:115px;
}
ul.nav_top li p{
  margin: 0;
}

ul.nav_top li a {
  color: #6c7383;
  transition: all 0.25s ease-in-out;
}

ul.nav_top li:not(.selected-module) a:hover {
  background-color: #9DA9BE;
  color: white;
}

ul.nav_top li a img {
  max-height: 32px;
  max-width: 32px;
}

/* sidebar */
.empty-collapse {
  border-radius: 0 !important;
}

/* Esto marca error pero en el navegador sí funciona, es sintaxis CSS4 */
li:has(> a.selected-tab-item){
  border-left: solid 10px #C6C6E7;
  border-right: solid 10px #C6C6E7;
}

.selected-tab-item {
  background-color: #8180c5;
}

/* Estilos al menú de hamburguesa */
.navbar-toggler span {
  border-radius: 5px;
  padding: 2px;
  transition: all 0.25s ease-in-out;
}


.navbar-toggler span:hover {
  background-color: #CED4DE;
}

/* Personalización de clase card */

div.card-personalizada {
  border: solid 1px #ced4da;
}

.card-personalizada .card-header{
  border-top-left-radius: 20px!important; 
  border-top-right-radius: 20px!important;
}

.card-personalizada .card-header > * {
  margin: 0;
}

/* Clases para cards que se pueden colapsar */

.card-colabsable .card-header > * {
  cursor: pointer;
}

.card-colabsable.colabsada .card-header{
  border-radius: 20px!important;
}

/* Espaciado pequeño entre elementos dentro de un row */
.row.gutter-x-small {
  margin: 0 -0.25rem!important;
}
.row.gutter-x-small > * {
  padding: 0 0.25rem!important;
}

.row.gutter-x-medium {
  margin: 0 -0.5rem!important;
}
.row.gutter-x-medium > * {
  padding: 0 0.5rem!important;
}

@media (min-width : 992px) {
  .offcanvas {
    visibility      : visible;
    border          : none;
    justify-content : end;
  }
}
@media (max-width : 992px) {
  .offcanvas {
    width : 250px !important;
  }
  .offcanvas-start-lg {
    top          : 0;
    left         : 0;
    border-right : 1px solid rgba(0, 0, 0, .2);
    transform    : translateX(-100%);
  }
}

.btn-color-paypal {
  color: #1e477a;
  background-color: #1e477a;
  border-color: #1e477a;
}
 .bg-card{
  background-color: #ffffff;
 }

table {

  overflow-x:auto;
}
table td {
  word-wrap: break-word;
  max-width: 400px;
  white-space:inherit;
}

#impuestos_traslado {
  width:initial;
}

.size-text-table{
  font-size: 12px;
}

.size-text-table-title{
  font-size: 14px;
}