#adminSidebar {
    --bs-offcanvas-width: 280px;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.alarm-form .select2-container--bootstrap-5 .select2-selection--single {
    min-height: calc(1.5em + 0.75rem + 2px);
}

.alert[data-auto-dismiss] {
    transition:
        opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        margin 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        padding 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        border-width 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 12rem;
    overflow: hidden;
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.08);
}

.alert[data-auto-dismiss].alert-glossy-hide {
    opacity: 0;
    transform: translateY(-0.5rem) scale(0.98);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
    border-width: 0;
    box-shadow: none;
}

/* FQDN frontend — parity with legacy themes/fqdn + fqdn-style.css (BS3/Lumen scale) */
.fqdn-body {
    background-color: #f0f0f0;
    font-size: 14px;
    line-height: 1.42857143;
}

.fqdn-body .screen {
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px 30px;
    background-color: #fff;
    margin-top: 50px;
    box-shadow: none;
}

.fqdn-body h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    margin: 20px 0 10px;
}

.fqdn-body h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.fqdn-body h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fqdn-body h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fqdn-body .lead {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
}

.fqdn-body p {
    margin: 0 0 10px;
}

.fqdn-body small {
    font-size: 85%;
    font-weight: 400;
}

.fqdn-body .screen > hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1;
}

.fqdn-body .buttonbox {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px;
}

.fqdn-body .buttonbox .btn {
    margin-left: 0.35rem;
}

/* Match legacy Lumen btn-default */
.fqdn-body .btn-default {
    --bs-btn-color: #555;
    --bs-btn-bg: #eee;
    --bs-btn-border-color: #eee;
    --bs-btn-hover-color: #555;
    --bs-btn-hover-bg: #e0e0e0;
    --bs-btn-hover-border-color: #e0e0e0;
    --bs-btn-active-color: #555;
    --bs-btn-active-bg: #e0e0e0;
    --bs-btn-active-border-color: #e0e0e0;
    --bs-btn-font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.42857143;
    padding: 9px 12px 7px;
}

.fqdn-body label {
    margin-top: 10px;
}

.fqdn-service {
    border: 2px solid #f0f0f0;
    padding: 0 10px;
    margin-bottom: 10px;
}

