main {
    padding-top: 10px;
    padding-bottom: 10px;
}

.flash-notice {
    background-color: #28a745;
    padding: 15px;
    color: #fff;
}

.flash-error {
    background-color: #dc3545;
    padding: 15px;
    color: #fff;
}

.datepicker,
.table-condensed {
    width: 320px;
}

.purchase-price input {
    color: red;
    font-weight: 600;
}

.purchase-price div div span.input-group-text {
    background-color: #FF6347;
    color: #ffffff;
}

.not-completed {
    background-color: #fff3be;
}

.end-price {
    background-color: #c5ffc5;
}

.hide {
    display: none;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #0c7200;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.not-paid a,
.not-paid a:link,
.not-paid a:visited
{
    color: #fff;
}

.not-paid {
    background-color: #ff0000;
    border-radius: 4px;
    padding: 2px 0 2px 2px;
    cursor: pointer;
    color: #fff;
}

/* Style for the content wrapper inside each cell */
.cell-content {
    max-height: 75px; /* Adjust this value as needed */
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0;
}

/* Style for the "Read More" button */
a.read-more-btn {
    color: #000;
    background-color: #fafafa;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    margin-left: 10px;
}
