/* ORDER MODAL */

:root {
    --op-white: #fff;
    --oq-black: #000;
    --oq-gray-100: #666;
    --oq-gray-200: #B3B3B3;
}

div#orders-queue-modal[data-show="1"] {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.19);
    position: fixed;
    top: 0;
    z-index: 99999;
}

#orders-queue-modal-header {
    display: flex;
    width: 927px; /* 910 + 17 scrollbar */
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 2%;
    margin-left: calc(50% - 463.5px);
    height: 25px;
    z-index: 1000;
    background-color: #fff;
}

div#orders-queue-modal-header #close-button {
    background-color: transparent;
    border: none;
    height: 30px;
    margin-top: -12px;
    margin-left: 898px;
}

div#orders-queue-modal-container {
    display: flex;
    width: 927px; /* 910 + 17 scrollbar */
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 2%;
    margin-left: calc(50% - 463.5px);
    overflow-y: auto;
    height: 95%;
}

div#orders-queue-modal-body {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    background: #FFF;
}

*[data-show="0"] {
    display: none;
}

div#orders-queue-modal-tour-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

div#orders-queue-modal-food-info,
div#orders-queue-modal-payment-info,
div#orders-queue-modal-arrival-info,
div#orders-queue-modal-departure-info,
div#orders-queue-modal-addons-info,
div#orders-queue-modal-meeting-instructions-info,
div#orders-queue-modal-meeting-instructions-boat-info,
div#orders-queue-modal-pickup-instructions-info,
div#orders-queue-modal-destinations-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

div#orders-queue-modal-voucher-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

div.orders-queue-modal-main-title-1 {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

div.orders-queue-modal-main-title-1 h1 {
    color: #000;
    text-align: left;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0px;
    flex: 1 0 0;
}

div.orders-queue-modal-main-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

div.orders-queue-modal-main-title h1 {
    color: #000;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0px;
}

div.orders-queue-modal-main-title p {
    align-self: stretch;
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
}

div#orders-queue-modal-body-fields,
div#orders-queue-destinations-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

div#orders-queue-modal-body-fields h1 {
    align-self: stretch;
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 66.667% */
    text-transform: uppercase;
    margin: 0px;
}

div.orders-queue-modal-rows {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

div.orders-queue-modal-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}

.orders-queue-modal-grid-row label {
    color: var(--Black, #000);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.orders-queue-modal-grid-row {
    display: grid;
    gap: 8px;
    width: 100%;
}

.orders-queue-modal-grid-row.one-lg-col-one-sm {
    grid-template-columns: 580px 274px;
}

.orders-queue-modal-grid-row.one-lg-col-two-sm {
    grid-template-columns: 436px 205px 205px;
}

.orders-queue-modal-grid-row.three-col-one-lg {
    grid-template-columns: 140px 140px 140px 419px;
}

.orders-queue-modal-grid-row.one-lg-three-col {
    grid-template-columns: 419px 140px 140px 140px;
}

.orders-queue-modal-grid-row.one-col {
    grid-template-columns: 862px;
}

.orders-queue-modal-grid-row.two-cols {
    grid-template-columns: 1fr 1fr;
}

.orders-queue-modal-grid-row.four-cols {
    grid-template-columns: 210px 210px 210px 210px;
}

.orders-queue-modal-grid-row.meeting-instruction-row,
.orders-queue-modal-grid-row.arrival-instructions-p2p-row,
.orders-queue-modal-grid-row.pickup-instructions-p2p-row {
    grid-template-columns: 721px 133px;
}

.orders-queue-modal-grid-row.pickup-instructions-p2p-row {
    margin-bottom: 10px;
}

.orders-queue-modal-grid-row input,
.orders-queue-modal-grid-row textarea {
    width: 100%;
    height: 36px;
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid #B3B3B3;
}

.orders-queue-modal-grid-row textarea {
    overflow-y: hidden;
    resize: none;
    outline: none;
}

div.orders-queue-modal-col input[type="text"]:disabled,
div.orders-queue-modal-col textarea:disabled {
    background: #F3F3F3;
    color: #888;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

div#orders-queue-modal-meeting-location-changes-arr,
div#orders-queue-modal-meeting-location-changes,
div#orders-queue-modal-pickup-location-changes {
    display: block;
    width: 862px;
}

div#orders-queue-modal-balance-container {
    display: flex;
    width: 206.333px;
    flex-direction: column;
    align-items: flex-start;
}

