.bg-thead {
    background-color: #98b8f8 !important;
}

.main-color {
    background-color: var(--main-color) !important;
    color: white !important;
}

.buttonNav {
    cursor: pointer;
}

.buttonNav.card {
    border-radius: 40px !important;
}

.buttonNav.card:hover{
    transform: scale(1.12);
}

.main-colorText {
    color: var(--main-color) !important;
}

.cursor {
    cursor: pointer;
}

/* Estilos para directorio en diagrama de arbol */

ul {
    list-style: none;
    line-height: 2em;
}

ul li.lst {
    position: relative;
    margin-left: -20px;
}

ul li.lst::before {
    position: absolute;
    left: -10px;
    top: 0;
    border-left: 2px solid rgb(148, 146, 146);
    border-bottom: 2px solid rgb(148, 146, 146);
    content: "";
    width: 8px;
    height: 1em;
}

ul li.lst::after {
    position: absolute;
    left: -10px;
    bottom: 0;
    border-left: 2px solid rgb(148, 146, 146);
    content: "";
    width: 8px;
    height: 100%;
}

ul li.lst:last-child::after {
    display: none;
}

ul.tree>li.lst::after,
ul.tree>li.lst::before {
    display: none;
}

li.lst div::before {
    position: absolute;
    content: "";
    top: .5em;
    left: 1px;
    background-image: url('../images/folder.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 20px;
    height: 15px;
    z-index: 1;
}

li.lst div {
    padding-left: 30px;
    display: block;
}

.form-label.required:after{
    content: " *";
    color: red;
}
