.pretty-form {
    .form-group {
        label {
            color: #555;
            font-weight: 500;
            margin-bottom: 4px;
            text-transform: capitalize !important;
            font-size: 14px;
            &.required::after {
                content: '*';
                color: #f00;
                margin-left: 2px;
                font-size: 14px;
            }
        }

        .orden-filter-label {
            color: #555;
            font-weight: 500;
            margin-bottom: 4px;
            text-transform: uppercase !important;
            font-size: 12px;
            margin-bottom: 0;
        }
    }

    .table {
        border-collapse: collapse;
        border: none !important;
        margin-bottom: 2rem;

        thead {
            border: none !important;
            tr {
                border: none !important;
                background-color: #008aab11;

                th:first-child {
                    border-top-left-radius: 10px;
                }
                th:last-child {
                    border-top-right-radius: 10px;
                }
                th {
                    border: none !important;
                    text-align: center;
                }
            }
        }

        tbody {
            border: 1px solid #ddd;
            border-top: none;
        }
    }

    .custom-file-loader {
        border-style: dashed;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.btn-pretty {
    border-radius: 10px;
    padding: 0.75rem 1rem;
}

.badge-light {
    &.badge-info {
        background-color: #17a2b811;
        color: #17a2b8;
    }
    &.badge-success {
        background-color: #28a74522;
        color: #28a745;
    }
    &.badge-danger {
        background-color: #dc354511;
        color: #dc3545;
    }
    &.badge-warning {
        background-color: #ffc10722;
        color: #ffc107;
    }
    &.badge-primary {
        background-color: #007bff11;
        color: #007bff;
    }
    &.badge-help {
        background-color: #ba55d311;
        color: #ba55d3;
    }
}

.text-help {
    color: #ba55d3 !important;
}
