.progress{
    background-color: #ff87b1;
}

.author-box-job .badge {
    padding: 4px 9px;
}


.description-wrapper{
    white-space: pre-wrap;
}

.gantt .bar{
    fill: var(--theme-color) !important;
    stroke: #3e003e !important;
}

.gantt .bar-progress{
    fill: #0056b3 !important;
}

.sidebar-menu {
    font-size: 16px;
}

.paymet-box{
    margin: 3px;
    padding: 3px;
    border: 3px solid #0d1137;
    border-radius: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.text-strike {
    text-decoration: line-through;
}

.profile-widget .profile-widget-picture{
    height: 100px;
}

.navbar .nav-link.nav-link-user img{
    height: 30px;
}
.profile-widget-header .avatar-item .avatar-badge{
    z-index: 1;
    bottom: -65px;
    right: 3px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background-color: #6777ef;
}

.user-avatar.avatar.avatar-xl{
    font-size: 45px;
    height: 100px;
    width: 100px;
}

.select2-container {
    display: block !important;
    width: 100% !important;
}

.system-logos{
	max-width: 100%;
    max-height: 100%;
}

.navbar-logos{
	padding: 10px;
    width: 100%;
    height: 100%;
}

.kanban .dropdown-toggle{
    outline: none;
}
.kanban .dropdown-toggle:after{
display: none;
}
.kanban {
display: block;
white-space: nowrap;
overflow-x: auto;
}
.tasks.tasks:not(:last-child) {
margin-right: 0.25rem;
}
.tasks {
    display: inline-block;
    width: 17rem;
    padding: 0 0.5rem 0.5rem 0.5rem;
    border: 1px solid var(--theme-color);
    vertical-align: top;
    margin-bottom: 30px;
    border-radius: 0.5rem;
}
.tasks .task-header {
    color: #34395e;
    padding: 0.5rem;
    font-weight: 700;
    font-size: 14px;
}
.task-list-items {
min-height: 100px;
position: relative;
}
.task-list-items:before {
content: "No Tasks";
position: absolute;
line-height: 110px;
width: 100%;
text-align: center;
font-weight: 700;
color: #6c757d;
}
.tasks .card {
white-space: normal;
margin-top: 1rem;
}

/* Mejora de Contraste para la UX (Textos más oscuros y legibles) */

/* Textos de Select2 y sus placeholders */
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #495057 !important;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d !important;
    font-weight: 500;
}

/* Textos de inputs regulares y sus placeholders */
.form-control {
    color: #495057 !important;
    font-weight: 600;
}

.form-control::placeholder {
    color: #6c757d !important;
    opacity: 1;
    font-weight: 500;
}

/* Bordes un poco más definidos para las cajas de texto y selects */
.form-control, 
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-color: #ced4da !important;
}

/* Colorización de Cabeceras del Menú Lateral al color de la marca */
.main-sidebar .sidebar-menu li.menu-header {
    color: var(--theme-color) !important;
    font-weight: 800;
}

/* Ocultar el Logo Superior Izquierdo */
.navbar-logos {
    display: none !important;
}

/* Mejora de visibilidad para DataTables */
table.dataTable {
    border-collapse: collapse !important;
    width: 100% !important;
}

table.dataTable thead th, table.dataTable thead td {
    background-color: #e9ecef !important;
    color: #343a40 !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #ced4da !important;
    border-top: 1px solid #ced4da !important;
    padding: 12px 10px !important;
}

table.dataTable tbody td {
    border-bottom: 1px solid #e9ecef !important;
    color: #495057 !important;
    font-weight: 500 !important;
    padding: 10px !important;
}

table.dataTable.no-footer {
    border-bottom: 2px solid #ced4da !important;
}

/* Colores para las filas (Hover y Zebra) */
table.dataTable tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

table.dataTable tbody tr.odd {
    background-color: #fcfcfc !important;
}

table.dataTable tbody tr.even {
    background-color: #ffffff !important;
}

/* Botones y controles del datatable */
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    padding: 5px 10px !important;
    color: #495057 !important;
    font-weight: 500 !important;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    padding: 5px !important;
    color: #495057 !important;
    font-weight: 500 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #ced4da !important;
    background: #ffffff !important;
    color: var(--theme-color) !important;
    border-radius: 4px;
    font-weight: 600 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--theme-color) !important;
    color: #ffffff !important;
    border-color: var(--theme-color) !important;
}