﻿.navbar-clock {
    position: absolute;
    top: 10px;
    right: 20px;
}

.footer-clock-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.clock-svg {
    border: 1px solid #ccc;
    border-radius: 50%;
    background: white;
    width: 70px;
    height: 70px;
}

.clock-face {
    fill: white;
    stroke: black;
    stroke-width: 2;
}

/*.clock-digit {
    fill: black;
    font-family: Arial, sans-serif;
    user-select: none;
}*/

.hour-hand {
    stroke: black;
    stroke-width: 4;
    stroke-linecap: round;
}

.minute-hand {
    stroke: black;
    stroke-width: 2.5px;
    stroke-linecap: round;
}

.second-hand {
    stroke: red;
    stroke-width: 1.5px;
    stroke-linecap: round;
}

.center-circle {
    fill: black;
}

.analog-clock-container {
    margin-top: 4px;
    text-align: center;
}

/*.clock-digit3 {
    font-size: 12px;  Try 14px or higher for more size 
    font-family: Arial, sans-serif;
    font-weight: bold;
}*/

/*.clock-digit1 {
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    fill: black;
    text-anchor: middle;
}

.clock-digit4 {
    font-family: 'Segoe UI', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 20px;
    fill: #333;
    font-weight: 500;
    text-anchor: middle;
}*/

.analog-clock-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.analog-clock {
    width: 70px;
    height: 70px;
}

.clock-face {
    fill: white;
    stroke: black;
    stroke-width: 2;
}

/*.clock-digit {
    font-size: 9px;
    font-family: Georgia, serif;
    fill: black;
    text-anchor: middle;
}*/

.clock-digit {
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    fill: black;
    text-anchor: middle;
    text-shadow: 0 0 1px black;
}

.hour-hand {
    stroke: black;
    stroke-width: 4;
    stroke-linecap: round;
}

.minute-hand {
    stroke: black;
    stroke-width: 2.5px;
    stroke-linecap: round;
}

.second-hand {
    stroke: red;
    stroke-width: 1.5px;
    stroke-linecap: round;
}

.center-dot {
    fill: red;
}
