nav li a {
  /* font-family: 'Afacad', sans-serif !important; */

}


.header-section h1, .header-section p {
  font-family: Poppins,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 600;
}


form.card input {
  border: 1px solid black;
  border-radius: 10px;x;
}
.profile-image {
  height: 25px;
  width: 25px;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
  box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
}
.rounded-circle {
  border-radius: 50%!important;
}

.section-top {
  display: flex
}

@media only screen and (max-width: 996px) {
  .heading-text {
    padding: 15px 15px !important;
  }
}

.heading-text {
  padding: 40px;
  margin: auto;
  border: 1px solid #191a400d;
  border-radius: 5px;
  border-radius: 18px;
  position: relative;
  top: 19px;
}

.size-btn {
    border-radius: 0;
    margin-left: -1px;
    margin-top: -1px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.bg-br-blue {
  background: #050535f7 !important;
}
.top_left{
    border-radius: 7px 0 0 0
  }
  .top_right{
    border-radius: 0 7px 0 0
  }
  .bottom_right{
    border-radius: 0 0 7px 0
  }
  .bottom_left{
    border-radius: 0 0 0 7px
  }

  .color-select {
    border: 1px solid #ffffff8a;
  }
  .border-2 {
    border: 2px solid white !important;
}

  .store-background {
    background: #2929292b;
  }
  .admin-menu-item a {
    border-radius: 2rem;

  }
  .add-icon {
    border: 1px solid blue;
    color: blue;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 8px 0px 8px;
    display: inline-block;
    border-radius: 0.25rem;
  }
  input[type="checkbox"] {
    border-radius: 2rem;
  }
  .bg-gray {
    background: #9ca3af !important;
  }
  .hover-black-btn:hover {
    background: #01011d30 !important;
  }
  .hover-black-btn-dark:hover {
    background: #01011d !important;
  }

  .hover-black-icon:hover {
    background: #01011d30 !important;
  }
  .hover-black-icon:hover i {
    color: white;
  }
  .bg-panel {
    z-index: 1;
    position: relative;
  }

  .container-reduced {
    top: -6px;
    position: relative;
    }


.homepage-sl-button {
  width: 28%;
  background: #0505359c !important;
}

@media only screen and (max-width: 766px) {
  .homepage-sl-button {
    width: 60% !important;
    margin-bottom: 5px;
  }
}

.header-font {
  font-size: 18px !important;
  font-family: Poppins,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}