body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
button{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
.container {
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #efefef;
}

.item-copy {
  margin-right: 8px;
  font-size: .8em;
  color: #a7a7a7;
  cursor: pointer;
}

.table-control-bar {
  height: 50px;
  display: flex;
  background-color: #fff;
}

.table-control-bar-left,
.table-control-bar-center,
.table-control-bar-right {
  display: flex;
  align-items: center;

}

.table-control-bar-left,
.table-control-bar-right {
  width: 30%;
  justify-content: flex-end;
}

.table-control-bar-center {

  width: 40%;
  justify-content: center;
}


.approve-single,
.deny-single {
  font-size: 16px;
  padding-right: 10px;
}

.approve-single,
.approve-selected {
  color: #3ad33a;
}

.deny-single,
.deny-selected {
  color: #d33a3a;
}

.approve-selected,
.deny-selected {
  margin-right: 8px;
}

.approve-selected-container,
.deny-selected-container {
  cursor: pointer;
  padding: 0px 14px;
  border-left: 1px solid #cccccc;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.App {
  font-family: sans-serif;
  padding: 16px;
}

.Crop-Controls {
  margin-bottom: 10px;
}
.Crop-Controls > * {
  margin-bottom: 3px;
}

.Crop-Image-2 {
  max-width: 100%;
  max-height: 800px;
}

.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  max-width: 100%;
  max-width: 800px;
}

.MuiButton-text:hover {
  background-color: rgb(138 138 138 / 4%) !important;
}

.MuiButton-text {
  color: #ff5c5c !important;
}

.MuiDataGrid-row.even {
  background-color: #f5f5f5;
  /* Light gray background for even rows */
}

.locator-final-approve.submitting {
  background-color: #ffa500;
  cursor: not-allowed;
}

.locator-final-approve.success {
  background-color: #28a745;
}

.locator-final-approve:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}