@charset "utf-8";

:root {
    --JS-Light-Blue: #0375A8;
    --Red: #FF3131
}

@font-face {
    font-family: allerBold;
    /*src: url(../fonts/Aller_Std_Bd.ttf);*/
    src: url(../fonts/Aller_Std_Bd.woff) format('woff'),
        url(../fonts/Aller_Std_Bd.otf) format('opentype'),
        url(../fonts/Aller_Std_Bd.ttf) format('truetype'),
        url(../fonts/Aller_Std_Bd.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: allerLight;
    /*src: url(../fonts/Aller_Std_Bd.ttf);*/
    src: url(../fonts/Aller_Std_Lt.woff) format('woff'),
        url(../fonts/Aller_Std_Lt.otf) format('opentype'),
        url(../fonts/Aller_Std_Lt.ttf) format('truetype'),
        url(../fonts/Aller_Std_Lt.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: allerRegular;
    /*src: url(../fonts/Aller_Std_Bd.ttf);*/
    src: url(../fonts/Aller_Std_Rg.woff) format('woff'),
        url(../fonts/Aller_Std_Rg.otf) format('opentype'),
        url(../fonts/Aller_Std_Rg.ttf) format('truetype'),
        url(../fonts/Aller_Std_Rg.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

*[data-active="0"] {
    display: none !important;
}

html,
body,
#wrapper,
.mainCont {
    height: 100%;
    margin: 0;
}

body {
    background: #e9e5e4 url(https://www.jstourandtravel.com/images/mobile/terms-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    line-height: 1.2;
    color: #555;
    font-family: Arial;
    font-size: 13px;
}



#orders-queue-table-container,
.queueTable {
    width: 1428px;
}

button:focus {
    outline: none !important;
}

button[disabled=disabled] {
    opacity: 0.75;
}

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

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

nav {
    background-color: #fff;
    height: 90px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 4px 10px 0px;
}

p {
    margin: unset;
}

#logoBanner {
    width: auto;
    height: 67px;
    display: inline-block;
    cursor: pointer;
}

#logoBanner a {
    text-decoration: none;
}

#logoBanner img {
    width: 5em;
    height: 5em;
}

.mainCont {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    /* display: flex;
    flex-wrap: wrap; */

}

#header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    /* width: 1208px; */
    background: #fff;
    /* padding: 30px 30px 0px 30px; */
    /* margin: 0px auto 0px auto; */
    flex-shrink: 0;
}

.midCont {
    width: 1458px;
    background: #fff;
    padding: 32px 15px 110px 15px;
    margin: 0px auto 0px auto;
    /* flex-shrink: 0; */
    min-height: 100%;
}

#header-container .headerVLine {
    width: 1px;
    height: 67px;
    background: #AAA;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    width: 458px;
    height: 67px;
}

.title {
    color: #0375A8;
    text-align: left;
    font-family: allerBold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.subtitle {
    display: block;
    margin: auto;
    color: #000;
    text-align: left;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tableContainer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 40px;
    align-items: center;
}

.tabContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #aaaaaa5e;
    width: 1427px;
}

.tabs {
    display: flex;
    align-items: flex-start;
}

.tab {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #444;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.tab .badge {
    display: flex;
    padding: 2px 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 31px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    text-transform: uppercase;
}

.tab .badge.blue {
    background: var(--JS-Light-Blue);
}

.tab .badge.red {
    background: var(--Red);
}

.tab.active {
    border-bottom: 3px solid var(--JS-Light-Blue);
    font-weight: 600;
}

.tab.active[data-queue-type="declined"],
.tab.active[data-queue-type="manual"] {
    border-bottom: 3px solid var(--Red);
}

div[id*="-search-section"] span {
    cursor: pointer;
}

.input-control {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    border: 1px solid #AAA;
    background: #FFF;
    color: #444;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-control:focus-visible {
    outline: none;
}

#search-container {
    display: flex;
    flex-flow: nowrap;
}

#current-search-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex-shrink: 0;
}

#current-search-input {
    width: 290px;
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #AAA;
    background: #FFF;
    border-right: none;
}

#current-booked-date-select-filter,
#current-tour-date-select-filter,
#current-archived-date-select-filter {
    background: #fff;
    cursor: pointer;
    padding: 7px 7px 7px 16px;
    gap: 1px;
    width: 100%;
    color: #444;
}

#current-booked-date-select-filter svg,
#current-tour-date-select-filter svg,
#current-archived-date-select-filter svg {
    width: 30px;
}

#current-booked-date-select-filter span,
#current-tour-date-select-filter span,
#current-archived-date-select-filter span {
    width: 100%;
}

.group-input #search-container span {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 2px 2px 0px;
    border: 1px solid var(--JS-Light-Blue, #0375A8);
}

.group-input #search-container .input-control {
    display: flex;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.filterArea {
    display: grid;
    gap: 8px;
}

.filterArea label {
    color: #444;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}

.filterArea .filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

.filterArea #clear-all-filters,
.filterArea #send-all-reminders {
    display: flex;
    align-items: end;
}

.filterArea #btn-clear-all-filters, 
.filterArea #btn-send-all-reminders {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    border: 1px solid #AAA;
    background-color: #fff;
}

.filterArea #btn-send-all-reminders svg.disabled {
    animation: lds-ring 1s linear infinite;
    transform-origin: center;
}

.filterArea:not(.history) {
    width: 1322px;
    grid-template-columns: 330px 0px 145px 253px 253px 253px 40px;
}

.filterArea:not(.history) .archived-filter {
    width: 1427px;
    display: none;
}

.filterArea.history {
    grid-template-columns: 330px 0px 145px 145px 145px 253px 153px 153px 40px;
}

.filterArea.current {
    width: 1362px;
    grid-template-columns: 330px 0px 145px 253px 253px 253px 40px 40px;
}

.filterArea:not(.current) #send-all-reminders {
    display: none;
}

