﻿@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    /*height: 96px;*/
    position: relative;
    width: 100%;
}

.background-masker {
    background: #fff;
    position: absolute;
}

.height10 {
    height: 10px;
}

.ulhospitality .animatedul li {
    width: 40%;
    display: inline-block;
}

@keyframes loader-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.loader-container {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999
}

    .loader-container .loader-ripple {
        position: relative;
        width: 64px;
        height: 64px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

        .loader-container .loader-ripple div {
            position: absolute;
            border: 4px solid var(--dharmablue);
            opacity: 1;
            border-radius: 50%;
            animation: loader-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
        }

            .loader-container .loader-ripple div:nth-child(2) {
                animation-delay: -.5s
            }

.BAAnimatedloader {
    position: fixed;
    text-align: center;
    height: 100%;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    left: 0px;
    z-index: 11111111111;
    display: none;
}

    .BAAnimatedloader img {
        text-align: center;
        width: 70px;
        top: calc(50vh - 35px);
        position: fixed;
        left: calc(50% - 35px);
        opacity: 0.7;
    }

.hidebaloader {
    display: none;
}

.displaybaloader {
    display: block !important;
}
