html {
  width: 100%;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5625;
  color: #575755;
  background-color: rgb(240, 242, 245);
  font-weight: 300;
  width: '100%';
}

div.root-section {
  width: 100%;
}

div.wrapper {
  width: 100%;
}

main {
  width: 100%;
}

button {
  color: #fff;
}
.status-row td {
  box-shadow: 0 5px #becadc;
}
button a {
  color: #fff;
  text-decoration: none;
}
.btn-exp-dark-blue {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  color: #fff;
  font-size: 1.0625em;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  background-color: #1d4f91;
  border-left-color: #1d4f91;
  border-right-color: #1d4f91;
}

.header__title {
  margin: 0;
  padding: 1rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}

.header {
  background-color: #f4f4f4;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  align-items: center;
}

.max-400 {
  margin: 0 auto;
  max-width: 25rem;
}

.gap-2 {
  gap: 1.7rem !important;
}
.btn-gap-2 {
  gap: 1rem !important;
  gap: 0.7rem !important;
}
.flex-column {
  flex-direction: column !important;
}
.w-100 {
  width: 100% !important;
}
.d-flex {
  display: flex !important;
  flex-wrap: wrap;
  padding-left: 1rem;
}
.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}
.main-buttons-div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 1.25rem;
}
.MuiAvatar-img {
  height: 100% !important;
}
.Toastify__toast-body > div {
  font-size: small;
  font-weight: bold;
}
.MuiAvatar-img {
  height: 100% !important;
}
.fl-row {
  flex-direction: row;
}
.fl-wrap {
  flex-wrap: wrap;
}
.rct-text .rct-collapse-btn {
  font-size: 20px !important;
}
.rct-node-icon {
  color: #47a !important;
}
.MuiDataGrid-cellContent {
  padding: 10px;
  overflow: hidden;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MuiDataGrid-cell.MuiDataGrid-cell--editing {
  padding: 1px;
  display: flex;
  box-shadow: inset -2px 1px 8px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background-color: #f3fff0;
}
.stepper-buttons {
  position: absolute !important;
  top: 5px;
  left: 5px;
}
.stepper-buttons-right {
  position: absolute !important;
  top: 5px;
  right: 5px;
}
.MuiAppBar-root {
  min-height: 3rem !important;
}
.MuiInputLabel-filled {
  line-height: 1 !important;
}
.MuiFilledInput-input {
  font-size: 12px !important;
  margin-top: 4px !important;
  line-height: 1.0075em !important;
  /* padding-top: 9px !important;
  padding-bottom: 0px !important; */
}
.MuiInputAdornment-positionStart .MuiTypography-body1,
.MuiInputAdornment-positionEnd .MuiTypography-body1 {
  font-size: 14px;
}

.numeric-editor input {
  background-color: #fff;
  padding: 4px 0 2px 2px;
  margin: 0 !important;
}
.grid-edit-multi-select .MuiSelect-multiple {
  padding-top: 0;
}
.even {
  background-color: #d4d2d28e;
}
.MuiTableCell-root {
  font-size: 1.2em;
}
.MuiList-root > a.active > .MuiListItem-root > .MuiBox-root > .MuiListItemIcon-root > svg {
  color: #344767 !important;
}
.MuiList-root > a.active > .MuiListItem-root > .MuiBox-root > .MuiListItemIcon-root > svg {
  fill: #344767 !important;
}
.MuiDataGrid-row {
  max-height: 32px !important;
  min-height: 32px !important;
  margin-bottom: 0px !important;
  padding: 1px !important;
}
.MuiDataGrid-cell {
  max-height: 26px !important;
  min-height: 26px !important;
}
.custom-tooltip {
  border: 1px solid cornflowerblue;
  overflow: hidden;
  width: auto;
  height: auto;
}

.custom-tooltip p {
  margin: 5px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.ag-paging-panel {
  color: #333 !important;
}
.system-threshold-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.threshold-container {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.three-layout {
  grid-template-columns: 1.4fr 1fr 2fr;
  gap: 0.3rem;
}
.two-layout {
  grid-template-columns: 1.2fr 2.1fr;
  gap: 1rem;
}
.system-threshold-container p, 
.threshold-container h6 {
  margin-top: 0.7rem;
}

.menu-container {
  position: absolute;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.menu-item:hover {
  cursor: pointer;
  background: rgb(240, 240, 240);
}

.menu-item.active {
  background-color: #dc3545;
  border-color: #dc3545;
  color: white;
}
.menu-item {
  display: block;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
}
.settings-card .MuiPaper-root {
  height: 100%;
}
.datePicker .MuiInputBase-formControl {
  background: rgba(0, 0, 0, 0.06);
}
.datePicker .MuiFormLabel-root.MuiInputLabel-shrink {
  top: 12px;
}
.datePicker .MuiInputBase-input {
  padding-top: 25px;
}
.datePicker fieldset {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}
.datePicker .Mui-error fieldset {
  border-bottom: 1px solid #e40020;
}
.datePicker .Mui-focused fieldset {
  border-color: #e63888 !important;
}
/* Highlight Edited / non Edited cells */
.row-deleted {
  background-color: #fa978f !important;
}

.cell-edited {
  border: 1px solid #333 !important;
  background-color: #9afa9d !important;
}
.row-new {
  background-color: #d7e1f0 !important;
}
.row-collection-active {
  background-color: #d7f0de !important;
}
.ag-input-field-input {
  width: 70px !important;
}
.MuiAccordionSummary-content.Mui-expanded {
  margin: 0px 0 !important;
}
#notification_icon
  .MuiList-root
  > a.active
  > .MuiListItem-root
  > .MuiBox-root
  > .MuiListItemIcon-root
  > svg {
  fill: #344767 !important;
}
.Mui-disabled.MuiButton-root {
  opacity: 0.7 !important;
  background-color: #f0f2f5 !important;
  pointer-events: auto !important;
  cursor: not-allowed !important;
}
.Mui-disabled.MuiButton-root:hover {
  color: rgba(0, 0, 0, 0.26) !important;
}
.stepper-buttons.Mui-disabled {
  color: rgba(0, 0, 0, 0.26) !important;
}

.configPartner .MuiFormLabel-root.MuiInputLabel-root {
  transform: translate(12px, 6px) scale(1) !important;
}
fieldset > legend {
  font-size: 0.9rem !important;
}

/* .MuiSelect-select.MuiSelect-filled.MuiSelect-multiple.MuiInputBase-input.MuiFilledInput-input{
  height: 0px !important;
} */
/* .MuiSelect-select.MuiSelect-filled.MuiSelect-multiple.MuiInputBase-input.MuiFilledInput-input:focus{
  background-color: transparent !important;
  padding-right: 12px !important;
  padding-top: 25px !important;
} */
.smallprogress {
  height: 20px !important;
  width: 20px !important;
}
.MuiButton-text.Mui-disabled.MuiButton-root {
  background-color: white !important;
  padding: 0;
}
.not-found-folders {
  margin: -27px -2px 4px 4px;
  position: absolute;
  background: #ffcbc0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  font-size: 13px;
}
/* login page css starts */
.login-container {
  height: 100vh;
  display: flex;
  background: #fff;
  transition: .2s ease all;
}
.login-container .login-right {
  display: flex;
  flex: 30;
  background-color: #fff;
  padding: 0;
  vertical-align: top;
  margin: auto;
  transition: .2s ease all;
}
.login-container .login-left {
  display: flex;
  padding: 7.5rem 6.25rem;
  flex: 50;
  vertical-align: top;
  background-size: cover;
}
.login-container .login-right .inner {
    text-align: center;
    padding: 0 3.25rem 0;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.login-right .experian-logo {
    background-size: contain;
    width: 100px;
    height: 50px;
}
.login-btn.Mui-disabled:disabled {
  background-color: #426da9 !important;
}
.login-container .sso-login-btn, .secondary-btn {
  width: 100%;
  color: #426DA9;
  border: 1px solid #426DA9;
  background: #F2F8FF;
}
.secondary-btn:hover, .secondary-btn:focus {
  border: 1px solid #426DA9;
}
.experian-spinner-wrapper > div {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .login-container {
      justify-content: center;
    }
    .login-container .login-right {
      position: absolute;
      z-index: 1;
      margin: 1rem auto;
      padding: 2.25rem 0 3.25rem 0;
    }
    .login-container .login-left {
        background-size: cover;
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
    }
}
/* login page css ends */