a#notificationDropdown .badge {
  position: absolute;
  top: 10px;
  right: -5px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999;
  height: 100%;
  background: #fff;
}

.bar-loader span {
  background-color: #1c2c42 !important;
}

.box-imagem {
  cursor: pointer;
  position: relative;
  text-align: center;
  vertical-align: baseline;
  width: 300px;
  max-width: 100%;
  overflow: hidden;
  margin: auto;
  border: 1px dotted #333;
  display: flex;
}

.box-imagem label {
  margin: auto;
  cursor: pointer;
}

label.input-imagem {
  width: 100%;
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 5px 0;
}

label.input-imagem input {
  display: none;
}

.img-perfil-nova {
  max-width: 100%;
  width: auto;
  margin: auto;
  padding: 10px;
}

.loading {
  position: relative;
}

.loading:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, .5);
  z-index: 9999;
}

.loading:after {
  content: '';
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  position: fixed;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #1c2c42;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  z-index: 9999;
}

.navbar-toggler {
  color: #d3d3d3;
}

.table-responsive td {
  white-space: nowrap;
}

.pointer {
  cursor: pointer !important;
}

.swal2-container.swal2-center.swal2-backdrop-show,
.jq-toast-wrap {
  z-index: 999999 !important;
}
