html {
  height: 100%;
  background-color: #ecf2f4;
}

body {
  background-color: transparent;
  font-size: 14px;
}

a {
  text-decoration: none;
  outline: 0;
}

i {
  outline: 0;
}

.bg-light-gray {
  background-color: #fafafa !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}
.bg-info {
  background-color: #def0fa !important;
}

.box {
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.box .form-label {
  font-weight: 400;
}

.navbar {
  padding: 0.5rem 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.975);
}
@media (min-width: 576px) {
  .navbar {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    align-items: center;
  }
}
.navbar .notifications {
  max-width: calc(100% - 1rem);
  font-size: 0.85rem;
  min-height: 280px;
  max-height: 70vh;
  overflow-y: scroll;
  margin: 0 0.5rem;
}
@media (min-width: 992px) {
  .navbar .notifications {
    max-width: 360px;
    max-height: 280px;
  }
}
.navbar .notifications li {
  display: flex;
  border-bottom: 1px solid #d2d2d2;
  padding: 1.5rem 1rem 1rem 1rem;
  position: relative;
}
.navbar .notifications li:last-child {
  border: none;
}
.navbar .notifications .product-avatar {
  margin-right: 15px;
}
.navbar .notifications .product-avatar img {
  width: 50px;
}
.navbar .notifications .content {
  overflow: hidden;
}
.navbar .notifications .content > a {
  color: inherit;
}
.navbar .notifications .product {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #808080;
  font-size: 0.75rem;
}
.navbar .notifications .title {
  font-weight: 700;
  white-space: normal;
  margin: 0.25rem 0;
  line-height: 1.2;
}
.navbar .notifications .excerpt {
  white-space: normal;
}
.navbar .notifications .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem;
  display: block;
}
@media (min-width: 992px) {
  .navbar .notifications .btn-close {
    display: none;
  }
  .navbar .notifications li:hover .btn-close {
    display: block;
  }
}

#dropdown-notifications-mobile.with-badge i {
  font-size: 1.5rem;
  padding: 0.5rem;
}
#dropdown-notifications-mobile.with-badge .badge {
  right: 10px;
}
#dropdown-notifications-mobile div {
  display: flex;
  align-items: center;
}

.alert p:last-child {
  margin: 0;
}
#drodown-user-menu {
  display: flex;
  align-items: center;
}
#drodown-user-menu .user-avatar {
  height: 50px;
  width: 50px;
  margin-left: 10px;
}

#main-menu {
  font-weight: 600;
}

#main-menu .nav-item {
  margin-right: 1rem;
}
#main-menu .nav-link.with-badge i {
  font-size: 1.5rem;
}
#main-menu .nav-link div {
  display: flex;
  align-items: center;
}
#main-menu .nav-link div * {
  margin-right: 5px;
}
#main-menu .nav-link i {
  font-size: 1.5rem;
}
.navbar-brand img {
  width: 190px;
}

@media (min-width: 576px) {
  .navbar-brand img {
    width: 240px;
  }
}

.navbar-light .navbar-toggler {
  border: none;
  color: #0d6efd;
}

main {
  padding-top: 80px;
}
@media (min-width: 576px) {
  main {
    padding-top: 140px;
    min-height: 650px;
  }
}

.btn {
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
}

/* .btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
} */

.btn-link {
  text-decoration: none;
}

.btn-icon-right i {
  position: absolute;
  right: 3rem;
  line-height: 1.5rem;
}

.btn-sm {
  font-size: 0.75rem;
}

.btn small {
  color: rgba(255, 255, 255, 0.75);
}

.tooltip-inner {
  text-align: left;
}

.cvv .popover-body {
  padding: 0;
}

.form-input {
  margin-bottom: 1rem;
  position: relative;
}

@media (min-width: 576px) {
  .box .form-input {
    margin: 0;
  }
}

.form-input-help i {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  font-size: 1rem;
}

.form-input-help .form-control {
  padding-right: 3rem;
}

.form-input img {
  border: 1px solid #d2d2d2;
  border-radius: 1rem;
  background-color: #fff;
  padding: 15px;
}

.form-input .alert {
  margin-top: 15px;
}

.form-input small {
  display: flex !important;
}

.form-input small i {
  flex-shrink: 1 !important;
  margin: 3px 11px 0 3px;
  font-size: 1rem;
}

