.entity-dashboard {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  position: relative;
}

.app-color {
  color: #d04a02 !important;
}

.app-color-link {
  color: #d04a02 !important;
  cursor: pointer;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px 0px;
}

.data-model {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ctry-options {
  display: flex;
}

.ctry-options .a-checkbox-text {
  padding-left: 0 !important;
  margin-left: 5px !important;
}

/* Modal */

.a-modal .modal-dialog .button-comp {
  margin-left: 0px;
}
.a-modal .modal-dialog .button-comp button:first-child {
  margin-right: 10px;
}
.a-modal .modal-dialog .a-modal-example-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.a-modal .modal-dialog .a-modal-example-header .example-badge {
  margin-right: 10px;
}
.a-modal .modal-dialog .a-modal-example-header .modal-title-left {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-family: "PwC Helvetica Neue";
}
.a-modal .modal-dialog .a-modal-example-header .icon-horizontal-more-fill {
  background: transparent;
  height: 24px;
  width: 24px;
}
.a-modal .modal-dialog .modal-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-right: 1rem;
}
.a-modal .modal-dialog .flex-fill {
  flex: 1 1 auto !important;
}
.a-modal .modal-dialog .modal-footer .help-text {
  font-size: 0.75rem !important;
}
.a-modal .modal-dialog.form-modal {
  height: auto;
  max-width: 70vw !important;
}
.a-modal .modal-dialog.form-modal .modal-content {
  height: 100%;
}
.a-modal .modal-dialog.form-modal .modal-content .modal-body {
  padding: 20px 20px;
}
.a-modal .modal-dialog.action-modal-showcase .modal-title {
  padding-top: 1rem;
}

.a-modal
  .modal-dialog.form-modal
  .modal-content
  .modal-body
  .input-first-line-container {
  display: flex;
}
.a-modal
  .modal-dialog.form-modal
  .modal-content
  .modal-body
  .input-first-line-container
  .input-first-line-left {
  flex: 1 1 auto !important;
}
.a-modal
  .modal-dialog.form-modal
  .modal-content
  .modal-body
  .input-first-line-container
  .input-first-line-right {
  flex: 1 1 auto !important;
  margin-left: 1.25rem;
}
.a-modal .modal-dialog.form-modal .modal-content .modal-footer {
  border-top: 0px;
}

.example-large-modal-radio-group {
  margin-bottom: 20px;
}
/* -------------------------- */

.certificate-box {
  display: flex;
  align-items: center;
  margin: 20px 0;
  width: 100%;
}

.certificate-form {
  height: 100%;
  width: 100%;
  padding: 6px 10px;
  box-sizing: border-box;
  border: 1px solid #ffb600;
  background-color: rgba(255, 250, 239);
}

.a-upload,
.upload-drop-small {
  width: 100% !important;
}

.ag-row {
  z-index: 0;
}

.ag-row-focus {
  z-index: 1;
}

.a-panel.coloredPanel {
  background-color: #d04a02 !important;
  color: white !important;
}
.coloredPanel > .a-panel-content {
  color: white !important;
}

.ag-root-wrapper {
  overflow: visible;
}

.vizLib-d3-tip {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  /* z-index: 10000000;  */
}

.metric-panel {
  font-size: 20px;
}

.metric-panel .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.a-panel-content {
  height: 100% !important;
}

.metric {
  font-size: 2rem;
}

.title {
  font-size: 1.2rem;
  text-wrap: nowrap;
}

.expiry {
  border-left: 1px solid #000;
  padding-left: 20px;
  font-size: 1rem;
}

.edit-ent-modal .modal-body {
  max-height: 70vh !important;
  overflow-y: scroll;
  overflow-x: hidden !important;
}

.a-btn-floating.a-btn-floating-sm {
  height: 2rem !important;
  width: 2rem !important;
}

.homepage-maintab .a-tab-bar-wrapper {
  background-color: #fff !important;
}

.states-table .rt-table {
  overflow-x: auto !important;
}

#divLoading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000;
  opacity: 0.1;
}

.page-center {
  display: inline;
  top: 50%;
  left: 50%;
  position: relative;
}

.centered {
  text-align: center;
}

#disabled-screen {
  cursor: not-allowed;
  filter: blur(1px);
}

.ag-header-row {
  min-height: 48px !important;
}

.ag-header {
  height: 160px !important;
}


.home-main-div{
  position: relative;
  background-color: rgb(242, 242, 242);
  padding: 15px;
}