.navbar-brand img {
  width: 100px;
}

.btn-primary {
  background-color: #BA008E;
  border-color: #BA008E;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus {
  background-color: #721472;
  border-color: #721472;
}

.bg-gradient-primary {
  background-color: transparent;
  background-image: linear-gradient(142deg, #430E53 30%, #721472 69%);
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.modal-header .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.ec-resource-week-view .ec-line {
  width: auto;
}

.ec-resource-week-view .ec-header .ec-days,
.ec-resource-week-view .ec-lines {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.ec-resource-week-view .ec-main {
  width: 100%;
}

.ec-header {
  font-weight: 800;
  background: #BA008E;
  color: #fff;
}

.ec-sidebar {
  border: none !important;
}

.ec-sidebar .ec-content {
  background: #721472;
  color: #fff;
}


.nav.nav-pills .nav-link.active {
  font-weight: 600;
  box-shadow: 0 1px 5px 1px #ddd;
  animation: .2s ease;
  background: #fff;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-inner--icon {
  margin-right: .5rem;
}
