﻿.contact-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 15px;
}

    .contact-line i {
        font-size: 18px;
        color: #007bff;
    }

    .contact-line span {
        font-weight: 600;
    }

    .contact-line a {
        color: inherit;
        text-decoration: none;
    }

        .contact-line a:hover {
            text-decoration: underline;
        }

.footer-contact {
    max-width: 360px;
    margin: 0 auto;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.8;
}

    .footer-contact-item i {
        color: #007bff;
        font-size: 16px;
        margin-top: 4px;
        min-width: 18px;
        text-align: center;
    }

    .footer-contact-item .label {
        font-weight: 600;
        white-space: nowrap;
    }

    .footer-contact-item .value {
        color: inherit;
        text-decoration: none;
    }

    .footer-contact-item a.value:hover {
        text-decoration: underline;
    }

.footer-links {
    list-style: none;
    padding-left: 0;
}

    .footer-links li {
        position: relative;
        padding-right: 40px;
    }

        .footer-links li::before {
            content: "•";
            padding-right: 25px;
            position: absolute;
            right: 0;
            top: 6px;
            color: #007bff;
            font-size: 20px;
            line-height: 1;
        }

    .footer-links a {
        color: inherit;
        text-decoration: none;
    }

        .footer-links a:hover {
            text-decoration: underline;
        }

.footer-text-with-icon {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

    .footer-text-with-icon i {
        color: #007bff;
        font-size: 18px;
        margin-top: 4px;
        flex-shrink: 0;
    }

    .footer-text-with-icon p {
        margin: 0;
        text-align: justify;
        line-height: 1.8;
    }

.btn-consult {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

    .btn-consult:hover {
        background-color: #c82333 !important;
        border-color: #c82333 !important;
        color: #fff !important;
    }

    .btn-consult:focus,
    .btn-consult:active {
        background-color: #c82333 !important;
        border-color: #c82333 !important;
        color: #fff !important;
        box-shadow: none !important;
    }

.login-item {
    margin-right: 5px;
}

    .login-item > a {
        border: 1px solid #007bff;
        padding: 6px 14px;
        border-radius: 6px;
    }

.site-menu.main-menu > li > a:hover {
    color: #007bff !important;
}

.login-link {
    color: #fff !important;
    text-decoration: none !important;
}

    .login-link:hover {
        color: #007bff !important;
    }
/* Dropdown user menu */

.dropdown-user {
    position: relative;
}

.user-toggle {
    cursor: pointer;
}

.user-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #808080;
    min-width: 160px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: none;
    z-index: 9999;
    padding: 5px 0;
    text-align: right;
}

    .user-dropdown-menu li {
        list-style: none;
    }

        .user-dropdown-menu li a,
        .user-dropdown-menu li button {
            display: block;
            width: 100%;
            padding: 8px 15px;
            color: white;
            background: none;
            border: none;
            text-align: right;
            font-family: inherit;
            cursor: pointer;
        }

.site-navigation .user-dropdown-menu li a:hover,
.site-navigation .user-dropdown-menu li button:hover {
    background: none !important;
    color: #007bff !important;
}

.user-dropdown-menu .divider {
    height: 1px;
    background: #ddd;
    margin: 5px 0;
}

.dropdown-user:hover .user-dropdown-menu {
    display: block;
}

.logout-link {
    color: #fff;
}

.sticky-wrapper.is-sticky .logout-link {
    color: #000 !important;
}

    .sticky-wrapper.is-sticky .logout-link:hover {
        color: black !important;
    }

.status-badge {
    display: inline-block;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    color: white;
}

.status-success {
    background-color: #28a745;
}

.status-danger {
    background-color: #dc3545;
}

.status-warning {
    background-color: #fd7e14;
}
