.login-page, [class*="sidebar-dark-"] {
    background-color: #0c2640;
}

.login-page .text-logo {
    /*color: #fffffd;*/
}

.brand-link .brand-image {
    margin-left: 0;
}

.file-input {
    visibility: hidden;
    position: absolute;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    background-color: #56a8fb3d;
    color: #0c2640;
}

/*Ref: https://csslayout.io/patterns/status-light*/
.x-estado-status-light {
    border-radius: 9999px;
    height: 8px;
    width: 8px;
    margin-right: 8px;
}

.required label {
    font-weight: bold;
}

.required label:after {
    color: #e32;
    content: ' *';
    display: inline;
}

.status-badge {
    font-weight: initial;
    padding: 0.4rem;
}

.status-badge.success {
    /*bg-green-150 text-green-900*/
    color: rgb(35, 78, 82);
    background-color: rgba(230, 255, 238, 1);
    border: thin solid rgba(56, 178, 172, 1);
}

.status-badge.danger {
    /*bg-green-150 text-green-900*/
    color: rgba(197, 48, 48, 1);
    background-color: rgba(255, 245, 245, 1);
    border: thin solid rgba(252, 129, 129, 1);
}

.status-badge.warning {
    /*bg-green-150 text-green-900*/
    color: rgba(192, 86, 33, 1);
    background-color: rgba(255, 250, 240, 1);
    border: thin solid rgba(237, 137, 54, 1);
}

.status-badge.primary {
    /*bg-green-150 text-green-900*/
    color: rgba(43, 108, 176, 1);
    background-color: rgba(235, 248, 255, 1);
    border: thin solid rgba(99, 179, 237, 1);
}

.badge.status-badge.bg-empty {
    background-color: inherit !important;
}

.status-badge.secondary {
    /*bg-green-150 text-green-900*/
    color: rgba(74, 85, 104, 1);
    background-color: rgba(247, 250, 252, 1);
    border: thin solid rgba(203, 213, 224, 1);
}

/* Más acciones */

.dropdown-toggle.more-actions:after {
    content: inherit;
}

.file-container .img-container {
    text-align: center;
}

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

.image-placeholder {
    background-color: #eee;
    display: flex;
    height: 180px;
    margin: 5px;
    width: 260px;
    padding: .25rem;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    max-width: 100%;
    align-content: center;
}

.image-placeholder > h4 {
    align-self: center;
    text-align: center;
    width: 100%;
}


[draggable=true] {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.bold-medium {
    font-weight: 550 !important;
}

.bg-foto-destacada {
    background-color: #fff9be !important;
}

.iconos-mover {
    cursor: move;
}

.nro-posicion-foto {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background-color: #2c2c2c;
    border-color: #2c2c2c;
    color: #f5deb3;
    border-bottom-right-radius: 0.65rem !important;
}

.label-placeholder {
    display: none !important;

}

input:not(:placeholder-shown) + .label-placeholder {
    display: block !important;
}

.autoresize {
    display: block;
    overflow: hidden !important;
}