.queueTable {
    align-self: stretch;
    border-radius: 4px;
    border: 0.5px solid var(--Form-Outline-Gray, #AAA);
    background: #FFF;
    border-spacing: 0;
    border-collapse: separate;
}

.queueTable .titleRow {
    display: flex;
    padding: 12px 8px;
    /* justify-content: space-between; */
    align-items: flex-start;
    align-self: stretch;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 0.5px solid var(--Form-Outline-Gray, #AAA);
    background: #EDEDED;
    gap: 34px;
}

.queueTable .titleRow .headerCell {
    color: #000;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.queueTable .titleRow .sortArrow {
    border: none;
    fill: #000;
}

.queueTable .titleRow #headerCellOrder,
.queueTable .bodyRow .bodyOrder {
    width: 63px;
}

.queueTable .titleRow #headerCellLocation,
.queueTable .bodyRow .bodyLocation {
    width: 75px;
}

.queueTable .titleRow #headerCellActivity,
.queueTable .bodyRow .bodyActivity {
    width: 83px;
}

.queueTable .titleRow #headerCellDetails,
.queueTable .bodyRow .bodyDetails {
    width: 235px;
}

.queueTable.history .titleRow #headerCellDetails,
.queueTable.history .bodyRow .bodyDetails {
    width: 171px;
}

.queueTable.current[data-user-role="supervisor"] .titleRow #headerCellDetails,
.queueTable.current[data-user-role="supervisor"] .bodyRow .bodyDetails,
.queueTable.current[data-user-role="manager"] .titleRow #headerCellDetails,
.queueTable.current[data-user-role="manager"] .bodyRow .bodyDetails {
    width: 240px;
}

.queueTable.declined .titleRow #headerCellDetails,
.queueTable.declined .bodyRow .bodyDetails,
.queueTable.manual .titleRow #headerCellDetails,
.queueTable.manual .bodyRow .bodyDetails {
    width: 175px;
}

.queueTable.fishing .titleRow #headerCellDetails,
.queueTable.fishing .bodyRow .bodyDetails {
    width: 154px;
}

.queueTable .titleRow #headerCellBooked,
.queueTable .bodyRow .bodyBooked {
    width: 110px;
}

.queueTable.declined .titleRow #headerCellBooked,
.queueTable.declined .bodyRow .bodyBooked,
.queueTable.manual .titleRow #headerCellBooked,
.queueTable.manual .bodyRow .bodyBooked
 {
    width: 76px;
}

.queueTable.declined .titleRow #headerCellReason,
.queueTable.declined .bodyRow .bodyReason {
    width: 126px;
}

.queueTable.manual .titleRow #headerCellReason,
.queueTable.manual .bodyRow .bodyReason {
    width: 175px;
}

.queueTable .titleRow #headerCellTourDate,
.queueTable .bodyRow .bodyTourDate {
    width: 76px;
}

.queueTable .titleRow #headerCellOrder,
.queueTable .titleRow #headerCellDetails,
.queueTable .titleRow #headerCellLocation,
.queueTable .titleRow #headerCellActivity,
.queueTable .titleRow #headerCellBooked,
.queueTable .titleRow #headerCellTourDate,
.queueTable .titleRow #headerCellArchivedAt,
.queueTable .titleRow #headerCellTourDate,
.queueTable .titleRow #headerCellProvider,
.queueTable .titleRow #headerCellBoatName,
.queueTable .titleRow #headerCellWebsite {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
}

.queueTable .titleRow #headerCellProvider,
.queueTable .bodyRow .bodyProvider {
    width: 185px;
}

.queueTable.history .titleRow #headerCellProvider,
.queueTable.history .bodyRow .bodyProvider {
    width: 100px;
}

.queueTable.current[data-user-role="supervisor"] .titleRow #headerCellProvider,
.queueTable.current[data-user-role="supervisor"] .bodyRow .bodyProvider,
.queueTable.current[data-user-role="manager"] .titleRow #headerCellProvider,
.queueTable.current[data-user-role="manager"] .bodyRow .bodyProvider {
    width: 175px;
}

.queueTable.declined .titleRow #headerCellProvider,
.queueTable.declined .bodyRow .bodyProvider
{
    width: 110px;
}

.queueTable.manual .titleRow #headerCellProvider,
.queueTable.manual .bodyRow .bodyProvider
{
    width: 115px;
}

.queueTable.xcaret .titleRow #headerCellProvider,
.queueTable.xcaret .bodyRow .bodyProvider {
    width: 220px;
}

.queueTable .titleRow #headerCellStatus,
.queueTable .bodyRow .bodyStatus {
    width: 165px;
}

.queueTable.history .titleRow #headerCellArchivedAt,
.queueTable.history .bodyRow .bodyArchivedAt
{
    width: 72px;
}


.queueTable.history .titleRow #headerCellArchivedBy,
.queueTable.history .bodyRow .bodyArchivedBy
{
    width: 86px;
}

.queueTable.history .titleRow #headerCellStatus,
.queueTable.history .bodyRow .bodyStatus {
    width: 88px;
}

.queueTable.declined .titleRow #headerCellStatus,
.queueTable.declined .bodyRow .bodyStatus,
.queueTable.manual .titleRow #headerCellStatus,
.queueTable.manual .bodyRow .bodyStatus
{
    width: 126px;
}

.queueTable.fishing .titleRow #headerCellStatus,
.queueTable.fishing .bodyRow .bodyStatus {
    width: 115px;
}

.queueTable .titleRow #headerCellBoatName,
.queueTable .bodyRow .bodyBoatName {
    width: 85px;
}

.queueTable .titleRow #headerCellStatus {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.queueTable .titleRow #headerCellWebsite,
.queueTable .bodyRow .bodyWebsite {
    width: 40px;
}

.queueTable.declined .titleRow #headerCellWebsite,
.queueTable.declined .bodyRow .bodyWebsite,
.queueTable.manual .titleRow #headerCellWebsite,
.queueTable.manual .bodyRow .bodyWebsite
{
    width: 59px;
}

.queueTable .titleRow #headerCellWebsite {
    display: flex;
    align-items: center;
    gap: 8px;
}

.queueTable.current .titleRow #headerCellActions,
.queueTable.current .bodyRow .bodyActions {
    width: 272px;
}

.queueTable.history .titleRow #headerCellActions,
.queueTable.history .bodyRow .bodyActions {
    width: 327px;
}

.queueTable.declined .titleRow #headerCellActions,
.queueTable.declined .bodyRow .bodyActions,
.queueTable.manual .titleRow #headerCellActions,
.queueTable.manual .bodyRow .bodyActions,
.queueTable.xcaret .titleRow #headerCellActions,
.queueTable.xcaret .bodyRow .bodyActions {
    width: 220px;
}

