.p-grid {
    background-size: 70px;
    background-repeat: repeat-x;
    width: unset !important;
    height: auto !important;
    margin-top: 0 !important;
    padding: 10px 5px;
    margin-bottom: 0 !important;
}

.p-grid-wrap {
    margin: 0;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}

.shimmer-item-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.shimmer-item-wrap:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: none;
}

.shimmer-p-item {
    width: 50%;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
.shimmer-animation {
    background-color: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
    border-radius: 5px;
}

.loader-shimmer-banner {
    height: 150px;
    background-size: 800px 18rem;
    border-radius: 5px;
    margin-bottom: 12px;
    width: 100%;
}
.loader-shimmer-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0;
}
.loader-shimmer-title {
    height: 30px;
    flex: 0 0 auto;
    width: 180px;
    margin: 5px 0;
}
.loader-shimmer-button {
    height: 40px;
    flex: 0 0 auto;
    width: 90px;
    border-radius: 5px;
}
.loader-shimmer-list {
    height: 20px;
    width: 100%;
    margin-bottom: 5px;
}
.loader-shimmer-list:last-child {
    margin-bottom: 0;
}
.loader-shimmer-info {
    height: 20px;
    width: 100px;
    margin-bottom: 5px;
}
.loader-shimmer-info:last-child {
    margin-bottom: 0;
}

.ms-pro-wrap.loading-parent .ajax_loading {
    background: none;
    box-shadow: none;
    width: 100% !important;
    padding: 0;
    transform: none;
    left: unset;
    margin: 5px 0 0 0 !important;
}