.select-wrapper {
    position: relative;
}

.select-wrapper::before {
    font-family: fontello;
    content: "\f078";
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #1f1f1f;
    pointer-events: none;
}

.email-wrapper .mail-list-container .mail-list .details {
    width: 15.5% !important;
    font-size: 0.875rem;
}

#mediaTable td {
    padding: 0.8rem 0.9rem !important;
}

#ms-audio-wrapper {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 80px;
    left: 0px;
    bottom: 0px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.ms-audio-info span {
    font-size: 0.9rem;
}

.ms-events-details-view {
    display: block;
    position: relative;
    left: -50%;
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0s;
    transition-duration: 0.8s;
    transition-property: left;
    opacity: 0;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;

}

.ms-events-details-view.ms-details-open {
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

a {
    text-decoration: none;
}

.file-card {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.ms-card-overlay {
    position: absolute;
    width: 100%;
    height: 52px;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .1);
    border-radius: calc(0.25rem - 1px);
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 50px;
}

.ms-audio-cover img {
    width: 90px;
    height: 90px;
    position: relative;
    bottom: 25%;
    left: 5%;
    box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, .3);
    transform: translate(45%, -45%);
}

.ms-audio-progressbar {
    height: 2px;
    width: 1px;
    background: #465a6e;
}

.selectedRow {
    background-color: aliceblue;
}