.form-label {
  font-size: 0.85rem;
  color: #6d7278;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.form-input #product-quantity {
  text-align: center;
}

.form-control,
.form-select {
  background-color: #f5f5f5;
  border: none;
  padding: 0.75rem;
  border-radius: 0.5rem;
}
.form-select {
  padding: 0.75rem 2rem 0.75rem 0.75rem;
}
.form-check {
  font-size: 1rem;
}
.input-group-text {
  background-color: #f5f5f5;
  border: none;
  color: #808080;
}

/* #checkbox-original-package {
  display: none;
}
#checkbox-original-package:checked ~ #toggle-content {
  display: block;
  height: 100px;
} */

.card {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  margin-bottom: 1rem;
}

.card-body {
  padding: 2rem 1.5rem;
}

.small,
small {
  font-size: 0.8rem;
  color: #6d7278;
}

/* @media (min-width: 576px) { */
aside dl {
  display: flex;
  justify-content: space-between;
}
/* } */
aside .currency {
  color: #6d7278;
}
aside .product-list li {
  border-bottom: 1px solid #d2d2d2;
  margin-top: 1rem;
}

aside .product-list li:last-child {
  border-bottom: none;
}

aside .product-list li .product-title {
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
}

aside .product-list .product-meta dl {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

aside .total-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

aside .total-price .price {
  font-size: 1.75rem;
}
aside .total-price .currency {
  font-size: 1rem;
}
aside .total-price .price .tax {
  display: block;
  text-align: right;
  line-height: 1;
  margin-top: -5px;
  font-size: 0.75rem;
  color: #6d7278;
}

footer {
  background-color: #211d34;
  color: #d3d4d9;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-weight: 300;
}

footer h4 {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

footer .logo {
  width: 200px;
  display: block;
  margin-bottom: 50px;
  max-width: 100%;
}

footer a {
  color: #d3d4d9;
}

footer a:hover {
  color: #fff;
}

footer .list-inline {
  padding-left: 0;
  list-style: none;
}

footer .list-inline li {
  display: inline-block;
}

footer .list-inline li:not(:last-child) {
  margin-right: 0.5rem;
}

footer .credit-cards-available img {
  max-width: 50px;
  height: 50px;
}

footer .social-media i {
  font-size: 1.5rem;
  vertical-align: middle;
}

footer .nav li a {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  display: block;
}

footer .footer-top .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 1.5rem;
}

footer .footer-bottom {
  padding-top: 1rem;
}

footer #language-dropdown {
  background-color: transparent;
  border: none;
  padding: 0.5rem 1rem;
}

footer .copyright {
  text-align: center;
  margin-bottom: 2rem;
}
footer .logo {
  margin: 0 auto 0.5rem;
}
footer .about-us .nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 1rem;
}
footer .about-us,
footer .support {
  margin-bottom: 1rem;
}
footer .payment-methods {
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  footer .about-us .nav {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  footer .copyright {
    padding-top: 2rem;
  }
}

#status-progress {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  display: flex;
  justify-content: space-evenly;
  padding-left: 0;
}

#status-progress .active,
#status-progress .success {
  color: #0d6efd;
}

#status-progress li {
  list-style-type: none;
  font-size: 15px;
  width: 100%;
  float: left;
  position: relative;
  font-weight: 400;
  justify-content: center;
  display: block;
  text-align: center;
}

#status-progress li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: #d2d2d2;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#status-progress li::after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: -1;
}

#status-progress li:last-child::after {
  left: -50%;
}

#status-progress li.success::before,
#status-progress li.success::after {
  background: #0d6efd;
  z-index: 1;
}

#status-progress li.success .icon::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  position: absolute;
  bottom: 0;
  /* right: 0; */
  /* top: 0; */
  color: #198754;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  background-color: #fff;
  border-radius: 3rem;
}

#status-progress li .icon {
  height: 40px;
  width: 40px;
  display: block;
  border: 2px solid #d2d2d2;
  border-radius: 3rem;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  background-color: #ecf2f4;
  z-index: 3;
  position: relative;
}

#status-progress li.success .icon,
#status-progress li.active .icon {
  border: 2px solid #0d6efd;
}

#status-progress li a:hover .icon,
#status-progress li.active .icon {
  background-color: #0d6efd;
  color: #fff;
}
#status-progress li .label {
  display: none;
}
@media (min-width: 768px) {
  #status-progress li .label {
    display: block;
  }
}

