body{
  font-family: sans-serif;
  background-color: #323232;
  color: white;
  margin: 0;
}

nav{
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 100%;
  background: #f1f1f133;
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(4px);
}


button{
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  padding: 10px 25px;
  color: black;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  background: #cccccc;
  border-color: #c6c6c6;
  cursor: pointer;
  align-self: flex-end;
  transition: all 0.2s ease;
}

button:hover{ background: #3996ff; color: white;}
button:active{ background: #1c74c8; color: white; }

input{
  padding: 10px;
  color: white;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  background: #222222;
  border-color: #858585;
}

#wrapper h1{
  text-align: center;
}

table tr > td:first-child{
  text-align: center;
  font-weight: lighter;
  color:#969696;
}

table{
  background: #2b2b2b;
  box-sizing: border-box;
  padding: 20px;
  border: solid 1px #6c6c6c;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 100px;
}

table tr > th:first-of-type{ width: 40px; }
table tr > th:nth-of-type(2){ width: 300px; }
table tr > th:last-of-type{ width: 100px; }

@media screen and (max-width: 600px) {

}

body {
  background: #3e4144;
}
.form {
  margin: 50px auto;
  width: 300px;
  padding: 30px 25px;
  background: white;
}
h1.login-title {
  color: #666;
  margin: 0px auto 25px;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}
.login-input {
  font-size: 15px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 25px;
  height: 25px;
  width: calc(100% - 23px);
}
.login-input:focus {
  border-color:#6e8095;
  outline: none;
}
.login-button {
  color: #fff;
  background: #55a1ff;
  border: 0;
  outline: 0;
  width: 100%;
  height: 50px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.link {
  color: #666;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
}
.link a {
  color: #666;
}
h3 {
  font-weight: normal;
  text-align: center;
}
/* Style the list */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    top:0;
}

#topbar{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 100%;
  top: 0;
}

h1.menu{
  color: yellowgreen;
}

#successSave{
    color: #00ff2b;
}


/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    margin-top: 6%;
}
.menu{
    text-align: center;
}
.loggin_user{
    color: #000;
}

.full-screen {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    background: rgba(0,0,0,0.9) !important;
}

.flex-container-center {
displaY: flex !important;
flex-direction: column !important;
justify-content: center !important;
align-items:center !important;
}

.full-screen{
color: white !important
}
