.childrenBreadcrumb {
  margin-left: auto;
}

.childrenBreadcrumb > ol {
  margin-bottom: 0;
}

.m-0 {
  margin: auto;
}

.fixed-mid-screen {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  border: 1px solid black;
  z-index: 9999;
}

.casealerts {
  border-radius: 10px;
  padding: 50px;
  background-color: white;
  font-weight: semibold;
  font-size: 20px;
  display: flex;
  flex-direction: column;
}

.bold {
  font-weight: bold !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mui-timepk-input-p-10 input {
  padding: 10px !important;
}

.w-full {
  width: 100% !important;
}