.modal-content {
  border-radius: 1rem;
}
.modal-body {
  padding: 2rem;
}

.modal-only-body .modal-header {
  border: none;
}
.modal-only-body .modal-body {
  padding: 0 2rem 2rem;
}

.accordion-item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.accordion-item .accordion-button {
  background-color: #fff;
  border: none;
}
.accordion-item .accordion-collapse {
  border: none;
  background-color: #fff;
}
.accordion-button::after {
  top: 1rem;
  position: absolute;
  right: 1.25rem;
}

.product-details .accordion-button .meta {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
}
.product-details .accordion-button.collapsed .meta {
  display: block;
  height: auto;
  overflow: visible;
  opacity: 1;
  width: 100%;
}
.accordion-button .meta {
  display: block;
  height: auto;
  overflow: visible;
  opacity: 1;
  width: 100%;
}
.product-details .accordion-button.collapsed .meta-content {
  display: flex;
}
.accordion-button .meta-content {
  display: flex;
}
.accordion-button.collapsed .meta-content .form-input {
  margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
  color: inherit;
}

.accordion-item .meta-image {
  margin-right: 15px;
  max-width: 60px;
  min-width: 60px;
}
.accordion-item .meta-image img {
  padding: 5px;
}

@media (min-width: 996px) {
  .accordion-item .meta-image {
    max-width: 100px;
    min-width: 100px;
  }
  .accordion-item .meta-image img {
    padding: 15px;
  }
}
.accordion-item .meta-info {
  text-align: left;
}
.accordion-item .location {
  margin-bottom: 0.25rem;
  display: block;
  margin-right: 2rem;
}
.accordion-item .title {
  margin-bottom: 0.5rem;
}
.accordion-item .package {
  font-size: 80%;
  color: #198754;
}
.accordion-item .meta-price .price {
  text-align: right;
}

