.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: #51b1da !important;
  background-color: #fff !important;
  border-color: #51b1da !important;
}

.fc-button:hover {
  color: #fff !important;
  background-color: #51b1da !important;
  border-color: #51b1da !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;
}

.sidebar-dark-primary {
  background-color: #51b1da;
}
.sidebar a {
  color: #343a40 !important;
}

.card-primary:not(.card-outline) > .card-header {
  background-color: #51b1da;
}

p {
  margin-top: initial;
  margin-bottom: initial;
}

input {
  padding: 10px;
  width: 100%;
  border: 1px solid #aaa;
}
.row {
  margin-left: initial;
  margin-right: initial;
}

button {
  background-color: #ff7700;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}
button:hover {
  opacity: 0.8;
}

.btnDirections {
  font-weight: bold;
  padding: 12px 10px;
}

.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.block {
  display: block !important;
}
.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  padding: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #0081c3;
  border-color: #026799;
  border-radius: 10px;
  line-height: 26px;
  width: 100%;
}
.upload__btn:hover {
  background-color: unset;
  color: #0081c3;
  transition: all 0.3s ease;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.upload__img-box {
  width: 150px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "\2716";
  font-size: 14px;
  color: white;
}
.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}
.wizard-navigation {
  text-align: center;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #0081c3;
  top: 0px;
  left: 0px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
}
.star-rating {
  font-size: 40px;
  padding: 0.25em 0.375em;
  display: inline-flex;
  flex-flow: row-reverse;
  overflow: hidden;
  border-radius: 0.75em;
  background-color: white;
}
.star-rating input {
  cursor: pointer;
  position: relative;
  padding: 0;
  width: 1em;
  height: 1em;
  float: left;
  text-align: center;
  line-height: 1em;
  margin-left: 5px;
}
.star-rating input:before,
.star-rating input:after {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.star-rating input:before {
  content: "";
  background-color: white;
}
.star-rating input:after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  color: #eee;
  transition: color 0.2s;
  font-weight: 900;
}
.star-rating input:checked:after,
.star-rating input:checked ~ input:after {
  color: #fc0;
  animation: 0.5s dance infinite;
}
