/* You can add global styles to this file, and also import other style files */
body {
  font-family: 'DM Sans', sans-serif;
  margin: 0;
  color: #242729;
}
input {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}
.ant-input-lg {
  font-size: 15px;
  line-height: 24px;
}
.ant-input-number-lg input.ant-input-number-input {
  font-size: 15px;
  line-height: 24px;
}
.ant-select-lg .ant-select-selection-search-input {
  font-size: 15px;
  line-height: 24px;
}
.ant-select-lg .ant-select-selection-item {
  font-size: 15px;
}
.ant-select-dropdown .ant-select-item-option-content {
  font-size: 15px;
  line-height: 24px;
}
.ant-picker-large {
  font-size: 15px;
  line-height: 24px;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item .ant-checkbox input[type='checkbox'] {
  width: 15px;
  height: 15px;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item .ant-checkbox + span {
  font-size: 15px;
  line-height: 24px;
}
.ant-radio-wrapper .ant-radio + span {
  font-size: 15px;
  line-height: 24px;
}
.ant-btn.add-item-btn {
  height: auto;
  padding: 6px 16px;
  font-size: 15px;
  width: 100%;
  border-width: 1px;
  border-style: dashed;
  border-color: #d1d5d7;
  background-color: #f3f4f5;
}
.ant-btn-dangerous {
  color: #f04438;
  background-color: #fee4e2 !important;
  border: none !important;
}
.ant-btn-ghost {
  border: 1px solid #e4e6e7 !important;
}
.switch-container {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.switch-container .ant-switch.ant-switch-small {
  margin-right: 8px;
}
.switch-container .ant-switch.ant-switch-small + span {
  font-weight: 600;
  color: #4e5457;
}
.switch-container .ant-switch.ant-switch-small + span.appliance {
  font-size: 20px;
  font-weight: 700;
  color: #242729;
}
.switch-container + .ant-card {
  margin-top: 32px;
}
.ant-btn.ant-btn-default.ant-btn-dangerous {
  font-size: 15px;
}
.sub-header-1 {
  color: #4e5457;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 14px;
}
.ant-divider {
  border-color: #d1d5d7;
}
.ant-popover.ant-popconfirm .ant-popover-inner {
  padding: 8px;
}
.ant-popover.ant-popconfirm .ant-popconfirm-buttons button {
  margin: 0;
  box-shadow: none;
}
.ant-popover.ant-popconfirm .ant-popconfirm-buttons button:not(:first-child) {
  margin-inline-start: 8px;
}

