/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.tab-notification-counter-red {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin: 1px 0 -1px 2px;
  padding: 0 5px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #d63638;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  z-index: 26;
}
.modal {
  padding: 0 !important;
}
.modal .modal-dialog {
  width: 86%;
  max-width: none;
  height: 105%;
  margin: 3% 0 0 13%;
}
.modal .modal-content {
  height: 85%;
  border: 0;
  border-radius: 0;
}
.modal-header {
  background: #fdfdfd;
  padding: 6px !important;
}
.modal .modal-body {
  overflow-y: auto;
  background: #e7e7ed;
}
h3.comment-heading {
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
  top: 6px;
  left: 0;
  float: left;
}
h3.approval-heading {
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
  position: absolute;
  top: 11px;
  right: 0px;
}

h3.modal-heading {
  font-size: 18px;
  font-family: inherit;
  font-weight: 700;
}
body {
  background: #f0f0f1 !important;
}
a:hover {
  color: #0056b3;
  text-decoration: none !important;
}
/* Fix product popup window data */
table.return-order-table {
  width: 100%;
}
table.return-order-table img {
  width: 35px;
}
span.product-title-with-img,
table.return-order-table td {
  font-size: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #000;
  padding: 5px 10px;
  margin: 0px !important;
}
table.return-order-table thead tr th {
  font-size: 11px;
  font-family: inherit;
  font-weight: 600;
  color: #000;
  padding: 0 15px;
  min-width: 260px;
}
table.return-order-table td input[type="text"] {
  color: #665d5d;
}
table.return-order-table textarea {
  color: #665d5d !important;
}
.wp-core-ui input[type="reset"]:active,
.wp-core-ui input[type="reset"]:hover {
  color: #fff;
  background: #135e96 !important;
}

.order-date-section,
.order-customer-section,
.order-product-section {
  display: flex;
  margin-bottom: 1px;
}

.outer {
  width: 100%;
}

.product-section-item,
.customer-section-item,
.date-section-item {
  font-size: 0.8em;
  float: left;
}

.date-section-item span,
.customer-section-item span,
.product-section-item span {
  font-weight: 600;
  padding-right: 4px;
}

input#email_from {
  width: 450px !important;
}

button.close {
  float: right;
  background: inherit;
  border: none;
  font-size: 1rem;
}

.modal button.close {
  border: none !important;
  background: none !important;
  font-size: 1.5rem !important;
  float: right;
  vertical-align: middle;
  padding: 15px;
}

table.return-order-table > :not(:first-child) {
  border-top: none !important;
}

table.return-order-table > tbody {
  vertical-align: middle !important;
}

table.return-order-table tr {
  border: 0px solid #e7e7ed !important;
}
.overlayWrap {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: -20px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  height: 100vh;
}
.loader {
  position: fixed;
  z-index: 999;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid grey;
  border-bottom: 4px solid grey;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
	-webkit-transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}
.loading:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.main-form-heading {
  width: 70.3%;
}
a.config_button.button.button-primary.button-large {
  padding: 15px;
  font-size: 20px;
}

table.comment-list td {
  padding: 20px;
  border: 1px solid #c8c8c8;
}

table.comment-list {
  border: 1px solid #c8c8c8;
  margin-bottom: 20px;
  width: 100%;
}

table.comment-list th {
  vertical-align: top;
  text-align: center;
  padding: 20px 10px 20px 0;
  width: 450px;
  line-height: 1.3;
  font-weight: 600;
}

.blinker {
  background: #c7c7c7;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
  padding: 25px;
}

table.configuration-control-table {
  padding: 2rem 3rem;
}

table.configuration-control-table tr td {
  font-size: 18px;
  padding: 10px 0px 10px 2px;
  font-weight: 600;
}

button.remove-workflow {
  background: #d03030 !important;
  margin-left: 18px !important;
  font-size: 10px !important;
  border-radius: 50px !important;
  border-color: #f0f0f1 !important;
}
ul#workflow-list-items li {
  font-size: 18px;
}
.recent-update {
  border: 0.5px solid #c7c7c7;
  padding: 20px;
  color: #2c3338;
  font-size: 15px;
  font-weight: 600;
}
p.fields-note {
  font-size: 11px !important;
  color: #000 !important;
  font-style: italic;
}

.scm-case-container select {
  max-width: 100%;
}

fieldset.border.p-2 {
  border: 2px solid #a09a9a !important;
}
div.floating-tips {
  position: fixed;
  right: 2%;
  top: 15%;
  max-width: 370px;
  border: 4px solid #c7c7c7;
  background: #f0f0f1;
  padding: 30px;
}

div.floating-tips h3 {
  color: #000;
  font-size: 20px;
}

table.email-tips tr td span {
  font-weight: 600;
}

.case-number-left {
  padding: 6px;
  margin: 0;
  font-weight: 600;
}
