.warrant_wrapper {
    width: 100%;
    margin: 0 auto;
}
.warrant_wrapper h1 {
    display: block;
    text-align: center;
    margin: 1rem auto;
}
.entry-content table.warrant_detail_table,
.entry-content table.warrant_detail_table_1{
    width: 70%;
    text-align: left;
    /*float: left;*/
    margin: 0 auto;
}
.entry-content table.warrant_detail_table, 
.entry-content table.warrant_detail_table th, 
.entry-content table.warrant_detail_table td {
    border: 1px solid;
    border-collapse: collapse;
    table-layout: fixed;
}
.entry-content table.warrant_detail_table th, 
.entry-content table.warrant_detail_table td {
    padding: 10px;
}
.warrant_wrapper aside {
    width: 30%;
    float: left;
}
.warrant_photo img {
    height: 200px;
    width: auto;
    display: block;
    margin: 0 auto;
}
#warrantDetailMap {
    width: 100%;
    height: 185px;
}
.infoBtn {
    text-align: center;
    margin: 0 auto;
}
.actions {
    text-align: center;
    padding: 25px 0px 25px 0px;
}
a.edit-btn,
.update {
    border: 2px solid;
    padding: 10px 35px 10px 35px;
}
button.update {
    color: #2ea3f2;
    background: transparent;
}

.warrant_detail_table_1, 
.warrant_detail_table,
.edit-foreclosure-form {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-family: Arial, sans-serif;
}

.warrant_detail_table_1 th,
.warrant_detail_table_1 td {
    border: 1px solid #ccc;
    padding: 4px 6px; /* Tighter padding */
    text-align: left;
}
.warrant_detail_table_1 {
    margin-bottom: 20px;
}

.warrant_detail_table th,
.edit-foreclosure-form th, 
.warrant_detail_table td,
.edit-foreclosure-form td{
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
.warrant_detail_table_1 th, 
.warrant_detail_table th,
.edit-foreclosure-form th {
    background-color: #f4f4f4;
    font-weight: bold;
}
.warrant_detail_table_1 tr:nth-child(even),
.warrant_detail_table tr:nth-child(even),
.edit-foreclosure-form tr:nth-child(even) {
    background-color: #f9f9f9;
}
.warrant_detail_table_1 tr:hover,
.warrant_detail_table tr:hover,
.edit-foreclosure-form tr:hover {
    background-color: #f1f1f1;
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-group label {
    width: 150px; /* Adjust width as needed */
    text-align: left;
    margin-right: 10px;
    font-weight: bold;
}

.form-group input {
    flex: 1;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/**/
.attorney-firm-table,
.attorney-table {
    width: 100%; /* Reduce the table width */
    max-width: 1000px; /* Set a maximum width */
    margin: 0 auto; /* Center the table */
    border-collapse: collapse;
}

.attorney-firm-table th,
.attorney-table th,
.attorney-table td,
.attorney-firm-table td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: left;
    word-wrap: break-word; /* Ensures text wraps */
    overflow-wrap: break-word; /* Breaks long words */
    white-space: normal; /* Allows text to wrap */
}


.attorney-firm-table td:nth-child(1) { width: 35%; } /* Firm Name */
.attorney-firm-table td:nth-child(2) { width: 35%; } /* Email */
.attorney-firm-table td:nth-child(3) { width: 10%; } 
.attorney-firm-table td:nth-child(4) { width: 10%; text-align: center; } /* Action Button */


.attorney-table td:nth-child(1) { width: 35%; } /* Firm Name */
.attorney-table td:nth-child(2) { width: 35%; } /* Email */
.attorney-table td:nth-child(3) { width: 10%; } 
.attorney-table td:nth-child(4) { width: 10%; text-align: center; } /* Action Button */

.edit-firm-btn {
    display: block;
    background-color: #f0f0f0;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    width: 90px;
    margin: 0 auto;
    border: 2px solid #000;
    border-radius: 0px;
}


.pagination {
    text-align: center;
    margin-top: 10px;
}
.pagination a {
    padding: 8px 12px;
    margin: 2px;
    text-decoration: none;
    background: #0073aa;
    color: white;
    border-radius: 3px;
}
.pagination a.active {
    background: #005177;
    font-weight: bold;
}

/* Styling for the blinking badge */
.new-badge {
    color: red;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: bold;
}

.line {
    width: 100%;
    height: 5px;
    background: #000;
    margin: 30px 0px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}
.text-center { text-align: center; }
.text-right { text-align: right; }
.my-3 { margin: 1.5rem 0; }
.my-5 { margin: 3rem 0; }
.font-bold { font-weight: bold; }
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.col-md-4, .col-md-6, .col-md-12, .col-md-8 {
    padding: 10px;
}
.col-md-4 { width: 33.3333%; }
.col-md-6 { width: 50%; }
.col-md-8 { width: 66.6667%; }
.col-md-12 { width: 100%; }
.logo { width: 100%; height: auto; }
.logo_small { width: 100%; height: auto; max-width: 300px; }
.line {
    border-top: 2px solid #000;
    margin: 30px 0;
}
.title { 
    text-decoration: underline; 
}
p { 
    font-size: 16px; 
    margin-bottom: 20px; 
}
.d-flex { 
    display: flex; 
    justify-content: flex-end; 
}
.date-input {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"       width="16" height="16" fill="gray" class="bi bi-calendar" viewBox="0 0 16 16">      <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1       1 0V1h1a2 2 0 0 1 2 2v1H0V3a2 2 0 0 1       2-2h1V.5a.5.5 0 0 1 .5-.5zM16 14V5H0v9a2       2 0 0 0 2 2h12a2 2 0 0 0 2-2z"/>    </svg>') no-repeat right 10px center;
    background-size: 14px;
    cursor: pointer;
}


