.sticky-navigation-left {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.reflection-bottom {
    -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgb(0 0 0 / 9%));
}

/* .video-overlay{
    transition: .3s ease;
    opacity:0;
}
.video-card-container:hover .video-overlay{
    opacity:1;
}
.plyr--video{
    height:100%;
} */
.bg-dark-transparent {
    /* background: linear-gradient(to top, #191c20 0, #191c20f2 calc(100% - 10rem), #191c2000 100%); */
    background: linear-gradient(to top, #000 0, #000 calc(100% - 10rem), #191c2000 100%);
    /* background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #121213 100%); */
}

.bg-dark-transparent-solid {
    /* background-color: rgb(0 0 0 / 50%); */
    background: linear-gradient(to top, #000 0, #000 calc(100% - 1rem), #191c2000 100%);
}

.fw-500 {
    font-weight: 500;
    /* font-weight: bolder; */
}

table.table {
    min-height: 20rem;
}

.w-fit-content {
    width: fit-content;
}

.pagination .page-link {
    padding: 4px 10px;
}

.pagination {
    margin-left: 5px;
}

tr.trashed {
    background-color: rgb(255 220 220);
}

table tr:hover:not(tr.trashed) {
    background-color: rgba(173, 167, 167, 0.158);
    transition: .2s;
}
/**
fixed multi-select plugin design issues
*/
.ms-choice>span.placeholder{
    background-color: unset;
}
.ms-choice{
    border:none;
}
.ms-choice>span{
    position: inherit;
}
.multi-select{
    background-image:unset;
}
.ms-search input{
    padding:5px;
}
.user-bio p{
    margin-bottom:0rem;
}