@media (min-width: 576px) {
  .accordion-item .meta-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.login-buttons .btn {
  position: relative;
}
.login-buttons .btn i {
  position: absolute;
  left: 1rem;
  top: 0.95rem;
  font-size: 1.25rem;
}
.login-buttons .btn-sm {
  padding-left: 2rem;
}

.login-buttons .btn-sm i {
  font-size: 1rem;
  top: 0.75rem;
  left: 0.55rem;
}
.login-buttons .btn-google {
  background-color: #4688f1;
  color: #fff;
}

.login-buttons .btn-google:hover {
  background-color: #1b6ed3;
}
.login-buttons .btn-facebook {
  background-color: #48649f;
  color: #fff;
}
.login-buttons .btn-facebook:hover {
  background-color: #2b4c84;
}

.division {
  float: none;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.division .line {
  border-top: 1px solid #d2d2d2;
  position: absolute;
  top: 13px;
  width: 44%;
}
.division .line.line-left {
  left: 0;
}
.division .line.line-right {
  right: 0;
}
.price-summary {
  background-color: #fafafa;
  padding: 1rem;
  margin-bottom: 1rem;
}
.price-summary dl {
  font-size: 0.85rem;
  margin-bottom: 0;
}

.badge {
  border-radius: 2rem;
}
.with-badge {
  position: relative;
}
.with-badge .badge {
  position: relative;
  top: 0;
  right: 0;
  background-color: #e45643;
  padding: 0.35em 0.5em;
}

@media (min-width: 992px) {
  .with-badge .badge {
    position: absolute;
  }
}

/* @media (min-width: 992px) {
  .with-badge .badge {
    top: 0;
  }
} */
.tab-content {
  padding: 1.5rem 0;
}
.nav-tabs .nav-item .nav-link {
  padding: 0.35rem;
  border: none;
  color: #808080;
  font-size: 0.75rem;
  background-color: transparent;
}
@media (min-width: 576px) {
  .nav-tabs .nav-item .nav-link {
    padding: 1rem;
    font-size: 1rem;
  }
}

.nav-tabs .nav-item .nav-link .badge {
  background-color: #808080;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
}
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #0b5ed7;
  color: #0b5ed7;
}
.nav-tabs .nav-link.active .badge {
  background-color: #0b5ed7;
}

@media (min-width: 576px) {
  .tab-content .meta-content {
    display: flex;
  }
  .tab-content .meta-image {
    margin-right: 15px;
    max-width: 120px;
    min-width: 120px;
  }
}

@media (min-width: 1200px) {
  .tab-content .meta-image {
    margin-bottom: 0;
  }
}

.tab-content .meta-image img {
  padding: 5px;
}

@media (min-width: 768px) {
  .tab-content .meta-image {
    max-width: 240px;
    min-width: 240px;
    margin-bottom: 0;
  }
  .tab-content .meta-image img {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .tab-content .meta-image {
    max-width: 240px;
    min-width: 240px;
  }
}
@media (min-width: 1400px) {
  .tab-content .meta-image {
    /* max-width: 200px;
    min-width: 200px; */
    max-width: 280px;
    min-width: 280px;
  }
}
.tab-content .title {
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-content .meta-price,
.tab-content .meta-offers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
}
.tab-content .meta-offers {
  margin-top: 0.5rem;
}
.tab-content .meta-offers .offers {
  text-align: left;
}
@media (min-width: 576px) {
  .tab-content .meta-offers .offers {
    display: flex;
    align-items: center;
  }
}

.tab-content .package {
  color: #198754;
}
.tab-content .meta-price .price {
  text-align: right;
}
.tab-content .meta-price {
  color: #808080;
}
.tab-content .my-offer {
  color: #000;
  font-weight: 400;
}
.tab-content .meta-price.my-profit {
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
}

.badge-offers {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  z-index: 2;
}

.badge-outline-primary {
  border: 1px solid #0d6efd;
  color: #0d6efd;
}

.avatar-circle img {
  border-radius: 50%;
  width: 100%;
  display: block;
  min-width: 50px;
}
.list-layered {
  list-style: none;
  padding-left: 0;
  position: relative;
  margin-bottom: 0;
}
.list-layered .avatar-circle {
  display: inline-block;
  width: 40px;
  margin-right: -1rem;
}
.list-layered .avatar-circle img {
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.list-layered .avatar-circle.more-offers {
  position: absolute;
}
.list-layered .avatar-circle.more-offers div {
  height: 40px;
  background-color: #0d6efd;
  color: #fff;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  border: 2px solid #fff;
  font-size: 0.85rem;
}
.tab-content a.order-link {
  color: inherit;
}
.tab-content a.order-link .alert {
  margin: 0;
}

.meta-info {
    overflow: inherit;
    margin-bottom: 15px;
    margin-top: 0.5rem;
    padding-left: 1px;
    /* width: 288px; */
    /* width: calc(468px - 120px - 15px); */
}
/* @media (min-width: 576px) {
  .meta-info {
    width: calc(468px - 120px - 15px);
  }
} */
@media (min-width: 768px) {
  .meta-info {
    width: calc(648px - 240px - 15px);
  }
}

@media (min-width: 992px) {
  .meta-info {
    width: calc(568px - 240px - 15px);
  }
}
@media (min-width: 1200px) {
  .meta-info {
    width: calc(593px - 240px - 15px);
  }
}

.meta-info .actions {
  float: right;
}
/* ---------- product item ---------- */

.product-item .meta-info {
  flex-grow: 1 !important;
  padding-top: 1rem;
  width: auto;
}
.product-item .actions {
  /* display: flex; */
  /* justify-content: space-between; */
  /* margin-bottom: 0.5rem; */
  float: right;
  margin-top: -0.5rem;
}
/* .product-item .actions .badge {
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  position: absolute;
  top: 1rem;
  left: 1rem;
} */
.product-item .location {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0.5rem;
  margin-top: -2rem;
  margin-right: 40px;
}
.product-item .title {
  font-size: 1rem;
}
.product-item .box dl {
  margin-bottom: 0;
}
.product-item .box dd {
  padding-left: 1.5rem;
}
.product-item .package {
  color: #198754;
  margin-bottom: 0.5rem;
}
.product-item .meta-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: #808080;
}
/* .product-item .meta-price small,
.product-item .meta-offers small {
  line-height: 1;
  display: block;
  text-align: right;
} */
.product-item .meta-offers {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-toggle::after {
  display: none;
}
.btn-actions {
  padding: 0.5rem;
  display: inline-block;
  min-width: 2rem;
  text-align: center;
}

@media (min-width: 576px) {
  .product-item .meta-content {
    display: flex;
  }
  .product-item .meta-image {
    max-width: 180px;
    min-width: 180px;
    margin-right: 15px;
  }
  .product-item .actions .badge {
    position: relative;
    top: 0;
    left: 0;
  }
  .product-item .location {
    margin-top: 0;
    margin-right: 0;
  }
}

.order-by {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  align-items: center;
}
.order-by h3 {
  margin-bottom: 0;
}
.user-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.user-meta {
  display: flex;
  align-items: center;
}

.user-avatar {
  width: 60px;
  margin-right: 15px;
  display: inline-table;
}
.user-name {
  margin: 0 2rem 0 0;
  font-size: 1.25rem;
}

.user-review i {
  color: #ff7f01;
}

.user-resume {
  margin-bottom: 1rem;
  color: #6d7278;
}

.user-header .actions {
  display: flex;
  align-items: first baseline;
}
.user-offer {
  margin-bottom: 1rem;
}

.user-offer dl {
  margin: 0;
}

@media (min-width: 576px) {
  .user-offer dl {
    display: flex;
    justify-content: space-between;
  }
}

.user-offer .user-price dl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.user-offer .user-price dd {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
}
.user-footer {
  display: grid;
}

@media (min-width: 576px) {
  .user-footer {
    display: flex;
    justify-content: end;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  aside .product-item .meta-content {
    display: block;
  }
  aside .product-item .meta-content .meta-image {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  aside .user-delivery dl {
    display: flex;
    justify-content: flex-start;
  }
  aside .user-delivery dl dt {
    min-width: auto;
  }
}

@media (min-width: 576px) {
  aside dt {
    min-width: 140px;
  }

  aside dd {
    text-align: right;
  }
}

@media (min-width: 576px) {
  aside .product-item .meta-image {
    max-width: 80px;
    min-width: 80px;
    margin-right: 15px;
  }
  aside .product-item dt {
    min-width: 70px;
  }
}
aside .product-item .meta-info {
  padding-top: 0;
}
aside .product-item .location {
  margin-top: 0;
}
.list-group-item .form-check {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.list-group-item.active {
  background-color: #fbfdff;
  color: #404040;
}
.list-group-item.active .form-check {
  font-weight: 800;
}
.list-group-item.active .form-check label small {
  font-weight: 400;
}

#chat {
  /* max-height: 720px; */
  background: #fff;
  max-height: calc(100vh - 240px);
  height: 100%;
  min-height: 300px;
}

#chat .messages {
  /* height: auto; */
  /* min-height: calc(100% - 83px); */
  /* max-height: calc(100% - 83px); */
  /* overflow-y: auto; */
  /* overflow-x: hidden; */
  /* width: 100%; */
  padding: 1rem 1rem 0 1rem;
  height: calc(100% - 83px);
  z-index: 0;
}

#chat .messages #message-list {
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  /* padding-bottom: 100px; */
}

#chat .messages ul li {
  display: inline-block;
  clear: both;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
}
#chat .messages ul li.date {
  text-align: center;
}
#chat .messages ul li.date span {
  text-align: center;
  background-color: #e4f3f9;
  border-radius: 10px;
  padding: 5px 15px;
  margin: 0 auto;
  font-size: 13px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
#chat .messages ul li .message-inner {
  display: inline-block;
  padding: 1rem;
  border-radius: 10px;
  max-width: 75%;
  line-height: 1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  margin: 0;
}
#chat .messages ul li .message-inner .time {
  display: block;
  opacity: 0.5;
  margin-top: 0.5rem;
  text-align: right;
  font-size: 0.75rem;
}
#chat .messages ul li.sent .message-inner {
  background: #f5f3f0;
}
#chat .messages ul li.replies .message-inner {
  background: #e2f7cb;
  float: right;
}
#chat .messages ul li .message-inner p:last-child {
  margin-bottom: 0;
}

