﻿#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.page-container {
    position: relative;
    min-height: 100vh;
}

.bottom-page-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.page-loader-background {
    background: #EEF0F8 !important;
}

.dropArea {
    display: flex;
    position: relative;
    flex-direction: column;
}

    .dropArea input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.z-index-1 {
    z-index: 1;
}

.z-index-4 {
    z-index: 4;
}

.z-index-6 {
    z-index: 6;
}

.spinner-border-md {
    width: 1.5rem !important;
    height: 1.5rem !important;
    border-width: 0.145em !important;
}

.table-allow-spinner {
    position: relative;
}

.spinner-center {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
}

.grid-center {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
}

.breadcrumb-custom .breadcrumb-item:after {
    display: inline-block;
    border-radius: 6px;
    width: 5px !important;
    height: 2px !important;
    flex-shrink: 0;
    background-color: #b5b5c3;
    content: "" !important;
    margin-left: 0.5rem;
}

.scroll-shadows-v {
    background: linear-gradient(#fff 25%, rgba(255,255,255,0)), linear-gradient(rgba(255,255,255,0), #fff 75%) 0 100%,
    /* Shadows */
    radial-gradient(farthest-side at 50% 0, rgba(0,0,0,20%), rgba(0,0,0,0)), radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,20%), rgba(0,0,0,0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 30px, 100% 30px, 100% 15px, 100% 15px;
    background-attachment: local, local, scroll, scroll;
}

.bb-0 {
    border-bottom: 0 !important;
}

.swal2-container.swal2-center > .swal2-spinner {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center
}

.no-value::after {
    content: ' \002D';
}

.announcekit-widget-badge-hidden {
    display: none !important;
}

.announcekit-booster-modal-referer-link {
    display: none !important;
}

.providers-scroll {
    height: 60px;
}

@media screen and (min-width: 576px) {
    .providers-scroll {
        height: 80px;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.div-hoverable:hover {
    background-color: #eff2f5;
}

.header-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-logo-wrapper {
    width: 100%;
    height: 85%;
}

.header-logo-container {
    max-width: 180px;
}

.welcome-card-image {
    width: 100%;
    max-width: 800px;
}

.page-scrollbar-padding {
    padding-left: calc(100vw - 100%);
}

/* We are overriding the cursor property because the theme removed it and will keep it that way  */
.form-check .form-check-input {
    cursor: pointer !important;
}

/* We are overriding the cursor property because the theme removed it and will keep it that way */
.form-check .form-check-label {
    cursor: pointer !important;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.4;
}

.scrollbar {
    overflow: auto;
}

.audit-change-container {
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: var(--bs-gray-300);
    padding-left: 1.5rem;
}

.audit-change-old:not(:empty) {
    background-color: #ffc0c0;
    text-decoration: line-through;
    border-radius: 4px;
    padding: 0 0.25rem;
}

    .audit-change-old:not(:empty):hover {
        text-decoration: none;
    }

.audit-change-new:not(:empty) {
    background-color: #abf2bc;
    border-radius: 4px;
    padding: 0 0.25rem;
}

/* We use this class in order maintain the width of the card, even when the child's don't use it. */
.fill-content {
    flex: 1 1 auto;
}

.terms-conditions-dialog {
    padding: var(--bs-modal-margin);
    max-width: 1320px !important;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.loading-skeleton {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: linear-gradient(to right, rgb(238 238 238 / 50%) 10%, rgb(221 221 221 / 50%) 18%, rgb(238 238 238 / 50%) 33%);
    border-radius: 6px;
    background-size: 800px 104px;
    height: 100%;
    position: relative;
}

.dashboard-carousel__item img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 0.625rem;
    aspect-ratio: 1260/350;
}

.tagify-form-readonly {
    background-color: #f4f4f4 !important;
}

.rounded-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .rounded-input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .rounded-input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
            z-index: 5
        }

.form-control[type="color"] {
    height: 3rem;
    width: 5rem;
    padding: 0.5rem 0.75rem;
}

.container-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tooltip-inner {
    min-width: 350px;
}

.tooltip-icon {
    transition: opacity 0.25s;
    cursor: help;
}

    .tooltip-icon:hover {
        opacity: 0.75;
    }

    .tooltip-icon:active {
        opacity: 0.50;
    }

.tooltipster-content {
    font-size: 12.35px !important;
    padding: 16px !important;
    color: rgb(63, 66, 84) !important;
}

.modal--scrollable .modal-dialog {
    overflow-y: initial !important;
}

.modal--scrollable .modal-content {
    max-height: calc(100vh - var(--bs-modal-margin) * 2);
}

.modal--scrollable .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.r-4 {
    right: 1rem;
}

.offer-description-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.rounded-smaller {
    border-radius: 0.25rem !important;
}

.ccp_modal_body_strong strong {
    font-weight: 600;
    color: var(--bs-text-gray-800)
}

.min-w-115px {
    min-width: 115px !important
}

.fit-content {
    width: fit-content;
}
