#typo3-docbody.showEditOrder {
  background: linear-gradient(300deg, rgba(0,156,223,1) 8%, rgb(0 156 223 / 0%) 100%);
}

.showEditOrder .layout-2-wrapper .section-page-title {
  background: black;
}

.showEditOrder .layout-2-wrapper .section-page-title, .showEditOrder .section-page-title a  {
  color: #00a5d6;
}

.showEditOrder .layout-2-wrapper .section-page-title a:hover, .showEditOrder .section-page-title a:focus {
  color:white;
}

/*
.order-table-row.refund {
  background-color:#ffc6c6;
}

.order-table-row.exchange {
  background-color:#89caff;
}*/

.order-source {
  font-weight:700;
}

.order-source.frontend {
  color: blue;
}

.order-table-row.refund .order-type-col {
  color:red;
}

.order-table-row.exchange .order-type-col {
 color:blue;
}


.layout-2-wrapper .order-layout-2-col-4::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #202830;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
}


