html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f7f7f7 !important;
    min-height: 80vh;
}

.card {
    box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 1.5em;
    border-radius: 1em;
}

    .card label {
        font-size: .9em;
        color: #6c757d;
    }
.btn {
    border-radius: 1em;
}

h4 {
    font-weight: lighter !important;
}

h5 {
    font-weight: normal !important;
}

.wizard-nav .nav-link {
    cursor: pointer;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    border-radius: .6rem;
    color: #495057;
}

    .wizard-nav .nav-link .step-indicator {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #e9ecef;
        background: #fff;
        font-weight: 700;
        color: #495057;
        transition: all .18s ease;
        flex-shrink: 0;
        font-size: 14px;
        line-height: 1;
    }

    .wizard-nav .nav-link.completed .step-indicator {
        background: linear-gradient(90deg,#2dd4bf,#0d9488);
        color: #fff;
        /*border-color: transparent;
                box-shadow: 0 6px 16px rgba(13,110,253,0.08); */
    }

    .wizard-nav .nav-link.active .step-indicator {
        /* background: linear-gradient(90deg,#0d6efd,#6610f2); */
        color: #000;
        /* border-color: transparent;
                box-shadow: 0 8px 20px rgba(13,110,253,0.12); */
    }

.pkg-card {
    transition: transform .12s ease, box-shadow .12s ease;
    cursor: pointer;
}

    .pkg-card.selected {
        transform: translateY(-6px);
        box-shadow: 0 8px 24px rgba(13,110,253,0.12);
        border-color: #0d6efd;
    }

.addon-card {
    transition: transform .12s ease, box-shadow .12s ease;
}

    .addon-card.selected {
        transform: translateY(-4px);
        box-shadow: 0 6px 18px rgba(13,110,253,0.08);
        border-color: #0d6efd;
    }

.required::after {
    content: " *";
    color: #d00;
}

.price-badge {
    font-size: 1.05rem;
    font-weight: 600;
}

.small-muted {
    font-size: .85rem;
    color: #6c757d;
}

.ts-control .flag-icon {
    vertical-align: middle;
    margin-right: 6px;
}

.ts-dropdown .flag-icon {
    margin-right: 8px;
}
