[dusk="update-and-continue-editing-button"] {
  display: none 
}


:root {
  --primary: rgb(0, 130, 194);
  --primary-dark: rgb(1, 84, 139);
  --primary-70: rgba(0, 130, 194, 0.7);
  --primary-50: rgba(0, 130, 194, 0.5);
  --primary-30: rgba(0, 130, 194, 0.3);
  --primary-10: rgba(0, 130, 194, 0.1);
  --logo: white;
  --sidebar-icon: #b3c1d1;
}

.bg-grad-sidebar {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(0, 130, 194, 1)),
    to(rgb(1, 84, 139))
  );

  background-image: linear-gradient(
    0deg,
    rgb(0, 130, 194, 1),
    rgb(1, 84, 139)
  );
}

[dusk="global-search"], [dusk="global-search"]:focus {
  border-width: 0;
  border-radius: 4px;
  box-shadow: var(--shadow);
  background: white;
}

.px-view, .py-view {
  padding: 1.5rem;
}

.bg-grad-sidebar ul li {
  margin-bottom: 0.75rem;
}

.bg-grad-sidebar a:not(.sidebar-label) {
  margin-left: 1.75rem;
}

.sidebar-icon {
  width: 1rem;
  height: 1rem;
}

.bg-grad-sidebar a.router-link-exact-active {
  font-weight: bold;
}

.sidebar-label {
  font-size: 16px !important;
}

.pt-header {
  padding-top: 5rem;
}

.form-input {
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.btn-default {
  border-radius: 4px;
  text-shadow: none;
  box-shadow: var(--shadow-button);
}

.btn-default:hover {
  box-shadow: var(--shadow-button-hover);
}

.form-input:focus,
.form-input:active,
.btn-default:focus,
.btn-default:active {
  text-shadow: none;
  border-radius: 4px;
  text-shadow: none;
  box-shadow: var(--shadow);
}

.w-search {
  border-radius: 4px;
}
