.ant-select-single.ant-select-open .ant-select-selection-item {
  color: unset;
}.ant-picker-calendar .ant-picker-body .ant-picker-content thead tr th {
  padding: 16px 0px;
  font-weight: 700;
}
.ant-picker-calendar .ant-picker-body .ant-picker-content tbody tr td {
  pointer-events: none;
}/* ==================================================================
 * import all styles except for variables related files in this file
 * for the variables related files, import then in vite.config.ts
 * ================================================================== */
/* ==================================================================
 * Global icon styles
 * ================================================================== */
*:not(.lottie *, .noFill) {
  fill: inherit;
}

svg:not(.anticon *) {
  fill: none;
}
svg:not(.anticon *) path:not(.lottie *) {
  fill: inherit;
}
svg:not(.anticon *) rect:not(.lottie *) {
  fill: inherit;
}
svg:not(.anticon *).lottie {
  fill: initial;
}

.svg {
  shape-rendering: geometricPrecision;
  transform: rotate(0.01deg);
}
.svg.clickable {
  cursor: pointer;
}
.svg.clickable:hover {
  opacity: 0.65;
}
.svg.clickable:active {
  opacity: 0.75;
}

.ant-btn > i,
.ant-btn > span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}

body {
  margin: 0;
}