.custom-alert-danger {
    background: #fff5f7;
    border: #f25961 1px solid;
}

.fa-15x {
    font-size: 1.5em;
}

.fa-13x {
    font-size: 1.3em;
}

.fa-12x {
    font-size: 1.2em;
}

.cursor-pointer {
    cursor: pointer;
}

.config-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #0b9272;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.fabbtn-top {
    bottom: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
}

.fabbtn-top.btn-sm {
    bottom: 0;
    border-top: 0;
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
}

.dropdown-nocaret::after {
    display: none !important;
}

.h-60 {
    max-height: 60vh;
}

.h-80 {
    max-height: 75vh;
}

/* ===== PILLS ===== */
.pill-badge {
    background-color: #11D1A4;
    color: white;
    border: none;
    padding: 5px 15px;
    height: 35px;
    border-radius: 25px;
}

.pill-badge span {
    font-size: 15px;
}

.pill-badge-primary {
    background-color: #11D1A4 !important;
    color: white;
}

.pill-badge-warning {
    background-color: #ffad33 !important;
    color: white;
}

.pill-badge-danger {
    background-color: #dc3545 !important;
    color: white;
}

.pill-badge-info {
    background-color: #0066ff !important;
    color: white;
}

.pill-badge-left {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -16px;
}

/* ===== BORDER ===== */
.no-top {
    border-top: none !important;
}

.no-bottom {
    border-bottom: none !important;
}

.no-left {
    border-left: none !important;
}

.no-right {
    border-right: none !important;
}

.no-all {
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
    border-right: none !important;
}

/* ===== PASOS ===== */
.step-item {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
}

.step-number {
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    box-shadow: 0 8px 18px rgba(34, 197, 94, .25);
}

.step-content {
    color: #4b5563;
    line-height: 1.5;
}

/* ===== RECOMENDACION ===== */
.recommend-box-success {
    background: #ecfffa !important;
    border: 1px solid #5bd8bb !important;
}

.recommend-box-danger {
    background: #fff5f7 !important;
    border: 1px solid #f25961 !important;
}

.recommend-box {
    background: #f5f8ff;
    border: 1px solid #b1c7ff;
    border-radius: 13px;
}

/* ===== COLORES ===== */
.bg-primary-subtle {

    background-color: #DCF4ED !important;
}

.bg-tertiary {
    background-color: #f5f5f5 !important;
}

.border-primary {
    border-color: #11D1A4 !important;
}

.btn-outline-primary.active,
.btn-outline-primary:active {
    color: #fff !important;
    background-color: #0fc499 !important;
    border-color: #0fc499 !important;
}

.btn-outline-primary,
.btn-outline-primary {
    color: #0fc499 !important;
    background-color: transparent !important;
    border-color: #0fc499 !important;
}

.btn-info {
    color: #fff !important;
    background-color: #0066ff !important;
    border-color: #0066ff !important;
}

.btn-info.active,
.btn-info:hover {
    color: #fff !important;
    background-color: #0066ff !important;
    border-color: #0066ff !important;
}

/* ===== TABLAS ===== */
.table-round {
    border-collapse: separate;
    border-spacing: 0;
}

.table-round thead th:first-child {
    border-top-left-radius: .5rem;
}

.table-round thead th:first-child {
    border-top-left-radius: .5rem;
}

.table-round thead th:last-child {
    border-top-right-radius: .5rem;
}

