﻿.NoData {
    display: none;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*.move-on-hover {
    transition: 0.2s ease-out;
    overflow: hidden;
    transform-origin: 50% 0;
    transform-origin: 50% 0;
    transform: perspective(999px) rotateX( 0deg ) translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, box-shadow;
}

* {
    letter-spacing: 0 !important;
}

.d-block {
    display: block !important;
}

.position-relative {
    position: relative !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
}

    .card.card-plain {
        background-color: transparent;
        box-shadow: none;
    }

    .card.card-plain {
        background-color: transparent;
        box-shadow: none;
    }

    .card a {
        color: #4a4051;
    }

.icon-Video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.rounded-circle, .avatar.rounded-circle img {
    border-radius: 50% !important;
}

.bg-white {
    background-color: #fff !important;
}

.position-absolute {
    position: absolute !important;
}

.border-radius-lg {
    border-radius: 0.75rem;
}

.shadow {
    box-shadow: 0 0.25rem 0.375rem -0.0625rem rgb(20 20 20 / 12%), 0 0.125rem 0.25rem -0.0625rem rgb(20 20 20 / 7%) !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.fa-play:before {
    content: "\f04b";
}

.icon-Video i {
    padding: 13px;
}

.fa, .fab, .fad, .fal, .far, .fas {
    font-family: "Font Awesome 5 Brands","Font Awesome 5 Free" !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1053000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

button.modal-video-btn {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button.modal-video-btn {
    min-width: 40px;
    margin-top: -4px !important;
    margin-left: 10px !important;
    height: 40px;
    padding: 5px !important;
    box-shadow: 0 10px 16px #ddd;
    opacity: 1;
    border-radius: 4px;
}

.modal-video-Library .modal-body iframe {
    width: 100%;
    min-height: 250px;
}

ul.pagination {
    padding: 0;
    display: flex;
    justify-content: center;
}

.page-item .page-link, .page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8392AB;
    padding: 0;
    margin: 0 3px;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
}

.pagination.pagination-primary .page-item.active > .page-link, .pagination.pagination-primary .page-item.active > .page-link:focus, .pagination.pagination-primary .page-item.active > .page-link:hover {
    background-image: linear-gradient(310deg, #008a76 0%, #4ec4b2 100%);
    border: none;
}

.page-item.disabled .page-link {
    color: #fff !important;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 9%), 0 2px 3px -1px rgb(0 0 0 / 7%);
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
