@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
* {
    font-family: 'Lato', sans-serif;
}
body {
    margin: 0px;
    background-color: #1B8AFF;
    -ms-overflow-style: none;
}
#body {
    display: none;
    position: relative;
    min-height: 100vh;
}   
::-webkit-scrollbar {
    display: none;
}
#container {
    width: 100%;
    height: 100%;
    padding-bottom: 4.5rem;
}
#container-header{
    height: auto;
	width: 100%;
	z-index: 600;
    box-shadow: 0 2px 5px rgba(0,0,0,0.13), 0 6px 6px rgba(0,0,0,0.18);
    background-color: #FFFFFF;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#container-header-img {
    text-align: center;
    margin: 0px auto;
}
#container-counter-header > p {
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0px 0px 30px 0px;
}
#responsive {
    margin: 60px auto 0 auto;
    width: 500px;
}
#card {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    display: none;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.13), 0 6px 6px rgba(0,0,0,0.18);
}
input {
    margin: 0px 5px 0px 0px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border: solid 1px #ccc;
    box-shadow: 0 0 5px #ccc inset;
    outline: none;
    width: 50%;
    transition: all .2s ease-in-out;
    border-radius: 3px;
}
input:focus {
    border-color: #9c9c9c;
    box-shadow: 0 0 5px #9c9c9c inset;
}
input::selection {
    background: transparent;
}
#input-text {
    text-align: center;
    margin: 20px auto 40px auto;
    width: 100%;
    font-size: 18px;
}
#input-code {
    margin: auto;
    text-align: center;
}
#input-submit {
    background-color: #1B8AFF;
    border-radius: 5px;
    margin: 40px auto 20px auto;
    padding: 10px 0px 10px 0px;
    width: calc(100% - 100px);
    cursor: pointer;
    color: #FFF;
    text-align: center;
}
#input-submit:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.08), 0 5px 5px rgba(0,0,0,0.09);
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
#counter {
    text-align: center;
    font-size: 18px;
}
#counter-current {
    font-size: 50px;
    color: #000000;
}
.red {
    color: red;
    font-size: 50px;;
}
#counter-max {
    font-size: 30px;
    color: #696969;
}
#loading {
    margin-top: 20px;
    text-align: center;
}
#loading > p {
    font-size: 16px;
    font-weight: normal;
    margin-top: -10px;
    color: white;
}
@media all and (max-width:550px) {
    #container-counter {
        margin: 50px 20px 0px 20px !important;
        width: calc(100% - 40px) !important;
    }
    #responsive {
        width: calc(100% - 40px);
        margin: 50px 20px 0px 20px;
    }
    #card {
        width: calc(100% - 20px);
        height: auto;
        padding: 10px;
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: none;
        box-shadow: 0 2px 5px rgba(0,0,0,0.13), 0 6px 6px rgba(0,0,0,0.18);
    }
}
#container-wrapper-content-container-cdap-list {
	list-style-type: none;
	padding: 0;
    margin: 0;
}
.container-wrapper-content-container-cdap-list-item-i {
    background-color: #ffffff;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
    font-size: 15px;
    height: auto;
	color: black;
	display: block;
	position: relative;
}
.container-wrapper-content-container-cdap-list-item {
    cursor: pointer;
    background-color: #ffffff;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	font-size: 15px;
	color: black;
	display: block;
	position: relative;
}
.container-wrapper-content-container-cdap-list-item:hover {
	background-color: rgb(243, 243, 243);
	border-radius: 10px;
}
.container-wrapper-content-container-cdap-list-item-text {
    text-align: left;
    font-size: 15px;
    color: black;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#container-counter {
    display: block;
    width: 500px;
    height: auto;
    margin: 60px auto 0px auto;
}
#container-counter-grid {
    display: grid;
    grid-template: "a a" "b c" "d d";
    grid-gap: 20px;
    width: 100%;
    margin: auto;
    height: auto;
}
.grid-item {
    height: auto;
    width: auto;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.13), 0 6px 6px rgba(0,0,0,0.18);
    border-radius: 5px;
    -webkit-transition: background-color 1000ms linear; 
    transition: background-color 1000ms linear;
}
.grid-item-name1 {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
.grid-item-count1 {
    padding: 0px;
    margin: 0px;
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
}
.grid-item-name2 {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}
.grid-item-count2 {
    padding: 0px;
    margin: 0px;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
}
#qr-image {
    margin-top: 10px;
}
#qr-text {
    font-size: 18px;;
    text-align: center;
    color: #000000;
    padding: 0;
    margin: 0px 0px 20px 0px;
}
#footer {
    position: absolute;
    bottom: 0;
    text-align:center;
    width: 100%;
    height: 3.5rem;
}