@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

body{
    font-family: 'Rubik', sans-serif;
     overflow-x: hidden !important;
}


#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;} 
  to {top: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 30px; opacity: 1;} 
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

.explist{
    height:40px;
    line-height:20px;
    text-align:center;
    background:lightyellow;
    position:fixed;
    bottom:0px;
    width:100%;
    z-index:10001;
}
.mforms button{
    background:#5dba47;
    color:white;
    box-shadow:none;
    border:none;
    padding:15px 30px;
}
.mforms button:hover,.mforms button:focus{
    background:#5dba47;
    color:white;
    box-shadow:none;
    border:none;
    padding:15px 30px;
    font-weight:bold;
}
.stand input[type="text"]{
    height:35px;
    box-shadow:none;
    border:solid 1px grey;
    /*background:lightyellow;*/
    font-size:18px;
}
.stand button,.stand button:hover,.stand button:focus{
    background:#5dba47;
    color:white;
    box-shadow:none;
    border:none;
    padding:10px 30px;
}

.loginme{
    background: white;
    padding: 50px 10px;
    height: auto;
    margin-top: 15%;
    font-family: 'Open Sans', sans-serif;
}
.loginme button,.loginme button:hover,.loginme button:focus{
    background: #4B2C89;
    color: white;
    padding: 10px 50px;
    height: 40px;
    line-height: 15px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 15px;
}
.loginme h4{
    font-size: 12px;
    text-align: center;
}
.loginme input[type='text']{
    height: 40px;
    margin-bottom: 15px;
    box-shadow: none;
}
.loginme input[type='password']{
    height: 40px;
    margin-bottom: 5px;
    box-shadow: none;
}
.loginme select{
    height: 40px;
    box-shadow: none;
}
.loginme h3{
    text-align: center;
    font-size: 17px;
}
.logomain img{
    height: 40px;
}
.lsuccess{
    color: green;
    text-align: center;
    font-weight: bold;
}
.lerror{
    color: red;
    text-align: center;
    font-weight: bold;  
}
.logomain{
    text-align: center;
}
.patient_box{
    background: #f9f9f9;
    height: auto;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 15px 30px;
    padding-top: 30px;
}
.dashclick h3{
    font-family: 'Roboto', sans-serif;
}
.dashclick h5{
    font-family: 'Roboto', sans-serif;
    margin-top: -5px;
}
.inblocks h4{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.wrapper{
    width: 95%;
    margin: 0px auto;
}
.pdetails{
    background:#4B2C89;
    padding: 15px 0px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    border-top: solid 2px white;
}
.pdetails h4{
    font-size: 30px;
    color: white;
}
.table th{
    background: #0d447a;
    color: white;
}

.iconblock{
    background: white;
    height: 150px;
    width: 12%;
    float: left;
    margin-right: 0.50%;
    margin-bottom: 15px;
    text-align: center;
}
.iconblock a{
    text-align: center;
    height: 180px;
    width: 180px;
    background: #f7f7f7;     
    border-radius: 100px;
    text-decoration: none;
    color: #333;
}
.clap a{
    color: #222;
    text-decoration: none;
}
.iconblock i{
    font-size: 65px;
    margin-top: 30px;
}
.notfound{
    text-align: center;
    padding: 50px 10px;
}
.notfound img{
    height: 80px;
    margin-bottom: 20px;
}
.inblocks img{
    margin-top: 30px;
    transition: ease-in-out 0.2s;
    height: 30px;
}
.inblocks{
    height: 100%;
}
.inblocks:hover{
    background: white;
    color: #4B2C89;
    /*border: solid 2px #4B2C89;*/
}
.inblocks:hover,.inblocks:focus{
       border:solid 1px steelblue;
       border-bottom:solid 5px steelblue;
       border-radius:10px;
   }
.inblocks:hover img{
   transform: scale(1.3,1.3);
   margin-top: 35px;
   margin-bottom: 10px;
}
.block{
    height: 120px;
}
.block i{
    float: right;
    font-size: 50px;
    opacity: 0.3;
    margin-top: 25px;
    margin-right: 20px;
}
.block h3{
    font-size:35px;
    margin-top: 5px;
}
.block h5{
    font-size: 20px;
}
.logo img{
    height: 50px;
    margin-top: 35px;
}
.logo{
    margin-left: 25px;
}
.topspace{
    height: 50px;
    background:#0d447a;
    box-shadow: 0px 1px 5px 1px grey; 
    padding: 0px 0px;
}
.error{
    padding: 10px;
    text-align: center;
    color: red;
    font-weight: bold;
}
.success{
    padding: 25px 15;
    text-align: center;
    color: green;
    font-weight: bold;
}
.beddetails img{
    height: 100px;
    width: 120px;
    border-radius: 50px;
}
.beddetails{
    text-align: center;
    border: solid 1px lightgrey;
    padding: 10px;
    margin-bottom: 15px;
}

.reports i{
    position: relative;
    float: right;
    top: -45px;
    font-size: 30px;
}
.reports:hover{
    color: #368EAA;
    border-bottom: solid 5px #368EAA;
}
.reports{
    background: white;
    border: solid 1px lightgrey;
    padding: 10px 30px;
    height: 100px;
    border-radius: 5px;
    border-bottom: solid 5px #4B2C89;
    margin-bottom: 15px;
}
.reports button{
    box-shadow: none;
    border: solid 1px lightgrey;
    background: #FF6F91;
    color: white;
    padding: 5px 20px;
    border-radius: 50px;
}


.support{
    display: none;
}
.support h4{
    background: white;
    border-radius: 50px;
    text-align: center;
    padding: 10px 30px;
    font-family: 'Open Sans', sans-serif;
}
.support i{
    text-align: left;
}
.menus li{
    list-style: none;
    float: left;
    line-height: 50px;
    height: 50px;
}

.menus ul{
    float: left;
    margin-top:-0px;
}
.menus li a{
    color: white;
    text-decoration: none;
    padding: 10px 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.menus li:hover{
     background:black;
}
.menus li:hover > a{
    color:white;
}
.slidemenu{
    background: white;
    position: fixed;
    height: 100%;
    width: 250px;
    box-shadow: 0px 1px 2px 0px lightgrey;
    z-index: 9999;
    left: -300px;
    transition: ease-in-out 0.3s;
}
.showslide{
    left: 0px;
}
.inslidemenu{
    height: 80px;
    background: #4B2C89;
    z-index: 100000;
}
.slidemenu li{
    list-style: none;
    height: 35px;
    line-height: 35px;
}
.logo img{
    height: 30px;
    margin-top: 25px;
}
.slidemenu li a{
    padding-left: 30px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    color: black;
    font-family: 'Open Sans', sans-serif;
}
.slidemenu i{
    margin-right: 15px;
    font-size: 18px;
    margin-top: 15px;
}
.slidemenu li:hover{
    background: #f1f1f1;
}
.slidemenu li a:hover{
    font-weight: bold;
    color: #4B2C89;
}
.inslidemenu i{
    position: absolute;
    top: 10px;
    right: -5px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
.blur{
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0,0.6);
    display: none;
    z-index: 9999;
}
.smart button,.smart button:hover,.smart button:focus{
    background: #FF6F91;
    color: white;
    box-shadow: none;
    border: none;
    padding: 8px 10px;
    letter-spacing: 1px;
}
.forms{
    padding: 30px 0px;
}
.forms input[type='text']{
    height: 40px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: none;

}
.forms select{
    height: 40px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: none;

}

.block i {
    margin-top: 5px;
}
.block{
    background: whitesmoke;
    height: 80px;
    border-radius: 5px;
    margin-top:0px;
    padding: 10px;
    margin-bottom: 15px;
}
.blockicon{
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    position: relative;
    top: 50px;
    left: 15px;
}
.blockicon i{
    font-size: 25px;
    color: white;
    margin-top: 12px;
}
.block h4{
    margin-top: 0px;
    float: right;
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
}
.block h5{
    margin-top: 0px;
    font-size: 15px;
    margin-top: -10px;
    font-family: 'Open Sans', sans-serif;
}
.block h3{
    margin-top: 0px;
    margin-top: -2px;
    font-family: 'Open Sans', sans-serif;
}
.block h2{
    margin-top: -15px;
    float: right;
    margin-right: 10px;
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
}
.block a{
    border-radius: 50px;
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
}
.welcome{
    font-family: 'Open Sans', sans-serif;
}