/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --lpx-logo: url("/assets/images/logo/logo-light.png");
  --lpx-logo-icon: url("/assets/images/logo/logo-light-thumbnail.png");
}

.donut {
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #7983ff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: donut-spin 1.2s linear infinite;
}
.donut.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.abp-logo {
  background-repeat: no-repeat;
}

.abp-support {
  width: 178px;
  height: 30px;
  background-image: url("/assets/images/getting-started/abp-support.svg");
}

.abp-community {
  width: 215px;
  height: 30px;
  background-image: url("/assets/images/getting-started/abp-community.svg");
}

.abp-blog {
  width: 142px;
  height: 30px;
  background-image: url("/assets/images/getting-started/abp-blog.svg");
}

.logo-x {
  width: 20px;
  height: 20px;
  background-image: url("/assets/images/getting-started/x.svg");
}

.shift-datetime-input {
  cursor: pointer;
}

.shift-datetime-input::-webkit-calendar-picker-indicator {
  cursor: pointer !important;
  opacity: 1;
  -webkit-transition: transform 0.15s ease, opacity 0.15s ease, filter 0.15s ease;
  transition: transform 0.15s ease, opacity 0.15s ease, filter 0.15s ease;
}

.shift-datetime-input::-webkit-calendar-picker-indicator:hover {
  opacity: 0.78;
  filter: brightness(0.85);
  transform: scale(1.08);
}

#abp-modal-close-button {
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

#abp-modal-close-button:hover {
  background-color: rgba(99, 102, 241, 0.12);
  box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.08);
  transform: scale(1.08);
}

.lpx-topbar-container .lpx-topbar {
  border-radius: 0px !important;
}

/*# sourceMappingURL=styles.css.map*/