.ant-dropdown-menu {
  max-height: 424px;
  overflow: auto;
  border-radius: 4px;
  padding: 4px;
}
.ant-dropdown-menu-item {
  padding: 2px 8px;
  clear: both;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  height: 36px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-dropdown-menu-item:hover {
  background-color: rgba(14, 62, 118, 0.05);
}
.ant-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-selected {
  background-color: rgba(14, 62, 118, 0.08);
}
.ant-dropdown-menu-submenu-title {
  padding: 4px 12px;
  clear: both;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-title-selected {
  background-color: rgba(0, 0, 0, 0.05);
}
.ant-dropdown-menu-submenu-popup {
  padding: 0;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-dropdown-menu-submenu-popup ul {
  margin-left: 0;
  margin-right: 0;
  min-width: 96px;
}
.ant-dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
.ant-dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.25);
}