/* ===== MODAL MODERN ===== */
.modal-modern .modal-content {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.modal-modern .modal-header {

    padding: 1.25rem 1.5rem;
}

.modal-modern .modal-title {
    font-weight: 700;
    letter-spacing: .2px;
}

.modal-modern .close {

    opacity: .9;
    text-shadow: none;
    outline: none;
}

.modal-modern .close:hover {
    opacity: 1;
}

.modal-modern .modal-body {
    background: #f8fafc;
    padding: 1.5rem;
}

.modal-modern .form-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.modal-modern .form-group {
    margin-bottom: 1.15rem;
}

.modal-modern .col-form-label {
    font-size: .85rem;
    font-weight: 600;
    color: #475569;
}

.modal-modern .form-control {
    border-radius: 5px;
    border-color: #dbe3ea;
    transition: all .2s ease;
}

.modal-modern .form-control:focus {
    border-color: #4f46e5;
    box-shadow: 0 0 0 .2rem rgba(79, 70, 229, .15);
}

.modal-modern .modal-footer {
    background: #fff;
    border-top: 1px solid #eef2f7;
    padding: 1rem 1.5rem;
}

.modal-modern .btn {
    border-radius: 5px;
    font-weight: 600;
    padding: .45rem 1.1rem;
}

.modal-modern .btn-primary {
    box-shadow: 0 8px 8px rgba(79, 70, 229, .35);
}

.modal-modern .btn-outline-danger {
    border-color: #ef4444;
    color: #ef4444;
}

.modal-modern .btn-outline-danger:hover {
    background: #ef4444;
    color: #fff;
}

@media (max-width: 575.98px) {
    .modal-modern .modal-body {
        padding: 1rem;
    }

    .modal-modern .form-card {
        padding: 1rem;
    }
}

/* ===== ANCHOS ===== */
@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

/* ===== CARD MODERN ===== */

.card-modern .card-title {
    font-weight: 700;
    letter-spacing: .2px;
}

.card-modern .card-body {

    padding: 1.5rem;
}

.card-modern .form-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.card-modern .col-form-label {
    font-size: .85rem;
    font-weight: 600;
    color: #475569;
}

.card-modern .form-control {
    border-radius: 5px;
    border-color: #dbe3ea;
    transition: all .2s ease;
}

.card-modern .form-control:focus {
    border-color: #4f46e5;
    box-shadow: 0 0 0 .2rem rgba(79, 70, 229, .15);
}

.card-modern .card-footer {
    background: #fff;
    border-top: 1px solid #eef2f7;
    padding: 1rem 1.5rem;
}

.card-modern .btn {
    box-shadow: 0 3px 8px rgba(79, 70, 229, .35);
}

.card-modern .btn:not(.btn-icon) {
    border-radius: 5px;
    font-weight: 600;
    padding: .45rem 1.1rem;
}

.card-modern .btn-outline-danger {
    border-color: #ef4444;
    color: #ef4444;
}

.card-modern .btn-outline-danger:hover {
    background: #ef4444;
    color: #fff;
}

@media (max-width: 575.98px) {
    .card-modern .card-body {
        padding: 1rem;
    }

    .card-modern .form-card {
        padding: 1rem;
    }
}

/* ICON MODERN */

.icon-modern {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.icon-modern.icon-lg {
    min-width: 60px;
    width: 60px;
    height: 60px;
    font-size: 25px;
}

.icon-modern.icon-md {
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 19px;
}

.icon-modern.icon-sm {
    min-width: 32px;
    width: 32px;
    height: 32px;
    font-size: 16px;
}

.icon-modern.icon-xs {
    min-width: 24px;
    width: 24px;
    height: 24px;
    font-size: 12px;
}

.icon-modern.icon-primary {
    background: #11d1a4;
    color: #DCF4ED;
    /* border: solid 1px #11d1a4 !important; */
}

.icon-modern.icon-primary-subtle,
.icon-primary-subtle {
    background: #DCF4ED;
    color: #11d1a4;
    /* border: solid 1px #11d1a4 !important; */
}

.icon-modern.icon-success {
    background: #0b9272;
    color: #f8fffd;
}

.icon-modern.icon-success-subtle {
    color: #0b9272;
    background: #dafff0;
    border: solid 1px #0b9272 !important;
}

.icon-modern.icon-secondary-subtle {

    border: solid 1px #6b7280 !important;
    background: #f8fafc;
    color: #6b7280;
}

.icon-modern.icon-tertiary-subtle {

    border: solid 1px #9499a5 !important;
    background: #f8fafc;
    color: #6b7280;
}

.icon-modern.icon-danger-subtle {

    border: solid 1px #ef4444 !important;
    background: #fcf8f8;
    color: #ef4444;
}

.icon-modern.icon-danger {

    background: #ef4444;
    color: #fcf8f8;
}

.icon-modern.icon-warning {

    background: #FFA800;
    color: #fff1d6;
}

.icon-modern.icon-warning-outline {
    border: solid 1px #FFA800 !important;

    background: #fff1d6;
    color: #FFA800;
}

.icon-modern.icon-warning-subtle,
.icon-warning-subtle {

    background: #fff1d6;
    color: #FFA800;
}

.icon-modern.icon-round {
    border-radius: 50%;
}

.icon-modern.icon-purple {

    background: #8540f5;
    color: #f5efff;
}

.icon-modern.icon-purple-outline {
    border: solid 1px #8540f5 !important;
    background: #f5efff;
    color: #8540f5;
}

.icon-modern.icon-purple-subtle,
.icon-purple-subtle {
    background: #f5efff;
    color: #8540f5;
}

@media (min-width: 768px) {
    .icon-personas {
        position: absolute;
        top: 30px;
        left: 30px;
        box-shadow: 1px 0px 8px rgba(2, 0, 56, 0.377);
    }
    .icon-md-normal {
        min-width: 48px;
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
}
