﻿.blazored-typeahead__results {
    max-height: 250px;
    overflow-y: auto;
}

.validation-message {
    color: red;
}

.rz-datepicker-calendar .rz-state-disabled {
    opacity: 0.3;
}

.filter-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-option {
    padding: 0.5em;
    margin-bottom: 1em;
}

    .filter-option span:not(.remove-value) {
        font-weight: bold;
        margin-right: 0.5em;
    }

.filter-value {
    display: inline-block;
    background-color: #e5e5e5;
    padding: 0.5em 1em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    border-radius: 0.25em;
    position: relative;
    max-width: 10em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.remove-value {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    cursor: pointer;
}

    .remove-value i {
        color: #333;
    }

.ql-editor {
    min-height: 200px;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "0%");
    }

.loading-text:after {
    content: var(--blazor-load-percentage-text, "0%");
}

.tags-look .tagify__dropdown__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: .3em .5em;
    border: 1px solid #CCC;
    background: #F3F3F3;
    margin: .2em;
    font-size: .85em;
    color: black;
    transition: 0s;
}

.tags-look .tagify__dropdown__item--active {
    color: black;
}

.tags-look .tagify__dropdown__item:hover {
    background: lightyellow;
    border-color: gold;
}

.tags-look .tagify__dropdown__item--hidden {
    max-width: 0;
    max-height: initial;
    padding: .3em 0;
    margin: .2em 0;
    white-space: nowrap;
    text-indent: -20px;
    border: 0;
}

.scrollable-200 {
    overflow-y: scroll;
    height: 200px;
}

.scrollable-300 {
    overflow-y: scroll;
    max-height: 300px;
}

.scrollable-400 {
    overflow-y: scroll;
    height: 400px;
}

input.invalid {
    border-color: red !important;
}

.hover-shadow:hover {
    box-shadow: var(--bs-box-shadow-xs);
}


.hover-show-span span {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.hover-show-span:hover span {
    opacity: 1;
    display: block;
}

}

.input-group-append > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.login-body {
    background-color: rgb(184,45,64);
}

.login-form {
    background-color: white;
    margin-bottom: 5px;
    margin-top: 10px;
}

.parent-actions:hover .hoverable-actions {
    visibility: visible;
}

.parent-action:hover .hoverable-action {
    display: block;
}

.parent-action:hover {
    width: 100% !important;
}

.hoverable-actions {
    visibility: hidden;
}

.hoverable-action {
    display: none;
}

.sticky-toolbar {
    width: 50px;
    position: fixed;
    top: 30%;
    right: 0;
    list-style: none;
    margin: 0;
    z-index: 95;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}

.drop-zone {
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #969494;
    border-radius: 20px;
}

.scroll {
    scrollbar-width: thin!important;
    scrollbar-color: var(--bs-scrollbar-color)!important;
}