div#orders-queue-modal-balance-container label {
    align-self: stretch;
    color: var(--oq-black, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

div#orders-queue-modal-balance-sub-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

div#orders-queue-modal-balance-sub-container button {
    display: flex;
    width: 41px;
    height: 42px;
    padding: 16px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #9D968F;
    background: #FFF;
}

div#orders-queue-modal-balance-sub-container button:hover svg path {
    fill: #1C9ED6 !important;
}

div#orders-queue-modal-balance-sub-container button:hover {
    border-color: #1C9ED6;
}

div#orders-queue-modal-balance-sub-container button svg {
    flex-shrink: 0;
}

div#orders-queue-modal-balance-loading .lds-ring {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

div#orders-queue-modal-balance-loading .lds-ring div {
    width: 20px;
    height: 20px;
    border-width: 3px;
}

div#orders-queue-modal[data-voucher-show-balance-due="0"] #orders-queue-show-balance-1,
div#orders-queue-modal[data-voucher-show-balance-due="1"] #orders-queue-show-balance-0 {
    display: none;
}

div#orders-queue-modal-balance-sub-container span {
    display: flex;
    width: 288px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #F6871F;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
}

.orders-queue-modal-list {
    display: flex;
    padding: 4px 0px 0px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    margin-left: 16px;
    margin-bottom: 0px;
}

.orders-queue-modal-list li {
    padding: 0px 6px 6px 0px;
    margin-left: 16px;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    font-size: 13px;
    color: var(--oq-black, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
}

.orders-queue-modal-list li:last-child {
    padding-bottom: 0;
}

ul#orders-queue-modal-food-list,
ul#orders-queue-modal-addon-list {
    gap: 0;
}

.orders-queue-modal-list li div {
    display: flex;
}

.orders-queue-modal-list li div span {
    flex: 1 0 0;
}

/* .orders-queue-modal-list li div span:last-child {
    text-align: right;
} */

#orders-queue-modal-addittional-fee-list li div span:first-child {
    margin-right: 80px;
    min-width: 250px;
}

#orders-queue-modal-addittional-fee-list li div span {
    flex: unset;
}

div.orders-queue-modal-line {
    display: flex;
    padding: 8px 0px;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

div.orders-queue-modal-line span {
    width: 100%;
    height: 1px;
    background: #B3B3B3;
}

#orders-queue-modal-addittional-details {
    white-space: pre-wrap;
}

#orders-queue-modal-addittional-details,
#orders-queue-modal-bring-list,
#orders-queue-modal-reviewed-by-name {
    display: flex;
    padding: 0px 16px;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;
    color: var(--Black, #000);
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.orders-queue-changes1 {
    color: #7E7D7D;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: -12px;
    margin-bottom: 12px; 
}

.orders-queue-modal-changes-requested-label {
    flex: 1 0 0;
    color: #7E7D7D;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.orders-queue-modal-changes-requested-body-arr,
.orders-queue-modal-changes-requested-body
{
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: #FEF2E6;
    flex: 1 0 0;
    color: var(--oq-black, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
}

#orders-queue-modal-meeting-location-requested-body-arr,
#orders-queue-modal-meeting-location-requested-body
{
    padding: 12px 16px;
}

#orders-queue-modal-meeting-location-requested-body-arr #changes_apply,
#orders-queue-modal-meeting-location-requested-body #changes_apply
{
    margin-top: 12px;
}

#orders-queue-modal-special-instructions-details {
    color: var(--Black, #000);
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

div#orders-queue-modal-bottom {
    display: flex;
    padding: 16px 10px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #E8E9EB;
}

div#orders-queue-modal-bottom div#orders-queue-modal-bottom-firstcolumn {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.orders-queue-modal-btn {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 4px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#orders-queue-modal-save-btn {
    background: #F6871F;
    border: 1px solid #F6871F;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#orders-queue-modal-reviewed {
    height: 38px;
    padding: 10px;
    border: 1px solid #AAA;
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #E8E9EB;
}

#orders-queue-modal-reviewed-fraud {
    height: 38px;
    padding: 10px;
    border: 1px solid #AAA;
    background: #FFF;
    color: #000;
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    border-radius: 2px;
    width: 201px;
    appearance: none;
    background-image: url(../images/down.svg);
    background-repeat: no-repeat;
    background-position-y: 7px;
    background-position-x: 164px;
    cursor: pointer;
}

#orders-queue-modal-reviewed-fraud.fraud-error {
    border: 1px solid #F00;
}

