#timer-container, #timer-container * {
    user-select: none;
}
#timer-container {
    text-align: center;
    position: relative;
    width: 100vw;
    position: relative;
    gap: 40px;
    padding-top: 50px;
    padding-bottom: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#timer-scaler {
    display:flex;
    flex-direction:column;
    gap: 20px;
}
#time-indicator {
    color: #212731;
    display: flex;
    flex-direction: row;
    font-size: 5rem;
    font-weight: 600;
    text-shadow: 1px 2px 1px #FFF;
    justify-content: center;
}
#time-indicator .separator {
    margin-top: -9px;
}
#time-indicator .single-time {
    font-family: 'Azeret Mono', 'SF Mono', 'Roboto Mono', 'Menlo', 'Consolas', 'Liberation Mono', 'Courier', monospace;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#time-indicator .single-time .time-value {
    min-width: 2ch;
    text-align: center;
}
#time-indicator .single-time .time-label {
    font-size: 1.25rem;
    text-align: center;
}
#hint {
    font-weight: 700;
    font-size: 0.9rem;
    text-shadow: 1px 2px 1px #FFF;
    min-height: 30px;
    display: flex;
    align-items: center;
    color: #212731;
}
.red-text {
    color: #e8090a;
}
#timer {
    background: #1F78FF;
    background: linear-gradient(150deg,rgba(69, 143, 255, 1) 0%, rgba(31, 120, 255, 1) 100%);
    border: 3px solid #5C9DFF;
    outline: 3px solid #0062F5;
    border-radius: 25px;
    box-shadow: 0.8px 0.8px 1.3px hsl(var(--shadow-color) / 0.31),
    4.4px 4.4px 7px -0.3px hsl(var(--shadow-color) / 0.31),
    7.8px 7.9px 12.5px -0.6px hsl(var(--shadow-color) / 0.31),
    11.9px 12px 19px -0.8px hsl(var(--shadow-color) / 0.31),
    17.5px 17.6px 27.9px -1.1px hsl(var(--shadow-color) / 0.31),
    25.2px 25.4px 40.3px -1.4px hsl(var(--shadow-color) / 0.31),
    35.9px 36.2px 57.4px -1.7px hsl(var(--shadow-color) / 0.31),
    50.2px 50.7px 80.3px -1.9px hsl(var(--shadow-color) / 0.31),
    69.1px 69.8px 110.5px -2.2px hsl(var(--shadow-color) / 0.31),
    93.1px 94.1px 148.9px -2.5px hsl(var(--shadow-color) / 0.31);
    width: 375px;
    height: 375px;
    max-height: 375px;
    max-width: 375px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
#minutes {
    background: #F8F4F2;
    border: 4px solid #0049B8;
    outline: 4px solid #5C9DFF;
    box-shadow: rgba(0,0,0,0.275) 0px 0px 50px 0px, inset 0px 0px 31px 8px rgba(0,0,0,0.175);
    border-radius: 50%; 
    height: 300px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
#tick-marks {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#number-marks-container {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
}
.tick-mark {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    transform-origin: center;
}
.tick-mark::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 8px;
    background-color: #0049B8;
    top: 0;
}
.tick-mark.five-min::before {
    height: 12px;
    width: 2px;
    background-color: #0049B8;
}
.number-mark {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    transform-origin: center;
}
.number-mark span {
    position: absolute;
    font-size: 20px;
    font-weight: 800;
    color: #00317A;
    top: 1%;
}
#knob {
    background: #FFE7D6;
    border: 1px solid rgba(0,0,0,0.275);
    box-shadow: rgba(0,0,0,0.275) 0px 0px 50px 0px, inset 0px 0px 31px 8px rgba(0,0,0,0.25);
    border-radius: 50%;
    height: 190px;
    width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    transition: transform 0.3s linear;
}
#knob:active {
    cursor: grabbing;
}
#knob-dial {
    background: #E80A0A;
    border: 3px solid #890606;
    box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.175);
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#knob-part {
    background: #E80A0A;
    border: 1px solid #890606;
    box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.175), rgba(0, 0, 0, 0.2) 0px 15px 25px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
    height: 212.5px;
    width: 50px;
    border-radius: 12.5px;
    display: flex;
    justify-content: center;
}
#triangle {
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 0 7.5px 12px 7.5px;
   border-color: transparent transparent #FFFFFF transparent;
   transform: rotate(0deg);
   margin-top: 10px;
}
#line {
    width: 1px;
    height: 170px;
    background: rgba(0,0,0,0.175);
    margin-left: -0.5px;
    margin-top: 20px;
}
@keyframes shake-knob-four-times {
    0.00%, 25.00% { transform: rotate(0deg); }
    6.25% { transform: rotate(5deg); }
    12.50% { transform: rotate(-5deg); }
    18.75% { transform: rotate(3deg); }
    23.00% { transform: rotate(-3deg); }
    25.00% { transform: rotate(0deg); }
    31.25% { transform: rotate(5deg); }
    37.50% { transform: rotate(-5deg); }
    43.75% { transform: rotate(3deg); }
    48.00% { transform: rotate(-3deg); }
    50.00% { transform: rotate(0deg); }
    56.25% { transform: rotate(5deg); }
    62.50% { transform: rotate(-5deg); }
    68.75% { transform: rotate(3deg); }
    73.00% { transform: rotate(-3deg); }
    75.00% { transform: rotate(0deg); }
    81.25% { transform: rotate(5deg); }
    87.50% { transform: rotate(-5deg); }
    93.75% { transform: rotate(3deg); }
    98.00% { transform: rotate(-3deg); }
    100.00% { transform: rotate(0deg); }
}
.shake-knob {
    animation: shake-knob-four-times 4s cubic-bezier(.36,.07,.19,.97) both;
}
@media (max-width: 767px) {
    #timer-container {
        gap: 0;
    }
}
@media (max-width: 430px) {
    #timer-scaler {
        scale: 0.925;
    }
}
@media (max-width: 390px) {
    #timer-scaler {
        scale: 0.85;
    }
}
@media (max-width: 360px) {
    #timer-scaler {
        scale: 0.725;
    }
}
@media (max-width: 310px) {
    #timer-scaler {
        scale: 0.65;
    }
}