
.report-btn-container {
    position: absolute;
    top:20px;
    right: 10px;
}
.report-container {
    background:#f9f9f9;
    padding:10px; 
    width: 66%;
    position: relative;
    margin-bottom: 10px;

    p{
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.generate-report-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reportbtn, .reportbtn-system, .reportbtn-bulk{
    background-color: #c8102e;
    color: white;
    border: none;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 4px;
    min-width: 200px;
}

.report-link {
    position:relative;
    width: 100%;
}

.report-link a:visited, .report-link a:link {
    color:#3f4040;
}

.report-link a:hover, .report-link a:active {
    color: #b0afaf;
}

.report-link.active .reportDownloadMenu{
    display: block;
    opacity: 1;
    pointer-events: auto;
  }


.reportDownloadMenu {
    background-color: #dedbdb;
    width: 150px;
    position: absolute;
    top: 25px;
    left: 0px;
    border-radius: 5px;
    font-size: 14px;
    display:none;
    padding: 5px;
    z-index:100;
}

.reportDownloadMenu ul {
    list-style-type: none;
    list-style-position:inside;
    margin-left:0;
    padding-left: 0;
    height: 100%;
}

.reportDownloadMenu ul li {
    display: inline-block;
    width: 85%;
    padding: 10px;

}

.reportDownloadMenu ul li:hover {
    background-color: rgba(176, 175, 175, 0.4);
}

.reportDownloadMenu ul a{
    text-decoration:none;
    color: #3f4040;
}

.rmvBtn {
    background-color: #c8102e;
    color: white;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 8px;
    transition: background-color 0.3s ease;
}

.download-btn{
    cursor: pointer;
    padding: 8px;
    margin: 0px 2px;
}