.fraud-error-msg:not(.fraud-error) {
    display: none;
}

#orders-queue-modal-arr-date-t,
#orders-queue-modal-dep-date-t {
    text-transform: uppercase;
}

#orders-queue-modal[data-direction]:not([data-direction="ONE-WAY ARRIVAL"]):not([data-direction^="ROUND-TRIP"]) #orders-queue-modal-arrival-info,
#orders-queue-modal[data-direction]:not([data-direction="ONE-WAY DEPARTURE"]):not([data-direction^="ROUND-TRIP"]) #orders-queue-modal-departure-info,
#orders-queue-modal[data-direction]:not([data-direction="ONE-WAY DEPARTURE"]):not([data-direction^="ROUND-TRIP"]) #orders-queue-modal-pickup-instructions-info,
#orders-queue-modal[data-direction]:not([data-direction="ONE-WAY DEPARTURE"]):not([data-direction^="ROUND-TRIP"]) .round-trip-arrival,
#orders-queue-modal[data-direction]:not([data-direction="ONE-WAY ARRIVAL"]) .one-way-arrival,
#orders-queue-modal[data-direction="ONE-WAY DEPARTURE"] #orders-queue-modal-voucher-info-additional-details,
#orders-queue-modal[data-direction^="ROUND-TRIP"] .hidden-transfers,
#orders-queue-modal[data-direction^="ONE-WAY"] .hidden-transfers
{
    display: none !important;
}

#orders-queue-modal[data-modal-type="history-voucher-preview"] #orders-queue-modal-bottom,
#orders-queue-modal[data-modal-type="history-voucher-preview"] #orders-queue-modal-addittional-details-textarea-container,
#orders-queue-modal[data-modal-type="current-voucher-preview"] #orders-queue-modal-reviewed-by,
/* #orders-queue-modal[data-modal-type="current-voucher-preview"] #orders-queue-modal-addittional-details-textarea-container, */
#orders-queue-modal[data-modal-type="current-voucher-preview"] #orders-queue-modal-addittional-details,
#orders-queue-modal[data-modal-type="current-voucher-preview"] #orders-queue-modal-edit-btn,
#orders-queue-modal[data-modal-type="current-voucher-preview"] #orders-queue-modal-update-btn,
#orders-queue-modal[data-modal-type="newinfo-voucher-preview"] #orders-queue-modal-addittional-details,
#orders-queue-modal[data-modal-type="newinfo-voucher-preview"] #orders-queue-modal-reviewed-by,
#orders-queue-modal[data-modal-type="newinfo-voucher-preview"] #orders-queue-modal-close-btn,
#orders-queue-modal[data-modal-type="newinfo-voucher-preview"] #orders-queue-modal-reviewed,
#orders-queue-modal[data-modal-type="newinfo-voucher-preview"] #orders-queue-modal-save-btn,
#orders-queue-modal[data-voucher-template="1"] .block:not(.orders-queue-modal-section-1),
#orders-queue-modal[data-voucher-template="2"] .block:not(.orders-queue-modal-section-2),
#orders-queue-modal[data-voucher-template="3"] .block:not(.orders-queue-modal-section-3), 
#orders-queue-modal[data-voucher-template="4"] .block:not(.orders-queue-modal-section-4), 
#orders-queue-modal[data-voucher-template="5"] .block:not(.orders-queue-modal-section-5),
#orders-queue-modal[data-voucher-template="6"] .block:not(.orders-queue-modal-section-6)
{
    display: none !important;
}


