.toasts-bottom-right {
  bottom: 10px;
  right: 10px;
  min-width: 200px;
}

.table-bordered th:last-child,
.table-bordered td:last-child {
  width: 1px;
  white-space: nowrap;
  margin-right: 5px;
  text-align: right;
}

.smallTabela th:last-child,
.smallTabela td:last-child {
  text-align: left;
}

.smallTabela.dataTables_filter,
.smallTabela.dataTables_filter label {
  width: 100%;
  text-align: right;
}

.dropdown-menu-options {
  left: unset !important;
  right: 0px !important;
  transform: translate3d(0px, 38px, 0px) !important;
}

.fc-button {
  color: #007bff !important;
  background-color: #fff !important;
  border-color: #007bff !important;
}

.fc-button:hover {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.fc .fc-toolbar-title {
  font-size: 18px !important;
}

.card-body .fc {
  margin-top: 0px !important;
}

.fc-toolbar,
.fc-toolbar.fc-header-toolbar {
  padding: 0px !important;
}

.profile .wrapper {
  margin-top: 100px;
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* padding: 5px; */
  background: transparent;
  border-radius: 2px;
  /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); */
}
.profile .wrapper:active #img-result {
  margin-top: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.profile .wrapper #img-result {
  cursor: pointer;

  position: relative;
  background: #eaeff5;
  background-size: cover;
  background-position: center;
  display: block;
  /*   width: 200px;
  height: 200px; */
  border-radius: 2px;
  /*  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); */
  color: rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s, margin 0.3s, background-image 1.5s;

  margin: 0 auto;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  border: 4px solid var(--main-darker-orange);
}
.profile .wrapper #img-result.no-image:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f030";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 48px;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
}

.profile .wrapper button:active {
  box-shadow: none;
  margin-top: 24px;
  padding: 8px;
}

.profile .upload-result {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}
.profile .upload-result__content {
  word-break: break-all;
  font-family: "Source Code Pro";
  overflow-wrap: break-word;
}
.clickable:hover {
  cursor: pointer;
}
