#uploadModal {
    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 990px) {
    .page-header.navbar .page-logo {
        display: none;
    }

    .page-header-inner {
        justify-content: center;
    }
}


@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#uploadModal,
#all_updates {
    background-color: rgba(0, 0, 0, 0.3);
}

.next_update,
.prev_update {
    cursor: pointer;
    border: 0;
    background-color: transparent;
    outline: none
}

.prev-text,
.next-text {
    line-height: 45px;
    transition: 0.3s;
    color: #fff;
    padding: 0 10px;
    overflow: hidden;
}

.next-text {
    text-align: right;
}

.modal-content {
    min-height: 100%;
}

#all_updates .modal-body video,
#all_updates .modal-body img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: contain;
    object-position: center;
    margin: 10px 0;
}

#all_updates .modal-body video {
    background-color: #000000;
}

#all_updates .fadeInRight,
#all_updates .fadeInLeft {
    width: 100%;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.custom_modal_close {
    text-indent: 0;
    position: absolute;
    right: 30px;
    top: 5px;
    outline: none;
}

.goog-te-combo {
    margin: 0!important;
    border-radius: 5px!important;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}

.btn {
    border-radius: 5px;
}

/*loading*/

#loading-progress {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.72));
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}

#loading-progress span {
    font-size: 16px;
    font-weight: bold;
}

#loading-progress > div {
    width: 250px;
    height: 200px;
    background: #fff;
    border-radius: 3px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*  adaptive  */

@media (max-width: 992px) {

    .dropdown-menu {
        border-radius: 5px!important;
        margin-top: 2px;
        overflow: hidden;
    }

}

.modal {
    pointer-events: none;
}

.modal.show {
    pointer-events: auto;
}

.modal-open {
    position: fixed;
    overflow: hidden;
}

.md-breadcrumbs {
    overflow: hidden
}

.md-breadcrumbs p {
    margin-bottom: 0;
}

.md-breadcrumbs .md-breadcrumbs-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.md-breadcrumbs .md-breadcrumbs-ellipsis:first-child {
    max-width: calc(50% - 65px)
}

.accordion-toggle {
    cursor: pointer;
    text-decoration: underline;
    color: #188ae2;
}

