/* _content/SlideLizard.Hogsmeade.Blazor.Components/SL_ClipboardCopy.razor.rz.scp.css */
.copy-icon[b-zkhlossj2k] {
    margin-right: 5px;
    cursor: pointer;
}

.copied-icon[b-zkhlossj2k] {
    color: green;
    cursor: auto;
}
/* _content/SlideLizard.Hogsmeade.Blazor.Components/SL_ColorPicker.razor.rz.scp.css */
.control[b-j1y3j8b4q9] {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-family: var(--body-font);
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
    font-weight: initial;
    font-variation-settings: var(--type-ramp-base-font-variations);
    width: 100%;
}

.control > input[b-j1y3j8b4q9] {
    width: 100%;
    background: padding-box linear-gradient(var(--neutral-fill-rest),var(--neutral-fill-rest)),border-box var(--neutral-stroke-control-rest);
    border: calc(var(--stroke-width) * 1px) solid transparent;
    border-radius: calc(var(--control-corner-radius) * 1px);
    cursor: pointer;
    height: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);
}
/* _content/SlideLizard.Hogsmeade.Blazor.Components/SL_Combobox.razor.rz.scp.css */
.combobox-container[b-l52yx1br1s] {
    height: 33px;
    --sl-combobox-hover-color: #e3e3e3;
    --sl-combobox-text-box-border-color: #d4d4d4;
}

.result-item[b-l52yx1br1s] {
    display: flex;
    align-items: center;
}

.custom-svg-icon[b-l52yx1br1s],
.ms-Icon[b-l52yx1br1s] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.result-item span[b-l52yx1br1s] {
    vertical-align: middle;
}

.combobox-container[b-l52yx1br1s] >  * {
    border-radius: 5px !important;
    border: 0.5px solid var(--sl-combobox-text-box-border-color) !important;
}

[b-l52yx1br1s] .blazored-typeahead {
    background: padding-box linear-gradient(var(--neutral-fill-rest),var(--neutral-fill-rest)),border-box var(--neutral-stroke-control-rest);
    color: var(--neutral-foreground-rest);
    fill: currentcolor;
    font-family: var(--body-font);
    font-size: var(--type-ramp-base-font-size);
    position: relative;
    user-select: none;
    vertical-align: top;
    height: 33px;
    outline: none !important;
}

[b-l52yx1br1s] .blazored-typeahead__input-icon {
    min-width: 30px;
    max-width: 25%;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-l52yx1br1s] .blazored-typeahead__down-arrow {
    color: black;
}

[b-l52yx1br1s] .blazored-typeahead__input {
    width: 45%;
    height: 31px;
    min-width: 90px;
    max-width: 100%;
    font-size: var(--type-ramp-base-font-size);
}

[b-l52yx1br1s] .blazored-typeahead__clear {
    width: 15px;
    font-size: var(--type-ramp-base-font-size);
}

[b-l52yx1br1s] .blazored-typeahead__input-mask {
    font-size: var(--type-ramp-base-font-size);
    font-weight: initial;
    font-variation-settings: var(--type-ramp-base-font-variations);
}


[b-l52yx1br1s] .blazored-typeahead__result {
    display: flex;
    font-size: 14px;
    font-weight: initial;
    font-variation-settings: var(--type-ramp-base-font-variations);
    background-color: white;
    border-radius: calc(var(--control-corner-radius) * 1px);
    border: 2px solid transparent;
    box-sizing: border-box;
    color: var(--neutral-foreground-rest);
    cursor: pointer;
    fill: currentcolor;
    height: 32px;
    padding: 8px;
    outline: none;
    overflow: hidden;
    align-items: center;
    user-select: none;
    white-space: nowrap;
}

[b-l52yx1br1s] .blazored-typeahead__selected-item {
    background-color: var(--neutral-fill-secondary-hover) !important;
}

