﻿
/*loading panel*/
.overlay

{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1060;
}

.overlay-card {
    background: #fff;
    border-radius: .75rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.2);
    min-width: 260px;
}
.refine-box {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1rem;
    width: 100%;
}

.refine-box h6 {
        font-weight: 600;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: .5rem;
        margin-bottom: 1rem;
    }

.refine-section + .refine-section {
    margin-top: 1.25rem;
}

.refine-section a {
    display: block;
    color: #0d6efd;
    text-decoration: none;
    margin: 2px 0;
}

 .refine-section a:hover {
        text-decoration: underline;
}