.queueTable.xcaret .titleRow #headerCellWebsite,
.queueTable.xcaret .bodyRow .bodyWebsite {
    width: 57px;
}

.queueTable.groups .titleRow #headerCellDetails,
.queueTable.groups .bodyRow .bodyDetails {
    width: 171px;
}

.queueTable.groups .titleRow #headerCellProvider,
.queueTable.groups .bodyRow .bodyProvider {
    width: 129px;
}

.queueTable .titleRow #headerCellBooked,
.queueTable .bodyRow .bodyBooked,
.queueTable .titleRow #headerCellDueDate,
.queueTable .bodyRow .bodyDueDate {
    width: 81px;
}

.queueTable .titleRow #headerCellActions {
    color: #000;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.queueTable .bodyRow {
    display: flex;
    padding: 8px;
    /* justify-content: space-between; */
    align-items: center;
    align-self: stretch;
    border-bottom: 0.5px solid var(--Form-Outline-Gray, #AAA);
    gap: 34px;
}

.queueTable .bodyRow.open,
.queueTable .bodyRow.altColor.open {
    border-bottom: none;
    padding-bottom: 0;
}

.queueTable .bodyRow.altColor,
.queueTable .bodyRowDetail.altColor {
    border-bottom: 0.5px solid var(--Form-Outline-Gray, #AAA);
    background: #EDEDED;
}

.queueTable .bodyRow:last-child {
    border-bottom: none;
}

.queueTable .bodyRow .bodyCell {
    color: #000;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.queueTable .bodyRow .bodyCell.bodyDetails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}

.queueTable .bodyRow .bodyCell.bodyDetails .bodyCellCustomerName {
    font-weight: 700;
    text-transform: capitalize;
}

.queueTable .bodyRow .bodyCell.bodyDetails .bodyCellTourName {
    font-weight: 400;
}

.queueTable .bodyRow .bodyCell.bodyProvider {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.queueTable .bodyRow .bodyCell.bodyOrder,
.queueTable .bodyRow .bodyCell.bodyDetails {
    font-size: 13px;
}

.queueTable .bodyRow .bodyCell.bodyStatus {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.queueTable .bodyRow .bodyCell.bodyStatus .bodyCellStatus {
    font-weight: 700;
}

.queueTable .bodyRow .bodyCell.bodyStatus .bodyCellStatus.cancelled,
.queueTable .bodyRow .bodyCell.bodyStatus .bodyCellStatus.error {
    color: #FF1313;
}

.queueTable .bodyRow .bodyCell.bodyStatus .bodyCellStatus.completed {
    color: #00A010;
}

.queueTable .bodyRow .bodyCell.bodyStatus .bodyCellTag {
    display: flex;
    padding: 2px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 23px;
}

.queueTable .bodyRow .bodyCell.bodyStatus .bodyCellTag.onTime {
    border: 1px solid #00700B;
    background: #00A010;
}

.queueTable .bodyRow .bodyCell.bodyStatus .bodyCellTag.overdue,
.queueTable .bodyRow .bodyCell.bodyStatus .bodyCellTag.urgent,
.queueTable .bodyRow .bodyCell.bodyStatus .bodyCellTag.lastMinuteBooking {
    border: 1px solid #AD0000;
    background: #FF1313;
}

.queueTable .bodyRow .bodyCell.bodyStatus .bodyCellTag.isModified-1 {
    border: 1px solid #c76b1a;
    background: #f6851f;
}

.queueTable.current .bodyRow .bodyCell.bodyStatus .bodyCellStatus.tag-lastMinuteBooking,
.queueTable.declined .bodyRow .bodyCell.bodyStatus .bodyCellStatus.tag-lastMinuteBooking,
.queueTable.manual .bodyRow .bodyCell.bodyStatus .bodyCellStatus.tag-lastMinuteBooking,
.queueTable.current .bodyRow .bodyCellStatus.fraud,
.queueTable.current .bodyRow .bodyCellStatus.fraudsuspected {
    color: #FF1313;
}

.queueTable .bodyRow .bodyCell.bodyActions {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.queueTable .bodyRow .bodyCell.bodyActions .bodyCellAction {
    display: flex;
    width: 52px;
    height: 28px;
    padding: 2px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    border: 1px solid #767676;
    background: #EFEFEF;
    box-shadow: 0px 2px 3.5px 0px rgba(0, 0, 0, 0.12);
}

.queueTable .bodyRowDetail {
    display: flex;
    padding: 16px 8px 20px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-bottom: 0.5px solid var(--Form-Outline-Gray, #AAA);
}

.queueTable .bodyRowDetail .hLine {
    width: 1131.5px;
    height: 0.5px;
    background: #AAA;
}

.queueTable .bodyRowDetail .bodyDetailCell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.queueTable .bodyRowDetail .bodyDetailCell .details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.queueTable .bodyRowDetail .bodyDetailCell .details .detail,
.queueTable .bodyRowDetail .bodyDetailCell .details4 .detail {
    color: #000;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.queueTable .bodyRowDetail .bodyDetailCell .details .detail label,
.queueTable .bodyRowDetail .bodyDetailCell .details4 .detail label {
    color: #000;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.queueTable .bodyRowDetail .bodyDetailCell .details4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.queueTable .bodyRowDetail .bodyDetailCell .details4 .detail {
    width: 200px;
}

.queueTable .bodyRowDetail .bodyDetailCell .details4 .detail:last-child {
    width: 150px;
}

.bottomControllers {
    width: 1458px;
    position: fixed;
    bottom: 0;
    background: #FFF;
    box-shadow: 0px -4px 13.6px 0px rgba(0, 0, 0, 0.14);
    margin-left: -15px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.bottomControllersContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding: 10px 26px 10px 26px;
    width: 1147.5px;
}

.bottomControllers .paginationControlls {
    display: flex;
    align-items: center;
    gap: 24px;
}

.bottomControllers .paginationControlls .bottomTotal {
    color: #444;
    font-feature-settings: 'clig' off, 'liga' off;

    /* AT-Mobile/Body L Bold */
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bottomControllers .paginationControlls .bottomVLine {
    width: 0.5px;
    height: 40px;
    background: #AAA;
}

.bottomControllers .paginationControlls .bottomShow {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bottomControllers .paginationControlls .bottomShow .bottomShowLabel {
    color: #444;
    font-feature-settings: 'clig' off, 'liga' off;

    /* AT-Mobile/Body L */
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bottomControllers .paginationControlls .bottomShow .bottomFilter {
    display: flex;
    width: 163.5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.bottomControllers .paginationO {
    display: flex;
    align-items: center;
    gap: 16px;
}

.queueTable .bodyRow.open .bodyCellAction.eyeOpen,
.queueTable .bodyRow.altColor.open .bodyCellAction.eyeOpen,
.queueTable .bodyRow.open .bodyCellAction.eyeOpenDeclined,
.queueTable .bodyRow.altColor.open .bodyCellAction.eyeOpenDeclined {
    display: none;
}

.queueTable .bodyRow.closeS .bodyCellAction.eyeClose,
.queueTable .bodyRow.altColor.closeS .bodyCellAction.eyeClose {
    display: none;
}

.select2-container--default .select2-selection--single {
    padding: 12px 16px;
    border-radius: 2px;
    border: 1px solid #AAA;
    background: #FFF;
    height: 40px;
}

.bottomControllers .select2-container--default .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 9.5px;
    right: 16px;
    width: 20px;
}

.bottomControllers .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12.5px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single,
.filterArea #search-input::placeholder {
    color: #444;
    font-feature-settings: 'clig' off, 'liga' off;

    /* AT-Mobile/Body L */
    font-family: Verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.select2-results__option,
#orders-queue-modal-reviewed option:not(.hidden) {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    color: var(--Gray-800, #1F2937);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(243, 243, 243, 0.50);
    color:#1F2937;
}

.paginationO .paginationButton {
    display: flex;
    width: 40px;
    height: 40px;
    /* padding: 12px 16px; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    border: 1px solid var(--Form-Outline-Gray, #AAA);
    background: #FFF;
}

.paginationO .paginationButton.active {
    border-radius: 2px;
    border: 1px solid #0375A8;
    background: #E6F7FF;
}

.paginationO .paginationSeparator {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 0px 6px 0px 7px;
    justify-content: center;
    align-items: center;
    color: var(--character-disabled-placeholder-25, rgba(0, 0, 0, 0.25));
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 228.571% */
    letter-spacing: 2px;
}

.bodyRow[data-is-fraud="0"] .bodyActions .bodyCellAction.checkFraudBtn .fraud-check,
.bodyRow[data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn .fraud-check,
.bodyRow[data-is-fraud="2"] .bodyActions .bodyCellAction.checkFraudBtn .fraud-check,
.bodyRow[data-is-fraud="3"] .bodyActions .bodyCellAction.checkFraudBtn .only-check
{
    display: none !important;
}

.bodyRow .bodyActions .bodyCellAction.sendPleaseConfirm-0 .send-icon,
.bodyRow .bodyActions .bodyCellAction.sendPleaseConfirm-2 .manual-icon,
.bodyRow .bodyActions .bodyCellAction.sendPleaseConfirm-3 .send-icon,
.bodyRow .bodyActions .bodyCellAction.sendPleaseConfirm-4 .send-icon,
.bodyRow .bodyActions .bodyCellAction.sendPleaseConfirm-1.isModified-0 .manual-icon,
.bodyCellTag.isModified-0,
.bodyRow .bodyActions .bodyCellAction.isModified-1 .send-icon
{
    display: none !important;
}

.bodyRow[data-status="Assign Boat"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Assign Boat"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Assign Boat"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Assign Boat"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Assign Boat"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Assign Boat"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Assign Boat"] .bodyActions .bodyCellAction.settings
{
    display: none !important;
}

.bodyRow[data-status="Assign  Boat"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Assign  Boat"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Assign  Boat"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Assign  Boat"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Assign  Boat"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Assign  Boat"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Assign  Boat"] .bodyActions .bodyCellAction.settings
{
    display: none !important;
}

.bodyRow[data-status="Balance Pending"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Balance Pending"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Balance Pending"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Balance Pending"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Balance Pending"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Balance Pending"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.eyeOpen,
.bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Balance Pending"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Balance Pending"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Balance Pending"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.sendPleaseConfirm,
.bodyRow[data-status="Balance Pending"] .bodyActions .bodyCellAction.settings
{
    display: none !important;
}

.bodyRow[data-status="Buy Tickets"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Buy Tickets"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Buy Tickets"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Buy Tickets"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Buy Tickets"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Buy Tickets"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Buy Tickets"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Buy Tickets"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Buy Tickets"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Buy Tickets"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Buy Tickets"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Buy Tickets"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Buy Tickets"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Buy Tickets"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Buy Tickets"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Buy Tickets"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Buy Tickets"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Buy Tickets"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Buy Tickets"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Buy Tickets"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Buy Tickets"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Buy Tickets"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.unarchived,
.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.sendPleaseConfirm,
.bodyRow[data-status="Cancelled"] .bodyActions .bodyCellAction.settings
{
    display: none !important;
}

.bodyRow[data-status="Check Fraud"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Check Fraud"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Check Fraud"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Check Fraud"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Check Fraud"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Check Fraud"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Check Fraud"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.unarchivedDisabled,
.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.sendPleaseConfirm,
.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Completed"] .bodyActions .bodyCellAction.settings
{
    display: none !important;
}

.bodyRow[data-status="Confirm Manually"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Confirm Manually"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Confirm Manually"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Confirm Manually"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Confirm Manually"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Confirm Manually"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Confirm Manually"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Confirm Manually"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Confirm Manually"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Confirm Manually"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.bodyRow[data-status="Confirmed"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Confirmed"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Confirmed"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Confirmed"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Confirmed"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Confirmed"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Confirmed"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Confirmed"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Confirmed"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Confirmed"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Confirmed"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Confirmed"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Confirmed"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Confirmed"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Confirmed"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Confirmed"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Confirmed"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Confirmed"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Confirmed"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Confirmed"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Confirmed"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Confirmed"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.bodyRow[data-status="Custom Not Listed"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Custom Not Listed"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Custom Not Listed"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Custom Not Listed"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Custom Not Listed"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Custom Not Listed"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Custom Not Listed"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Custom Not Listed"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Custom Not Listed"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Custom Not Listed"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.bodyRow[data-status="Declined"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Declined"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Declined"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Declined"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Declined"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Declined"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Declined"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Declined"] .bodyActions .bodyCellAction.eyeOpen,
.bodyRow[data-status="Declined"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Declined"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Declined"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Declined"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Declined"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Declined"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Declined"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Declined"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Declined"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Declined"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Declined"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Declined"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Declined"] .bodyActions .bodyCellAction.sendPleaseConfirm,
.bodyRow[data-status="Declined"] .bodyActions .bodyCellAction.settings
{
    display: none !important;
}

.bodyRow[data-status="Error"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Error"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Error"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Error"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Error"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Error"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Error"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Error"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Error"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Error"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Error"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Error"][data-is-fraud="0"][data-show-after-save-order="0"] .bodyActions .bodyCellAction.afterSaveOrder,
.bodyRow[data-status="Error"][data-is-fraud="0"][data-show-after-save-order="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Error"][data-is-fraud="0"][data-show-after-save-order="1"] .bodyActions .bodyCellAction.afterSaveOrder,
.bodyRow[data-status="Error"][data-is-fraud="0"][data-show-after-save-order="1"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Error"][data-is-fraud="1"][data-show-after-save-order="0"] .bodyActions .bodyCellAction.afterSaveOrder,
.bodyRow[data-status="Error"][data-is-fraud="1"][data-show-after-save-order="1"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Error"][data-is-fraud="2"][data-show-after-save-order="0"] .bodyActions .bodyCellAction.afterSaveOrder,
.bodyRow[data-status="Error"][data-is-fraud="2"][data-show-after-save-order="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Error"][data-is-fraud="2"][data-show-after-save-order="1"] .bodyActions .bodyCellAction.afterSaveOrder,
.bodyRow[data-status="Error"][data-is-fraud="2"][data-show-after-save-order="1"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Error"][data-is-fraud="3"][data-show-after-save-order="0"] .bodyActions .bodyCellAction.afterSaveOrder,
.bodyRow[data-status="Error"][data-is-fraud="3"][data-show-after-save-order="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Error"][data-is-fraud="3"][data-show-after-save-order="1"] .bodyActions .bodyCellAction.afterSaveOrder,
.bodyRow[data-status="Error"][data-is-fraud="3"][data-show-after-save-order="1"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Error"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Error"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Error"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Error"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Error"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Error"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Error"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Error"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Error"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.bodyRow[data-show-after-save-order="0"] .bodyActions .bodyCellAction.afterSaveOrder
{
    display: none !important;
}

.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.unarchived,
.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Fraud"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.bodyRow[data-status="Fraud Suspected"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Fraud Suspected"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Fraud Suspected"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Fraud Suspected"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Fraud Suspected"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Fraud Suspected"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Fraud Suspected"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Fraud Suspected"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Fraud Suspected"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Fraud Suspected"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Fraud Suspected"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Fraud Suspected"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Fraud Suspected"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Fraud Suspected"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Fraud Suspected"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Fraud Suspected"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Fraud Suspected"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Fraud Suspected"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Fraud Suspected"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Fraud Suspected"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Fraud Suspected"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Fraud Suspected"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.bodyRow[data-status="New Info Requested"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="New Info Requested"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="New Info Requested"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="New Info Requested"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="New Info Requested"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="New Info Requested"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="New Info Requested"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="New Info Requested"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="New Info Requested"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="New Info Requested"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="New Info Requested"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="New Info Requested"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="New Info Requested"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="New Info Requested"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="New Info Requested"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="New Info Requested"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="New Info Requested"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="New Info Requested"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="New Info Requested"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="New Info Requested"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="New Info Requested"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="New Info Requested"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="New Info Requested"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.bodyRow[data-status="Pending"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Pending"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Pending"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Pending"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Pending"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Pending"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Pending"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Pending"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Pending"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.sendPleaseConfirm,
.bodyRow[data-status="Pending"] .bodyActions .bodyCellAction.settings
{
    display: none !important;
}

.bodyRow[data-status="Pending Payment"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Pending Payment"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Pending Payment"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Pending Payment"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Pending Payment"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Pending Payment"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Pending Payment"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Pending Payment"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Pending Payment"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Pending Payment"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Pending Payment"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Pending Payment"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Pending Payment"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Pending Payment"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Pending Payment"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Pending Payment"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Pending Payment"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Pending Payment"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Pending Payment"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Pending Payment"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Pending Payment"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Pending Payment"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Pending Payment"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.bodyRow[data-status="Ready to Send"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Ready to Send"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Ready to Send"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Ready to Send"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Ready to Send"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Ready to Send"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Ready to Send"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Ready to Send"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Ready to Send"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Ready to Send"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Ready to Send"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Ready to Send"][data-is-fraud="0"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Ready to Send"][data-is-fraud="2"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Ready to Send"][data-is-fraud="3"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Ready to Send"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Ready to Send"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Ready to Send"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Ready to Send"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Ready to Send"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Ready to Send"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Ready to Send"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Ready to Send"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Ready to Send"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Ready to Send"][data-is-fraud="1"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Ready to Send"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.unarchived,
.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.sendPleaseConfirm,
.bodyRow[data-status="Refund Pending"] .bodyActions .bodyCellAction.settings
{
    display: none !important;
}

.bodyRow[data-status="Request Payment"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Request Payment"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Request Payment"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Request Payment"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Request Payment"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Request Payment"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Request Payment"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Request Payment"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Request Payment"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Request Payment"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Request Payment"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Request Payment"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Request Payment"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Request Payment"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Request Payment"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Request Payment"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Request Payment"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Request Payment"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Request Payment"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Request Payment"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Request Payment"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Request Payment"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.bodyRow[data-status="Requested"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Requested"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Requested"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Requested"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Requested"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Requested"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Requested"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Requested"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Requested"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Requested"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Requested"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Requested"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Requested"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Requested"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Requested"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Requested"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Requested"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Requested"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Requested"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Requested"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Requested"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Requested"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.bodyRow[data-status="Send Request"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Send Request"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Send Request"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Send Request"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Send Request"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Send Request"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Send Request"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Send Request"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Send Request"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Send Request"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Send Request"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Send Request"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Send Request"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Send Request"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Send Request"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Send Request"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Send Request"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Send Request"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Send Request"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Send Request"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Send Request"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Send Request"] .bodyActions .bodyCellAction.sendDisabled
{
    display: none !important;
}

.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.unarchivedDisabled,
.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.sendPleaseConfirm,
.bodyRow[data-status="Sent"] .bodyActions .bodyCellAction.settings
{
    display: none !important;
}

.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.unarchivedDisabled,
.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.resendSentPayment,
.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.sendPleaseConfirm,
.bodyRow[data-status="Sent Manually"] .bodyActions .bodyCellAction.settings
{
    display: none !important;
}

.bodyRow[data-status="Sent Payment"][data-is-fraud="1"] .bodyActions .bodyCellAction.checkFraudBtn,
.bodyRow[data-status="Sent Payment"][data-is-fraud="0"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Sent Payment"][data-is-fraud="2"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Sent Payment"][data-is-fraud="3"] .bodyActions .bodyCellAction.fix,
.queueTable[data-user-role="supervisor"] .bodyRow[data-status="Sent Payment"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable[data-user-role="manager"] .bodyRow[data-status="Sent Payment"][data-is-fraud="1"] .bodyActions .bodyCellAction.fixArchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .bodyRow[data-status="Sent Payment"] .bodyActions .bodyCellAction.fix,
.bodyRow[data-status="Sent Payment"] .bodyActions .bodyCellAction.eyeOpenDeclined,
.bodyRow[data-status="Sent Payment"] .bodyActions .bodyCellAction.fileCheckActive,
.bodyRow[data-status="Sent Payment"] .bodyActions .bodyCellAction.fileCheckActiveHistory,
.bodyRow[data-status="Sent Payment"] .bodyActions .bodyCellAction.fileCheckActiveNewInfo,
.bodyRow[data-status="Sent Payment"][data-is-fraud="0"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Sent Payment"][data-is-fraud="2"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Sent Payment"][data-is-fraud="3"] .bodyActions .bodyCellAction.fileCheckInactive,
.bodyRow[data-status="Sent Payment"] .bodyActions .bodyCellAction.historySettings,
.bodyRow[data-status="Sent Payment"] .bodyActions .bodyCellAction.pendingPayment,
.bodyRow[data-status="Sent Payment"] .bodyActions .bodyCellAction.resend,
.bodyRow[data-status="Sent Payment"] .bodyActions .bodyCellAction.resendVoucher,
.bodyRow[data-status="Sent Payment"] .bodyActions .bodyCellAction.requestPayment,
.bodyRow[data-status="Sent Payment"] .bodyActions .bodyCellAction.send,
.bodyRow[data-status="Sent Payment"] .bodyActions .bodyCellAction.sendDisabled,
.bodyRow[data-status="Sent Payment"] .bodyActions .bodyCellAction.sendPleaseConfirm
{
    display: none !important;
}

.queueTable.fishing .reviewFraudBtn,
.queueTable.fishing .unarchived,
.queueTable.fishing .unarchivedDisabled,
.queueTable.fishing #headerCellArchivedAt,
.queueTable.fishing #headerCellArchivedBy,
.queueTable.fishing .bodyArchivedAt,
.queueTable.fishing .bodyArchivedBy,
.queueTable.fishing .paymentCompletedBtn,
.queueTable.fishing #headerCellReason,
.queueTable.fishing .bodyReason,
.queueTable.fishing #headerCellDueDate,
.queueTable.fishing .bodyRow[data-status="Sent Manually"],
.queueTable.fishing .bodyRow[data-status="Cancelled"],
.queueTable.fishing .bodyRow[data-status="Fraud"],
.queueTable.fishing .bodyRow[data-status="Sent"],
.queueTable.fishing .bodyDueDate,
.queueTable.fishing #headerCellProvider,
.queueTable.fishing .bodyProvider 
{
    display: none !important;
}

.queueTable.current .reviewFraudBtn,
.queueTable.current .unarchived,
.queueTable.current .unarchivedDisabled,
.queueTable.current #headerCellArchivedAt,
.queueTable.current #headerCellArchivedBy,
.queueTable.current .bodyArchivedAt,
.queueTable.current .bodyArchivedBy,
.queueTable.current #headerCellReason,
.queueTable.current .bodyReason,
.queueTable.current #headerCellDueDate,
.queueTable.current .bodyDueDate,
.queueTable.current .declineDetails,
.queueTable.current .paymentCompletedBtn,
.queueTable.current .paymentReminderStatus,
.queueTable.current .paymentStatus,
.queueTable.current .bodyRow[data-status="Sent Manually"],
.queueTable.current .bodyRow[data-status="Cancelled"],
.queueTable.current .bodyRow[data-status="Fraud"],
.queueTable.current .bodyRow[data-status="Sent"],
.queueTable.current #headerCellLocation,
.queueTable.current .bodyLocation,
.queueTable.current #headerCellActivity,
.queueTable.current .bodyActivity,
.queueTable.current #headerCellBoatName,
.queueTable.current .bodyBoatName
{
    display: none !important;
}

.queueTable.history .fixArchived,
.queueTable.history .checkFraudBtn,
.queueTable.history .eyeOpen,
.queueTable.history #headerCellReason,
.queueTable.history .bodyReason,
.queueTable.history #headerCellDueDate,
.queueTable.history .bodyDueDate,
.queueTable.history .declineDetails,
.queueTable.history .paymentCompletedBtn,
.queueTable.history .paymentReminderStatus,
.queueTable.history .paymentStatus,
.queueTable.history #headerCellLocation,
.queueTable.history .bodyLocation,
.queueTable.history #headerCellActivity,
.queueTable.history .bodyActivity,
.queueTable.history #headerCellBoatName,
.queueTable.history .reminderStatus-1,
.queueTable.history .reminderStatus-0,
.queueTable.history .bodyRow[data-status="Ready to Send"],
.queueTable.history .bodyBoatName
{
    display: none !important;
}

.queueTable.xcaret .reviewFraudBtn,
.queueTable.xcaret .unarchived,
.queueTable.xcaret .unarchivedDisabled,
.queueTable.xcaret #headerCellArchivedAt,
.queueTable.xcaret #headerCellArchivedBy,
.queueTable.xcaret .bodyArchivedAt,
.queueTable.xcaret .bodyArchivedBy,
.queueTable.xcaret #headerCellReason,
.queueTable.xcaret .bodyReason,
.queueTable.xcaret #headerCellDueDate,
.queueTable.xcaret .bodyDueDate,
.queueTable.xcaret .declineDetails,
.queueTable.xcaret .paymentCompletedBtn,
.queueTable.xcaret .paymentReminderStatus,
.queueTable.xcaret .paymentStatus,
.queueTable.xcaret .bodyRow[data-status="Sent Manually"],
.queueTable.xcaret .bodyRow[data-status="Cancelled"],
.queueTable.xcaret .bodyRow[data-status="Fraud"],
.queueTable.xcaret .bodyRow[data-status="Sent"],
.queueTable.xcaret #headerCellLocation,
.queueTable.xcaret .bodyLocation,
.queueTable.xcaret #headerCellActivity,
.queueTable.xcaret .bodyActivity,
.queueTable.xcaret #headerCellBoatName,
.queueTable.xcaret .bodyBoatName
{
    display: none !important;
}

.queueTable.groups .reviewFraudBtn,
.queueTable.groups .unarchived,
.queueTable.groups .unarchivedDisabled,
.queueTable.groups #headerCellArchivedAt,
.queueTable.groups #headerCellArchivedBy,
.queueTable.groups .bodyArchivedAt,
.queueTable.groups .bodyArchivedBy,
.queueTable.groups #headerCellReason,
.queueTable.groups .bodyReason,
.queueTable.groups .declineDetails,
.queueTable.groups .overdue,
.queueTable.groups .onTime,
.queueTable.groups .reminderStatus-1,
.queueTable.groups .reminderStatus-0,
.queueTable.groups #headerCellLocation,
.queueTable.groups .bodyLocation,
.queueTable.groups #headerCellActivity,
.queueTable.groups .bodyRow[data-status="Sent Manually"],
.queueTable.groups .bodyRow[data-status="Cancelled"],
.queueTable.groups .bodyRow[data-status="Fraud"],
.queueTable.groups .bodyRow[data-status="Sent"],
.queueTable.groups .bodyActivity,
.queueTable.groups #headerCellBoatName,
.queueTable.groups .bodyBoatName
{
    display: none !important;
}

.queueTable.manual .reviewFraudBtn,
.queueTable.manual .unarchived,
.queueTable.manual .unarchivedDisabled,
.queueTable.manual #headerCellArchivedAt,
.queueTable.manual #headerCellArchivedBy,
.queueTable.manual .bodyArchivedAt,
.queueTable.manual .bodyArchivedBy,
.queueTable.manual .declineDetails,
.queueTable.manual #headerCellDueDate,
.queueTable.manual .bodyDueDate,
.queueTable.manual .paymentCompletedBtn,
.queueTable.manual .paymentReminderStatus,
.queueTable.manual .paymentStatus,
.queueTable.manual #headerCellLocation,
.queueTable.manual .bodyLocation,
.queueTable.manual .bodyRow[data-status="Sent Manually"],
.queueTable.manual .bodyRow[data-status="Fraud"],
.queueTable.manual .bodyRow[data-status="Cancelled"],
.queueTable.manual .bodyRow[data-status="Requested"],
.queueTable.manual .bodyRow[data-status="Sent"],
.queueTable.manual #headerCellActivity,
.queueTable.manual .bodyActivity,
.queueTable.manual #headerCellBoatName,
.queueTable.manual .bodyBoatName
{
    display: none !important;
}

.queueTable.declined .reviewFraudBtn,
.queueTable.declined .unarchived,
.queueTable.declined .unarchivedDisabled,
.queueTable.declined #headerCellArchivedAt,
.queueTable.declined #headerCellArchivedBy,
.queueTable.declined .bodyArchivedAt,
.queueTable.declined .bodyArchivedBy,
.queueTable.declined .bodyRowDetail[data-status="Error"] .declineDetails,
.queueTable.declined #headerCellDueDate,
.queueTable.declined .bodyDueDate,
.queueTable.declined .paymentCompletedBtn,
.queueTable.declined .paymentReminderStatus,
.queueTable.declined .paymentStatus,
.queueTable.declined .bodyRow[data-status="Sent Manually"],
.queueTable.declined .bodyRow[data-status="Cancelled"],
.queueTable.declined .bodyRow[data-status="Fraud"],
.queueTable.declined .bodyRow[data-status="Sent"],
.queueTable.declined #headerCellLocation,
.queueTable.declined .bodyLocation,
.queueTable.declined #headerCellActivity,
.queueTable.declined .bodyActivity,
.queueTable.declined #headerCellBoatName,
.queueTable.declined .bodyBoatName
{
    display: none !important;
}

.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .unarchived,
.queueTable:not([data-user-role="supervisor"]):not([data-user-role="manager"]) .unarchivedDisabled
{
    display: none !important;
}

/* comments */
#commentsPanel {
    display: flex;
    width: 414px;
    height: 82%;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    box-shadow: -6px 4px 30px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 0;
    margin-left: 1029px;
    background: #F6F6F6;
    border-radius: 4px 4px 0px 0px;
    border: 0.5px solid #AAA;
}

@media (max-width: 1458px) {
    #commentsPanel {
        right: 0;
    }
}

#newCommentBox {
    display: flex;
    padding: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 0.5px solid #AAA;
    background: #FFF;
}

#commentContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

#commentHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    color: #444;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#commentHeader span {
    flex: 1 0 0;
    display: flex;
    width: 326px;
    align-items: center;
    gap: 10px;
}

#commentHeader button {
    border: none;
    background: none;
}

#commentBox {
    width: 100%;
}

#commentBox textarea {
    display: flex;
    height: 59px;
    padding: 8px 0px 8px 8px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #B3B3B3;
    background: #F8F8F8;
    width: 100%;
    color: #767676;
    font-weight: 400;
    outline: none;
    resize: none;
}

#commentActions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

#commentActions button {
    display: flex;
    padding: 8px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--JS-Light-Blue, #0375A8);
    outline: none;
}

#commentActions button:first-child {
    background: #FFF;
    color: var(--JS-Light-Blue, #0375A8);
}

#commentActions button:nth-child(2) {
    background: var(--JS-Light-Blue, #0375A8);
    color: #FFF;
}

div#new-comment-loading {
    width: 28px;
}

div#new-comment-loading .lds-ring {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

div#new-comment-loading .lds-ring div {
    width: 20px;
    height: 20px;
    border-width: 3px;
}

#commentActions button:disabled {
    background: #F8F8F8;
    color: #767676;
    border: 1px solid #B3B3B3;
}

#commentLoading {
    margin-top: 15px;
}

#commentsList {
    width: 100%;
    overflow-y: auto;
}

.commentItem {
    display: flex;
    padding: 10px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-bottom: 0.5px solid #AAA;
    background: #FFF;
}

.commentItemDetail {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.commentItemHeader {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #444;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.commentItemHeader span {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}

.commentItemHeader span span {
    color: #AAA;
    font-weight: 400;
}

.commentItemHeader button {
    border: none;
    background: none;
    height: 16px;
    padding: 0;
}

.commentItemBox {
    display: flex;
    padding: 2px 0px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    white-space: pre-line;
}

.commentItemFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.commentItemFooter button {
    border: none;
    background: none;
    color: var(--JS-Light-Blue, #0375A8);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
}

.commentItemFooter button:disabled {
    color: #767676;
}

.commentItemFooter span {
    color: #AAA;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.commentDotMenu {
    display: none;
    position: absolute;
    z-index: 1000; /* Asegura que el menú se muestre por encima */
    padding: 7px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    border-radius: 4px;
    border: 1px solid #B3B3B3;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    transition: opacity 0.2s ease, transform 0.2s ease;
    /* right: 19px; */
}
.commentDotMenu.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}
.commentDotMenu button {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: none;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 76px;
    height: 24px;
    padding: 0 12px;
}
.commentDotMenu button:hover {
    background: rgba(64, 199, 244, 0.10);
}
.commentItemBox.commentEdit {
    width: 100%;
}

.commentItemBox.commentEdit textarea {
    display: flex;
    height: 59px;
    padding: 8px 0px 8px 8px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #B3B3B3;
    background: #FFF;
    width: 100%;
    color: #767676;
    font-weight: 400;
    outline: none;
    resize: none;
}

.commentItemFooter.commentEdit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    gap: 16px;
}

.commentItemFooter.commentEdit button:first-child {
    color: #6D6E71;
}

.edit-comment-loading {
    margin-right: 8px;
    margin-left: -13px;
}

.edit-comment-loading .lds-ring {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.edit-comment-loading .lds-ring div {
    width: 20px;
    height: 20px;
    border-width: 3px;
}

.commentReply {
    padding-right: 8px;
}

.reply-comment-loading {
    margin-left: -10px;
    margin-right: 8px;
}

.reply-comment-loading .lds-ring {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.reply-comment-loading .lds-ring div {
    width: 20px;
    height: 20px;
    border-width: 3px;
}

.commentItemBox.commentReply textarea {
    display: flex;
    height: 59px;
    padding: 8px 0px 8px 8px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #B3B3B3;
    background: #F8F8F8;
    width: 100%;
    color: #767676;
    font-weight: 400;
    outline: none;
    resize: none;
    margin-top: 24px;
    line-height: 1;
}

.commentItemFooter.commentReply {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    gap: 16px;
}

.commentItemFooter.commentReply button:nth-child(1) {
    color: #6D6E71;
}

.replyCommentList {
    width: 100%;
    overflow-y: auto;
    background: #EFEFEF;
}

.replyCommentList .commentItem {
    background: #EFEFEF;
    padding: 0;
    border: none;
}

.commentItemBox.replyCommentListReply textarea {
    display: flex;
    height: 59px;
    padding: 8px 0px 8px 8px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #B3B3B3;
    background: #F8F8F8;
    width: 100%;
    color: #767676;
    font-weight: 400;
    outline: none;
    resize: none;
    line-height: 1;
}

.replyCommentListReply {
    padding: 8px;
}

.commentItemFooter.replyCommentListReply {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    gap: 16px;
    overflow-x: hidden;
}

.commentItemFooter.replyCommentListReply button:nth-child(1) {
    color: #6D6E71;
}

.hasComments {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 5px;
    position: absolute;
    margin-left: 17px;
    margin-top: -12px;
}
/* end comments */

/* Update Resend Request Button and Reminders - Orders Queue - Development */
/* https://app.hive.com/workspace/x2JN9BBAvHMXXbKTm?actionId=Gabh8Ecpk5F6DibT8 */
/* 1 Active 2 Disabled 3 Due Time 4 Call 5 Called */
.queueTable .bodyRow[data-status="Requested"] .bodyCell.bodyStatus .bodyCellTag.reminderStatus-1 {
    border: 1px solid #c76b1a;
    background: #f6851f;
}

.bodyCellAction.resend svg,
.bodyCellTag.reminderStatus-0 {
    display: none;
}

.bodyCellAction.resend[data-button-status="1"] svg.active,
.bodyCellAction.resend[data-button-status="2"] svg.disabled,
.bodyCellAction.resend[data-button-status="3"] svg.due,
.bodyCellAction.resend[data-button-status="4"] svg.call,
.bodyCellAction.resend[data-button-status="5"] svg.called
{
    display: initial;
}

#btn-send-all-reminders[data-reminders="0"] svg.active,
#btn-send-all-reminders[data-reminders="1"] svg.disabled {
    display: none;
}

.wa-queue-modal-whatsapp-copy-body.showInCallProvider {
    padding: 16px;
    border-radius: 8px;
    background: #F5F5F5;
    box-shadow: 0px 9px 27.6px 0px rgba(0, 0, 0, 0.17);
    margin-bottom: 12px;
}

.wa-queue-modal-whatsapp-copy-body.showInCallProvider p {
    font-weight: 700;
    font-size: 15px;
}

.showInCallProvider .wa-phone-buttons button {
    font-size: 11px;
}

.showInCallProvider .wa-phone-buttons {
    gap: 27px;
}

/* Private Boats Group */
/* https://app.hive.com/workspace/x2JN9BBAvHMXXbKTm?actionId=hGriG254eS6dfQeWy */
.queueTable .bodyRow[data-status="Balance Pending"] .bodyCell.bodyStatus .bodyCellTag.paymentReminderStatus.color-0,
.queueTable .bodyRow[data-status="Balance Pending"] .bodyCell.bodyStatus .bodyCellTag.paymentStatus {
    border: 1px solid #767676;
    background: #aaaaaa;
}

.queueTable .bodyRow[data-status="Balance Pending"] .bodyCell.bodyStatus .bodyCellTag.paymentReminderStatus.color-1 {
    border: 1px solid #00700B;
    background: #00A010;
}