/* Manual Confirmation WA/Call */

div#wa-queue-modal[data-show="1"] {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.19);
    position: fixed;
    top: 0;
    z-index: 99999;
}

div#wa-queue-modal[data-provider-notification-email="0"] .hideInNone,
div#wa-queue-modal[data-provider-notification-email="1"] .hideInEmail,
div#wa-queue-modal[data-provider-notification-email="2"] .hideInWA,
div#wa-queue-modal[data-provider-notification-email="4"] .hideInWA,
div#wa-queue-modal[data-provider-notification-email="3"] .hideInCall {
    display: none !important;
}

div#wa-queue-modal-container,
div#wa-queue-modal-header {
    display: flex;
    width: 410px;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 2%;
    margin-left: calc(50% - 250px);
    border-radius: 8px;
}

div#wa-queue-modal-container {
    height: auto;
    overflow-y: auto;
    background-color: #fff;
    max-height: 900px;
    overflow-x: hidden;
}

#wa-queue-modal-header {
    height: 25px;
    z-index: 1000;
    background-color: #fff;
}

div#wa-queue-modal-header .wa-close-button {
    background-color: transparent;
    border: none;
    height: 30px;
    margin-top: -11px;
    margin-left: 380px;
}

#wa-queue-modal-body {
    display: flex;
    width: 410px;
    padding: 24px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.wa-queue-modal-main-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 12px;
}

.wa-queue-modal-main-title h1 {
    color: var(--Black, #1A1A1A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    margin: 0;
}

.wa-queue-modal-main-title p {
    color: var(--JS-Black, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wa-queue-modal-main-title p span {
    color: #ff5f00;
    font-weight: 600;
}

/* 
Add Order Info to Confirm/Decline
https://app.hive.com/workspace/x2JN9BBAvHMXXbKTm?actionId=iPJAv7DcDaeEcARuq
2024-06-24
Start
*/

#order-detail,
.order-detail {
    /* margin-bottom: 30px; */
    width: 378px;
}

#order-detail-header,
.order-detail-header {
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: #EDEDED;
    cursor: pointer;
}

#order-detail-header div,
.order-detail-header div {
    display: flex;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}

#order-detail-header div span,
.order-detail-header div span {
    flex: 1 0 0;
    color: #000;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#order-detail.detail-collapsed #opened-arrow,
#order-detail.detail-open #closed-arrow,
#order-detail.detail-collapsed #order-detail-body,
.order-detail.detail-collapsed .opened-arrow,
.order-detail.detail-open .closed-arrow,
.order-detail.detail-collapsed .order-detail-body {
    display: none;
}

#order-detail.detail-open #order-detail-header,
.order-detail.detail-open .order-detail-header {
    border-radius: 8px 8px 0px 0px;
}

#order-detail.detail-open #order-detail-body,
.order-detail.detail-open .order-detail-body {
    padding: 16px 16px 16px 16px;
    border-radius: 0px 0px 8px 8px;
    background: #F5F5F5;
    font-size: 14px;
}

#order-detail.detail-open #order-detail-body p,
.order-detail.detail-open .order-detail-body p {
    padding: 0;
    margin: revert;
}

#order-detail.detail-open #order-detail-body p:first-child,
.order-detail.detail-open .order-detail-body p:first-child {
    margin-top: 0;
}

#order-detail.detail-open #order-detail-body p:last-child,
.order-detail.detail-open .order-detail-body p:last-child {
    margin-bottom: 0;
}

.loader-title {
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-size: 20px;
  height: 20px;
  width: 330px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: preloadAnimation;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
}

@keyframes preloadAnimation {
  0% {
    background-position: -269px 0
  }

  100% {
    background-position: 269px 0
  }
}

/*
2024-06-24
End
*/

#wa-queue-modal-whatsapp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    flex: 1 0 0;
    padding-top: 16px;
}

.wa-queue-modal-whatsapp-copy-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 378px;
}

.wa-queue-modal-whatsapp-copy-body p {
    color: #000;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.wa-queue-modal-whatsapp-copy-body button,
#wa-call-btn {
    display: flex;
    width: 306px;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
}

#wa-call-btn:hover {
    text-decoration: none;
}

.wa-queue-modal-whatsapp-copy-body #wa-copy-wa {
    background: #3BA72F;
    border: none;
    color: var(--White, #FFF);
}

.wa-queue-modal-whatsapp-copy-body #wa-copy-wa svg {
    width: 20px;
    height: 22px;
}

