table.competitors-prices-list-table{
    display: block;
    width:100% !important;
}
table.competitors-prices-list-table thead{
    visibility: hidden;
    display: block;
    height: 0;
}
.dataTables_scrollHead{
    position: inherit !important;
}
#DataTables_Table_0_filter{
    margin-left:68px;
}
.dataTables_scrollHead table.competitors-prices-list-table thead th.dt-checkboxes-cell input[type="checkbox"]{
    visibility: visible !important;
    position: absolute;
    top: 26px;
    left: 25px;
}

table.competitors-prices-list-table tbody{
    display: block;
    width:100% !important;
}
table.competitors-prices-list-table tbody tr{
    display: flex;
    width: 100%;
}
table.competitors-prices-list-table tbody tr td{
    flex-shrink: 0;
    width: 10px;
}
table.competitors-prices-list-table tbody tr td:nth-child(1){
    margin-top:11px;
    width: 10px;
    display: flex;
}
table.competitors-prices-list-table tbody tr td:nth-child(1) input{
    flex-shrink: 0;
}
table.competitors-prices-list-table tbody tr td:nth-child(2){
    width: 27%;
}
table.competitors-prices-list-table tbody tr td:nth-child(3){
    flex-grow:1;
    position: relative;
}
table.competitors-prices-list-table tbody tr td:nth-child(3) > div{
    overflow: auto;
    position: relative;
}
table.competitors-prices-list-table tbody tr td:nth-child(3) > div > div{
    flex-shrink: 0;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    opacity: 1;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    background-color: rgb(248 247 250) !important;
    height: 6px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0;
    /* please don't change 'position' */
    position: absolute;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #000000 !important;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

/* Prevent links from being clicked when dragging competitor prices*/
.competitors-cell > .active > a {
    pointer-events: none;
}
.light-style div.dataTables_wrapper .dt-button-collection {
    background-color: #fff;
    left: unset !important;
}
table.competitors-prices-list-table tbody tr {
    display: flex;
    width: 100%;
    border: 1px solid #dbdade;
    border-radius: 12px;
    margin-top: 3px;
    margin-bottom: 15px;
}

.sm-loading .sm-item-primary:before {
    animation: var(--sm-animation-wave);
    background: linear-gradient(90deg,transparent 40%,var(--sm-color-light-animation-primary) 80%,transparent 100%);
    transform: translateX(-50%);
}

.competitor-link-button{
    width:100%;
    background-color: #ECE9E9; 
    padding: 7px; 
    border-radius: 10px; 
    margin: -5px;
    cursor: pointer;
}
.competitor-link-button:hover{
    background-color: #ECE9E9; 
}

.competitor-card{
    border:1px solid transparent;
}
.competitor-card:hover{
    border:1px solid #000;
}

.customer-bullet{
    padding:5px;
    margin:-5px;
    border-radius:10px;
    background-color:#fafafa;
}

.product-photo-placeholder{
    width:70%;
    height:80%;
    border-radius:12px;
    background-color:#ececec;
}
td.competitors-cell {
    padding-left: 0 !important;
}
.light-tooltip h4 {
    color: #fff;
}
