/* ===== CodeOS Custom Style for HESK ===== */
body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a, a:visited {
    color: #00b2b9;
}

a:hover {
    color: #00858a;
    text-decoration: underline;
}

.navbar, .footer {
    background-color: #00b2b9 !important;
    color: white;
}

.btn-primary {
    background-color: #00b2b9;
    border-color: #00b2b9;
}

.btn-primary:hover {
    background-color: #00858a;
    border-color: #00858a;
}

.footer-custom {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    margin-top: 20px;
    color: #333;
}

.footer-custom a {
    color: #00b2b9;
    text-decoration: none;
}

.footer-custom a:hover {
    text-decoration: underline;
}