.badge{
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
}

 .cutLenghtString{
     width: 100%; /* Define el ancho máximo del contenedor */
     overflow: hidden; /* Oculta el contenido que se desborda del contenedor */
     white-space: nowrap; /* Evita que el texto se envuelva */
     text-overflow: ellipsis; /* Agrega puntos suspensivos (...) al final del texto cortado */
 }
.kanban-board{
    white-space:normal;
    overflow-x:auto;
}


.scrollBarAkn {
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0, .8);
}

/* Works on Chrome, Edge, and Safari */
.scrollBarAkn::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scrollBarAkn::-webkit-scrollbar-track {
    scrollbar-color: rgba(0,0,0, .8);
}

.scrollBarAkn::-webkit-scrollbar-thumb {
    background-color: rgba(82, 146, 178, 0.4);
    border-radius: 20px;
    border: none;
}
.form-group-margin{
    margin-top: -10px;
}
.accountbg2{
    background-image:url("../assets/system/global/fondo2.png?v=1.123");
    background-position:center center;
    background-size:cover;
    background-repeat:repeat;background-color:rgba(0,0,0,0.04);
}