/*
 Application Specific Template
 */


:root {
    --brand-color: #0d6efd;
}
.navbar .nav-link.active {
    color: #fff !important;
    font-weight: bold;
}
.nav-tabs .nav-link.active {
    color: #212529 !important;
    font-weight: 600;
}
.dropdown-item.active {
    background-color: var(--brand-color);
}
footer a {
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}

/* Phone Overlay Styles */
.iti { width: 100%; }
#phoneOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08) 0%, rgba(255, 255, 255, 0.97) 60%);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
#phoneOverlayCard {
    max-width: 520px;
    width: 90%;
    z-index: 100000;
}
.phone-overlay-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd 0%, #6ea8fe 100%);
    color: #fff;
    font-size: 1.9rem;
}
#phoneReasonBox {
    background-color: #f0f6ff;
}
.logout-link {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    z-index: 100001;
}