.sidenav {
    height: fit-content;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 24%;
    left: 0px;
    background-color: white;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 50px;
    box-shadow: 5px 10px 25px black;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 10px;
}
.sidenav .closebtn {
    position: absolute;
    top: 1px;
    bottom: 0px;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
}
.openMenu {
    position: fixed;
    top: 24%;
    left: -35px;
    border-radius: 200px;
    border: 10px white solid;
}
.openMenu:hover {
    box-shadow: #b3d9ff  0px 0px 5px 3px;
    border-radius: 200px;
    border: 10px #b3d9ff  solid;
    left: 1px;
    transition: 0.3s;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.myNav {
    transition: 0.2s;
}
.navContent {
    transition: 0.2s;
}

/*IMAGES*/

.link .image {
    transition: 0.3s;
    width: 50px;
    opacity: 0.9;
    transform: rotate(-45deg);
}
.link:hover .image{
    transition: 0.3s;
    text-decoration: none;
    width: 100px;
    opacity: 1;
    transform: rotate(0deg);
}
.link .card{
    transition: 0.3s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.link .card-body{
    transition: 0.3s;
    background: linear-gradient(to left, #ffffff 62%, #ccffff 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.link:hover .card-body{
    transition: 0.3s;
    background: linear-gradient(to bottom left, #66ffff 0%, #ff99cc 100%);
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    opacity: 1;
}
.link:hover .card{
    transition: 0.3s;
    /* bottom-radius: 20px; */
    box-shadow: 0px 5px 30px #00b3b3;
    opacity: 1;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
}
.about {
    background: linear-gradient(to left, #ffffff 62%, #ccffff 100%);
}
.about .a:hover{
    transition: 0.15s;
    font-size: 140%;
    text-decoration: none;
    color: deeppink;
    margin-left: 2%;
    text-shadow: 0px 0px 20px hotpink;
}
.ors:hover{
    transition: 0.3s;
    box-shadow: 0px 3px 15px rgb(207, 207, 207);
}


/* MISSION VISION  */
.mv{
    transition: 0.1s;
}
.mv:hover{
    box-shadow: 0px 0px 15px 2px white;
    transition: 0.1s;
    font-size: 20px;
}
.mv .mvhead{
    color: black;
    background-color: white;
}
.mv:hover .mvhead{
    transition: 0.1s;
    color: black;
}
.mvnav:hover{
    color: #2a9055;
}
/* .jayson::placeholder {
    color: #CC0099FF !important;
} */

  .jayson::placeholder {
    /* color: #CC0099BB !important; */
    color: grey !important;
  }

  .mobile-header{
    font-size: 120%;
  }

  .main-gradient{
    /* background: linear-gradient(to left, #ffffff 50%, #00aaff 150%); */
    /* background: linear-gradient(to top right, #009999 -43%, #ff99cc 100%); */
    /* background: linear-gradient(to top, #99ddff 2%, #ffffff 60%); */
    /* animation-name: myfirst;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate; */

    background: #f2f2f2;
  }

  /* @keyframes myfirst {
    0%   {background: linear-gradient(to top right, #b3ffff 30%, #ffffff 55%);}
    25%  {background: linear-gradient(to top right, #99ffff 30%, #ffffff 55%);}
    50%  {background: linear-gradient(to top right, #80ffff 30%, #ffffff 55%);}
    75%  {background: linear-gradient(to top right, #66ffff 30%, #ffffff 55%);}
    100% {background: linear-gradient(to top right, #4dffff 30%, #ffffff 55%);}
  } */

  .input{
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid skyblue !important;
    font-weight: bolder !important;
    background-color: white !important;

  }
  .input:focus{
    border-bottom: 3px solid #d95780 !important;
  }
  .input:hover{
    border-bottom: 2px solid #d95780 !important;
    box-shadow: 0px 2px 20px grey !important;
  }
  /* .input:not([value=""]){
    border-bottom: 1px solid #5dd55d !important;
  } */

  .input-cap{
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid skyblue !important;
    font-weight: bolder !important;
    background-color: white !important;
    text-transform: uppercase !important;
}
.input-cap:focus{
      border-bottom: 3px solid #d95780 !important;
}
.input-cap:hover{
      border-bottom: 3px solid #d95780 !important;
}


    .card-header{
        line-height: 1 !important;
    }

  /* .printable_div{
    opacity: 0.5;
    z-index: -1;
  } */
    .printable_div img {
        position: absolute;
        width: 600px;
        height: 600px;
        opacity: 0.1;
        z-index: -1;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 25px;
        text-align: center;
    }

.referral_table{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.btn_home{
    position: fixed;
}

@media screen and (max-width: 1024px){

    .btn_home{
        position: relative;
    }

    .mobile-hide{
        display: none;
      }

    .mobile-address{
        margin-top: 3%;
    }

    .submission_note{
        font-size: 10px;
    }

    .text-mobile{
        font-size: 70%;
    }

    .text-mobile-60{
        font-size: 60%;
    }

    .text-mobile-80{
        font-size: 80%;
    }
    .text-mobile-90{
        font-size: 90%;
    }
    .text-mobile-100{
        font-size: 100%;
    }

    .mobile-header{
        font-size: 90%;
    }

    .about_logo{
        width: 90%;
    }
    .dr_manuel_factora{
        width: 100%;
    }
    .bghmc_1998{
        width: 100%;
        height: 200px;
    }
    .bghmc_chart{
        width: 100%;
        height: 200px;
    }

    .view_files{
        margin-bottom: 3;
    }
    .btn_consent{
        margin-bottom: 5;
    }

    .mobile-margin{
        margin: 5;
    }
    .about_ors{
        width: 120% !important;
    }

}

@media screen{
    .about_ors{
        width: 100% !important;
    }
    .referrals_header{
        display:none !important;
    }
}

@media print {

    .referrals_header{
        display: flex !important;
    }
    .facilityName{
        font-size: 140% !important;
    }
    .facilityPatients{
        font-size: 140% !important;
    }
    .table_referred{
        background: black !important;
    }
    .thead_print_referred{
        font-size: 140% !important;
    }
    .main-gradient{
        background: white !important;
    }
    .filterSpan{
        font-size: 24px !important;
    }
}

.btnSave{
	position:fixed;
    bottom:40px;
    width: 60px;
	background-color:rgba(0, 204, 119, 0.603);
	color:#FFF;
	border-radius:50px;
	text-align:center;
}


#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    /* font-weight: bold; */
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 12%;
    font-size: 17px;
  }

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

  @-webkit-keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 12%; opacity: 1;}
  }

  @keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 12%; opacity: 1;}
  }

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

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