@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body{

    font-family: 'Open Sans', sans-serif;

}



#Successmsg {

    margin-top: 150px;

   }



/* width */

::-webkit-scrollbar {

    width: 6px;

  }

  

  /* Track */

  ::-webkit-scrollbar-track {

    background: #f1f1f1; 

  }

   

  /* Handle */

  ::-webkit-scrollbar-thumb {

    background: #888; 

  }

  

  /* Handle on hover */

  ::-webkit-scrollbar-thumb:hover {

    background: #555; 

  }



.navbar{

    padding: 0;

}

.icon-card-circle {
  width: 100px !important;
  height: 100px !important;
  -webkit-border-radius: 50%!important;
  border-radius: 50%!important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #464646;
  margin: 0 5px;
}

.img-xs {
  width: 55px !important;
}

.slide-card-section {
  height: 140px !important;
}

.slide-card-section .profile-img img.img-fluid.img-md {
  object-fit: cover !important;
  height: 80px !important;
  object-position: center !important;
}

.img-md {
  width: 80px!important;
  height: 80px !important;
}

.slide-card-section {
  border-bottom: 1px solid #d8d8d8!important;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  padding-top: 0px !important;
}

.card-body.text-left {
  text-align: left !important;
}

/* extra css */
