﻿.aa-docmng-cmp-documentviewer {
    position: relative;
}

.aa-docmng-cmp-documentviewer .file-content,
.aa-docmng-cmp-documentviewer .video-content {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: calc(100vh - 48px);
    height: calc(var(--vh, 1vh) * 100 - 48px);
    background-color: #333333;
}

.aa-docmng-cmp-documentviewer .btn-file-content-close {
    color: white;
    font-size: 2.8rem;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
}

.aa-docmng-cmp-documentviewer .btn-file-content-close:hover {
    color: #1c6666;
}

.aa-docmng-cmp-documentviewer .file-list .file-name {
    cursor: pointer;
}

.aa-docmng-cmp-documentviewer .error-icon {
    cursor: pointer;
    color: #e5465e;
}

.aa-docmng-cmp-documentviewer .message-box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    transform: translate(-50%);
    padding: 0.5rem 1rem;
    background: #ffffff;
    border: solid 1px #248484;
    border-radius: 10px;
}

.aa-docmng-cmp-documentviewer .message-box p {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
}

.aa-docmng-cmp-documentviewer .message-box button {
    margin-top: 0.8rem;
    font-size: 0.8rem;
}
