﻿.document-list--general svg,
.document-list--general i {
    color: #838383
}

.document-list--general .attachment-item:hover {
    border-color: #838383;
}

.document-list--pdf svg,
.document-list--pdf i {
    color: #C40303;
}

.document-list--pdf .attachment-item:hover {
    border-color: #C40303;
}

.document-list--xls svg,
.document-list--xls i {
    color: #21B26F;
}

.document-list--xls .attachment-item:hover {
    border-color: #21B26F;
}

.document-list--doc svg,
.document-list--doc i {
    color: #0075B9
}

.document-list--doc .attachment-item:hover {
    border-color: #0075B9;
}

.document-list--ppt svg,
.document-list--ppt i {
    color: #EE6C45
}

.document-list--ppt .attachment-item:hover {
    border-color: #EE6C45;
}

.document-list--zip svg,
.document-list--zip i {
    color: #252C34
}

.document-list--zip .attachment-item:hover {
    border-color: #252C34;
}

.document-list--mp4 svg,
.document-list--mp4 i {
    color: #57708C
}

.document-list--mp4 .attachment-item:hover {
    border-color: #57708C;
}

.document-list--jpg svg,
.document-list--jpg i {
    color: #9DAE00
}

.document-list--jpg .attachment-item:hover {
    border-color: #9DAE00;
}

.document-attachment {
    margin-bottom: 0.75rem
}

.attachment-item {
    color: #666;
    font-size: 4.063rem;
    max-height: 200px;
    padding: 20px 10px;
    text-align: center;
    background: var(--theme-popover-bg-col);
    border: 1.5px solid var(--gray-border-color);
    border-radius: 20.6164px;
    margin-bottom: 1rem;
}

.attachment-info {
    font-weight: 300;
    font-size: 1rem;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.7rem;
}

.attachment-item:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
}

.attachment-item svg text {
    font-size: 0.6rem;
}

.document-attachment-list {
    padding: 20px 30px 0px;
    margin-bottom: 0.75rem
}

.document-attachment-list .document-attachment-list-title {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 24px;
    margin-bottom: 20px;
}

.document-attachment-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.document-attachment-list .document-attachment-list-item {
    font-weight: 300;
    font-size: 1rem;
    line-height: 18px;
    margin-bottom: 9px;
    color: var(--light-gray-color);
}

.document-attachment-list .document-attachment-list-item:hover a {
    color: var(--tertiary-color);
}

.document-attachment-list .document-attachment-list-item a {
    color: var(--light-gray-color);
}

.attachment-item.documents-icon {
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 0;
}