/* Add this CSS to your app */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #000;
  }
  
  .modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
  } 
 
  .modal-header{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  
  .details{
    font-size: larger;
    font-weight: 600;
    font-style: italic;
    margin-top: 1em;
    color: #004c93;
  }
  .buttonGroup{
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: row-reverse;

    button {
      background-color: rgb(221, 221, 221);
      border-radius: 5px;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin: 10px;
      padding: 5px;
    }
    .confirmButton{
      background-color: #004c93 !important;
      color: #fff;
    }
  
  }
  
  
.customHeader {
  width: 100%;
  display: flex;
  padding: 24px;
  z-index: 100;
  position: relative;
  grid-area: pageHeader;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  align-items: center;
  flex-direction: row;
  background-size: cover;
  background-color: #004c93;
  background-position: center;
}

.sidebar-logo {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header-title {
  color: #FFFFFF;
  font-size: 32px;
  word-break: break-word;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.167;
}

header {
  background-image: none !important;
  background-color: #004c93 !important;
}

/* Add this CSS to your app */
.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;

}

.modal-content button {
  margin: 10px;
  padding: 4px;
}

.MuiBox-root label {
  /* color: #000; */
  width: 100% !important;
}
.pickles-logo {
  height: 25px;
  width: 25px;
  margin-right: 5px;
}

button {
  cursor: pointer;
}

a[href="/settings/feature-flags"] {
  display: none;
}

.versionList {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0px;
}

.restartButton {
  background-color: rgb(221, 221, 221);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=main.68bd89f6.css.map*/