.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item {
    height: 100% !important;
}

.hover-white:hover {
    background-color: white !important;
}

    .hover-white:hover h5 {
        color: black !important;
    }

    .hover-white:hover p {
        color: #a7aeb8 !important;
    }

.hover-white-primary {
    /*background-color: white !important;*/
    color: var(--bs-primary) !important;
    text-decoration: none !important;
}

    .hover-white-primary * {
        color: var(--bs-primary) !important;
    }

    .hover-white-primary:hover, .hover-white-primary.active {
        background-color: var(--bs-primary) !important;
        color: white !important;
        text-decoration: none !important;
    }

        .hover-white-primary:hover *, .hover-white-primary.active * {
            color: white !important;
        }

.hover-white-secondary:hover, .hover-white-secondary.active {
    background-color: white !important;
}

    .hover-white-secondary:hover *, .hover-white-secondary.active * {
        color: var(--bs-secondary) !important;
        text-decoration: none !important;
    }

.hover-white-success:hover, .hover-white-success.active {
    background-color: white !important;
}

    .hover-white-success:hover *, .hover-white-success.active * {
        color: var(--bs-success) !important;
        text-decoration: none !important;
    }

.hover-white-danger:hover, .hover-white-danger.active {
    background-color: white !important;
}

    .hover-white-danger:hover *, .hover-white-danger.active * {
        color: var(--bs-danger) !important;
        text-decoration: none !important;
    }

.hover-white-warning:hover, .hover-white-warning.active {
    background-color: white !important;
}

    .hover-white-warning:hover *, .hover-white-warning.active * {
        color: var(--bs-warning) !important;
        text-decoration: none !important;
    }

.input-form-bottom {
    border-radius: 0 !important;
}

    .input-form-bottom:focus {
        box-shadow: none !important;
    }

    .input-form-bottom::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .input-form-bottom:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .input-form-bottom::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

.dropdown-user .dropdown-menu {
    min-width: 13rem;
}

    .dropdown-user .dropdown-menu .dropdown-header {
        text-transform: none;
        letter-spacing: normal;
    }

        .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-img {
            height: 2.5rem;
            width: 2.5rem;
            margin-right: 1rem;
            border-radius: 100%;
        }

        .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details {
            font-weight: 400;
        }

            .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details .dropdown-user-details-name {
                color: #212832;
                font-weight: 500;
                font-size: 0.9rem;
                max-width: 10rem;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details .dropdown-user-details-email {
                color: #69707a;
                font-size: 0.75rem;
                max-width: 10rem;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .dropdown-user .dropdown-menu .dropdown-item {
        align-items: center;
    }

        .dropdown-user .dropdown-menu .dropdown-item .dropdown-item-icon {
            color: #a7aeb8;
        }

            .dropdown-user .dropdown-menu .dropdown-item .dropdown-item-icon svg {
                vertical-align: inherit;
            }

        .dropdown-user .dropdown-menu .dropdown-item:active .dropdown-item-icon {
            color: #fff;
        }


.tooltip-100 .tooltip-inner {
    max-width: 100%;
}

.tooltip-xxl .tooltip-inner {
    max-width: 800px;
}

.tooltip-xl .tooltip-inner {
    max-width: 600px;
}

.tooltip-lg .tooltip-inner {
    max-width: 400px;
}

.tooltip-secondary {
    --bs-tooltip-bg: var(--bs-secondary);
}

    .tooltip-secondary .tooltip-inner {
        padding: 10px;
    }

.tooltip-white {
    --bs-tooltip-bg: var(--bs-white);
    --bs-tooltip-arrow-height: 0 !important;
    margin: 0 0 10px 0 !important;
}

    .tooltip-white .tooltip-inner {
        color: black !important;
        border: 1px solid black;
    }


input.bg-transparent.text-primary:-webkit-autofill {
    -webkit-text-fill-color: var(--bs-primary);
    transition: background-color 86400s ease-in-out 0s;
}

.dashboard-blur {
    -webkit-filter: blur(4px);
    filter: blur(10px);
    pointer-events: none;
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-text {
    width: 8rem !important;
    text-align: end;
}

/*Articles*/
.post-preview .post-preview-meta {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

    .post-preview .post-preview-meta .post-preview-meta-img {
        height: 2.25rem;
        width: 2.25rem;
        border-radius: 100%;
        margin-right: 0.5rem;
        flex-shrink: 0;
    }

    .post-preview .post-preview-meta .post-preview-meta-details .post-preview-meta-details-name {
        font-size: 0.9rem;
        line-height: 1;
        margin-bottom: 0.25rem;
    }

    .post-preview .post-preview-meta .post-preview-meta-details .post-preview-meta-details-date {
        font-size: 0.75rem;
        line-height: 1;
    }

.post-preview h5.card-title, .post-preview .card-title.h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.post-preview .post-preview-meta {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

    .post-preview .post-preview-meta .post-preview-meta-img {
        height: 2.25rem;
        width: 2.25rem;
        border-radius: 100%;
        margin-right: 0.5rem;
        flex-shrink: 0;
    }

    .post-preview .post-preview-meta .post-preview-meta-details .post-preview-meta-details-name {
        font-size: 0.9rem;
        line-height: 1;
        margin-bottom: 0.25rem;
    }

    .post-preview .post-preview-meta .post-preview-meta-details .post-preview-meta-details-date {
        font-size: 0.75rem;
        line-height: 1;
    }

.post-preview-featured .post-preview-featured-img {
    height: 20rem;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-preview-featured h5.card-title, .post-preview-featured .card-title.h5 {
    font-size: 1.75rem;
}

.post-preview-featured p.card-text {
    font-size: 1.2rem;
    font-weight: 300;
}

@media (min-width: 992px) {
    .post-preview-featured .post-preview-featured-img {
        height: 100%;
        width: 100%;
    }
}

.loader-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: var(--bs-primary) !important;
}

    .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
        background-image: none !important;
        color: #fff !important;
        background-color: var(--bs-primary) !important;
    }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: var(--bs-primary) !important;
}

    .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
        background-image: none !important;
        color: #fff !important;
        background-color: var(--bs-primary) !important;
    }

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.2) !important;
    background-image: none !important;
}

    .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
        background-color: rgba(var(--bs-primary-rgb), 0.4) !important;
    }