#chat .card-footer {
  background-color: #fff;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  padding: 1rem;
}

#chat .card-footer .form-control {
  border-radius: 0.5rem;
}

@media (max-width: 767px) {
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.card-box:hover .card {
  cursor: pointer;
  background-color: #def0fa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.trips li a {
  color: inherit;
}
.trips .meta-image {
  margin-bottom: 0;
  display: none;
}
@media (min-width: 768px) {
  .trips .meta-image {
    display: block;
  }
}
.trips .meta-image img {
  padding: 0;
}
.trips li .my-backpack-resume h4 {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.trips li .my-backpack-resume label {
  color: #6c757d;
  font-size: 0.8rem;
}
.heading-split {
  display: flex;
  justify-content: space-between;
}
.posted-time {
  color: #6c757d;
}
.empty {
  color: #999;
  text-align: center;
  padding: 1rem;
  border: 3px dashed #d2d2d2;
}
#v-tab .nav-link {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: -1px;
  padding: 20px;
  background-color: #fafafa;
}
#v-tab .nav-link:hover {
  background-color: #f2f2f2;
}
#v-tab .nav-link.active {
  border-left: 2px solid;
  border-right: none;
  background-color: #fff;
  /* box-shadow: -2px 0 2px rgba(0,0,0,0.25); */
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#v-tab .nav-link > div {
  width: 100%;
}