.wa-queue-modal-whatsapp-copy-body #wa-call-btn {
    background: #3BA72F;
    border: none;
    color: var(--White, #FFF);
}

.wa-queue-modal-whatsapp-copy-body #wa-call-btn svg {
    width: 20px;
    height: 22px;
}

.wa-queue-modal-whatsapp-copy-body #wa-sent-wa {
    background: #fff;
    border: 1px solid var(--CD-Official-Color, #FF5F00);
    color: var(--CD-Official-Color, #FF5F00);
}

#wa-line {
    width: 378px;
    height: 1px;
    background: #EDEDED;
}

#wa-phone-button-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
}

#wa-phone-button-container p {
    color: #000;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#wa-phone-buttons,
.wa-phone-buttons {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

#wa-phone-buttons button,
.wa-phone-buttons button {
    display: flex;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
}

#wa-phone-buttons #wa-decline,
.wa-phone-buttons .wa-decline {
    border-radius: 4px;
    border: 1px solid #FF5F00;
    background-color: #fff;
    color: var(--CD-Official-Color, #FF5F00);
}

#wa-phone-buttons #wa-confirm,
.wa-phone-buttons .wa-confirm {
    border-radius: 4px;
    background: #FF5F00;
    border: none;
    color: var(--White, #FFF);
}

/* Review Order Details */

div#review-queue-modal[data-show="1"] {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.19);
    position: fixed;
    top: 0;
    z-index: 99999;
    overflow-y: auto;
}

div#review-queue-modal-container,
div#review-queue-modal-header {
    display: flex;
    width: 884px;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 2%;
    margin-left: calc(50% - 402px);
    border-radius: 8px;
}

div#review-queue-modal-container {
    height: auto;
    overflow-y: auto;
    background-color: #fff;
    max-height: 1145px;
    overflow-x: hidden;
    margin-bottom: 20px;
}

#review-queue-modal-header {
    height: 25px;
    z-index: 1000;
    background-color: #fff;
}

div#review-queue-modal-header #review-close-button {
    background-color: transparent;
    border: none;
    height: 30px;
    margin-top: -11px;
    margin-left: 857px;
}

div#review-queue-modal[data-active-step="1"] div#review-queue-modal-container,
div#review-queue-modal[data-active-step="1"] div#review-queue-modal-header {
    width: 410px;
    margin-left: calc(50% - 205px);
}

div#review-queue-modal[data-active-step="1"] div#review-queue-modal-header #review-close-button {
    margin-left: 380px;
}

.review-queue-modal-body {
    display: flex;
    width: 410px;
    padding: 24px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
}

.review-queue-modal-main-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 12px;
}

.review-queue-modal-main-title h1 {
    color: var(--Black, #1A1A1A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    margin: 0;
}

.review-queue-modal-main-title h1 span {
    color: #FF0F0F;
}

.review-detail {
    margin-bottom: 30px;
    width: 378px;
}

.review-detail.detail-open .review-detail-body {
    padding: 16px 16px 16px 16px;
    border-radius: 8px;
    background: #F5F5F5;
    font-size: 14px;
}

.review-detail.detail-open .review-detail-body p {
    padding: 0;
    margin: revert;
}

.review-detail.detail-open .review-detail-body p:first-child {
    margin-top: 0;
}

.review-detail.detail-open .review-detail-body p:last-child {
    margin-bottom: 0;
}

#review-queue-modal-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    flex: 1 0 0;
    padding-top: 16px;
}

