#wrapper.arizona .tabulator-cell{
    padding: 1px;
    font-size:13px;
}

#wrapper.arizona .s-table-actions {
    font-size: 7px;
}

#wrapper.arizona .tabulator .tabulator-header{
    font-size: 12px;
}

#wrapper.arizona  .tabulator-col-content{
    padding: 5px;
}
#modal_calculator.arizona-style table td , #modal_calculator.arizona-style input[type="text"]{
    font-size: 13px;
}

#modal_calculator {
    position: relative;
  }
  
#modal_calculator .modal-dialog {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 10px;
}
/* .zillow-status-alert .tabulator-frozen{
    border: 1px solid #dc3545!important;
} */



.row-color-Followup  .tabulator-cell[tabulator-field="address"]{
    background-color: #c8a97e!important;
}
.row-color-Sold  .tabulator-cell[tabulator-field="address"]{
    background-color: #dfa3a3!important;
}
.row-color-Green .tabulator-cell[tabulator-field="address"]{
    background-color: #a4dfa3!important;
}
.row-color-Special-agent .tabulator-cell[tabulator-field="address"]{
    background-color: #e0df8d!important;
}
.row-color-Cyan .tabulator-cell[tabulator-field="address"]{
    background-color: #00ffff!important;
}
.row-color-Purple  .tabulator-cell[tabulator-field="address"]{
    background-color: #cb7aec!important;
}
.row-color-Not-lost .tabulator-cell[tabulator-field="address"] {
    background-color: #e8870f!important;
}

.row-color-contact-Evelyn .tabulator-cell[tabulator-field="order_id"]  {
    background-color: #6a00ff !important; /* Purple for Evelyn */
}
.row-color-contact-James .tabulator-cell[tabulator-field="order_id"]  {
    background-color: #00ffff !important; /* Cyan for James */
}
.row-color-contact-Steve .tabulator-cell[tabulator-field="order_id"]  {
    background-color: #00ffff !important; /* Cyan for Steve */
}


.row-color-contact-Jen .tabulator-cell[tabulator-field="order_id"] {
    background-color: #cb7aec !important; /* Lavender for Jen */
}
.row-color-contact-Marcus .tabulator-cell[tabulator-field="order_id"] {
    background-color: #f4a460 !important; /* Sandy brown for Marcus */
}

.row-color-contact-Eyal .tabulator-cell[tabulator-field="order_id"] {
    background-color: #32cd32 !important; /* Lime green for Eyal */
}

.row-color-contact-Matt .tabulator-cell[tabulator-field="order_id"] {
    background-color: #cd6021 !important; /* Orange-red for Matt */
}
.row-color-contact-Leli .tabulator-cell[tabulator-field="order_id"] {
    background-color: #cd6021 !important; /* Orange-red for Leli */
}
.row-color-contact-Avraham .tabulator-cell[tabulator-field="order_id"] {
    background-color: #1e90ff !important; /* Dodger blue for Avraham */
}
.row-color-contact-Eddie .tabulator-cell[tabulator-field="order_id"] {
    background-color: #1e90ff !important; /* Dodger blue for Eddie */
}

.row-color-contact-Jonathan .tabulator-cell[tabulator-field="order_id"] {
    background-color: #ff1ef8 !important; /* Dodger blue for Jonathan */
}
.row-color-contact-Steele .tabulator-cell[tabulator-field="order_id"] {
    background-color: #808080 !important; /* Grey for Steele */
}

/* 
  .cell-star-2 .tabulator-frozen:first-of-type{
    background-color: #f5fafc!important;
   
}
 .cell-star-3 .tabulator-frozen:first-of-type{
    background-color: #dff5ff!important;
   
}
 .cell-star-4 .tabulator-frozen:first-of-type{
    background:  #95deff!important;
   
}
 .cell-star-5 .tabulator-frozen:first-of-type{
    background: var(--blue)!important;
   
} */



.rangeSelect-off{
    color:#808080;
}
.rangeSelect-on{
    background: #1e49a6;
    border-radius: 3px;
    padding: 3px;
    color: white;
}

#bulk_results_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
}

#bulk_results_table th, #bulk_results_table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#bulk_results_table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

#bulk_results_table tr:nth-child(even) {
    background-color: #f9f9f9;
}

#bulk_results_table tr:hover {
    background-color: #f1f1f1;
}


.contacts_filter span.text{
    width: 134px;
    font-size: 15px;
}

.d-tab {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 9px;
}

#inline_calculator {
    top: 10px;
    left:10px;
    position: fixed;
    z-index: 1050;
    border: 0px;
    padding: 0 !important;
    border: 1px solid #989898;
    background: transparent;
}
#inline_calculator .card-body{
    background: white;
}
#inline_calculator input{
    height: 28px;
}
#inline_calculator td{
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    padding: 3px;
}

#wrapper.arizona .brand-title-block{
    width: 100px;
}