.error {
  color: #ff0000;
}

.map-table tr td {
  box-sizing: border-box;
  padding: 10px;
}

.stand-container {
  display: flex;
  position: absolute;
}
.stand-container-right {
  justify-content: flex-end;
}
.stand-container-down {
  justify-content: flex-end;
}

.stand {
  background-color: #c8c8c8;
  color: rgba(0, 0, 0, 0.425);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stand-4 {
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  background-color: #d8e2dc;
}
.stand-2 {
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  background-color: #f4acb7;
}
.stand-3 {
  height: 50%;
  width: 100%;
  bottom: 0;
  background-color: #efd3d7;
}
.stand-1 {
  height: 50%;
  width: 100%;
  top: 0;
  background-color: #c8c0d3;
}

.table-centered {
  margin-left: auto;
  margin-right: auto;
}

.map {
  border: solid 1px #95999c;
  margin-bottom: 60px;
}

.map-row {
  height: 50px;
}

.map-col {
  border: solid 1px #c8c8c8;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.map-col:hover {
  background-color: #c8c8c8;
}

.confirm-category-form {
  justify-content: space-between;
  min-height: 145px;
}

@media (max-width: 575px) {
  .choose-map-btn {
    width: 100%;
    margin-top: 10px;
  }
}

.profile-photo-button {
  width: 100%;
  margin-top: 10px;
}

.profile-photo-menu {
  height: 20px;
  border-radius: 10px;
  margin-top: -1px;
}

.profile-card-body {
  display: flex !important;
  align-items: center;
}

.profile-card-title {
  margin-bottom: 0;
}

.profile-activity-icon {
  font-size: 2em;
  margin-left: 10px;
}

.friend-profile-photo {
  height: 50px;
}

.container-margined {
  padding-top: 60px;
}

.icons-container {
  max-height: 450px;
  overflow-y: scroll;
}
.icons-container::-webkit-scrollbar {
  width: 8px;
}
.icons-container::-webkit-scrollbar-track {
  background-color: #ffe5d9;
}
.icons-container::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #ffcad4;
}

.category-left-part {
  display: flex;
  max-width: 200px;
}

.current-icon-div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4acb7;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.current-icon {
  background-color: #f4acb7 !important;
}

.category-icon {
  color: rgba(0, 0, 0, 0.425) !important;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
}

.map-icon {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.actions-buttons {
  display: flex;
  justify-content: space-between;
}

.actions-button {
  width: 45px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .actions-footer {
    position: fixed;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 60px;
    background-color: #9d8189;
    bottom: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .actions-footer {
    display: none;
  }
}

.popover-button {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.list-info {
  display: flex;
  align-items: center;
}

.amount-badge {
  margin-left: 10px;
}

.heading-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-scrollable {
  max-height: 433px;
  overflow-y: scroll;
}
.card-scrollable::-webkit-scrollbar {
  width: 8px;
}
.card-scrollable::-webkit-scrollbar-track {
  background-color: #ffe5d9;
}
.card-scrollable::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #ffcad4;
}

.relative-container {
  position: relative;
}

.autocomplete-list {
  position: absolute;
  margin-top: -6px;
  max-height: 240px;
  z-index: 2;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #c8c8c8;
  overflow-y: scroll;
}
.autocomplete-list::-webkit-scrollbar {
  width: 8px;
}
.autocomplete-list::-webkit-scrollbar-track {
  background-color: #ffe5d9;
}
.autocomplete-list::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #ffcad4;
}

.autocomplete-list-option {
  height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.autocomplete-list-option:hover {
  background-color: #c8c8c8;
}

.autocomplete-list-image {
  width: 40px;
}

.hidden {
  display: none;
}

.friend-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.placeholder-container {
  border-style: dashed;
  border-color: #ffcad4;
  background-color: #ffe5d9;
  height: 400px;
  padding-right: 5px;
  overflow-y: scroll;
}
.placeholder-container::-webkit-scrollbar {
  width: 8px;
}
.placeholder-container::-webkit-scrollbar-track {
  background-color: #ffe5d9;
}
.placeholder-container::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #ffcad4;
}

.group-option {
  height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ffffff;
}
.group-option:hover {
  background-color: #c8c8c8;
}

@media (max-width: 991px) {
  .group-dialog-content {
    display: block;
  }
}
@media (min-width: 992px) {
  .group-dialog-content {
    display: flex;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 845px;
  }
}

.btn-primary, .bg-primary, .badge-primary, .dropdown-menu {
  background-color: #efd3d7 !important;
}

.btn-secondary, .bg-secondary, .badge-secondary {
  background-color: #ffcad4 !important;
}

.btn-success, .bg-success, .badge-success {
  background-color: #d8e2dc !important;
}

.btn-info, .bg-info, .badge-info {
  background-color: #dee2ff !important;
}

.btn-warning, .bg-warning, .badge-warning {
  background-color: #c8c0d3 !important;
}

.btn-danger, .bg-danger, .badge-danger {
  background-color: #f4acb7 !important;
}

.btn-light, .bg-light, .badge-light {
  background-color: #ffe5d9;
}

.btn-dark, .bg-dark, .badge-dark {
  background-color: #9d8189 !important;
}

.btn, .btn:disabled,
.bg-primary, .bg-secondary, .bg-success, .bg-info,
.bg-warning, .bg-danger, .bg-light, .bg-dark {
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: rgba(0, 0, 0, 0.625) !important;
}

.badge {
  color: rgba(0, 0, 0, 0.425) !important;
}

.btn:not(:disabled):hover {
  border: 1px solid rgba(0, 0, 0, 0.425);
  color: rgba(0, 0, 0, 0.525) !important;
}

.btn:disabled:hover {
  cursor: default;
}

::selection {
  background-color: rgba(0, 0, 0, 0.325);
  color: rgba(0, 0, 0, 0.925);
}

.dropdown-item {
  color: rgba(0, 0, 0, 0.525);
}

.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.125);
}

.card {
  background-color: #ffe3dc;
}

body, .form-control, .form-control:focus, .form-control:invalid, .list-group-item {
  background-color: #f8edeb;
}

.modal-content {
  background-color: #f8edeb !important;
}

h1, h2, h3, h4 {
  color: #9d8189;
}

.list-scrollable {
  max-height: 358px;
  overflow-y: scroll;
  overflow-y: scroll;
}
.list-scrollable::-webkit-scrollbar {
  width: 8px;
}
.list-scrollable::-webkit-scrollbar-track {
  background-color: #ffe5d9;
}
.list-scrollable::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #ffcad4;
}

.user-page-card {
  display: block;
}
@media (min-width: 576px) {
  .user-page-card {
    display: flex;
    justify-content: space-around;
  }
}

@media (max-width: 369px) {
  .privacy-settings-table th {
    font-size: 10px;
  }
}
@media (min-width: 370px) and (max-width: 449px) {
  .privacy-settings-table th {
    font-size: 13px;
  }
}
.privacy-settings-table thead th:not(:first-child), .privacy-settings-table tbody td {
  text-align: center;
}

.privacy-settings-button {
  width: calc(100% - 30px);
  margin: 10px 15px;
}

@media (max-width: 505px) {
  .shopping-list-btn {
    width: 26px;
    height: 26px;
    padding: 0.01rem 0.125rem;
  }
}

@media (max-width: 505px) {
  .shopping-list-btn-icon {
    font-size: 12px;
  }
}

.chart-container {
  display: flex;
  justify-content: center;
}

.user-chart-container {
  width: 100%;
  margin-bottom: 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
}

/*# sourceMappingURL=styles.css.map */