[b-l52yx1br1s] .blazored-typeahead__selected-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 4) - var(--focus-stroke-width) * 1px);
    width: 3px;
    height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2) * 1px);
    background: var(--sl-secondary-color);
}

[b-l52yx1br1s] .blazored-typeahead__result:hover {
    background: var(--sl-combobox-hover-color);
    border-top: none;
    border-bottom: none;
    color: var(--neutral-foreground-rest);
}

[b-l52yx1br1s] .blazored-typeahead__results {
    box-shadow: var(--elevation-shadow-flyout);
    background: var(--fill-color);
    border-radius: calc(var(--layer-corner-radius) * 1px);
    box-sizing: border-box;
    flex-direction: column;
    left: 0px;
    max-height: calc(500px - ((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px));
    padding: calc((var(--design-unit) - var(--stroke-width) ) * 1px) 0;
    overflow-y: auto;
    position: absolute;
    width: auto;
    min-width: 100%;
    z-index: 100000;
    margin: 1px 0px;
    border: calc(var(--stroke-width) * 1px) solid transparent;
}

[b-l52yx1br1s] .blazored-typeahead__controls {
    height: 31px;
    width: 100%;
    border: none !important;
    border-radius: 0px !important;
    outline: none !important;
}

[b-l52yx1br1s] .blazored-typeahead:focus-within {
    box-shadow: none;
}

[b-l52yx1br1s] .blazored-typeahead__input-icon:focus {
    box-shadow: none;
}

[b-l52yx1br1s] .blazored-typeahead__input-mask {
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    min-width: 75px;
    border: none !important;
    border-radius: 0px !important;
    outline: none !important;
}

[b-l52yx1br1s] .blazored-typeahead__input-mask-wrapper {
    cursor: auto;
    height: auto;
    min-height: 30px;
    min-width: 90px;
    max-width: 100%;
    width: 100%;
}

[b-l52yx1br1s] .blazored-typeahead__input-mask-wrapper--disabled {
    color: #e8e8e8;
    background-color: #e8e8e8;
    border: none !important;
    border-radius: 0px !important;
    outline: none !important;
}

[b-l52yx1br1s] .blazored-typeahead__input-icon--disabled {
    color: #e8e8e8;
    background-color: #e8e8e8;
    border: none !important;
    border-radius: 0px !important;
    outline: none !important;
}

[b-l52yx1br1s] .blazored-typeahead__notfound {
    font-size: var(--type-ramp-base-font-size);
    font-weight: initial;
    font-variation-settings: var(--type-ramp-base-font-variations);
}

[b-l52yx1br1s] .combobox-readonly {
    background-color: var(--sl-combobox-hover-color) !important;
    cursor: pointer !important;
    border: none !important;
    border-radius: 0px !important;
    outline: none !important;
}

.info-icon[b-l52yx1br1s] {
    position: absolute;
    right: 5px;
    line-height: 0px;
    height: 16px;
}

[b-l52yx1br1s] .blazored-typeahead__loader {
    border-radius: 0px;
    -webkit-animation: none;
    animation: none;
    width: 0px;
    height: 0px;
}
/* _content/SlideLizard.Hogsmeade.Blazor.Components/SL_Combobox_CustomTemplate.razor.rz.scp.css */
.result-icon[b-gm4peaxk12] {
    display: flex !important;
    align-items: center !important;
}

.selectIconWrapper-right[b-gm4peaxk12] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.selectIconWrapper-left[b-gm4peaxk12] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}
/* _content/SlideLizard.Hogsmeade.Blazor.Components/SL_Dialog.razor.rz.scp.css */
.sl-dialog-container[b-7wg7yzu4rw] {
    display: table;
    z-index: 1001;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

[b-7wg7yzu4rw] .sl-dialog-inner-container {
    padding: 8px 12px 12px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

[b-7wg7yzu4rw] .sl-dialog-inner-container:focus {
    outline: none;
}

[b-7wg7yzu4rw] .sl-dialog-upper-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-7wg7yzu4rw] .sl-dialog-bottom-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

[b-7wg7yzu4rw] .sl-dialog-action-button {
    margin-left: 8px;
}

[b-7wg7yzu4rw] .sl-dialog-cancel-button {
    margin-left: 8px;
    cursor: pointer;
}

[b-7wg7yzu4rw] .sl-add-status-button {
    margin-left: 8px;
    cursor: pointer;
}

[b-7wg7yzu4rw] .sl-add-status-button::part(control) {
    background: var(--sl-primary-color) !important;
    color: white !important;
}

[b-7wg7yzu4rw] .sl-dialog-text-input {
    width: 100%;
}

[b-7wg7yzu4rw] .sl-dialog-title {
    font-family: var(--body-font);
    color: var(--sl-dialog-title-color);
    font-size: 1em;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-7wg7yzu4rw] .sl-dialog-title-update-content {
    font-family: var(--body-font);
    color: var(--sl-dialog-title-color);
    font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

[b-7wg7yzu4rw] .sl-dialog-title-update-no-content {
    font-family: var(--body-font);
    color: var(--sl-dialog-title-color);
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

[b-7wg7yzu4rw] .sl-dialog-message {
    font-family: var(--body-font);
    color: var(--sl-dialog-title-color);
    font-size: 0.8em;
    font-weight: 400;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-7wg7yzu4rw] .sl-dialog-close-icon {
    font-size: 15px;
    cursor: pointer;
}
/* _content/SlideLizard.Hogsmeade.Blazor.Components/Toast/Toast_Message.razor.rz.scp.css */
.toast[b-jepj5fyfo3] {
    display: none;
    padding: 1rem;
    color: #fff;
    position: absolute;
    max-width: 300px;
    max-height: 500px;
    top: 1.5rem;
    right: 1.5rem;
    border-radius: 10px;
    z-index: 10000000;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.toast-icon[b-jepj5fyfo3] {
    font-size: 1.3rem;
}

.toast-header[b-jepj5fyfo3] {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.toast-body[b-jepj5fyfo3] {
    display: flex;
    flex-direction: column;
    flex: 1;
    cursor: text;
    user-select: text;
    word-break: break-word;
}

.toast-body p[b-jepj5fyfo3] {
    margin-bottom: 0;
}

.toast-visible[b-jepj5fyfo3] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-jepj5fyfo3 1.5s;
}

@keyframes fadein-b-jepj5fyfo3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout-b-jepj5fyfo3 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.bg-success[b-jepj5fyfo3] {
    background-color: rgba(25,135,84,1) !important;
}

.bg-info[b-jepj5fyfo3] {
    background-color: var(--sl-secondary-color) !important;
}

.bg-error[b-jepj5fyfo3] {
    background-color: #f44949;
}


.lds-spinner[b-jepj5fyfo3] {
    color: official;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

.lds-spinner div[b-jepj5fyfo3] {
    transform-origin: 20px 20px;
    animation: lds-spinner-b-jepj5fyfo3 1.2s linear infinite;
}

.lds-spinner div[b-jepj5fyfo3]:after {
    content: " ";
    display: block;
    position: absolute;
    top: 1px;
    left: 18px;
    width: 3px;
    height: 9px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1)[b-jepj5fyfo3] {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2)[b-jepj5fyfo3] {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3)[b-jepj5fyfo3] {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4)[b-jepj5fyfo3] {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5)[b-jepj5fyfo3] {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6)[b-jepj5fyfo3] {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7)[b-jepj5fyfo3] {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8)[b-jepj5fyfo3] {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9)[b-jepj5fyfo3] {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10)[b-jepj5fyfo3] {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11)[b-jepj5fyfo3] {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12)[b-jepj5fyfo3] {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner-b-jepj5fyfo3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.toast-close[b-jepj5fyfo3] {
    color: white;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: larger;
}
