﻿
html {
    height: -webkit-fill-available;
    overflow: hidden;
}

body {
    overflow: hidden;
    -webkit-user-select: none;
}
.DisplayShow {
    display: block;
}

.DisplayHide {
    display: none;
}


@font-face {
    font-family: 'VeteranTypewriter';
    src: url('../../../Fonts/VeteranTypewriter.woff') format('woff');
}
 
.MainContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100dvh; /*Not this is to fix issues with iphone bottom nav bar*/
    background-color: #A72118;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.BackButton {
    position: absolute;
    width: 100px;
    left: 7px;
    top: 12px;
}
.BackButtonImage {
    width: 28vw;
}
.clockImageContainer {
    position: relative;
    height: 100%;
    z-index: 1;
    touch-action: manipulation;
}
.selectImageDisable {
    touch-action: manipulation;
    pointer-events: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none; /* Safari Touch */
    -webkit-user-select: none; /* Webkit */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Edge*/
    user-select: none; /* Future-proof*/
}

.ClockImage {
     
    height: 100%;
    
}

.ClockGif {
    position: absolute;
    left: 24%;
    width: 51%;
    top: 27.2%;
    z-index: -1;
}
.EnterTimeValue {
    font-family: VeteranTypewriter;
    position: absolute;
    left: 17%;
    top: 66%;
    width: 65%;
    font-size: 8vh;
    line-height: 0.8;
    text-align: center;
    height: 10%;
    border: 0;
    background-color: transparent;
    pointer-events: none;
    padding: 0;
    color: #3B3B3B;
}

.TimerButton {
    background-color: transparent;
    border: 0;
    touch-action: manipulation;
}
.TimerButtonsMinUP {
    position: absolute;
    left: 14%;
    top: 64%;
    width: 14%;
}
.TimerButtonsMinDOWN {
    position: absolute;
    left: 14%;
    top: 70.8%;
    width: 14%;
    transform: rotate(180deg);
}
.TimerButtonsSecUP {
    position: absolute;
    left: 69%;
    top: 64%;
    width: 14%;
}
.TimerButtonsSecDOWN {
    position: absolute;
    left: 69%;
    top: 70.8%;
    width: 14%;
    transform: rotate(180deg);
}

.ButtonImage {
    
    width: 100%;
   
}
.TextButton {
    position: absolute;
    left: 17%;
    top: 82.9%;
    width: 62.5%;
    font-family: VeteranTypewriter;
    font-size: 4vh;
    color: white;
    text-align: center;
}