#v-tab .nav-link .icon {
  color: #8f8f8f;
  font-size: 16px;
  margin-right: 5px;
  width: 24px;
}
#v-tab .nav-link .category-title {
  font-size: 16px;
  color: #696969;
  margin-bottom: 0;
}
#v-tab .nav-link .category-title .check {
  float: right;
  color: #28a745;
}
#v-tab .nav-link.active .icon,
#v-tab .nav-link.active .category-title {
  color: #2b89cb;
}

#v-tab .nav-link small {
  color: #8f8f8f;
  font-size: 12px;
}
.tab-content ul li .card {
  box-shadow: none;
  border: none;
}
.tab-content ul li.active .card-body {
  background-color: #ecf7ff;
  border-radius: 3px;
}
.form-switch .form-check-input {
  height: 1.25rem;
}

.form-switch .form-check-input {
  width: 3em;
  border-radius: 3em;
}
.filters .accordion-button {
  font-size: 1.25rem;
  display: block;
  text-align: left;
}
@media (min-width: 767px) {
  .filters .accordion-button {
    display: flex;
    justify-content: space-between;
  }
  .filters .accordion-button ul {
    margin-right: 2rem;
  }
}
#filters-list ul {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.custom-range {
  position: relative;
  margin-bottom: 1rem;
}

.custom-range .input-group-text .badge {
  position: relative;
  top: 0;
  right: 0;
}
.custom-range .form-control {
  padding-left: 0;
}
.custom-range .form-control:focus {
  background-color: #f5f5f5 !important;
  border: none;
  box-shadow: none;
  z-index: 0;
}
.form-check .form-check-input {
  margin-left: -1.5em;
}
.status li {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
}
.status .active .step-icon,
.status .active {
  color: #0d6efd;
}
.status .step-icon {
  border: 1px solid;
  font-size: 1.5rem;
  border-radius: 1.5rem;
  /* padding: 0.5rem; */
  margin: 0 10px 0 0;
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}
.status .status-icon {
  font-size: 1.5rem;
}
@media (max-width: 575px) {
  .status .btn {
    padding: 0.5rem !important;
  }
}

.profile-image .avatar-circle {
  width: 240px;
  margin: 0 auto;
}
.password .view-password {
  position: absolute;
  top: 38px;
  right: 12px;
  z-index: 110;
  font-size: 1.2rem;
  cursor: pointer;
  display: none;
}
/* .password input:focus . + .view-password {
  display: block;
} */

.rate-user {
  font-size: 3rem;
}
.rate-user a {
  color: #d2d2d2;
}
.rate-user a:hover,
.rate-user .active a {
  color: #0b5ed7;
}

