.body-item {
    background-color: #3c4557;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden
}

.bg-color {
    background-color: #3c4557 !important;
}

.custom-header,
.navbar {
    background-color: #303845;
}

.navbar .nav-link {
    text-decoration: none;
    color: white;
}

.navbar {
    box-shadow: #1d2132;
}

.custom-footer {
    background-color: #303845;
    color: #C1C4C8 !important;
    font-size: 14px;
}

.nombre-ecosistema {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

.dt-paging-button {
    color: #fff !important;
}


.nav-link.active {
    color: #f5f5f5 !important;
    background-color: #303845 !important;
}

.color-tab {
    background-color: #303845 !important;
    color: white !important;
}

.inactive-white .nav-link.active {
    background-color: #f5f5f5 !important;
    color: #303845 !important;
}

.tab-item {
    min-height: 350px !important;
    ;
}

.note-editable {
    color: #fff !important;
}

label.requerido::after {
    content: " *";
    color: red
}

.colorSea {
    background-color: rgb(41, 54, 67) !important;
    color: white !important;
}

.grisNeutro {
    background-color: #747475 !important;
    color: white !important;
}

.grisUno {
    background-color: #464B50 !important;
    color: white !important;
}

.colorTextSea {
    color: rgb(41, 54, 67) !important;
}

.form-label.required:after {
    content: "*";
    margin-left: .25rem;
    color: #d63939;
}