html, body {
  width: 100%;
  min-height: 100dvh;
  box-sizing: border-box;
  border-collapse: collapse; }

body {
  background-color: #F3F4F6; }

a {
  text-decoration: none;
  color: #212529; }

fieldset + fieldset {
  margin-top: 1rem; }

.card {
  border: none;
  background-color: transparent; }
  .card .card-header {
    border-bottom: none; }
    .card .card-header hr {
      max-width: 25%;
      height: .5rem;
      margin-bottom: 0;
      border: none;
      background-color: #FFA257;
      opacity: 1; }
    .card .card-header small {
      padding: .175rem 1rem;
      background-color: #FFA257;
      font-size: 65%;
      color: #FFFFFF; }
  .card .card-footer {
    border-top: none; }
  .card .card-header, .card .card-footer {
    background-color: transparent; }

.row + .row {
  margin-top: 1rem; }

.table th, .table td {
  vertical-align: middle; }

.nav .nav-link {
  color: #212529; }
  .nav .nav-link:hover {
    color: #FF4F65; }

.btn + .btn, .btn + [class^="link-"], [class^="link-"] + .btn, [class^="link-"] + [class^="link-"] {
  margin-left: 1rem; }

.form-control:focus, .form-check-input:focus, .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 162, 87, 0.25);
  border-color: #FFA257; }

.form-control:read-only {
  background-color: #E9ECEF; }

.popover {
  max-width: 100% !important; }
  .popover .popover-header {
    border-bottom: none;
    background-color: transparent; }

.modal .modal-content {
  border: none;
  border-radius: 0; }
  .modal .modal-content .figure {
    display: block;
    text-align: center; }
    .modal .modal-content .figure .figure-img {
      margin-bottom: 0; }

.custom__navbar, .custom__footer {
  background-color: #FFA257;
  background-image: linear-gradient(0.1turn, #FFA257, #FF4F65); }

.custom__navbar .nav {
  background-color: rgba(0, 0, 0, 0.1); }
  .custom__navbar .nav .nav-link {
    font-weight: 500;
    color: #FFFFFF; }
    .custom__navbar .nav .nav-link:hover {
      text-decoration: underline; }
.custom__navbar .navbar {
  padding: 0; }
  .custom__navbar .navbar .navbar-collapse {
    flex: 0 1 auto; }
    .custom__navbar .navbar .navbar-collapse .navbar-nav .nav-link {
      padding: 1.25rem 1rem;
      font-size: 1.25rem;
      color: #FFFFFF; }
      .custom__navbar .navbar .navbar-collapse .navbar-nav .nav-link:hover {
        background-color: rgba(0, 0, 0, 0.1); }

.custom__footer {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .custom__footer .figure {
    margin-bottom: 0;
    text-align: center; }
    .custom__footer .figure .figure-caption {
      font-weight: 700;
      font-size: 1rem;
      color: #FFFFFF; }
  .custom__footer .card {
    color: #FFFFFF; }
    .custom__footer .card .card-header .card-title {
      text-align: center; }
    .custom__footer .card .nav {
      width: fit-content;
      gap: 1rem; }
      .custom__footer .card .nav .nav-link {
        border: 1px solid #FFFFFF;
        border-radius: 50rem;
        font-size: 2rem;
        color: #FFFFFF; }
        .custom__footer .card .nav .nav-link:hover {
          background-color: rgba(0, 0, 0, 0.15); }

.custom__profile .container-fluid {
  padding: 0; }
  .custom__profile .container-fluid .custom__cover-photo {
    height: 7.5rem; }
    .custom__profile .container-fluid .custom__cover-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .custom__profile .container-fluid .custom__profile-info {
    max-width: 75%;
    margin: -1rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 2rem; }
    .custom__profile .container-fluid .custom__profile-info .custom__profile-picture {
      width: 10rem;
      height: 10rem;
      border-radius: 1rem;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
      display: flex;
      flex-grow: 0;
      justify-content: center;
      align-items: center;
      background-color: #FFFFFF; }
      .custom__profile .container-fluid .custom__profile-info .custom__profile-picture img {
        width: auto;
        max-width: 80%;
        height: auto;
        max-height: 80%; }
    .custom__profile .container-fluid .custom__profile-info .custom__profile-form {
      flex-grow: 1; }
      .custom__profile .container-fluid .custom__profile-info .custom__profile-form .custom__profile-label {
        font-weight: 700; }
        .custom__profile .container-fluid .custom__profile-info .custom__profile-form .custom__profile-label small {
          font-size: 65%;
          color: rgba(0, 0, 0, 0.35); }

.custom__section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }
  .custom__section .container {
    min-height: 70dvh; }

.custom__sidebar .card .card-body {
  padding-right: 0;
  padding-left: 0; }
  .custom__sidebar .card .card-body .list-group .list-group-item {
    border-radius: 0 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem; }
    .custom__sidebar .card .card-body .list-group .list-group-item .bi {
      margin-right: .5rem;
      font-size: 1.25rem; }
    .custom__sidebar .card .card-body .list-group .list-group-item.active {
      border-color: #FF4F65 !important;
      background-color: #FF4F65 !important; }
    .custom__sidebar .card .card-body .list-group .list-group-item:not(.active):hover {
      color: #FF4F65; }

.custom__sidebar, .custom__content {
  background-color: #FFFFFF; }

.custom__container-centered {
  display: flex;
  justify-content: center;
  align-items: center; }

.custom__card-filter {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF; }
  .custom__card-filter .card-header .card-title {
    margin-bottom: 0; }
  .custom__card-filter .card-body .input-group {
    margin-bottom: 1rem; }
  .custom__card-filter .card-body .list-group {
    max-height: 15rem;
    overflow-y: auto; }
    .custom__card-filter .card-body .list-group .list-group-item .form-check-input {
      margin-right: .250rem; }
    .custom__card-filter .card-body .list-group .list-group-item .form-check-label {
      max-width: 85%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .custom__card-filter + .custom__card-filter {
    margin-top: 1.5rem; }

.custom__card-product {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background-color: #FFFFFF; }
  .custom__card-product .card-body .card-title {
    margin-bottom: 1rem; }
  .custom__card-product .card-body .card-subtitle {
    font-size: 2rem; }
  .custom__card-product .card-footer {
    display: flex;
    gap: 1rem; }

.custom__card-login {
  min-width: 50%;
  border: 1px solid #DEE2E6;
  padding: 2rem;
  background-color: #FFFFFF; }
  .custom__card-login .card-body .custom__form .form-text {
    margin-top: .5rem;
    text-align: right; }
    .custom__card-login .card-body .custom__form .form-text a {
      text-decoration: none; }
      .custom__card-login .card-body .custom__form .form-text a:hover {
        text-decoration: underline; }
  .custom__card-login .card-body .custom__form .btn[type="submit"] {
    width: 100%;
    display: block; }
  .custom__card-login .list-group .list-group-item {
    display: flex;
    align-items: center;
    gap: 1rem; }
  .custom__card-login .card-footer {
    text-align: center; }
    .custom__card-login .card-footer .card-subtitle {
      margin-bottom: 1rem; }
    .custom__card-login .card-footer .btn {
      min-width: 50%; }

.custom__card-cart-empty {
  text-align: center;
  color: #535C68; }
  .custom__card-cart-empty .card-body .card-title {
    font-weight: 700;
    font-size: 2.5rem; }
    .custom__card-cart-empty .card-body .card-title .bi {
      display: block;
      font-size: 5rem;
      color: #E74C3C; }
  .custom__card-cart-empty .card-body .card-text {
    font-size: 1.25rem; }
  .custom__card-cart-empty .card-footer .btn {
    text-transform: uppercase;
    font-weight: 700; }

.custom__list {
  border: 1px solid #DEE2E6; }
  .custom__list .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .custom__list .list-group-item a {
      border-radius: 50%;
      padding: 1rem 1.5rem;
      background-color: #FF4F65;
      font-size: 1.5rem;
      color: #FFFFFF; }
      .custom__list .list-group-item a:hover {
        background-color: #FFA257; }

.custom__form textarea {
  resize: none; }
.custom__form .form-label {
  margin-bottom: 0;
  display: block;
  font-weight: 700; }
.custom__form .input-group {
  border: 1px solid #DEE2E6;
  border-radius: .350rem; }
  .custom__form .input-group .form-control, .custom__form .input-group .input-group-text {
    border: none; }
  .custom__form .input-group .btn {
    color: #212529; }
.custom__form .form-check {
  display: flex;
  gap: .350rem;
  align-items: center; }
  .custom__form .form-check .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0; }
    .custom__form .form-check .form-check-input:checked {
      border-color: #FF4F65;
      background-color: #FF4F65; }
.custom__form .form-switch .form-check-input {
  width: 3rem;
  height: 1.5rem; }
.custom__form .form-switch + .form-switch {
  margin-top: .5rem; }

.custom__icon, .custom__icon-img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.custom__icon {
  background-color: #FFA257;
  line-height: 2.5rem;
  font-size: 2.5rem;
  color: #FFFFFF; }

.custom__icon-img img {
  border: 1px solid #DEE2E6;
  border-radius: 50%;
  max-width: 100%;
  height: auto; }

.custom__icon-img-small {
  width: 2.5rem !important;
  height: 2.5rem !important; }

.custom__menu {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr); }
  .custom__menu .nav-link {
    border: 1px solid #DEE2E6;
    padding: 2rem 1rem;
    text-align: center;
    color: #212529; }
    .custom__menu .nav-link .custom__icon {
      margin: 0 auto 1rem auto; }
    .custom__menu .nav-link:hover {
      background-color: rgba(0, 0, 0, 0.1); }
      .custom__menu .nav-link:hover .custom__icon {
        background-color: #FF4F65; }

.custom__card-group {
  border: 1px solid #DEE2E6;
  padding: 1rem;
  background-color: #FFFFFF; }
  .custom__card-group .card {
    padding: 1rem; }
    .custom__card-group .card + .card {
      border-left: 1px solid #DEE2E6; }

.custom__list-check .list-group-item {
  border: none;
  padding: 0; }
  .custom__list-check .list-group-item .btn-check:checked + .btn {
    border-color: #009432;
    background-color: #D1E7DD;
    color: #0A3622; }
  .custom__list-check .list-group-item .btn {
    width: 100%;
    border-radius: 0;
    text-align: start;
    border: 1px solid #DEE2E6; }
  .custom__list-check .list-group-item + .list-group-item {
    margin-top: 1rem; }

.custom__card-view-product {
  border: 1px solid #DEE2E6;
  border-radius: 0;
  background-color: #FFFFFF; }

/*# sourceMappingURL=custom.css.map */
