.btnn {
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  border-radius:50%;
}
.input {
    width: 90% !important;
      border-radius: 25px;
      padding: 15px;
      margin: 5px 0 22px 0;
      display: inline-block;
      border: none;
      background: #8181;
    }   
.hr {
    border-bottom:1px solid #000;
}   
#wid {
    width:600px;
}
    .button {
      background-color: #059862;
      border-radius:25px;
      color: white;
      padding: 14px 20px;
      margin: 8px 0;
      border: none;
      cursor: pointer;
      width: 35%;
      opacity: 0.9;
    }
    .bt {
         margin-bottom: 175px !important;
    }
    
    .button:hover {
      opacity:1;
    }
#timepicker:before {
   margin-right: .6em;
   color: #9d9d9d;
}
#timepicker1:before {
   margin-right: .6em;
   color: #9d9d9d;
}   
body {
    font-family: "Lato", sans-serif;
  }
  
  /* Fixed sidenav, full height */
  .sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
  }
  
  /* Style the sidenav links and the dropdown button */
  .sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 12px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }
  button.dropdown-btn {
    font-size: 12px;
}
  
  /* On mouse-over */
  .sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
  }
  
  /* Main content */
  .main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
  }
  input#image {
    width: 80%;
    border-radius: 25px;
    padding: 13px 30px 13px 30px;
}
  /* Add an active class to the active dropdown button */

  
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
  }
  
  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 8px;
  }

.fade:not(.show) {
    opacity: 1;
}
@media only screen and (max-width: 600px) {
#sm3 {
   margin-left:125px !important;
}
button.hamburger.animated.fadeInLeft.is-closed {
    margin-left: 290px !important;
}
.col-6.col-sm-4.mobcard {
    margin-top: -125px;
}

}

  /* Some media queries for responsiveness */
  @media screen and (max-width: 450px) {

    #wid {
    width:auto;
}


  }
