.close {
  background: none;
  border: none;
  font-size: 20px;
}

.fs-7 {
  font-size: 0.8rem;
}

.fs-8 {
  font-size: 10px;
}

.multiselect, .multiselect__input, .multiselect__single {
  font-size: 13px !important;
}

.error {
  color: #dc3545;
  font-size: 14px;
}

.text-right {
  text-align: right;
}

.content-wrapper {
  padding: 1rem 1rem;
}

.city-manager-content-card .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
}
.city-manager-content-card .breadcrumb {
  border: 0;
}
.city-manager-content-card .cm-title-content .breadcrumb {
  margin-top: -8px;
}

.line-through {
  text-decoration: line-through;
}

.badge {
  white-space: pre-line;
}

.filter-desc {
  width: 0px;
  height: 0px;
  margin-top: 1px;
  border-top: 5px solid rgb(204, 204, 204);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.active-filter-desc {
  border-top: 5px solid rgb(163, 163, 163);
}

.filter-asc {
  width: 0px;
  height: 0px;
  margin-bottom: 1px;
  border-bottom: 5px solid rgb(204, 204, 204);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.filter-asc .active {
  border-bottom: 5px solid rgb(163, 163, 163);
}

.active-filter-asc {
  border-bottom: 5px solid rgb(163, 163, 163);
}

input[type=checkbox] {
  accent-color: #25378b !important;
  border-width: 0;
  border: none;
}

input[type=radio] {
  accent-color: #25378b !important;
  border-width: 0;
}

.custom-control-input {
  width: 15px;
  height: 15px;
  border-radius: 2px;
}

.white-space-normal {
  white-space: normal;
}

.custom-warning {
  padding: 20px;
  border-left: 10px solid rgb(239, 153, 5);
  background-color: rgb(246, 219, 174);
  font-weight: bold;
  color: rgb(161, 106, 5);
  border-radius: 5px;
  margin: 10px 0px;
}

.custom-danger {
  padding: 20px;
  border-left: 10px solid rgb(239, 5, 5);
  background-color: rgb(246, 174, 174);
  font-weight: bold;
  color: rgb(161, 5, 5);
  border-radius: 5px;
  margin: 10px 0px;
}

.modal-height {
  max-height: 500px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d1d1d1;
}

::-webkit-scrollbar-thumb {
  background: #8b8b8b;
}

::-webkit-scrollbar-thumb:hover {
  background: #acacac;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.modal-fullscreen1.modal-dialog {
  max-width: 100%;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
}

.modal-fullscreen1 .modal-content {
  border: 0;
  border-radius: 0;
  min-height: 100%;
  height: auto;
}

.modal-fullscreen1 .modal {
  padding: 0 !important;
}

.buttons-info:hover, .buttons-info:focus {
  color: white !important;
  background-color: var(--bs-info) !important;
  border: none;
}

.buttons-danger:hover, .buttons-danger:focus {
  color: white !important;
  background-color: var(--bs-danger) !important;
  border: none;
}

.buttons-primary:hover, .buttons-primary:focus {
  color: white !important;
  background-color: var(--bs-primary) !important;
  border: none;
}

.buttons-success:hover, .buttons-success:focus {
  color: white !important;
  background-color: var(--bs-success) !important;
  border: none;
}
