h1 {
    font-family: arial;
}

input[type=text], input[type=password], input[type=number] {
    text-align:center;
}

select {
    text-align: center;
}

th, td {
    padding: 4px;
    font-family: arial;
    text-align: center;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-bottom-right-radius: 5px;
}
th {
    background: #34a8eb;
}
tr:hover {
    background: #ccebff;
}

.box-l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.box-r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}
.flag {
    width: 25px;
    height: 25px;
    border: solid #d9d9d9 1px;
}

.main{
    font-family: arial;
    margin-left:160px;
    padding: 0px 10px;
}

.message{
    font-family: arial;
    padding: 8px 15px 8px 15px;
    color: white;
    border-radius: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    max-width: 40%;
    display: inline-block;
}
.message-error{
    background-color: #ff0000;
}
.message-info{
    background-color: #0099ff;
}
.message-success{
    background-color: #00b300;
}
.msg-container{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.sidenav {
    height:100%;
    width:160px;
    position: fixed;
    z-index:1;
    top:0px;
    left:0px;
    background:#34a8eb;
    overflow-x:hidden;
    padding-top:20px;
}
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    text-align: center;
    font-size: 25px;
    font-family:arial;
    color: #040d69;
    display:block;
    transition: color 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
}

.td-time {
    font-size: 10px;
    color: #4d4d4d;
}

.td-nob {
    border: none;
}

.username{
    font-family: arial;
    color: #040d69;
    font-size: 12px;
    text-align: right;
    padding-right: 6px;
}

.small_out {
    font-size: 12px;
}

