@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins: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');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
    font-family: "Poppins", sans-serif;
}

/* navbar */
.navbar-brand img {
  width: 70px;
}
.nav-link {
  transition: all ease 1s;
}
.nav-link {
  font-size: 16px;
}

/* sign up */
.input-wrapper {
  position: relative;
}
.input-wrapper i {
  position: absolute;
  right: 10px;
  top: 35px;
  color: gold;
}
.circle-number img {
  width: 100px;
  height: 60px;
}
/* svg */
.curve-section {
  height: 70px;
}
.curve-section svg {
  width: 100%;
  height: 120px;
}
/* product */
.product input {
  width: 100px;
}

/* print */
.print {
  border: 25px solid rgb(108, 206, 245) !important;
}


/* footer */
footer img {
  width: 90px;
}
.foot li a:hover{
  text-decoration: underline !important;
}

/* dashboard */
.face img {
  width: 50px;
  border-radius: 50px;
}
.sidebar-item,
.sidebar-subitem {
  text-decoration: none;
  text-transform: capitalize;
  color: black;
  font-size: 16px !important;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.sidebar-item:hover {
  background-color: gray !important;
}
.sidebar-subitem:hover {
  background-color: gray !important;
}
.fas {
  font-size: 13px;
}
.sidebar-menu {
  padding: 0;
  margin: 0;
}
.sidebar-subitem {
  display: block;
  padding: 5px 15px;
}

.logo {
  background-color: rgb(108, 206, 245);
  width: 230px;
}

@media (min-width: 992px) {
  .pic {
    height: 65vh !important;
    width: 100%;
    object-fit: cover;
  }
}

