.hover-pointer:hover {
  cursor: pointer;
}

.font-size-14 {
  font-size: 0.875rem;
}

li a.nav-link:hover {
  color: #c02942;
}

a.btn {
  color: #fff;
}

.btn-success,
.btn-soft-success {
  color: #fff;
  background-color: #c02942;
  border-color: #c02942;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #c02942;
  background-color: #c02942;
}

.custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #c02942 !important;
}

.custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #c02942 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #c02942;
  background-color: #c02942;
}

.btn-success:hover,
.btn-soft-success:hover,
.btn-success:focus,
.btn-soft-success:focus,
.btn-success:active,
.btn-soft-success:active {
  color: #fff !important;
  background-color: #9a1d32 !important;
  border-color: #9a1d32 !important;
}

.text-success {
  color: #c02942 !important;
}

.text-primary {
  color: #2b4553 !important;
}

.icon-container {
  width: 28px;
  height: 28px;
  background-color: #f4f6f6;
  border-radius: 8px;
}

#raccourcis a.show-modal {
  display: contents;
  color: #677788;
}

.no-radius {
  border-radius: 0;
}

table#table-todo td {
  max-width: 460px;
}

div.flex {
  display: flex;
}

div.shortcut-btn-mobile {
  display: flex !important;
}

div.shortcut-btn-mobile .icon-container {
  background-color: transparent;
}

div.shortcut-btn-desktop {
  display: flex !important;
}

div.shortcut-btn-mobile span {
  margin-top: 1px;
}

.plus-btn {
  font-size: 2em;
  margin-bottom: 4px;
}

@media only screen and (max-width: 992px) {
  div.shortcut-btn-mobile {
    display: flex !important;
  }

  div.shortcut-btn-mobile a {
    display: flex !important;
  }

  div.shortcut-btn-desktop {
    display: none !important;
  }

  #raccourcis {
    display: none;
  }
}
td.last-cell-payments {
  text-align: right;
  max-width: 100px;
}

.text-info {
  color: #2f6f9f !important;
}

img.add-calendar {
  max-width: 15px;
}

.row-calendar-timelimit {
  display: inline;
}

.step-text {
  color: #000000;
}

.text-muted {
  color: #000000 !important;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: block !important;
  }
}
.step-item.disabled .step-content {
  background-color: #80808030;
}

.step .step-content {
  padding: 5px;
}

.what-happened-icons {
  color: rgba(192, 41, 66, 0.6);
  width: 2.5rem;
  line-height: 2.5rem;
}

.bg-danger-light {
  background: #ffe5e5;
}

.card-body {
  border-radius: 0px;
}

.col-sm.mw-5 {
  max-width: 5% !important;
}
