
* {
    box-sizing: border-box;
}
    



/* Style the body */
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    height: 100%;
    overflow-y: auto;
    color:white;
}
.header{
    height: 180px;
}
/* Header/logo Title */
.header img {
    /* padding: 60px; */
    height: 100%;
    width: 100%;
}

.navbar{
    background-color: maroon;
display: flex;
}
.admin-nav{
    background-color: maroon;
    display: block !important;
    height: 40px;
}
.topnav-right{
    text-align: center;
    float: right
}

/* Style the navigation bar links */
.navbar a {
    color: white;
    padding: 10px 10px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: flex;
}

/* Change color on hover */
.navbar a:hover {
    opacity: 0.8;
    /* color: black; */
}

.content {
    display: flex;
    justify-content: center;
}

/* Column container */
.row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.col {
    font-size: 200%;
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', 'sans-serif';
    padding: 10px 30%;
    /* color: maroon; */
    text-align: center;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
    flex: 30%;
    background-color: #f1f1f1;
    padding: 20px;
}

/* Main column */
.main {
    flex: 70%;
    background-color: white;
    padding: 20px;
}

/* Fake image, just for this example */
.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 20px;
}

.lottery-list {
    margin-top: 10px;
}
/* .loto-login{

} */
.lottery-list table {
    width: 700px;
    border-collapse: collapse;
}
.lottery-list .lott-date{
    text-align: center;
    font-size: 25px;
    border-top: 1px solid burlywood;
    line-height: 2;
}
.lottery-list table tr {
    border-top: 1px solid burlywood;
    border-bottom: 1px solid burlywood;
}

.lottery-list table tr td {
    text-align: center;
    padding: 10px
}

.lottery-list table th {
    padding: 10px;
    font-size: 20px;
}

/* Footer */
.footer {
    padding: 20px;
    text-align: center;
    background: #ddd;
}
.login-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5% 0px;
}
.login-cred{
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    font-size: 150%;
}
.login-cred input{
    margin-left: 15px;
}
.login-cred input{
    border: 1px solid black;
}
.col-4 {
    font-size: 1000%;
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', 'sans-serif';
    /* font-family: 'Sancreek'; */
    /* border: 1px solid #d2871e; */
    /* border: 10px solid transparent; */
    /* border-image: url(../img/woodenborder.jpg) 30 round; */
    padding: 33px 0px;
    width: 250px;
    color: #00802d;
    background-color: white;
    text-align: center;
    background-image: URL(../img/wooden.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 5px 10px 10px darkgoldenrod;
}
.index-container{
    background: linear-gradient(
        2deg
        , black, red);
        min-height: 100vh;
}

.btn-container{
    display: flex;
    justify-content: space-around;
    padding-bottom: 25px;
    padding-left: 30px;
}
.btn{
    background: maroon;
    border: 1px solid rgb(109, 8, 8);
    color: #ffffff;
    padding: 10px;
    width: 100%;
    font-size: 150%;
}
.admin-container .content{
    display: flex;
    justify-content: center;
    padding: 5%;
}
.admin-container .btn-container{
    padding-left: 0px;
    
}
select{
    width: 39%;
    font-size: 80%;
    border: 1px solid black;
}
.admin-container .content form{
    width:50%;
}
input[type="time"]{
    width: 39%;
}
.result-container .content{
    flex-direction: column;
    /* align-items: center; */
    padding: 5%;
}
.result-container table,.admin-container table {
    width: 850px;
    border-collapse: collapse;
}
.result-container .lott-date{
    text-align: center;
    font-size: 25px;
    border-top: 1px solid burlywood;
    line-height: 2;
}
.result-container table tr,.admin-container table tr{
    border-top: 1px solid burlywood;
    border-bottom: 1px solid burlywood;
}

.result-container table tr td,.admin-container table tr td {
    text-align: center;
    padding: 10px
}

.result-container table th,.admin-container table th {
    padding: 10px;
    font-size: 20px;
}
.result-container .btn{
    padding:5px;
    width:auto;
    font-size: 100%;
}
.result-container .loto-date{
    padding-bottom: 10px;
    text-align: center;
}
.result-container .result-head{
    display: flex;
    justify-content: center;
}
.admin-container h2{
    text-align: center;
}
.admin-container .admin-table{
    overflow-x: auto;
    width:70%;
}
.admin-container .container{
    display: flex;
    flex-direction: row;
}
.admin-container .admin-form{
    width:30%;
}
.admin-container .container{
    padding-left: 25px;
    padding-right: 25px;
}
button{
    cursor: pointer;
}
table tbody tr:hover{
    background-color: #00802d;
}
@media screen and (max-width: 700px) {

    .col-4 {
        padding: 10px 12px;
        width: 80px;
        font-size: 700%;
    }

    .col {
        padding: 10px 10px;
    }
    .admin-container .content form{
        width:100%;
    }
    .admin-container .container{
        display: flex;
        flex-direction: column;
    }
    .admin-container .admin-table{
        width:100%;
    }
    .admin-container .admin-form{
        width:100%
    }
    .admin-container .container {
            padding-left: 20px;
            padding-right: 20px;
    }
    
}