.active-link-list {
    padding-right: 5px;
    max-height: 375px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.active-link-list::-webkit-scrollbar {
    width: 5px; 
    background: transparent;
}

.active-link-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px; 
}

.active-link-list li {
    margin-bottom: 10px;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 8px;
    transition: all 0.3s ease;
    overflow: hidden;
    flex-shrink: 0;
}

.removing {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0;
    transform: translateX(-100%);
}


.active-link-list li div {
    display: flex;
    align-items: center;
}

.active-link-list svg {
    height: 26px;
    width: auto;
}

.expiration-message {
    font-size: 0.7rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

.active-file-action-list {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    font-size: .6rem;
    font-weight: bold;
}

.active-file-action-list svg {
    height: 15px;
    width: auto;
    margin-right: 3px;
}

.active-file-action-list div {
    cursor: pointer;
}

.active-file-action-container {
    margin-top: 5px;
    font-size: .7rem;
}

.active-file-action-container span {
    margin-right: 10px;
    margin-left: 3px;
}

.active-link-button {
    cursor: pointer;
}

.small-icon {
    height: 15px !important;
    width: auto !important;
}

.delete-link-button {
    cursor: pointer;
    align-self: flex-start;
    margin-left: auto;
    padding-left: 5px;
}

.delete-link-button svg {
    height: 18px;
    width: auto;
}