#review-queue-modal-check-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 378px;
}

#review-queue-modal-check-button button {
    display: flex;
    width: 378px;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
}

#review-queue-modal-check-button #review-check-fraud {
    background: #fff;
    color: #FF5F00;
    border: 1px solid var(--CD-Official-Color, #FF5F00);
}

#review-queue-modal-check-button #review-copy {
    background: #fff;
    color: #6C757D;
    border: 1px solid var(--CD-Official-Color, #6C757D);
}

.review-queue-modal-check-body {
    display: grid;
    grid-template-columns: 378px 33px 440px;
}

.review-queue-modal-vertical-line {
    width: 1px;
    height: 100%;
    background: #C5C5C5;
    margin: auto;
}

.review-queue-modal-questions-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.review-queue-modal-questions-body h2 {
    color: var(--CD-Official-Color, #FF5F00);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto Flex";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 90% */
    margin: 0px;
}

.review-queue-modal-questions-body p {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.review-queue-modal-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.review-queue-modal-questions-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.review-queue-modal-question {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.review-queue-modal-question input,
.review-queue-modal-question label {
    margin: 0px;
}

.review-queue-modal-question label {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.review-queue-modal-question ul {
    margin-left: -17px;
}

.review-queue-modal-bottom {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 56px;
    margin-bottom: 30px;
    flex-shrink: 0;
}

.review-queue-modal-bottom p {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.review-queue-modal-questions-two-buttons {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.review-queue-modal-questions-one-button {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 141px;
}

.review-queue-modal-questions-one-button button {
    display: flex;
    height: 48px;
    padding: 12px 6px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--CD-Official-Color, #FF5F00);
    background: #FFF;
    color: var(--CD-Official-Color, #FF5F00);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
}

.review-queue-modal-questions-one-button button .icons {
    display: flex;
    width: 10px;
    align-items: center;
    gap: 1px;
    flex-shrink: 0;
}

.review-queue-modal-questions-two-buttons button {
    display: flex;
    height: 48px;
    padding: 12px 6px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--CD-Official-Color, #FF5F00);
    background: var(--CD-Official-Color, #FF5F00);
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
}

.review-queue-modal-comment-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.review-queue-modal-comment-container label {
    color: var(--Black, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
}

.review-queue-modal-comment-container textarea {
    display: flex;
    height: 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Gray-200, #B3B3B3);
    background: var(--White, #FFF);
}

/* CE Request Payment Modals */

div.ce-payment-modals[data-show="1"] {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.19);
    position: fixed;
    top: 0;
    z-index: 99999;
}

div.ce-payment-modals-container,
div.ce-payment-modals-header {
    display: flex;
    width: 410px;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 2%;
    margin-left: calc(50% - 250px);
    border-radius: 8px;
}

div.ce-payment-modals-container {
    height: auto;
    overflow-y: auto;
    background-color: #fff;
    max-height: 900px;
    overflow-x: hidden;
}

.ce-payment-modals-header {
    height: 25px;
    z-index: 1000;
    background-color: #fff;
}

div.ce-payment-modals-header .ce-close-button {
    background-color: transparent;
    border: none;
    height: 30px;
    margin-top: -11px;
    margin-left: 380px;
}

.ce-payment-modals-body {
    display: flex;
    width: 410px;
    padding: 24px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.ce-payment-modals-main-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 12px;
}

.ce-payment-modals-main-title h1 {
    color: var(--Black, #1A1A1A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    margin: 0;
}

.ce-payment-modals-main-title p {
    color: var(--JS-Black, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ce-payment-modals-whatsapp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    flex: 1 0 0;
    padding-top: 16px;
}

.ce-payment-modals-whatsapp-copy-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 378px;
}

.ce-payment-modals-whatsapp-copy-body p {
    color: #000;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.ce-payment-modals-whatsapp-copy-body button {
    display: flex;
    width: 306px;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
}

.ce-payment-modals-whatsapp-copy-body .ce-copy-wa {
    background: #08579d;
    border: none;
    color: var(--White, #FFF);
}

.ce-payment-modals-whatsapp-copy-body .ce-copy-wa[data-type="ce-modal-pp"] {
    background: #3BA72F;
}

.ce-payment-modals-whatsapp-copy-body .ce-copy-wa img {
    width: 20px;
    height: 22px;
}

.ce-payment-modals-whatsapp-copy-body .ce-sent-wa {
    background: #fff;
    border: 1px solid var(--CD-Official-Color, #FF5F00);
    color: var(--CD-Official-Color, #FF5F00);
}

/*
.ce-line {
    width: 378px;
    height: 1px;
    background: #EDEDED;
}

.ce-phone-button-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
}

.ce-phone-button-container p {
    color: #000;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ce-phone-buttons {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.ce-phone-buttons button {
    display: flex;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.ce-phone-buttons .ce-decline {
    border-radius: 4px;
    border: 1px solid #FF5F00;
    background-color: #fff;
    color: var(--CD-Official-Color, #FF5F00);
}

.ce-phone-buttons .ce-confirm {
    border-radius: 4px;
    background: #FF5F00;
    border: none;
    color: var(--White, #FFF);
}
*/

/* Preview Voucher Order Detail */
#preview-order-detail {
    width: 100%;
}

#preview-order-detail-header {
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: #EDEDED;
    cursor: pointer;
}

#preview-order-detail-header div {
    display: flex;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}

#preview-order-detail-header div span {
    flex: 1 0 0;
    color: #000;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#preview-order-detail.detail-collapsed #preview-opened-arrow,
#preview-order-detail.detail-open #preview-closed-arrow,
#preview-order-detail.detail-collapsed #preview-order-detail-body {
    display: none;
}

#preview-order-detail.detail-open #preview-order-detail-header {
    border-radius: 8px 8px 0px 0px;
}

#preview-order-detail.detail-open #preview-order-detail-body {
    padding: 16px 16px 16px 16px;
    border-radius: 0px 0px 8px 8px;
    background: #F5F5F5;
    font-size: 14px;
}

#preview-order-detail.detail-open #preview-order-detail-body p {
    padding: 0;
    margin: revert;
}

#preview-order-detail.detail-open #preview-order-detail-body p:first-child {
    margin-top: 0;
}

#preview-order-detail.detail-open #preview-order-detail-body p:last-child {
    margin-bottom: 0;
}

/* Archived Review Order Details */

div#archived-review-queue-modal[data-show="1"] {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.19);
    position: fixed;
    top: 0;
    z-index: 99999;
    overflow-y: auto;
}

div#archived-review-queue-modal-container,
div#archived-review-queue-modal-header {
    display: flex;
    width: 884px;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 2%;
    margin-left: calc(50% - 402px);
    border-radius: 8px;
}

div#archived-review-queue-modal-container {
    height: auto;
    overflow-y: auto;
    background-color: #fff;
    max-height: 1145px;
    overflow-x: hidden;
    margin-bottom: 20px;
}

#archived-review-queue-modal-header {
    height: 25px;
    z-index: 1000;
    background-color: #fff;
}

