/*
    This file contains the styles that apply globally, and aren't tied to any particular component.  
*/
html {
  font-family: 'Inter', sans-serif;
}
h1 {
  font-size: larger;
}
/*
    This file contains the styles that apply globally, and aren't tied to any particular component.  
*/
body[style]:not([style=""]) {
  height: unset;
}
body:has(full-screen-container.full-screen) {
  overflow: hidden;
}
:root {
  --primary-colour: #5A61ED;
  --border-colour: #DCDCDE;
}
h1 {
  font-size: larger;
}
h1,
h2,
h3 {
  margin: 0;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.16666667;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #0A090B;
}
input,
button {
  font-family: inherit !important;
}
dropdown dropdown-selected[breezer-dropdown] {
  border: none;
  border: 1px solid #7ABDFF;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.05px;
  box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
  padding: 10px;
  background-color: white;
  color: #000036;
  min-width: min(250px, 100%);
}
dropdown dropdown-selected[breezer-dropdown]::-webkit-input-placeholder {
  color: #7F7D83;
  opacity: 1;
}
dropdown dropdown-selected[breezer-dropdown]::-moz-placeholder {
  color: #7F7D83;
  opacity: 1;
}
dropdown dropdown-selected[breezer-dropdown]::-ms-input-placeholder {
  color: #7F7D83;
  opacity: 1;
}
dropdown dropdown-selected[breezer-dropdown]::placeholder {
  color: #7F7D83;
  opacity: 1;
}
dropdown dropdown-selected[breezer-dropdown]:hover,
dropdown dropdown-selected[breezer-dropdown]:focus,
dropdown dropdown-selected[breezer-dropdown]:focus-within {
  border: 1px solid #5A61ED;
}
hr {
  width: auto;
  height: 1px;
  background-color: #EDEDED;
  border: none;
  margin: 0;
}
.blazored-modal-container {
  height: 100dvh;
  z-index: 10;
  overflow-y: auto;
}
.blazored-modal-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
}
.blazored-modal {
  position: relative;
}
.blazored-modal-header {
  display: contents;
}
.blazored-modal-header h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-align: center;
}
.blazored-modal-header > button.blazored-modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  padding: 0;
  border: none;
  background: none;
  color: #3C3C4399;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .blazored-modal {
    margin-top: 66px;
    margin-top: calc(66px + env(safe-area-inset-top, 0px));
  }
}
@media only screen and (max-width: 500px) {
  .blazored-modal-container {
    padding: 0;
    top: calc(66px + env(safe-area-inset-top, 0px));
    bottom: calc(80px + env(safe-area-inset-bottom, 0px));
    overflow: auto;
    height: unset;
  }
  .blazored-modal {
    margin: 0;
    height: 100%;
    width: 100%;
  }
  .blazored-modal-content {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    background: white;
    margin-top: 0;
  }
  .blazored-modal-content > * {
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.confirmation-prompt {
  width: 100vw;
  min-width: initial;
  max-width: 400px;
  gap: 28px;
  padding: 24px;
  border-radius: 7px;
  box-shadow: 0px 0px 0px 1px rgba(10, 9, 11, 0.05), 0px 0px 3px -1px rgba(10, 9, 11, 0.04), 0px 16px 24px -6px rgba(10, 9, 11, 0.08);
}
.confirmation-prompt message-box-container {
  gap: 28px;
}
.confirmation-prompt message-box-container p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.42857143;
  letter-spacing: -0.00357143em;
  text-align: center;
}
.confirmation-prompt message-box-container message-box-buttons {
  width: 100%;
  gap: 10px;
}
.confirmation-prompt message-box-container message-box-buttons button-wrapper {
  flex: 1 0 0;
  margin: 0;
}
.confirmation-prompt message-box-container message-box-buttons button-wrapper button {
  padding: 9px 8px 9px 10px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.01125em;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .confirmation-prompt message-box-container message-box-buttons {
    flex-direction: column;
  }
  .confirmation-prompt message-box-container message-box-buttons button-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .confirmation-prompt {
    border-radius: 0;
  }
}
.witzer-modal {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  min-width: unset;
  padding: 0;
}
.ql-editor {
  height: 100%;
  overflow-y: auto;
}
.ql-editor:not([contenteditable]) {
  padding: 0;
}
.ql-editor.ql-empty::before {
  pointer-events: none;
}
.ql-editor p:first-child {
  margin-top: 0;
}
.ql-editor p:last-child {
  margin-bottom: 0;
}
validation-for {
  position: static !important;
}
button[disabled],
button[loading] {
  pointer-events: none;
  opacity: 0.5;
}
@-webkit-keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
@-webkit-keyframes skeleton-loading-border {
  0% {
    border-color: hsl(200, 20%, 80%);
  }
  100% {
    border-color: hsl(200, 20%, 80%);
  }
}
@keyframes skeleton-loading-border {
  0% {
    border-color: hsl(200, 20%, 80%);
  }
  100% {
    border-color: hsl(200, 20%, 80%);
  }
}
.app-loading,
page-loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(180deg, #000036, #5A61ED);
}
.app-loading loading-spinner spinner[breezer-loading-spinner],
page-loader loading-spinner spinner[breezer-loading-spinner] {
  width: 100px;
  height: 100px;
}
