body,
#root {
  scrollbar-gutter: stable;
  height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.h-container {
  height: 100%;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.16)
}

.not-hover:hover {
  cursor: none;
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:autofill,
input:autofill:hover,
input:autofill:focus,
.ant-input:-webkit-autofill,
.ant-input:-webkit-autofill:hover, 
.ant-input:-webkit-autofill:focus,
.ant-input:-webkit-autofill:active,
.ant-input:autofill,
.ant-input-affix-wrapper .ant-input:-webkit-autofill,
.ant-select-single .ant-select-selector input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  box-shadow: 0 0 0px 1000px #ffffff inset !important;  
  -webkit-text-fill-color: #000000 !important;
  color: #000000 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.ant-input-affix-wrapper-status-error,
.ant-input-status-error,
.ant-form-item-has-error .ant-input,
.ant-form-item-has-error .ant-select-selector {
  background-color: #ffffff !important; 
}