div#archived-review-queue-modal-header #archived-review-close-button {
    background-color: transparent;
    border: none;
    height: 30px;
    margin-top: -11px;
    margin-left: 857px;
}

div#archived-review-queue-modal[data-active-step="1"] div#archived-review-queue-modal-container,
div#archived-review-queue-modal[data-active-step="1"] div#archived-review-queue-modal-header {
    width: 410px;
    margin-left: calc(50% - 205px);
}

div#archived-review-queue-modal[data-active-step="1"] div#archived-review-queue-modal-header #archived-review-close-button {
    margin-left: 380px;
}

.archived-review-queue-modal-body {
    display: flex;
    width: 410px;
    padding: 24px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
}

.archived-review-queue-modal-main-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 12px;
}

.archived-review-queue-modal-main-title h1 {
    color: var(--Black, #1A1A1A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    margin: 0;
}

.archived-review-queue-modal-main-title h1 span {
    color: #FF0F0F;
}

.archived-review-detail {
    margin-bottom: 30px;
    width: 378px;
}

.archived-review-detail.detail-open .archived-review-detail-body {
    padding: 16px 16px 16px 16px;
    border-radius: 8px;
    background: #F5F5F5;
    font-size: 14px;
}

.archived-review-detail.detail-open .archived-review-detail-body p {
    padding: 0;
    margin: revert;
}

.archived-review-detail.detail-open .archived-review-detail-body p:first-child {
    margin-top: 0;
}

.archived-review-detail.detail-open .archived-review-detail-body p:last-child {
    margin-bottom: 0;
}

#archived-review-queue-modal-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    flex: 1 0 0;
    padding-top: 16px;
}

