* {box-sizing: border-box}
body {font-family: Verdana, sans-serif;
    margin:0;
    background-image: url("Textures/Table-Render.png"); }

body{
    padding: 0;
    margin: 0;
}
#Phone{
    position: absolute;
    background-image: url("");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 10%;
    margin-left: 50%;
    transform: translate(-50%, 0);
    height: 190%;
    width: 50%;
    filter: drop-shadow(10px 10px 10px #0f0f0f);
    
}
#Btn1{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 25%;
    margin-top: 80%;
    background: none;
    border: none;
}
#Btn2{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 45%;
    margin-top: 80%;
    background: none;
    border: none;
}
#Btn3{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 65%;
    margin-top: 80%;
    background: none;
    border: none;
}
#Btn4{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 25%;
    margin-top: 100%;
    background: none;
    border: none;
}
#Btn5{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 45%;
    margin-top: 100%;
    background: none;
    border: none;
}
#Btn6{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 65%;
    margin-top: 100%;
    background: none;
    border: none;
}
#Btn7{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 25%;
    margin-top: 120%;
    background: none;
    border: none;
}
#Btn8{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 45%;
    margin-top: 120%;
    background: none;
    border: none;
}
#Btn9{
    position: absolute;
    transform: translate(-50%, 0);
    width: 10%;
    height: 10%;
    margin-left: 65%;
    margin-top: 120%;
    background: none;
    border: none;
}
#Btn0{
    position: absolute;
    transform: translate(-50%, 0);  
    width: 10%;
    height: 10%;
    margin-left: 45%;
    margin-top: 140%;
    background: none;
    border: none;
}
#BtnBack{
    position: absolute;
    width: 10%;
    height: 10%;
    margin-left: 38%;
    margin-top: 140%;
    background: none;
    border: none;
}
#BtnEnter{
    position: absolute;
    width: 10%;
    height: 10%;
    margin-left: 38%;
    margin-top: 140%;
    background: none;
    border: none;
}
#Console{
    z-index: 2;
    position: fixed;
    height: 90%;
    width: 100%;
    background-image: url("Textures/iPadPro-Rendering.png");
    bottom: -80%;
    color: white;
    transition: 1s;
    filter: drop-shadow(-10px -10px 10px #0f0f0f);
}
#Console #text{
    padding: 100px;
    filter: drop-shadow(1px 1px 1px #ffffff);
    font-size: 15px;
}
#Console:Hover{
    bottom: 0%;
}
#Files{
    z-index: 1;
    position: fixed;
    height: 100%;
    width: 80%;
    background-image: url("Textures/Files-Render.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: -75%;
    transition: 1s;
    filter: drop-shadow(10px 10px 10px #0f0f0f);
}
#Files:hover{
    left: 0%;
}
#Files #text{
    padding: 10px;
}
#Files input{
    width: 80%;
    padding: 10px;
    border: none;
    border-radius: 25px;
}
#Settings{
    z-index: 2;
    position: fixed;
    height: 100%;
    width: 80%;
    background-image: url("Textures/Mat-Render.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #f0f0f0;
    right: -75%;
    transition: 1s;
    padding: 25px;
    filter: drop-shadow(-10px 10px 10px #0f0f0f);
}
#Settings:hover{
    right: 0%;
    position: relative;
}
#Settings td{
    width: 100px;
}
#Btncancel{
    background: none;
    border: none;
    position: absolute;
    margin-left: 60%;
    margin-top: 173%;
}

#input{
    position: absolute;
    margin-left: 50%;
    margin-top: 60%;
    transform: translate(-50%, 0);
    height: 2.5%;
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#SettingsBtn, .reset{
    width: 200px;
    height: 100px;
    padding: 5px;
    margin-top: 5px;
    font-size: 25px;
    background: none;
    color: #f0f0f0;
    border: 2px #f0f0f0 solid;
    border-radius: 15px;
    display: block;
    margin-top: 6%;
    margin-left: 9%;
}
#FlipArrow{
    background: none;
    border: none;
    width: 100px;
    height: 100px;
    position: absolute;
}
#FlipArrow img{
    width: 100%;
    height: 100%;
}

#SettingsPopUp{
    width: 75%;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 102;
}
#SettingsPlate{
    background-color: #0f0f0f;
    width: 100%;
    height: 550%;
    opacity: 90%;
    position: absolute;
    z-index: 101;
}
#SettingsBtn{
    position: absolute;
    border: none;
    background: none;
    right: 0px;
    top: 0px;
}
.row {
    display: -ms-flexbox; /* IE 10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE 10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create two equal columns that sits next to each other */
  .column {
    -ms-flex: 25%; /* IE 10 */
    flex: 25%;
    padding: 4px 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
  }
  .column button img {
    filter: drop-shadow(10px 10px 10px #0f0f0f);
  }
  .column button{
      border: none;
      border-radius: 10px;
      background-color: #f5f5f5;
  }
  .column button:Hover{
      background-color: #d0d0d0;
  }
#Settingsheader{
    border: black solid 1px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}
#Settingsheader button{
    border: none;
    background: none;
}
#searchInput{
    background-image: url('/css/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}