﻿.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}


.alert-success-new {
    background-color: #e5ffc1;
    color: #1c273f;
    cursor: pointer;
}

.alert-danger {
    background-color: #f3adad;
    color: #00203e;
}


.text-rojo {
    color: #e84236;
}

.alert-danger-new {
    background-color: #ffe8e8;
    color: #1c273f;
    cursor: pointer;
}