.service-inner-body {
  margin-top: 10px !important;
  /* margin-left: 300px;
  width: calc(100% - 325px); */
  margin-left: 275px;
  width: calc(100% - 300px);
}

.status-modal-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.status-modal-heading h2 {
  color: #0067B8;
}

@media screen and (max-width: 1200px) {
  .service-inner-body {
    margin-top: 10px !important;
    margin-left: 0px !important;
    width: 100% !important;
  }

  .input-group {
    width: 60% !important;
  }
}

.container {
  padding: 2rem 0rem;
}

.mdm-filter-button {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}

.mdm-btn-div,
.mdm-cancel-btn-div {
  padding: 4px 5px;
}

.mdm-btn-div button,
.mdm-btn-div button:hover,
.mdm-btn-div button:focus {
  /* border: none; */
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  float: left;
  padding: 5px 15px;
}

.status-btns {
  opacity: 0.6;
}

.btn-opacity {
  opacity: 1 !important;
  pointer-events: none;
}

.mdm-cancel-btn-div button,
.mdm-cancel-btn-div button:hover,
.mdm-cancel-btn-div button:focus {
  border: 1px solid #0067B8;
  border-radius: 4px;
  font-size: 13px;
  color: #0067B8;
  padding: 4px 14px;
}

.mdm-status-div button,
.mdm-status-div button:hover,
.mdm-status-div button:focus,
.mdm-status-div button:disabled {
  border: none;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  float: left;
  padding: 3px 8% 3px 3px;
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.btn-all,
.btn-all:hover,
.btn-all:disabled,
.btn-all:focus {
  background: #0067B8;
  border: 1px solid #0067B8;
  color: #fff;
}

.btn-requested,
.btn-requested:hover,
.btn-requested:disabled,
.btn-requested:focus {
  background: #0190ff;
  border: 1px solid #0190ff;
}

.btn-pending,
.btn-pending:hover,
.btn-pending:disabled,
.btn-pending:focus {
  background: #0190ff;
  border: 1px solid #0190ff;
}

.btn-reviewed,
.btn-reviewed:hover,
.btn-reviewed:disabled,
.btn-reviewed:focus {
  background: #FAC800;
  border: 1px solid #FAC800;
}

.btn-approved,
.btn-approved:hover,
.btn-approved:disabled,
.btn-approved:focus {
  background: #339900;
  border: 1px solid #339900;
}

.btn-rejected,
.btn-rejected:hover,
.btn-rejected:disabled,
.btn-rejected:focus {
  background: #ED4F35;
  border: 1px solid #ED4F35;
}

.sts-disable {
  pointer-events: none;
}

.btn-draft,
.btn-draft:hover,
.btn-draft:disabled,
.btn-draft:focus {
  background: #F16C86;
  border: 1px solid #F16C86;
  color: #fff;
}

.btn-add,
.btn-add:hover,
.btn-add:disabled,
.btn-add:focus {
  background: #0067B8;
  border: 1px solid #0067B8;
  padding: 5px 10px;
  font-size: 13px;
}

.btn-cancel,
.btn-cancel:hover,
.btn-cancel:disabled,
.btn-cancel:focus {
  background: #fff;
  border: 1px solid #0067B8;
  padding: 5px 10px;
  font-size: 13px;
}

.mdm-service-table {
  padding: 25px 0;
  height: calc(100vh - 160px);
  min-height: calc(100vh - 175px);
}

.mdm-history-table {
  padding: 0 0 25px;
  height: calc(100vh - 55vh);
  min-height: calc(100vh - 80vh);
}
.mdm-history-table .nav-tabs li {
  font-size: 13px;
  font-weight: 700;
}
.mdm-history-table .nav-tabs {
  min-height: 12%;
  max-height: max-content;
}
.mdm-history-table .tab-content {
  height: 88%;
}
.mdm-history-table .tab-pane {
  height: 100%;
}

.mdm-service-table table th,
.mdm-history-table table th {
  border-bottom: 1px solid #BECDDF !important;
  font-size: 13px;
  color: #000;
  font-weight: 700;
}

.mdm-service-table table td,
.mdm-history-table table td {
  font-size: 13px;
}

.table-scroll {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  border-radius: 4px;
  border: 0.5px solid #BECDDF;
  height: 100%;
}

.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.table-wrap {
  position: relative;
}

.table-scroll th,
.table-scroll td {
  padding: 5px 10px;
  border-bottom: 1px solid #BECDDF;
  background: #fff;
  vertical-align: middle;
  min-width: max-content;
  max-width: max-content;
}

.table-scroll th {
  text-wrap: nowrap;
}

.table-scroll td {
  text-wrap: nowrap;
}

.table-scroll thead th {
  text-transform: uppercase;
  background: #EFF8FF;
  color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.sts-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}

.service-info {
  color: #0067B8;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
  background: transparent;
  border: none;
}

.mdm-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0067B8;
}

.showLeft {
  color: black !important;
  margin: 0;
}

.icons li {
  background: none repeat scroll 0 0 #fff;
  height: 5px;
  width: 5px;
  line-height: 0;
  list-style: none outside none;
  margin-top: 2px;
  vertical-align: top;
  border-radius: 50%;
  pointer-events: none;
}

.dropbtn {
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dropdown-content,
.dropdown-menu {
  display: none;
  position: absolute;
  top: 35px;
  right: 10px;
  background-color: #f9f9f9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content {
  z-index: 1;
}

.dropdown-menu {
  z-index: 9;
}

.dropdown-content a,
.dropdown-menu a {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
}

.dropdown-content .fa,
.dropdown-menu .fa {
  color: #0067B8;
  font-size: 20px;
}

.dropdown a:hover {
  background-color: #f1f1f1;
}

.show {
  display: block;
}

.approved-btn-icon {
  width: 25px;
  height: 30px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.approve-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}

.status-dialog {
  max-width: 20% !important;
  left: 40% !important;
}

.session-dialog {
  max-width: 30% !important;
  left: 35% !important;
}

.session-close-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.session-close-text h2 {
  padding: 10px;
}

.count-green {
  color: green;
  font-weight: 800;
}

.count-red {
  color: rgb(173, 29, 29);
  font-weight: 800;
}

.bulkUpload-dialog {
  max-width: 20% !important;
  left: 40% !important;
}

.location-pointer {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.location-pointer-with-err {
  position: absolute;
  right: 5px;
  bottom: 20px;
}

#map-canvas {
  position: relative;
  width: 100%;
  height: 400px;
}

.search-input-group {
  position: absolute;
  right: 45px;
  top: 12px;
  width: 60%;
}

.search-location-btn {
  border-radius: 0px 4px 4px 0px !important;
  height: 100%;
}

.color-green {
  color: #339900;
}

.bulk-upload-btn-div {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.bulk-upload-btn-div button {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .mdm-filter-button {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1366px) {

  .table-scroll th,
  .table-scroll td {
    font-size: 11px !important;
  }

  .mdm-btn-div button,
  .btn-add,
  .btn-cancel,
  .mdm-btn-div button:hover,
  .mdm-btn-div button:focus {
    font-size: 11px !important;
    padding: 3px 8px !important;
  }

  /* .mdm-btn-div button, .btn-add, .btn-cancel, .mdm-btn-div button:hover, .mdm-btn-div button:focus {
    font-size: 11px;
    padding: 3px 8px;
  } */
  .view-text,
  .view-field {
    font-size: 12px !important;
  }
}