.body-bg {
    background-color: #E8EFF9;
}

.text-purple {
    color: rgb(144, 88, 241);
    font-weight: bold;
}
.communicate-link {
    color: rgb(68, 188, 161);
    outline: 1px solid rgb(68, 188, 161, 0.8);
    display: inline-block;
    width: 100%;
    transition: all linear 0.3s;
    text-align: center;
    border-radius: 1px;
}

.communicate-link:hover {
    color: #fff;
    background-color: rgb(68, 188, 161);
}

.bid-link {
    color: rgb(144, 88, 241);
    outline: 1px solid rgb(144, 88, 241, 0.8);
    display: inline-block;
    width: 100%;
    transition: all linear 0.3s;
    text-align: center;
    border-radius: 1px;
}

.bid-link:hover {
    color: #fff;
    background-color: rgba(144, 88, 241);
}
.action-btn{
    text-decoration:none;
    transition:.2s ease;
}

.action-btn-secondary:hover{
    background:#6c757d;
    border-color:#6c757d !important;
    color:#fff !important;
}

.action-btn-danger:hover{
    background:#dc3545;
    border-color:#dc3545 !important;
    color:#fff !important;
}

.action-btn-danger:hover i,
.action-btn-secondary:hover i{
    color:#fff !important;
}

.share-report-buttons-wrapper {

}

.share-report-buttons-wrapper a, .share-report-buttons-wrapper span {
    font-size: 13px;
}

.tags {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tags .tag {
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: rgb(233, 233, 233);
}

.property {
    font-size: 13px;
    padding: 10px;
}

.property span {
    color: #444;
}

.bookmark-button {
    transform: all linear 0.3s;
    border: none;
    outline: none;
    background-color: #fff;
}

.bookmark-button:hover {
    background-color: #eee;
}

.property:nth-child(odd) {
    background-color: rgb(233, 233, 233);
}


.copy-link-box {
    border: 1px solid rgb(204, 204, 204);
    margin-top: 8px;
    border-radius: 4px;
    background-color: rgb(250, 250, 250);
}

.copy-link-btn {
    border: none;
    outline: none;
    border-radius: 60px;
    background-color: #f8f9fa;
}

.inputs-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: rgba(243, 246, 249, 0.6);
    border-radius: 5px;
}