.home section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.hero {
  height: 80vh;
  overflow: hidden;
  position: relative;
  padding-top: 114px;
  display: flex;
  align-items: center;
  min-height: 600px;
  margin-top: -140px;
}
.hero .container {
  z-index: 3;
  position: relative;
}
.hero h1 {
  color: #fff;
  font-weight: 100;
  font-size: 3rem;
}
.hero .hero-bg {
  background-image: url("../img/slide-01.jpg");
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
.hero .overlay {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.hero.shop-link {
  color: #fff;
  text-align: center;
}
.hero.shop-link .hero-bg {
  background-image: url("../img/slide-02.jpg");
}
#how-it-works h4 {
  font-weight: 400;
  font-size: 1.2rem;
  color: #a2a2a2;
}

@media (max-width: 575px) {
  .shop-link .input-group .input-group-text {
    display: none;
  }
  .shop-link .input-group .form-control {
    width: 100%;
    margin-bottom: 1rem;
  }
  .shop-link .input-group .btn {
    border-radius: 0.3rem !important;
    display: block;
    width: 100%;
  }
}
.shop-link .input-group-text {
  background-color: #fff;
  border: 1px solid #ced4da;
}
.shop-link .form-control {
  background-color: #fff;
  border: 1px solid #ced4da;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 1rem;
}
.card .card-img-top .img-fluid {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

#experiences .user img,
#reviews .user img {
  margin-bottom: 0.5rem;
  width: 100px;
}

#experiences .user .badge {
  font-weight: 300;
  margin-bottom: 0.35rem;
}
#experiences .user h5,
#reviews .user h5 {
  margin-bottom: 0;
  font-size: 1rem;
}
#experiences .gift .badge {
  padding: 1rem;
}
#features i {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  color: #0d6efd;
}
#features h4 {
  color: #0d6efd;
  font-weight: 300;
}

#reviews .user {
  text-align: center;
  margin-top: 100px;
}
#reviews .user img {
  margin-top: -80px;
  border: 5px solid #fff;
}
#reviews .user-review {
  margin-bottom: 1rem;
}
.table-calendar thead th {
  text-align: right;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5) !important;
  border: 0;
}
.table-calendar td {
  width: 14.285%;
  height: 70px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .table-calendar td {
    height: 110px;
  }
}
.table-calendar td.active {
  box-shadow: inset 0 0 2px #00a8ff;
  background-color: #def0fa;
}
.table-calendar td:not(.disabled):hover {
  background-color: #def0fa;
}
.table-calendar .disabled {
  color: #9a9a9a;
  background: #f2f2f2;
}
.table-calendar ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.table-calendar .day {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-align: right;
}
.table-calendar .arrival {
  text-align: center;
}
.table-calendar .deliveries {
  font-size: 11px;
}
.table-calendar .deliveries li {
  padding: 3px 5px;
  border-radius: 15px;
  margin-bottom: 2px;
  display: inline-block;
  min-width: 22px;
}
.table-calendar .deliveries .location-01,
.calendar-details .location-01 {
  background-color: #99d2f7;
}
.table-calendar .deliveries .location-02,
.calendar-details .location-02 {
  background-color: #c7e7d8;
}
.table-calendar .deliveries .location-03,
.calendar-details .location-03 {
  background-color: #fbef9e;
}

.table-calendar .deliveries .location-04,
.calendar-details .location-04 {
  background-color: #c3d0f9;
}

.calendar-details .location {
  height: 18px;
  width: 18px;
  border-radius: 16px;
  margin: 0 10px 0 0;
}
.calendar-details button .location {
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: table;
  line-height: 20px;
  margin-right: 5px;
}
aside .dropdown-menu li {
  margin: 0;
}
h4.balance {
  font-weight: 300;
  color: #0b5ed7;
  text-align: right;
}
.table {
  font-size: 0.75rem;
}
.table > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table .amount {
  text-align: right;
  width: 110px;
}
.parcial-amount {
  display: none;
}
@media (min-width: 992px) {
  .table {
    font-size: 14px;
  }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
  }
  .parcial-amount {
    display: table-cell;
  }
}
.no-visibility {
  visibility: hidden;
}

.list-group {
  border-radius: 1.5rem;
}

.list-group-item.message {
  padding: 1.5rem;
}

.messages .excerpt,
.messages .product {
  height: 3rem;
  display: -webkit-box;
  display: -moz-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
}
.messages .product {
  height: 1.5rem;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
}

.messages .user-name {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.message a .excerpt,
.message a .product {
  color: #858585;
}
.message.message-unread {
  background-color: #f0faff !important;
}
.message.message-unread a .excerpt,
.message.message-unread a .product {
  color: #212529;
}
.message a .user-name {
  color: #212529;
}

.message .meta-image {
  max-width: 60px;
  max-height: 60px;
  margin-right: 15px;
  /* border-radius: 50%; */
  /* display: inline-block; */
}

.message .meta-image img {
  padding: 0;
}

.bb-1 {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 1rem;
}

li:last-child .bb-1 {
  border: none;
}