#archived-review-queue-modal-check-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 378px;
}

#archived-review-queue-modal-check-button button {
    display: flex;
    width: 378px;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
}

#archived-review-queue-modal-check-button #archived-review-check-fraud {
    background: #fff;
    color: #FF5F00;
    border: 1px solid var(--CD-Official-Color, #FF5F00);
}

#archived-review-queue-modal-check-button #archived-review-copy {
    background: #fff;
    color: #6C757D;
    border: 1px solid var(--CD-Official-Color, #6C757D);
}

.archived-review-queue-modal-check-body {
    display: grid;
    grid-template-columns: 378px 33px 440px;
}

.archived-review-queue-modal-vertical-line {
    width: 1px;
    height: 100%;
    background: #C5C5C5;
    margin: auto;
}

.archived-review-queue-modal-questions-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.archived-review-queue-modal-questions-body h2 {
    color: var(--CD-Official-Color, #FF5F00);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto Flex";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 90% */
    margin: 0px;
}

.archived-review-queue-modal-questions-body p {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.archived-review-queue-modal-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.archived-review-queue-modal-questions-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.archived-review-queue-modal-question {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.archived-review-queue-modal-question input,
.archived-review-queue-modal-question label {
    margin: 0px;
}

.archived-review-queue-modal-question label {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.archived-review-queue-modal-question ul {
    margin-left: -17px;
}

.archived-review-queue-modal-bottom {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 56px;
    margin-bottom: 30px;
    flex-shrink: 0;
}

.archived-review-queue-modal-bottom p {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.archived-review-queue-modal-questions-two-buttons {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.archived-review-queue-modal-questions-one-button {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 141px;
}

.archived-review-queue-modal-questions-one-button button {
    display: flex;
    height: 48px;
    padding: 12px 6px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--CD-Official-Color, #FF5F00);
    background: #FFF;
    color: var(--CD-Official-Color, #FF5F00);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
}

.archived-review-queue-modal-questions-one-button button .icons {
    display: flex;
    width: 10px;
    align-items: center;
    gap: 1px;
    flex-shrink: 0;
}

.archived-review-queue-modal-questions-two-buttons button {
    display: flex;
    height: 48px;
    padding: 12px 6px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--CD-Official-Color, #FF5F00);
    background: var(--CD-Official-Color, #FF5F00);
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
}

.archived-review-queue-modal-comment-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.archived-review-queue-modal-comment-container label {
    color: var(--Black, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
}

.archived-review-queue-modal-comment-container textarea {
    display: flex;
    height: 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Gray-200, #B3B3B3);
    background: var(--White, #FFF);
}

#archived-orders-queue-modal-reviewed-fraud.archived-fraud-error {
    border: 1px solid #F00;
}

.archived-fraud-error-msg:not(.archived-fraud-error) {
    display: none;
}
