select:disabled {
    appearance: none; 
    -webkit-appearance: none;  /* Safari */
    -moz-appearance: none; 
    background-image: none;
}

.scroller {
    min-width: 500px !important;
    text-align: center !important;
    position: relative;
    user-select: none;
    -moz-user-select: none;
    margin-right: 6px;
}

.scroller p {
    position: absolute;
    left: 0;
    /* vertically center the icon */

}

.scroller select {
    position: absolute;
    right: 0;
    width: auto;
    height: 32px;
    /* vertically center the icon */

}

#hidden {
    visibility: collapse;
    display: none;
    line-height: 0;
}

.button {
    border-radius: 12px !important;
}

.noHover {
    pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5ac7f9;
    text-transform: uppercase;
}

hr {
    border-width: 0;
    border-top: 1px solid;
    margin: 15px 0;
    opacity: 1;
}

.lead-page:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.lead-row:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.lead-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.lead-modal-content {
    background: #fff;
    max-width: 80%;
    max-height: 80vh;

    margin: 80px auto;
    padding: 20px;
    position: relative;

    overflow-y: auto;
    overflow-x: hidden;

    box-sizing: border-box;
}

/* close button */
.lead-modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 22px;
}

/* optional: nicer scroll behavior */
.lead-modal-content {
    scrollbar-width: thin;
}

.collapsible {
    border-radius: 12px !important;
    background-color: #5ac7f9;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 5px;
}

.collapsible .date {
    position: absolute;
    right: 18px;
}

.date {
    display: inline-block;
}

.issue {
    display: inline-block;
    margin-right: 120px;
}

.active,
.collapsible:hover {
    background-color: #4294b9;
}

.clickable-row {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.clickable-row:hover,
.paging_button:hover {
    background-color: #f0f0f0;
    /* adjust to your design */
}

table td, th {
    text-align: center;
    vertical-align: middle;
}

/* It makes no sense to use href link/visited in a tab system that does not leave the page */
td a {
    color: #0000EE;
}
td a:hover {
    color: #551A8B;
}

/* Unvisited link */
td a:link {
    color: #0000EE;
}

/* Visited link */
td a:visited {
    color: #551A8B;
}

.paging_button {
    white-space: pre;
    border: 1px solid #000;
}

/* Hide the expand row by default */
.expand-row {
    display: none;
}
/* When open, show the row as a table row */
.expand-row.open {
    display: table-row;
}
/* Animate the inner content open */
.expand-row.open {
    max-height: 200px; /* Set to a value larger than your content */
    padding: 12px;
}

/* Handles horizontal scrolling among any tab content tables */
.affwp-tab-content {
    overflow-x: auto;
}
.horizontal-scroll {
    width: 100%;
    overflow-x: auto;
    border:2px solid #333;
    padding:15px;
    margin-top:20px;
    font-family:sans-serif;
}
.horizontal-scroll th, td {
    text-align: center;
}