@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

*, body{
  font-family: 'Poppins', sans-serif;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.innertxt {
    width: 100%;
    position: absolute;
    top: 6vh;
    text-align: center;
    z-index: 999;
}
.area{
    background:#138D75;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:33vh;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.btn-custom-1{
    background-color: #64a4a1 !important;
    border-color: #64a4a1 !important;
    color: #fff !important;
}
.btn-custom-1:hover{
    background-color:#334249 !important;
    border-color: #334249 !important;
}
.btn-custom-2{
    background-color:#546E7A !important;
    border-color:#546E7A !important;
    color: #fff !important;

}
.btn-custom-2:hover{
    background-color:#334249 !important;
    border-color: #334249 !important;

}
.app-launcher-icon:hover {
    background-color:#334249;
}
.app-launcher-icon {
    width: 50px;
    padding: 7px;
    position: absolute;
    left: 0;
    height: 44px;
    text-align: center;
}
.app-launcher-icon img{
    width: 25px;
}
.left-bar {
    width: 50px;
    height: 100%;
    position: fixed;
    left: 0;
}
.left-menu li{
    transition: 0.5s ease all;
}
.left-menu li:hover{
    background-color: #ddd;
    transition: 0.5s ease all;
}

.leftmenucontent.offcanvas.offcanvas-start{
top: 55px;
left: 50px;
box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
transition: transform .3s ease-in-out;
}
.main_side::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  width: 5px;
}

.main_side::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.main_side::-webkit-scrollbar-thumb{
  background-color:#334249;
  border-radius: 100px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #334249;
  border-radius: 100px;
}
body::-webkit-scrollbar,.sidebar::-webkit-scrollbar {
  width: 0.5em;
}
 
body::-webkit-scrollbar-track ,.sidebar::-webkit-scrollbar-track{
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb ,.sidebar::-webkit-scrollbar-thumb{
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


  .SidebarMenu .btn {

    text-align: center;
  
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
    margin-right: 10px;
  }

  .SidebarMenu .btn.click {
    left: 260px;
  }

  .SidebarMenu .btn span {
    color: white;
    font-size: 15px;
    line-height: 36px;
  }

  .SidebarMenu .btn.click span:before {
    content: '\f00d';
  }

  .SidebarMenu .sidebar {
    position: fixed;
    top: 44px; 
    bottom: 0;
    z-index: 900;
    width: 250px;
   
    left: -199px;
    
    transition: left 0.4s ease;
  }

  .SidebarMenu .sidebar.show {
    left: 0px;
  }

  .SidebarMenu .sidebar .text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    padding-left: 25px;

    letter-spacing: 1px;
  }

  .SidebarMenu nav ul {
    background: transparent;
    height: 100%;
    width: 100%;
    list-style: none;
    padding-left: 0px;
   
  }

  .SidebarMenu nav ul li {
    line-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .SidebarMenu nav ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .SidebarMenu nav ul li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding-left: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
  }

  .SidebarMenu nav ul li.active a {
    color: #000;
    background: #fff;
    border-left-color: #64a4a1;


  }

  .SidebarMenu nav ul li a:hover {
    background: #64a4a1;
    color: #fff !important;
  }

  .SidebarMenu .feat-show {
    transition: all 0.5s;
  }

  .SidebarMenu nav ul li.active ul {
    transition: all 0.5s;
    padding: 0px;
    padding-left: 3px;
  }

  .SidebarMenu nav ul ul {
    position: static;
    display: none;
  }

  .SidebarMenu nav ul.show {
    display: block;
    transition: all 0.5s;
  }

  .SidebarMenu nav ul ul li {
    line-height: 42px;
    border-top: none;
  }

  .SidebarMenu nav ul ul li a {
    font-size: 12px;
    color: #e6e6e6;

  }

  .SidebarMenu nav ul li.active ul li a {
    color: #fff;
    background: #64a4a1;
    border-left-color: transparent;
  }

  .SidebarMenu a:hover {
    color: #546E7A !important;
  }

  .SidebarMenu nav ul ul li a:hover {
    color: #546E7A !important;
    background: #f1f1f1 !important;
  }
  .SidebarMenu nav ul li a span.drop-icon{
    transform: translateY(-50%);
    transition: transform 0.4s;

  }
  .SidebarMenu nav ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 15px;
    transition: transform 0.4s;
  }

  .SidebarMenu nav ul li a span.drop-icon.rotate {
    transform: translateY(-50%) rotate(-180deg);
  }

  .SidebarMenu .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #202020;
    z-index: -1;
    text-align: center;
  }

  .content {
    transition: margin-left 0.3s;
    margin-left: 250px;
    /* padding: 15px; */
    padding-top: 44px;
    background-color: #fff;
  }

  .content.collapsed {
    margin-left: 53px;
  }
  .tbl_header{
    
    position: sticky;
    top: 0;
    background-color: #64a4a1 !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 15px;
  }
  table td{
    color: #53505f !important;
  }
.activechk:checked {
    background-color: #64a4a1;
    border-color: #64a4a1;
}
/*form checkbox input activity form*/
  .checklist
{
    color: blue;
    font-size: large;
    border: double;
    border-color: cadetblue;
    
}
  .checklist-label
  {
      margin-bottom:-4px;
      font-size:smaller;
  }
  /*for patinet font-face-name search*/
#sdiv {
    border-radius: 0px 0px 10px 10px;
    display: none;
    width: 250px;
    height: 150px;
    overflow: auto;
    position: absolute;
    z-index: 2;
    background-color: rgba(9,32,48,1);
    color:white;
}



/*Added from dashboard design*/ 
.topbar {
    background-color: #1b629d;
}

.main_side {
    background-color: #1b629d !important;
    padding-bottom: 40px !important;
}

.form-label {
    margin-top: 1rem;
}

.form-check-label {
    font-weight: 300;
}

.cancel-btn {
    border-color: #546E7A;
    background-color: #546E7A
}

i.material-symbols-outlined {
    font-size: 66px;
}

#dashboardBody .card {
    border: none;
    box-shadow: 10px 10px 5px -4px rgba(119, 119, 119, 0.26);
    -webkit-box-shadow: 10px 10px 5px -4px rgba(119, 119, 119, 0.26);
    -moz-box-shadow: 10px 10px 5px -4px rgba(119, 119, 119, 0.26);
}

.card-details {
    text-align: end;
}

#analiticsSection .card-details h6 {
    /* font-size: large; */
    color: whitesmoke;
}

#analiticsSection .card-details h2 {
    color: white;
}

#analiticsSection i.material-symbols-outlined {
    color: whitesmoke;
}

#analiticsSection .patients-card {
    background: linear-gradient(to right, #43cea2, #185a9d);
}

#analiticsSection .collection-card {
    background: linear-gradient(to right, #185a9d, #43cea2);
}

#analiticsSection .card:hover {
    transform: scale(1.01);
}

.btn-custom-3 {
    background-color: #1c649d !important;
    border-color: #1c649d !important;
    color: #fff !important;
    margin:5px;
}

    .btn-custom-3:hover {
        background-color: #13446c !important;
    }
