* {
    outline: none;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  body {
    justify-content: center;
    margin: auto;
    display: block;
    background-color: #fcfcfc;
    margin: 0px;
    display: block;
  }
  body {
    padding-top: 72px;
    background-color: #efeff4;
  }  
  .top-nav {
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0px;
    left: 0px;
    right: 0px;
    background: white;
    color: gray;
    line-height: 70px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 300ms ease;
  }
  .grid-container {
    display: grid;
    grid-template-columns: auto 250px;
  }
  .top-nav img {
    height: 60px;
    margin: 5px;
  }
  .top-nav a {
    margin-right: 2px;
    text-decoration: none;
  }
  .icon {
    color: gray;
    font-size: 30px;
    margin-right: 5px;
  }
  #myLinks {
    display: none;
    top: 72px;
    position: fixed;
    left: 0px;
    width: 100%;
    background: gray;
    padding-bottom: 8px;
  }
  .links {
    width: 100%;
    height: 20px;
    background: gray;
    color: white;
    display: block;
    padding: 5px;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .sidebar {
    position: fixed;
    width: 180px;
    height: 100%;
    background: #28282b;
    padding: 5px;
    left: 0px;
    top: 70px;
  }
  
  .sidebar-btn {
    display: block;
    width: 100%;
    max-width: 160px;
    height: 30px;
    margin: 10px;
    justify-content: center;
    color: white;
    border-radius: 5px;
    border: none;
    text-align: left;
    line-height: 30px;
    font-size: 13px;
    padding-left: 5px;
  }
  
  .sidebar-btn:hover {
    background: #1e62ff;
  }
  
  .sidebar img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  
  .content {
    padding-left: 190px;
    padding-right: 0px;
    margin: auto;
    display: block;
    justify-content: center;
  }
  
  .title {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 0px;
    padding-right: 0px;
  }
  .title h1 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #484848;
    font-weight: 300px;
    margin: 0px;
    padding: 0px;
  }
  
  .title a {
    color: #1e62ff;
    background-color: transparent;
    border-collapse: collapse;
    border-width: 1px;
    border-color: gray;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
  }
  
  #btns-newCustomer:hover {
    background-color: lightgray;
  }
  #btn-edit {
    color: gray;
  }
  #btn-edit:hover {
    background-color: lightgray;
    color: red;
  }
  #btn-NewCustomer {
    margin-top: 15px;
    margin-right: 5px;
    text-align: right;
  }
  
  /*
  .content img {
    margin-top: 18px;
    height: 34px;
  }
  */
  
  .menu-newcustomer {
    visibility: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 3px 10px 374px 2000px rgba(0, 0, 0, 0.3);
  }
  
  .menu-newcustomer a {
    background-color: white;
    height: 100px;
    width: 400px;
    display: block;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
  }
  
  .wrapper {
    display: grid;
    grid-template-columns: 40% auto 20px;
  }
  
  .menu-newcustomer img {
    height: 100px;
  }
  .menu-newcustomer h1 {
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    font-size: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 200;
    color: gray;
  }
  .menu-newcustomer h2 {
    line-height: 10px;
    font-size: 60px;
    font-weight: 100;
    color: #1e62ff;
  }
  #btn-cancel {
    border-radius: 10px;
    margin-top: 20px;
    height: 20px;
    text-align: center;
    color: white;
    background:transparent;
  }
  
  .customer {
    display: block;
    max-height: 70px;
    margin-bottom: 8px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.28);
  }
  
  .customer:hover {
    background: lightgray;
  }
  
  .customer h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin: 0px;
    padding: 0px;
    padding-top: 7px;
  }
  .customer h2 {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
  }
  .customer a {
    text-decoration: none;
    color: white;
  
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    border-radius: 5px;
  }
  #date {
    color: black;
  }
  
  #sign {
    margin-right: -50px;
  }
  #view,
  #sign {
    color: gray;
  }
  #view:hover {
    color: #1e62ff;
  }
  #sign:hover {
    color: #1e62ff;
  }
  #remove {
    color: red;
    visibility: hidden;
  }
  #cancel {
    color: #1e62ff;
  }
  #cancel:hover {
    color: #1e62ff;
  }
  
  /* Btn-Img */
  #btn-icon {
    margin: 0px;
    padding: 0px;
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }
  
  .btns :hover {
    font-weight: bold;
  }
  
  .grid {
    display: grid;
    grid-template-columns: auto 60%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
  
  #info {
    padding-top: 5px;
    text-align: left;
  }
  #btns {
    padding-top: 18px;
    padding-right: 10px;
    text-align: right;
  }
  
  .delete-confirmation {
    visibility: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 100px;
    text-align: center;
    justify-content: center;
    background-color: white;
  
    border-radius: 15px;
    padding: 15px;
    box-shadow: 5px 5px 15px 2000px rgba(0, 0, 0, 0.11);
  }
  
  .delete-confirmation h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    color: gray;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  
  .btns {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 50% 50%;
  }
  
  hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: lightgray; /* old IE */
    background-color: lightgray; /* Modern Browsers */
    margin-top: -5px;
  }
  

  iframe {
      width: 100%;
      height: 93vh;
      border: none;
  }
