.card {
 border-radius: 6px;
}

.btn {
 border-radius: 6px;
}

.btn-large {
 border-radius: 6px;
}

.modal-footer {
 margin: 8px 8px 8px -8px !important;
}

td.dt-right.colbtn {
 padding-right: 2px !important;
}

.tabs > li.tab.col.disabled > a {
 color: #ccc !important;
}

.tabs > li.tab.col.disabled > a:hover {
 background-color: white !important;
}

.tabs > li.tab.col.disabled > a:focus {
 background-color: white !important;
}

@media (min-width : 600px) {
   .tab a {
    font-size: 1.2rem !important;
   }
 }

@media (max-width : 599px) {
   .tab a {
    font-size: .8vh !important;
   }
 }

.tabs .indicator {
 top: 0;
}

.tabs a:hover {
 background-color: #f8f8f8 !important;
}

.tabs a.active {
 background-color: #fff !important;
}

.legal {
  color: #ffffff; /* Color azul para enlaces */
  text-decoration: none; /* Elimina el subrayado */
}
.legal:visited {
  color: #ffffff; /* Mismo color para enlaces visitados */
}
.legal:hover {
  color: #ffffff; /* Mismo color cuando el ratón pasa por encima */
}
.legal:active  {
  color: #ffffff; /* Mismo color cuando se hace clic */
}

.notetip {
  position: relative;
  border-left: solid #215AA5;
  line-height: 3rem;
  padding-right: 15px;
  padding-left: 40px;
}

.notetip:before {
  position: absolute;
  content: "info_outline"/"";
  font: normal normal normal 24px / 24px Material Icons;
  margin-inline: 10px 10px;
  padding-top: 10px;
  left: 0;
  top: 0;
  bottom: 0;
}

.app-longtext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    background: -webkit-linear-gradient(#000000, #e4e8eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5rem;
}
