.dcr-download-btn {
    cursor: pointer !important;
    float: right;
    background: #C022D1;
    padding: 15px 30px;
    border-radius: 5px;
    color: white;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3) !important;
}
.dcr-download-btn:hover {
    color: white;
    background: #C022D1;
}
.dcr-download-icon {
    margin-top: 4px;
}
.dcr-timeframe {
    cursor: pointer !important;
    float: right;
    width: 270px;
    margin-left: 72%;
    margin-bottom: 10px;
    background: none;
    color: rgb(39, 38, 38);
    border-color: #2c2b2c;
    border-radius: 5px;
}