.radio-group-full-width .btn {
  flex: 1;
  text-align: center;
  height: 50px; /* Example height, adjust as needed */
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.mantine-Select-dropdown {
  z-index: 9999 !important;
}



