/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 200; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color:#ffffff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /* padding-top: 60px; Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  opacity: .98;
  }
  
  /* The navigation menu links */
  .sidenav a {
    text-decoration: none;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  /* .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  } */
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    /* padding: 20px; */
  }
  .sidebar-bottom{
    position: fixed;
    bottom: 50px;
  }
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    /* .sidenav {padding-top: 15px;} */
    .sidenav a {font-size: 18px;}
  }

  .email-in{  background-color:#2b254600;
    color: white;
    border: 1px solid black;
    height: 55px;}


    .email-btn{
        background-color: black;
        border:none;
        color: white;
        font-size:15px ;
        height: 55px;
         width: 50px;
    }

    .email-in::placeholder{
        font-size: 13px;
        color: white;
    }

    .email-form{background-color: black;}
    .info-side{font-size: 13px !important;}

    .side-btn{
      font-size: 1.5rem !important;
      color: black !important;
    }