.bg-gradient-client {
    background-image: linear-gradient(310deg, #0A2648, #6A7D8E)
}

.btn-client {
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 0.75rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease-in;
    margin-bottom: 1rem;
    letter-spacing: -0.025rem;
    text-transform: uppercase;
    box-shadow: 0 4px 7px -1px rgb(0 0 0 / 11%), 0 2px 4px -1px rgb(0 0 0 / 7%);
    background-size: 150%;
    background-position-x: 25%
}

.bc-active {
    font-weight: bold;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 2px solid #6A7D8E;
    border-right: none;
    padding: 5px;
    height: 30px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
    font-size: 0.7em;
} 
  
.searchTerm:focus{
    color: #0A2648;
}

.searchButton {
    width: 40px;
    height: 30px;
    border: 1px solid #6A7D8E;
    background: #6A7D8E;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 16px;
}

.wrap{
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.paginate_button {
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px;
    min-width: 10px;
    cursor:pointer;
}

.current {
    font-weight: bold;
}

div.dataTables_length {
    display: none;
}

a {
    cursor: pointer;
}

.ra {
    margin-left: auto; 
    margin-right: 0;
}

.btn-icon {
    padding-right: 5px;
}

.input-modal {
    margin-right: 10px;
    margin-left: 10px;
}

.kpi {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);

}

.kpi.facebook {
    background-color: #3b5998;
    color: white;
}

.kpi.google {
    background-color: #0F9D58;
    color: white;
}

.kpi-value {
    text-align: center;
    margin: 5px;
    font-size: 1.7rem;
}

.kpi-header {
    text-align: center;
    margin: 5px;
    font-size: 1rem;
}

.input-label {
    font-size: 0.8rem;
    font-weight: bold;
}

.updated-flag {
    font-style: italic;
    font-size: 1rem;
}

.loading-screen {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.dash-chart {
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.dataTables_filter {
    width: 100%;
    text-align: right;
    padding: 10px;
}

.dataTables_filter input {
    width: 400px;
    border-radius: 5px;
    border-width: 1px;
    border-color: grey;
    line-height: 20px;
    padding: 5px;
    margin-left: 20px;
}

.dataTables_info {
    float: right;
    padding: 10px;
}

.dataTables_paginate {
    padding: 10px;
}

.js-example-basic-multiple {
    width: 80%;
}

.kpi-dupe {
    color: #F75D59;
}

.kpi-sub {
    color: grey;
    font-size: 18px;
}

.link-list {
    padding-top: 15px;
    list-style-type: none;
}

.link-list i {
    padding-right: 10px;
}

.form-control-modal {
    margin-left: 50px;
}
  
.tooltipnew {
    font-size: 0.9rem;
}

.white {
    color: white !important;
}

.full-screen {
    width: 80vw;
    height: 60vh;
}

.comm_avg {
    font-size: 0.8rem;
    text-align: center;
}

.chart-container {
    margin: auto;

    width: 30vw;
    margin-bottom: 20px;
}

.cardsquare {
    background-color: white;
    padding: 10px;
    margin-bottom: 20px;
}

.form-container {
    margin: auto;
    width: 50vw;
    min-height: 80vh;
}

.form-label {
    text-align: center;
}

.square-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
}

.square-card {
    background-color: white;
    margin: 10px;
    margin-bottom: 20px;
    min-width: 40vw;
}

.pack_out_table {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 3em;
}

.pack_out_table tfoot {
    font-weight: bold;
    font-size: large;
}

.pack_out_chart {
    padding: 20px;
}

.btn-bottom {
    margin-bottom: 0px !important;
}

.bm-data-table {
    background-color: #fff;
    width: 90%;
    line-height: normal;
    position: relative;
}

.bm-data-table th {
    word-wrap: break-word;
    position: sticky;
    top: 0;
    background-color: #818181ba;
    color: #fff;
}

.bm-data-table tfoot {
    font-weight: 700;
}

.bm-data-table tfoot .footer-header {
    background-color: #3498dbd5;
    color: #fff;
}

.bm-data-table th, tr, td {
    border-radius: 0px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom:#6a7d8e78 1px solid;
}

.bm-data-table th {
    font-size: 0.8em;
}

.bm-data-table .hidden_row {
    display: none;
    background-color: aliceblue;
}

.bm-data-table tfoot {
    background-color: #9b9b9b;
    color: #fff;
}

.dt-link {
    text-decoration: underline;
}

.green {
    background-color: #0F9D58 !important;
    color: #fff;
}

.blue {
    background-color: #3d6cd0 !important;
    color: #fff;
}


.striped-rows tr:nth-child(even) {
    background-color: #f2f2f2;
    cursor: auto;
}

.hover-highlight tbody tr:hover {
    background-color: #0be3ff7f !important;
    cursor: pointer;
    color: black;
}


.text-red {
    color: red;
}

.hover-question {
    cursor: help;
}

.sticky-table-header {
    max-height: 500px !important;
    overflow: auto !important;
}

.sticky-table-header th {
    background: white;
    position: sticky;
    top: 0;
}

.bm-highlight {
    background-color: #0be3ff3f !important;
    cursor: pointer;
    color: black;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  /* Apply styles to the first column (sticky column) */
.table-responsive th:first-child,
.table-responsive td:first-child {
  position: sticky;
  left: 0;
  z-index: 1; /* To ensure it appears above the other cells */
  background-color: #f0f0f0; /* You can change this to match your design */
}
.table-responsive th {
    background-color: #f0f0f0;
    position: sticky;
    top: 0;
}

.text-red-500 {
    color: #F75D59;
}

.modal-text {
    font-size: 0.7rem;
}

.background-green {
    background-color: #0F9D58;
    color: white;
}

.background-red {
    background-color: #F75D59;
    color: white;
}

.background-black {
    background-color: #000000;
    color: #000000;
}

.credit-report-container #chevron.rotated {
    transform: rotate(90deg);
    transition: transform 0.3s ease-in-out;
}

.credit-report-container #advancedSection {
    margin-left: 15px;
    margin-right: 15px;
}