 @font-face
 {
    font-family: header1;
    src: url('../fonts/Alatsi-Regular.ttf');

    font-family: header2;
    src: url('../fonts/Satisfy-Regular.ttf');

 }

  *
  {
    margin: 0;
    padding: 0;
    box-sizing: 0;
  }

 
  .header1
  {
    width: 100%;
    /* height: 85px; */
    text-align: center;
    /*background-color: tomato;*/
    /*overflow: visible ;*/
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    top: 0;
  }

  .navbar
  {
    z-index: 9999;
  }

  .bg-primary
  {
    color: red;
    background-color: red;
  }

  .header1 a
  {
    font-size: 15px;
  }

  .dropdown-menu
  {
    text-align: center;
  }


  #pageTitle
  {    
    /* margin-right: 5vw; */
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #71bf44;
    color: white;
    padding: 10px;
    border-radius: 15px;
    width: fit-content;
    margin-top: 5px;
  }

  .titleHeading
  {
    display: flex;
    justify-content: right;
    align-items: right;
    margin-right: 10px;
  }
  
  #login_form
  {
    width: 50%;
    margin-top: 2.5%;
    margin-left: 25%;
    text-align: center;
  }


  .c
  {
    display: flex;
    flex-direction: row;
    margin-left: 5%;
    margin-right: 5%;
  }

  
  /*
  .c1
  {
    width: 9vw;
  }
  */

  .c20
  {
    /*background-color: turquoise;*/
    display: flex;
    flex-direction: column;
    width: 100%;
    /* margin-left: 1vw; */
    
    
  }

  /* .c23
  {
    height: 75vh;
    overflow-y: scroll;
  } */

  .c23Small
  {
    height: 45vh;
    overflow-y: scroll;
  }

  .c23Small1
  {
    height: 70vh;
    overflow-y: scroll;
  }



  .c23med
  {
    height: 75vh;
    overflow-y: scroll;
  }

  .c30
  {
    /*background-color: turquoise;*/
    display: flex;
    flex-direction: column;
    width: 45.5vw;
    margin-left: 1vw;    
  }

  .c30a
  {    
    margin-top: 1.5%;
    margin-right: 1.5%;
    padding: 2.5%;
    background-color: rgb(202, 216, 218);
  }

  .c30a input
  {
    width: 50%;
  }

  .c30a select
  {
    width: 50%;
  }

  .c30b
  {
    text-align: center;
  }


  .c31
  {
    margin-top: 1vh;
    margin-left: 1vw;
  }

  .c31 label
  {
    width: 15%;
    text-align: right;
  }

  .c31 input
  {
    width: 25Vw;
  }




  .serviceList
  {
    width: 100%;
  }

  .serviceList tbody tr:hover
  {
    background-color: teal;
    color: white;
    cursor: pointer;
  }

  .serviceList tr th
  {
    background-color: wheat;
    border: 1px solid black;
  }

  .serviceList tr td
  {
    border: 1px solid black;
  }



  .medList
  {
    width: 100%;
  }

  .medList tbody tr:hover
  {
    background-color: teal;
    color: white;
    cursor: pointer;
  }

  .medList tr th
  {
    background-color: wheat;
    border: 1px solid black;
  }

  .medList tr td
  {
    border: 1px solid black;
  }


  .docList
  {
    width: 100%;
  }

  .docList tbody tr:hover
  {
    background-color: teal;
    color: white;
    cursor: pointer;
  }

  .docList tr th
  {
    background-color: wheat;
    border: 1px solid black;
  }

  .docList tr td
  {
    border: 1px solid black;
  }





 

  

  .inputBox
  {
    align-self: right;
    margin-top: .5vh;
    margin-left: .3vw;
    width: 10vw;
  }



  .pagination-container
  {
    text-align: center;
  }

  .pagination-link, .pagination-previous, .pagination-next
  {
    text-align: center;
    cursor: pointer;
    /*border: 1px solid #000;*/
    padding: 5px;
    transition: 500ms;
  }

  .pagination-link:hover, .pagination-previous:hover, .pagination-next:hover
  {
    background-color: #c0c0c0;
  }


  .tablehead
  {
    background-image: linear-gradient( 109.6deg, rgba(16,13,207,1) 11.2%, rgba(16,13,207,1) 51.8%, rgba(166,165,255,1) 51.8%, rgba(38,35,228,1) 90.4%, rgba(38,35,228,1) 90.5%, rgba(38,35,228,1) 90.9%, rgba(38,35,228,1) 90.9%, rgba(38,35,228,1) 90.9%, rgba(38,35,228,1) 90.9%, rgba(28,214,35,1) 91.1%, rgba(38,35,228,1) 91.1%, rgba(38,35,228,1) 91.6%, rgba(38,35,228,1) 91.6%, rgba(38,35,228,1) 91.9%, rgba(38,35,228,1) 91.9%, rgba(38,35,228,1) 93.7% );
  }

  .username
  {
    font-size: 11px;
  }

  

   


  @media only screen and (min-width: 768px)
  {
    
    .header1 a
    {
      font-size: 25px;
    }

    .username
    {
      font-size: 15px;
    }

    .tablehead
    {
      background-image: linear-gradient( 109.6deg, rgba(16,13,207,1) 11.2%, rgba(16,13,207,1) 51.8%, rgba(166,165,255,1) 51.8%, rgba(38,35,228,1) 90.4%, rgba(38,35,228,1) 90.5%, rgba(38,35,228,1) 90.9%, rgba(38,35,228,1) 90.9%, rgba(38,35,228,1) 90.9%, rgba(38,35,228,1) 90.9%, rgba(28,214,35,1) 91.1%, rgba(38,35,228,1) 91.1%, rgba(38,35,228,1) 91.6%, rgba(38,35,228,1) 91.6%, rgba(38,35,228,1) 91.9%, rgba(38,35,228,1) 91.9%, rgba(38,35,228,1) 93.7% );
    }

  }








    
  
  
  
  @media screen and (max-width: 800px) and (min-width: 100px)
  {
    .responsive
    {
      display: none;
    }

    .tablehead
    {
      font-size: 10px !important;
      background-image: linear-gradient( 109.6deg, rgba(16,13,207,1) 11.2%, rgba(16,13,207,1) 51.8%, rgba(166,165,255,1) 51.8%, rgba(38,35,228,1) 90.4%, rgba(38,35,228,1) 90.5%, rgba(38,35,228,1) 90.9%, rgba(38,35,228,1) 90.9%, rgba(38,35,228,1) 90.9%, rgba(38,35,228,1) 90.9%, rgba(28,214,35,1) 91.1%, rgba(38,35,228,1) 91.1%, rgba(38,35,228,1) 91.6%, rgba(38,35,228,1) 91.6%, rgba(38,35,228,1) 91.9%, rgba(38,35,228,1) 91.9%, rgba(38,35,228,1) 93.7% );
    }

    .tableBody
    {
      font-size: 10px !important;
      /* background-color: blue; */
    }



  }